Strip GPS location from a photo on Mac before sharing
Your photos carry GPS coordinates accurate to a few metres. Here's how to remove the location before you post or share.
You’re posting a photo from your home or from a friend’s place and you don’t really want random people on the internet to know the address. iPhone and modern camera photos tag every shot with GPS coordinates accurate to a few metres. Most platforms strip it on upload — but not all, and you probably want to control this yourself.
Why this matters
GPS coordinates in EXIF are a real privacy issue:
- Photos posted to forums or personal sites often keep the data.
- “Save image as” downloads preserve EXIF, so anyone who saves your photo gets your location.
- Some metadata viewers extract GPS automatically and even pin it on a map.
Twitter, Instagram, and Facebook strip GPS on upload. Reddit, most CMSes, file-sharing services, and email do not.
The native way: Preview
The simplest GPS-only removal:
- Open the photo in Preview.
- Tools → Show Inspector (or press
⌘+I). - Click the (i) icon.
- Click the GPS tab.
- Click "Remove Location Info".
- Save the file.
This removes GPS only — other EXIF (camera, timestamp, exposure) stays put.
The native way: Photos app
If the photo is in your Photos library: select it, then Image → Location → Hide Location. You can also do this for multiple photos at once.
The thorough way: exiftool
If you want only GPS gone, exiftool is precise:
exiftool -gps:all= photo.jpg
For a folder:
exiftool -gps:all= -overwrite_original *.jpg
That removes all GPS-related tags and leaves everything else (camera info, timestamps) intact.
The faster way
Melt strips all EXIF — GPS plus everything else — whenever it re-encodes an image. Drag photos in, keep the format the same, ensure “Strip metadata” is on, click Compress. Download Melt.
Strip in Melt
- Open Melt.
- Drag the photo(s) in.
- Confirm "Strip metadata" is enabled.
- Match the output format to the input if you don't want compression.
- Click Compress.
Disable GPS at the source
If you don’t want GPS in your photos in the first place:
- iPhone: Settings → Privacy & Security → Location Services → Camera → Never.
- Most cameras: Settings menu, look for “Geotagging” or “GPS” and disable it.
That way you never have to remember to strip it later.
What you lose, what you keep
GPS-only removal via Preview or exiftool keeps your timestamps, camera info, and exposure data. Melt’s full strip removes all of it. For sharing, full strip is the safest move; for personal archives, GPS-only removal preserves the data you might want later. The image pixels are unchanged either way.
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.