How to strip EXIF metadata from a photo on Mac
Photos carry GPS coordinates, device info, and timestamps you might not want to share. Here's how to remove EXIF data on macOS.
You’re about to post a photo from a hike and you don’t really want the world knowing the precise GPS coordinates of where you took it. Phone cameras embed location, timestamps, camera model, and sometimes the device’s serial number into every JPEG. Most websites strip this on upload — but not all, and not always reliably.
Two paths
Native macOS. A few options, none of them especially obvious:
-
Preview. Open the image, Tools → Show Inspector, click the (i) tab, then the GPS tab. There’s a “Remove Location Info” button. That removes GPS, but leaves camera model, timestamps, and other EXIF fields intact.
-
Photos app. With a photo selected, Image → Location → Hide Location. Same caveat — GPS only.
-
Terminal
exiftool(third-party, needsbrew install exiftool). The thorough option:exiftool -all= input.jpgThat wipes every metadata tag. Add
-overwrite_originalto skip the.originalbackup file.
Melt. A drag-and-drop Mac app ($9.99 one-time) that strips all EXIF (GPS, camera, timestamps, the lot) by default when it re-encodes an image. So compressing or converting a photo through Melt also cleans it.
Strip EXIF in Melt
- Open Melt.
- Drag the photo in.
- Check that "Strip metadata" is enabled in settings (it's on by default).
- Pick the same format as the source if you only want to strip EXIF without re-compressing — or pick a lower quality if you want both.
- Click Compress.
Honest tradeoffs
Removing EXIF deletes potentially useful info too — the timestamp, the camera settings, the lens used. If you care about that data for your own records, work from a copy. Also worth knowing: stripping EXIF doesn’t anonymise the image content itself. Landmarks, street signs, and reflections can still give away a location. EXIF removal handles the easy 80% of the privacy problem; the rest is about what’s actually in the frame.
More Melt tips
-
Receive iPhone photos as JPG via AirDrop (not HEIC)
AirDropping photos from iPhone keeps landing them as HEIC files on your Mac. Here's how to get them as JPG instead.
-
AVIF on Mac — opening and converting AVIF images
AVIF is the next-gen image format that's even smaller than WebP. Here's how to open and convert AVIF files on macOS.
-
How to batch compress a folder of photos on Mac
Compressing 200 photos one at a time is its own form of suffering. Here's how to batch compress images on macOS.
-
What's the best image format for the web (and how to export it on Mac)?
JPEG, PNG, WebP, AVIF, SVG — they each have a job. Here's how to pick the right one for the web and export it from your Mac.