GPS Location Data in Photos: Complete Guide
Most smartphones embed your exact GPS coordinates into every photo by default. This guide explains how it works, what risks it creates, and how to control it.
What Can Someone Learn From Your Photo's GPS Data?
A street address. That is the honest short answer, and getting there takes about ten seconds with free tools and no particular skill — just the file you sent them.
From EXIF tag to postal address, in three steps
- Read the tags. Any EXIF viewer — including this one — shows the raw values the camera wrote:
GPSLatitude 32 deg 46' 36.12" · GPSLatitudeRef N
GPSLongitude 96 deg 47' 49.20" · GPSLongitudeRef W
- Convert to decimal. Degrees, minutes and seconds collapse into a single pair of numbers. The
Refletters become the signs:32.776700, -96.797000 - Paste it into a map. Google Maps, Apple Maps, Bing and OpenStreetMap all accept a bare
lat, lonpair in the search box. Each one drops a pin — here, downtown Dallas — and reverse-geocodes it into a postal address. That last lookup is the step people underestimate: it is free, instant, and it is the same one your phone runs when it quietly labels an album with a city name.
The obvious follow-up is how precise that pin really is. Precision lives in the decimal places, and one degree of latitude is about 111 km everywhere on Earth:
| Latitude kept | Resolves to about | Which means |
|---|---|---|
| 32.8 | 11 km | The city |
| 32.78 | 1.1 km | The neighbourhood |
| 32.777 | 110 m | The block |
| 32.7767 | 11 m | The building |
| 32.77670 | 1.1 m | The doorway |
| 32.776700 | 11 cm | Finer than the fix itself — stored precision, not real accuracy |
A degree of longitude shrinks toward the poles — roughly 85 km at the latitude of New York or Madrid — so longitude digits buy slightly less than the table suggests. It changes nothing that matters. A phone writes far more precision than it needs, its real fix is accurate to 3–5 metres outdoors, and four decimal places are already enough to pick one building out of a street.
GPS also never travels alone. DateTimeOriginal sits a few bytes away in the same EXIF block, so a geotagged photo is not just a place — it is a place at a time. Two or three of them and the pattern is the point:
What a geotag reveals
- Your home address (from photos taken at home)
- Your workplace (from photos during work hours)
- Your children's school or daycare location
- Vacation destinations and travel patterns
- Frequented locations (gym, church, doctor, etc.)
- Daily commute route (from photos along the way)
- Whether you are currently home or away
A single photo with GPS may not seem like a big risk, but over time a collection of geotagged photos creates a comprehensive map of someone's life. Data aggregators and bad actors can combine GPS data from multiple photos to build detailed profiles.
One caveat in the other direction: a geotag is evidence of where a photo claims to have been taken. EXIF carries no signature, so coordinates can be rewritten by anyone with a free tool. For the same three steps written as a how-to — reading a photo's location on iPhone, Android or desktop — see how to find the location a photo was taken, and for the wider picture our photo privacy guide.
How GPS Coordinates Get Embedded in Photos
When you take a photo with a GPS-enabled device (virtually all smartphones), the following happens:
- Your phone's GPS chip determines your current coordinates using satellite signals (GPS, GLONASS, Galileo).
- The accuracy is typically 3-5 meters outdoors, sometimes better with Wi-Fi and cell tower triangulation.
- The camera app reads these coordinates at the moment you press the shutter button.
- The latitude, longitude, and sometimes altitude are written into the EXIF header of the image file.
- This data travels with the file everywhere it is copied, shared, or uploaded (unless specifically stripped).
Unlike other EXIF data that is always recorded, GPS requires the phone's location services to be active and permission granted to the camera app. However, most users have this enabled by default.
Which Devices & Apps Add GPS Data?
| Device / App | GPS by Default? | Notes |
|---|---|---|
| iPhone (Camera app) | Yes | Enabled when Location Services is on for Camera |
| Android (Camera app) | Yes | Most Android cameras enable geotagging by default |
| DSLR / Mirrorless cameras | No | Most lack GPS. Some high-end models have built-in GPS or optional GPS modules. |
| Instagram (in-app camera) | Varies | May embed GPS in the captured file but strips it on upload. More on Instagram metadata. |
| WhatsApp camera | No | WhatsApp strips metadata from sent photos |
| Drone cameras (DJI, etc.) | Yes | GPS is core to drone operation; always embedded in photos |
| GoPro / Action cameras | Yes | GPS enabled by default on models that have it |
How to Read GPS Coordinates From EXIF
GPS data in EXIF is stored across several fields:
Upload any photo to our metadata viewer to instantly read GPS coordinates. If GPS data is present, we show it on an interactive map so you can see the exact location. For a field-by-field walkthrough of the GPS block — including the Ref tags that decide which hemisphere you are in — see what GPS EXIF data is. If the coordinates are missing or you only have the image itself, there are other ways to narrow down where it was shot — see how to find the location a photo was taken.
GPS Coordinate Formats Explained
GPS coordinates appear in two common formats. Understanding both helps you work with location data:
DMS (Degrees, Minutes, Seconds)
The traditional format used in EXIF data and on maps. Each coordinate has degrees, minutes (1/60th of a degree), and seconds (1/60th of a minute), plus a direction (N/S for latitude, E/W for longitude).
32° 46' 36.12" N
96° 47' 49.20" W
Decimal Degrees (DD)
The simpler format used by most digital mapping tools (Google Maps, etc.). Positive values are North/East, negative values are South/West. This is what our metadata viewer displays.
32.776700, -96.797000
Converting Between Formats
To convert DMS to Decimal Degrees:
DD = Degrees + (Minutes / 60) + (Seconds / 3600)
Example: 32° 46' 36.12" = 32 + (46/60) + (36.12/3600) = 32.7767°
For West (W) and South (S) directions, the decimal result is negative.
How to Disable Geotagging
iPhone / iPad
- Open Settings.
- Tap Privacy & Security.
- Tap Location Services.
- Scroll down and tap Camera.
- Select Never.
This only affects the Camera app. Third-party camera apps have their own location permissions that need to be disabled separately.
Android (Google Camera)
- Open the Camera app.
- Tap the Settings gear icon (usually top-left or swipe down).
- Find "Save location" or "Geo tag" or "Store location".
- Toggle it off.
The exact setting name varies by manufacturer (Samsung, Pixel, OnePlus, etc.). On Samsung, it is under Camera Settings > "Location tags."
How to Remove GPS Data Before Sharing
Turning geotagging off protects the photos you take from tomorrow onward. It does nothing for the thousands already in your library, and it costs you the map view in Google Photos and Apple Photos that made geotagging worth having. The middle path most people want: keep the coordinates on your own device, and strip them from the copy you send.
iPhone & iPad
The share sheet does it for free: tap Options above the photo and turn Location off. It drops GPS without re-encoding — but it leaves camera model and timestamp behind.
Android
Google Photos has a Remove locationitem in the photo's info panel. Same trade-off: the coordinates go, the rest of the EXIF block stays.
Windows
Right-click → Properties → Details → Remove Properties and Personal Information. Or PowerShell for a whole folder at once.
Mac
Open in Preview, press ⌘I for the Inspector, pick the GPS tab and click Remove Location Info. ExifTool in Terminal clears every field.
Nothing to install, on any of the four: drop the photo into the viewer on this site and download a stripped copy. The file never leaves your browser, and unlike the built-in options above it clears the whole EXIF block — camera serial and timestamp included — not just the coordinates. Cleaning a whole album is covered in stripping metadata before sharing.
Which Apps Strip GPS Automatically?
Most of the big ones do — Instagram, Facebook, X, TikTok, LinkedIn, Reddit and Pinterest all re-encode your upload, and the image a stranger can download carries no coordinates. Two things that answer does not mean:
- The platform still received your original. Stripping happens on their servers, after the geotagged file arrived. It protects you from other users, not from the company.
- It only covers the publish path. Send the same photo as a file or document in WhatsApp, Signal or Telegram and your original bytes go through untouched. iMessage does not strip at all.
The platform-by-platform breakdown is in which social media sites strip EXIF data. The habit that makes the whole table irrelevant is stripping the copy yourself before it leaves your device.
Check if your photos contain GPS data
Upload a photo to see if it has location coordinates — we will show the exact spot on a map.
Open Photo Metadata ViewerRelated Guides
How to Find the Location a Photo Was Taken
The step-by-step version — read the coordinates on iPhone, Android, or desktop and put them on a map.
Photo Privacy Guide
Complete guide to what your photos reveal and how to share safely.
Remove Photo Metadata
Strip all EXIF data including GPS from your photos before sharing.
What Is EXIF Data?
Learn about all types of metadata stored in photos, not just GPS.
Drone Photo EXIF Data
Drones add altitude and gimbal angle to GPS — and rarely let you turn it off.
Camera Settings Guide
Understand aperture, ISO, and other camera data in your photo EXIF.
iPhone Photos Show Wrong Location?
Troubleshoot stale GPS, missing coordinates, and time zone drift on iPhone.
Fake GPS EXIF Data
Coordinates can be rewritten in one command. How to tell whether a photo's location was spoofed.
Which Social Media Sites Strip EXIF Data?
All of them, from the copy other people can download. None of them before your upload reaches their servers.
Strip Metadata Before Sharing
A before-you-post checklist and the safest workflow for cleaning photos, one or a whole album.
Frequently Asked Questions
Can someone find my home address from a photo I posted?
If the file still carries its GPS tags, yes — paste the coordinates into any map and reverse geocoding returns a postal address. In practice it depends on how you sent it. Instagram, Facebook, X and the other big platforms re-encode uploads, so the image a stranger downloads from your profile has no coordinates in it. A photo emailed, AirDropped, sent over iMessage, or attached as a file in a chat app arrives with the original EXIF intact. Strip it yourself before sending and the question stops mattering.
How accurate is GPS data in photos?
Smartphone GPS is typically accurate to 3-5 meters outdoors in good conditions. In urban areas with tall buildings, accuracy may drop to 10-20 meters. Indoors, GPS can be less accurate or unavailable, in which case the phone may use Wi-Fi positioning (accurate to about 15 meters).
Can I add GPS data to photos taken without it?
Yes. This is called "geotagging after the fact." Many photo management apps (Lightroom, Google Photos, Apple Photos) let you manually set a location. You can also use a separate GPS logger and sync timestamps to add coordinates to DSLR photos automatically. The same freedom means a coordinate can be written that was never true — see fake GPS EXIF data for how to spot a spoofed location.
Do all photo formats store GPS the same way?
JPEG, HEIC, TIFF, and WebP all store GPS in the standard EXIF format. The coordinate fields are the same regardless of file format. PNG files may store location in text chunks but this is less common. Our viewer reads GPS from all supported formats.
Does turning off location services break the camera app?
No. Disabling location for the camera only prevents GPS coordinates from being saved in photos. The camera continues to work perfectly — you just will not have location data in your photo library. You can always re-enable it if you want location tagging for a specific trip.