Every smartphone photo you take could contain your exact GPS coordinates — pinpointing your home, workplace, or current location. Here's how to check before you share.
Why This Matters
When you take a photo with location services enabled, your phone embeds GPS coordinates directly into the image file as EXIF metadata. These coordinates are accurate to within a few meters. Anyone who gets the image file can extract this data and see exactly where the photo was taken.
This isn't hypothetical. Real cases include:
- Stalking — Perpetrators have used photo GPS data to locate victims
- Burglary — Criminals have used vacation photos to confirm homeowners were away
- Doxing — Anonymous users have been identified through GPS data in photos they shared online
- Corporate espionage — Confidential facility locations revealed through employee photos
Method 1: Online Tool (Any Device)
The fastest way to check any image:
- Go to pngmetadataviewer.online
- Drop your image into the upload area
- Look for the GPS / Location section
If GPS data is found, you'll see a red "GPS Location Detected" warning banner with the exact coordinates. If no GPS data exists, the GPS section won't appear.
This works for PNG, JPEG, WebP, and other formats. Everything runs in your browser — the image never leaves your device.
Method 2: iPhone
Check a single photo
- Open the Photos app
- Select the photo
- Swipe up or tap the info (i) button
- If location data exists, you'll see a map showing where the photo was taken
Check before sharing
- When sharing a photo, tap Options at the top of the share sheet
- Toggle Location off to strip GPS data from the shared copy
- The original keeps its location data
Disable for all future photos
- Go to Settings → Privacy & Security → Location Services
- Tap Camera
- Select Never
Method 3: Android
Check a single photo
- Open Google Photos
- Select the photo
- Swipe up or tap the three dots → Details
- Look for the Location section with a map
Remove location before sharing
- In Google Photos, go to Settings → Sharing
- Enable Remove geo location
- This strips GPS data when sharing through Google Photos
Disable for future photos
- Open the Camera app
- Tap Settings (gear icon)
- Turn off Save location or Location tags
Method 4: Windows
- Right-click the image file
- Select Properties
- Go to the Details tab
- Scroll down to the GPS section
- If coordinates are present, you'll see Latitude and Longitude values
To remove: click "Remove Properties and Personal Information" at the bottom.
Method 5: Mac
- Open the image in Preview
- Go to Tools → Show Inspector (or press Cmd+I)
- Click the GPS tab (globe icon)
- If location data exists, you'll see coordinates and a map
Unfortunately, Preview doesn't let you remove GPS data directly. Use our online tool instead.
Method 6: Command Line
Using ExifTool:
exiftool -gps:all photo.jpg
This shows all GPS-related fields. If there's no output, the photo has no location data.
To check an entire folder:
exiftool -gps:all -r ./photos/
What the GPS Data Looks Like
Raw GPS data in EXIF looks like this:
| Field | Value |
|---|---|
| GPS Latitude Ref | N |
| GPS Latitude | 48° 51' 24.12" |
| GPS Longitude Ref | E |
| GPS Longitude | 2° 21' 3.36" |
| GPS Altitude | 35.2 m |
| GPS Timestamp | 14:23:07 UTC |
Those coordinates point to the Eiffel Tower in Paris. With this precision, anyone can pinpoint the exact building, floor, or even room where a photo was taken.
Photos That Usually Have GPS Data
- Smartphone photos — Almost always, unless you've disabled location services
- Photos from messaging apps — If the sender didn't strip metadata
- Photos emailed as attachments — Full metadata preserved
- Photos from cloud storage — Google Drive, Dropbox links preserve metadata
Photos That Usually Don't Have GPS Data
- Screenshots — No GPS data (but may have device info)
- Downloaded web images — Most websites strip metadata
- Social media downloads — Most platforms strip EXIF on upload
- Scanned documents — Scanner software rarely adds GPS
- Images created in design tools — Photoshop, Figma, Canva don't add GPS
Best Practice
Check every photo before sharing publicly. It takes 5 seconds:
- Upload to pngmetadataviewer.online
- Check for GPS data
- If found, strip it with one click
- Download and share the clean version
Try It Now
View, remove, and verify image metadata — free and 100% private.
Open PNG Metadata Viewer