photometadata.netEXIF · GPS · METADATA

What Is GPS EXIF Data?

Your phone records where you were standing when you pressed the shutter and writes it into the photo file itself. This page shows you the tags, plots a sample photo's coordinates on a map, and answers the question most people arrive with: can someone find me from a picture I posted?

The short answer

GPS EXIF data is a small block of tags — GPSLatitude, GPSLongitude, and a handful of companions — stored inside a JPEG or HEIC alongside the pixels. Anyone who has the original file can read those tags with free software and drop the coordinates onto a map, accurate to a few metres. No hacking, no special access.

Whether that endangers you depends entirely on how the photo travelled. A file sent by email or Discord arrives with the GPS block intact. The same photo posted to Instagram reaches other users stripped. The distinction is the whole story.

Jump to the tags, a sample photo on a map, checking your own photo's details, or what social media does with it.

The GPS Tags Stored Inside a Photo

EXIF keeps location in its own directory, separate from the camera and exposure tags that make up the rest of a photo's EXIF data. A phone typically writes most of these; a DSLR with a GPS module writes the first six.

TagWhat it holds
GPSLatitudeThree numbers — degrees, minutes, seconds — always positive.
GPSLatitudeRefN or S. This is what makes a latitude negative, not a minus sign.
GPSLongitudeDegrees, minutes, seconds again.
GPSLongitudeRefE or W.
GPSAltitudeMetres, paired with GPSAltitudeRef — 0 for above sea level, 1 for below.
GPSTimeStamp / GPSDateStampThe satellite clock, in UTC. Often the only reliable clock in the file — everything else is local time.
GPSImgDirectionThe compass bearing the lens was pointing, 0–360°. Combined with the coordinates, it tells you which building you were photographing.
GPSSpeed / GPSSpeedRefHow fast the device was moving. Non-zero means you shot from a car, a train, or a drone.
GPSHPositioningErrorThe device's own estimate of how wrong it might be, in metres. iPhones write this.

The split between a coordinate and its Ref is the source of most bugs in home-made EXIF parsers. A photo taken in Sydney stores latitude 33 51 35.4 with GPSLatitudeRef: S — read the number without the ref, treat it as north, and your pin lands in the Pacific some 7,500 km from the harbour.

Sample GPS EXIF Data, Plotted on a Map

Here is the GPS block from a photo taken at the Space Needle in Seattle — a public landmark, so nothing here belongs to anyone. On the left is what the file contains. On the right is what those tags mean the moment someone feeds them to a map.

Sample GPS block

GPSLatitude47 deg 37' 13.82"
GPSLatitudeRefN
GPSLongitude122 deg 20' 57.40"
GPSLongitudeRefW
GPSAltitudeRefAbove Sea Level
GPSImgDirection104.7
GPSHPositioningError4.7 m

Converted to decimal degrees

47.620506, -122.349277

Degrees + minutes/60 + seconds/3600, then negated because the longitude ref is W. Every mapping tool takes it from there.

What those seven lines actually say

View on OpenStreetMap →

GPSHPositioningError: 4.7 is the phone admitting the marker could be a few metres off. At a tourist attraction that is academic. Outside a house, it is the difference between the street and the front door.

This is exactly what our viewer does with your photo

Drop in a file and, if it carries a GPS block, you get the same map. The difference is that the parsing happens in your browser — the photo is never uploaded, so nobody but you sees the pin.

Open the EXIF Viewer

How to Check a Photo's Details on Any Device

Every operating system will show you a photo's location if it has one. Each has a catch.

iPhone

Open the photo in Photos, swipe up or tap the Info (i) button. A map appears under the camera details if the photo is geotagged. Tap Adjust to change the location, or No Location to clear it from your library.

The catch: Photos is reading its own database, not the file. Clearing the location there does not always clear the EXIF in the copy you AirDrop or attach — see removing EXIF from iPhone photos.

Android (Google Photos)

Open the photo, swipe up or tap the menu and choose Info. Camera, lens, and a location map appear.

The catch: Google Photos may show a location it inferred from your Location History even when the file has no GPS tags at all. A pin in the app is not proof of a pin in the file.

Windows

Right-click the file → Properties Details. Scroll to the GPS section for latitude, longitude, and altitude.

The catch: Explorer only parses formats it has a handler for. HEIC and RAW files often show nothing even when the GPS block is right there. Our guide to removing EXIF on Windows covers what Explorer can and cannot see.

Mac

Open the photo in Preview, then Tools → Show Inspector(⌘I) and click the GPS tab. Preview draws its own map and gives you the raw coordinates.

The catch: no GPS tab means no GPS data — Preview hides the tab entirely rather than showing it empty, which is easy to mistake for a missing feature.

Any browser, any file

Drop the photo into our metadata viewer. It reads the bytes of the file you hand it — not a library entry, not an inferred location — so what you see is what a recipient would see. It parses HEIC and RAW alongside JPEG, and our guide to reading EXIF data walks through the rest of the fields.

The catch: none worth the name — nothing is uploaded. But test with the exact file you intend to send, not the version sitting in your camera roll.

Can Someone Find Your Location From a Photo?

Yes — if they get the original file and you left the GPS block in it. That is the entire requirement. The tools are free, the skill needed is nil, and the result is a point on a map with a few metres of error.

It has happened, repeatedly

  • In December 2012, Vice published a photo of John McAfee while he was a fugitive, taken on an iPhone by a journalist travelling with him. The uploaded image still carried its GPS tags, and readers had his position in Guatemala within hours.
  • The US Army has described losing four AH-64 Apache helicopters to a mortar attack in Iraq in 2007 after soldiers posted geotagged photos of the aircraft arriving at their base, giving the attackers precise coordinates.
  • Rather more ordinary: a photo of an item for sale, posted to a classifieds site that preserves EXIF, tells every reader the address the item is currently sitting at.

What actually leaks, and what does not

  • Leaks:the file as sent by email, chat apps in “send as document/file” mode, Discord, Slack, Flickr, most forums, and anything hosted on a site whose CMS copies uploads verbatim.
  • Does not leak: a screenshot of the photo — that is a fresh file with no GPS at all. Nor does a photo whose GPS block a platform removed before serving it to other users.
  • Leaks anyway: the visible content. Street signs, reflections, and skylines let a determined person geolocate a photo with no metadata whatsoever. Stripping EXIF is necessary, not sufficient.

The compounding risk is the one people underestimate. One geotagged photo is a place. Fifty are a routine — where you sleep, where your children go to school, which days you are away from the house. Our photo privacy guide works through the full picture.

How Social Media Platforms Handle GPS EXIF Data

The big networks strip EXIF, and this is the single most misunderstood fact in the whole subject. Three things are true at once.

1. Other users cannot read your GPS from a stripped upload

Instagram, Facebook, X, TikTok, and LinkedIn all re-encode uploaded images and discard the EXIF block. Download a photo from any of them and the GPS tags are gone. If your only concern is a stranger right-clicking your Instagram post, they get nothing.

2. The platform itself received the original

Stripping happens after upload, not before. The file that left your phone had the GPS block in it, and the company read it and kept the original. What Facebook stores and what Instagram does with photo metadata go into detail. Stripping protects you from other users. It does not protect you from the platform.

3. Most of the places you share photos strip nothing

Email attachments arrive byte-for-byte. Discord and Slack preserve uploads. Reddit strips its own image host but not photos you hotlink from elsewhere. Sending a picture through WhatsApp or Telegram “as a file” rather than inline bypasses the re-compression that would have removed the metadata. Our guide to stripping metadata before sharing has the platform-by-platform table.

And stripping EXIF does not stop you from tagging the location

Instagram removes the GPS tags from the file, then offers you a location sticker for the post. A geotag you added deliberately is published deliberately. If you want the place kept private, the EXIF is only half the job — check the caption and the location field too.

What to Do About It

There are two workable positions, and they are not the same choice.

Never record it

Turn off location access for the camera app and no photo ever carries a GPS block. Nothing to strip, nothing to forget.

The cost is real: no map view of your library, no sorting by place, and no way to recover the location later. Steps for iPhone and Android are in our GPS data guide.

Record it, strip on the way out

Keep geotagging for your own library and remove the GPS block from any copy that leaves your device. You keep the map view and share clean files.

The cost is discipline — it only works if you do it every time. Build the habit with our strip-before-sharing workflow.

Either way, verify rather than assume. Open the file you are about to send in an EXIF viewer and confirm the GPS section is empty. It takes five seconds and it is the only check that reflects what the recipient will actually get.

Related Guides

Frequently Asked Questions

Can someone find your location from a photo?

If they have the original file and it still contains its GPS EXIF tags, yes — free software reads the coordinates and plots them on a map, typically accurate to within a few metres. If the photo reached them through a platform that strips EXIF, such as Instagram or Facebook, the coordinates are gone. Note that a photo's visible content — street signs, skylines, reflections — can also reveal a location with no metadata at all.

What is GPS EXIF data, exactly?

It is a group of tags inside the photo file recording where the camera was: GPSLatitude and GPSLongitude as degrees, minutes and seconds, GPSLatitudeRef and GPSLongitudeRef giving the hemisphere, plus optional altitude, the UTC satellite timestamp, the compass direction the lens was facing, and the device's own estimate of its positioning error.

How do I check whether a photo has GPS data?

On Windows, right-click the file, open Properties and then the Details tab. On a Mac, open it in Preview and choose Tools → Show Inspector, then the GPS tab. On iPhone or Android, open the photo and tap the info button. The most reliable check is to drop the exact file you plan to send into a browser-based EXIF viewer, because the phone apps read their own library database rather than the file itself.

Does Instagram remove GPS data from photos?

Instagram strips EXIF, including GPS, from the images it serves to other users, and so do Facebook, X, TikTok, and LinkedIn. But the original file you uploaded reached the platform with the GPS block intact, and the company keeps it. Stripping protects you from other users, not from the platform. Email, Discord, Slack, and most forums strip nothing at all.

Does a screenshot of a photo contain GPS data?

No. A screenshot is a new image file generated by your device from what was on screen. It carries no camera EXIF and no GPS coordinates from the original photo. That makes screenshotting a crude but effective way to share an image without its location — at the cost of resolution and, on many devices, of the entire metadata block including the capture date.

Can GPS data be recovered after it has been removed?

Not from a properly stripped file — the bytes are gone, and no tool reconstructs them. Two caveats. Some strippers, including the built-in Windows one, delete the EXIF index but leave the values sitting in the file where a hex editor can still read them. And the original photo, GPS intact, is usually still in your camera roll, your backups, and any cloud service that synced it.

Check what your photo is telling people

See the GPS block, the map pin, and every other EXIF field — then strip it. Runs entirely in your browser; the photo never leaves your device.

Open Photo Metadata Viewer