Photo Metadata Viewer

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.

How GPS Coordinates Get Embedded in Photos

When you take a photo with a GPS-enabled device (virtually all smartphones), the following happens:

  1. Your phone's GPS chip determines your current coordinates using satellite signals (GPS, GLONASS, Galileo).
  2. The accuracy is typically 3-5 meters outdoors, sometimes better with Wi-Fi and cell tower triangulation.
  3. The camera app reads these coordinates at the moment you press the shutter button.
  4. The latitude, longitude, and sometimes altitude are written into the EXIF header of the image file.
  5. 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 / AppGPS by Default?Notes
iPhone (Camera app)YesEnabled when Location Services is on for Camera
Android (Camera app)YesMost Android cameras enable geotagging by default
DSLR / Mirrorless camerasNoMost lack GPS. Some high-end models have built-in GPS or optional GPS modules.
Instagram (in-app camera)VariesMay embed GPS in the captured file but strips it on upload
WhatsApp cameraNoWhatsApp strips metadata from sent photos
Drone cameras (DJI, etc.)YesGPS is core to drone operation; always embedded in photos
GoPro / Action camerasYesGPS enabled by default on models that have it

How to Read GPS Coordinates From EXIF

GPS data in EXIF is stored across several fields:

GPSLatitude32 deg 46' 36.12" N
GPSLongitude96 deg 47' 49.20" W
GPSAltitude152.3 m above sea level
GPSTimeStamp19:23:45 UTC
GPSDateStamp2024:03:15

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.

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.

Privacy Implications of GPS in Photos

What GPS data 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.

For a complete guide on protecting yourself, see our photo privacy guide.

How to Disable Geotagging

iPhone / iPad

  1. Open Settings.
  2. Tap Privacy & Security.
  3. Tap Location Services.
  4. Scroll down and tap Camera.
  5. 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)

  1. Open the Camera app.
  2. Tap the Settings gear icon (usually top-left or swipe down).
  3. Find "Save location" or "Geo tag" or "Store location".
  4. Toggle it off.

The exact setting name varies by manufacturer (Samsung, Pixel, OnePlus, etc.). On Samsung, it is under Camera Settings > "Location tags."

Alternative: Remove GPS After Taking Photos

If you want location data for your own photo organization (e.g., viewing photos on a map in Google Photos or Apple Photos) but want to remove it before sharing, you can keep geotagging enabled and strip metadata only when sharing:

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 Viewer

Related Guides

Frequently Asked Questions

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.

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.