How to Remove GPS Location From Photos (iPhone, Android, Windows, Mac)
Step-by-step guide to remove GPS location data from photos on any device — and why uploading them to an online EXIF remover defeats the purpose.
Your phone quietly stamps almost every photo with GPS coordinates precise enough to identify a specific building. Share that file outside a metadata-stripping platform — by email, cloud link, or "send as document" — and you're sharing your location with it.
Here's how to remove GPS data from photos on every major platform, what each built-in method actually does (and doesn't do), and how to strip location from photos you've already taken without uploading them anywhere.
First: prevention vs. removal
There are two separate problems:
- Stopping future photos from recording location — a camera setting.
- Removing location from photos that already have it — a metadata edit.
Turning off location in your camera app does nothing for the thousands of geotagged photos already in your library. You need both.
Remove GPS from photos on iPhone
Stop recording location: Settings → Privacy & Security → Location Services → Camera → select "Never".
Share a photo without location (iOS 13 and later):
- Select the photo(s) and tap the Share button.
- Tap Options at the top of the share sheet.
- Toggle Location off, then share.
This removes GPS from the shared copy only — the original in your library keeps its geotag. You can also open a photo, tap the info (i) button, tap the map, and choose Adjust or No Location, but note that iOS mainly hides or changes the location within Photos; when you export "unmodified originals," data can travel with the file. For files leaving your control, strip metadata from the actual file you send.
Remove GPS from photos on Android
Android varies by manufacturer, but the pattern is similar.
Stop recording location: Open the Camera app → Settings (gear icon) → turn off "Location tags" / "Save location" / "Geotagging".
Remove from an existing photo (Google Photos):
- Open the photo, swipe up or tap the three-dot menu.
- Tap the edit (pencil) icon next to the location.
- Choose Remove location.
Two caveats. First, on many devices this edits what Google Photos displays and what shared copies contain — if you later grab the original file from local storage with a file manager, the GPS tags may still be there. Second, Google Photos' "Remove geo location in items shared by link" setting only applies to link sharing, not to every export path. Samsung users should also remember motion photos: a short video embedded in the JPEG that location edits don't touch.
Remove GPS from photos on Windows
- Right-click the photo → Properties → Details tab.
- Click Remove Properties and Personal Information.
- Choose Create a copy with all possible properties removed (safer) or select specific properties, then OK.
Honest limitation: Windows' built-in tool only removes properties Windows itself can parse. It routinely leaves XMP blocks, maker notes, and vendor trailers behind, and it doesn't handle HEIC well. Fine for a quick GPS strip on a JPEG; not a complete clean.
Remove GPS from photos on Mac
- Open the photo in Preview.
- Tools → Show Inspector (Cmd+I) → the GPS tab (under the (i) panel).
- Click Remove Location Info.
This removes the GPS block but leaves the rest of the EXIF — camera model, serial number, timestamps — intact. In the Photos app, you can use Image → Location → Hide Location, and there's an "Include location information" checkbox in export options for exported photos.
The problem with "free online EXIF removers"
Search for "remove EXIF online" and you'll find dozens of sites offering one-click cleaning. Almost all of them work the same way: you upload your photo to their server, the server strips the metadata, and you download the result.
Think about what just happened. To remove the location data from a private photo, you transmitted the entire photo — pixels, faces, location and all — to a server run by someone you know nothing about. You can't verify:
- whether the original is deleted after processing, or retained;
- who has access to the server and its logs;
- what jurisdiction your photo now sits in;
- whether the files feed analytics, ad profiling, or AI training datasets.
For a beach wallpaper, who cares. For photos of your children, your home, your documents, or anything you specifically wanted to make more private, uploading them somewhere is backwards. The privacy tool becomes the privacy leak.
How a client-side metadata remover works
There's a better architecture. Modern browsers can read and rewrite image files locally using JavaScript and the File API — no server round-trip required. A client-side tool like MetaWipe works like this:
- You pick a photo (or a whole batch). The file is opened by your own browser, on your own device.
- The tool parses the EXIF, GPS, IPTC, and XMP segments in memory and shows you exactly what's inside.
- It rebuilds the file without those segments and hands you the cleaned copy to save.
At no point does the image travel over the network. Airplane mode makes the point vividly: load the page, disconnect from the internet, and the tool keeps working, because there's no server doing the work. You can also confirm it with your browser's DevTools Network tab — process a photo and watch: no upload request appears.
This matters most for exactly the photos worth cleaning: the sensitive ones. MetaWipe strips GPS along with the rest of the metadata — serial numbers, timestamps, embedded thumbnails, XMP — in one pass, preserving full image quality, and it handles batches, which the built-in OS tools above mostly don't.
Quick reference
| Platform | Built-in method | Removes | Leaves behind |
|---|---|---|---|
| iPhone | Share sheet → Options → Location off | GPS on shared copy | All other EXIF |
| Android | Google Photos → Remove location | GPS (display/shared) | Other EXIF, motion-photo video |
| Windows | Properties → Remove Properties | Parsed fields | XMP, maker notes, trailers |
| Mac | Preview → Inspector → Remove Location | GPS only | All other EXIF |
| Client-side tool | Process locally in browser | All metadata | Nothing |
FAQ
Does turning off location services remove GPS from old photos?
No. It only stops new photos from being geotagged. Photos already in your library keep their coordinates until you strip the metadata from each file.
Do WhatsApp, Instagram, and other apps remove GPS data for me?
Photos sent normally through WhatsApp and posted to Instagram, Facebook, or X are re-compressed and their metadata is stripped. But sending "as document/file," attaching to email, or sharing via cloud drives transmits the original file, GPS included. Never assume — check the file you're actually sending.
Can I remove GPS but keep the rest of the EXIF data?
Yes. Photographers often want to keep camera settings (exposure, lens, ISO) while removing location. A metadata tool that shows fields individually lets you delete just the GPS block; for maximum privacy, though, removing everything is the safer default.