How to Remove GPS Location from Photos (5 Methods)
Every photo your phone takes quietly embeds your exact GPS coordinates into the image file itself. Share that photo online and anyone who knows where to look can pinpoint the street corner where you were standing. This guide gives you five concrete ways to stop it.
Why GPS Coordinates End Up in Your Photos
Modern smartphones use a metadata standard called EXIF (Exchangeable Image File Format) to store technical information alongside each image — camera settings, device model, timestamps, and GPS coordinates pulled from your phone's location services at the moment you pressed the shutter.
EXIF GPS data is precise. A typical entry looks like: 37.7749° N, 122.4194° W — accurate to within a few meters. The coordinates are embedded invisibly inside the JPEG or HEIC file and travel with the image wherever it goes, unless something deliberately strips them out.
How to check if your photo has GPS data: On Mac, open in Preview → Cmd+I → GPS tab. On Windows, right-click → Properties → Details → scroll to GPS. On iPhone, open in Photos app, swipe up, and look for the map pin under the photo information panel.
5 Methods to Remove GPS from Photos
1 Turn Off Location for the Camera App (iPhone)
Go to Settings → Privacy & Security → Location Services → Camera and set it to Never. This prevents GPS from being recorded in new photos. It does not remove GPS from photos already taken, and you lose the ability to search your library by location.
2 Turn Off Location for the Camera App (Android)
Open the Camera app, tap the settings gear icon, and look for a Location tags or Geotagging toggle — switch it off. The exact location varies by manufacturer, but this setting exists on all major Android variants. Again, only prevents future tagging.
3 Remove GPS on Windows
Right-click the image → Properties → Details. At the bottom click Remove Properties and Personal Information. Select Remove the following properties from this file, check GPS Latitude and Longitude (plus any other fields), then click OK. Works for JPEG only, one file at a time.
4 Remove GPS on Mac
macOS doesn't have a robust built-in EXIF editor. Your options:
- Photos app Share sheet: When sharing, you can exclude location data — but this only applies to that share action, not the original file.
- Terminal (ExifTool): Install via Homebrew (
brew install exiftool) and runexiftool -gps:all= yourphoto.jpg. Powerful but requires command-line comfort.
5 Use an Online EXIF Remover (Fastest)
The quickest method that works on any device, any OS, any file type. stripexif.com removes all EXIF metadata — GPS, device info, timestamps — in seconds. No install, no command line, works in your browser.
Strip EXIF from Your Photos →Drag in your file, GPS and all metadata are removed, download a clean copy. Original file on your device is never modified. Supports batch processing up to 50 files at once.
Which Method Should You Use?
| Method | Speed | Works on existing photos | Batch support |
|---|---|---|---|
| Disable camera GPS (iOS/Android) | One-time setup | No | N/A |
| Windows Properties panel | Slow (one file) | Yes | No |
| Mac Terminal (ExifTool) | Fast (if scripted) | Yes | Yes |
| stripexif.com | Instant | Yes | Yes (50 files) |
Best approach: disable GPS tagging in your camera app to stop new metadata accumulating, and use stripexif.com to clean photos before sharing publicly.
Want to understand what else EXIF data reveals beyond GPS? Read: EXIF Data Privacy Risks: What Your Photos Reveal About You.
Summary
- GPS coordinates are embedded automatically by your phone's camera app
- They travel with the image file unless something removes them
- Disable camera location access to prevent future tagging
- To clean existing photos, use Windows Properties, ExifTool, or stripexif.com
- stripexif.com is the fastest option — no install, works on any device