photometadata.netEXIF · GPS · METADATA

How to Find the Location a Photo Was Taken

A geotagged photo carries its own answer. The latitude and longitude were written into the file the moment the shutter fired, and reading them takes about ten seconds. The catch is that plenty of photos aren't geotagged — and when the coordinates are absent, no "photo location finder" can conjure them back. Here is how to read the ones that are there, and how to tell the difference.

The 10-second answer

  1. Open the photo in our EXIF viewer. The file is read in your browser and never uploaded.
  2. Look at the GPS section. If the photo is geotagged, you get the latitude and longitude plus a map pin.
  3. Copy the coordinates — something like 32.776700, -96.797000 — and paste them into the search box of Google Maps, Apple Maps, or OpenStreetMap to see the street address.
Open the EXIF Viewer

Empty GPS section? Then the location is not in the file. That is the normal outcome for a photo downloaded from Instagram, Facebook, or X, for anything that arrived over WhatsApp, for a screenshot, and for any photo shot with location services switched off. The data was removed or never written — it cannot be recovered from the image.

Jump to how GPS gets into a photo, iPhone, Android, and desktop, reading the coordinates, putting them on a map, when there is no GPS data, or what this means for your own photos.

How GPS Data Is Embedded in Photos

A photo file is not just pixels. Alongside the image, cameras write a block of EXIF metadata describing the shot — and if the device knows where it is, the coordinates go in there too.

  1. Your phone works out its position from satellite signals, helped along by Wi-Fi networks and cell towers.
  2. At the moment you press the shutter, the camera app reads that position — provided you granted it location permission.
  3. The coordinates are written into the file's GPS tags as degrees, minutes, and seconds, with separate reference tags recording the hemisphere.
  4. The tags travel with the file. Copy it, email it, back it up to a drive — the location goes along, because it lives inside the image itself rather than in a database somewhere.

The tags that hold the location

GPSLatitude32 deg 46' 36.12"
GPSLatitudeRefN
GPSLongitude96 deg 47' 49.20"
GPSLongitudeRefW
GPSAltitude152.3 m above sea level

The Ref tags matter more than they look. Without them the same numbers land in Texas or in China — they are what decide north from south and east from west.

For the full field-by-field breakdown of the GPS block — altitude references, satellite timestamps, image direction — see GPS data in photos and what GPS EXIF data is.

Finding a Photo's Location on iPhone, Android, and Desktop

Every platform can show you a geotagged photo's location, but they differ on one thing that matters here: whether they print the actual numbers or just draw a map pin. If you only want to know where, a pin is enough. If you need coordinates you can paste somewhere, note which of these give them to you.

iPhone

Open the photo in the Photos app and tap the info button below the image, or swipe up on the photo. If the photo is geotagged, a map with a place name appears at the bottom of the info panel. Tap it to open the location full-screen.

The Photos app never prints the latitude and longitude. To get the numbers without leaving the phone, share the photo to the Files app (Share Save to Files), then press and hold it in Files, choose Get Info, and tap Show More. The GPS rows there carry the raw coordinates.

Full walkthrough: how to view EXIF data on iPhone.

Android

In Google Photos, open the image and swipe up, or tap the info button. A details panel lists the capture date, the camera, and — when the photo is geotagged — a map with the place name. Some manufacturer gallery apps (Samsung Gallery among them) show a similar details sheet.

As on iPhone, what you usually get is a pin rather than numbers, and Android's Files app shows almost no metadata at all. For the coordinates themselves, open the photo in a browser-based viewer or an EXIF app.

Full walkthrough: how to view EXIF data on Android.

Windows

Right-click the image file in File Explorer, choose Properties, and open the Details tab. Scroll to the GPS group: if the photo is geotagged, Windows lists the latitude, longitude, and altitude as numbers you can select and copy. No install, no upload.

Windows shows them in degrees, minutes, and seconds. Maps generally accept that format, but if you want decimal degrees, see the map step below.

Mac

Open the file in Preview, then choose ToolsShow Inspector and click the tab. A GPS tab appears for geotagged photos, listing the coordinates and altitude — with a Locate button that hands them straight to Maps.

In the Photos app, select the image and press Command-I to open the info window, which shows a map of where the shot was taken.

Command line (any desktop OS)

If you have ExifTool installed, one command prints every GPS tag in the file:

exiftool -gps:all photo.jpg

To get decimal degrees directly — the format map sites want — ask for the combined position:

exiftool -c "%.6f" -GPSPosition photo.jpg

Reading GPS Coordinates With Our EXIF Viewer

The device-specific routes above each hide something. Photos on iPhone and Android draw a pin without the numbers; Windows and Preview give you numbers without a map. Our EXIF viewer gives you both at once, on any device with a browser, and — because it parses the file rather than a curated summary — it tells you definitively whether the GPS tags exist.

  1. Open the viewer and choose the photo, or drag it onto the page.
  2. Read the GPS section: the coordinates in decimal degrees, ready to copy, with the location plotted on an interactive map.
  3. Check the All tab for the raw tag list. No GPS rows there means the coordinates are genuinely absent, not merely hidden by the display.
  4. If the photo is one of yours and you are about to share it, use Strip Metadata & Download to save a clean copy first.
Open the EXIF Viewer

The photo is decoded in your browser tab. It is never uploaded to a server, which is the property you want from anything you point at a file whose whole purpose is revealing where someone was standing.

Turning Coordinates Into a Place on a Map

Coordinates are only half an answer. To turn 32.776700, -96.797000 into a street address, paste the pair into the search box of Google Maps, Apple Maps, Bing Maps, or OpenStreetMap. Every one of them accepts a plain latitude, longitude pair and will drop a pin on it.

Decimal degrees

32.776700, -96.797000

What our viewer shows, and what map sites want. Negative means south of the equator or west of Greenwich.

Degrees, minutes, seconds

32°46'36.1"N 96°47'49.2"W

How EXIF stores it, and what Windows Properties shows you. Maps accept this too — mind the N/S and E/W letters.

A pin is not a doorstep. Consumer GPS is accurate to a handful of metres outdoors and considerably worse indoors, under tree cover, or in a street of tall buildings, where the phone may fall back on Wi-Fi and cell positioning. The pin tells you the building, the beach, or the trailhead — treat the last decimal places with suspicion. And coordinates can be rewritten by anyone with a free tool, so a geotag is evidence of where a photo claims to have been taken.

Converting by hand, or curious why EXIF bothers with minutes and seconds? GPS data in photos has the conversion formula and worked examples.

When the Photo Has No GPS Data

This is the common case, and it is worth being blunt about it: if the coordinates are not in the file, no tool can extract them from the file. A photo location finder that promises to pull a position out of any image is selling you something. The pixels do not encode where the camera stood; the metadata did, and the metadata is gone.

Why it is usually missing:

  • It came off social media. Most platforms re-encode uploads and drop the EXIF, so the copy you downloaded never had coordinates — which sites strip EXIF covers who does what.
  • It arrived through a messaging app. WhatsApp and similar apps compress images on send, and the metadata does not survive.
  • Location was off when it was shot. If the camera app lacked location permission, or the phone was in airplane mode with no recent fix, the GPS tags were simply never written. The camera and exposure tags will still be there.
  • It is a screenshot. A screenshot is a fresh image made by the operating system. It has dimensions and a creation date and nothing about a camera or a place.
  • Someone stripped it on purpose. Which, before sharing a photo publicly, is the right thing to have done.

If it is your own photo and you still want to know where you were, the answer lives outside the image. The capture timestamp is usually intact even when the GPS is not — read it in the viewer, then match it against your own records: a location history you keep, the other photos shot the same afternoon that are geotagged, or simply the album it belongs to. Visible landmarks and signage in the frame do the rest.

Working out when rather than where? When was this photo taken covers reading capture timestamps and spotting the dates that lie.

The Privacy Implications of GPS Metadata

Everything on this page works just as well on a photo of yours, in someone else's hands. That is the whole privacy problem in one sentence: reading a geotag takes no skill, no software, and no permission from you.

What a geotagged photo gives away

  • Your home address, from any photo taken indoors and shared anywhere
  • Your child's school or nursery, from the first-day-back picture
  • That the house is empty right now, from a holiday photo posted a thousand miles away
  • A pattern of movement, once several photos are read together — each one carries a time as well as a place

What to do about it

  • Check before you post — open the photo in the viewer and look at the GPS section
  • Strip the metadata from anything going somewhere public, rather than trusting the platform to do it
  • Turn off location for the camera app if you do not want the tags written at all
  • Remember that email, cloud links, and messaging apps that send "as a file" pass EXIF through untouched

Relying on platforms to protect you is a weak defence. Some strip EXIF on upload and some do not, the behaviour changes without notice, and it says nothing about the copy of the file you emailed or backed up. The reliable move is to clean the file before it leaves your device.

The full picture: the photo privacy guide covers what your photos reveal and how to share safely, and the photo privacy checklist is the short version you can actually follow.

Related Guides

Frequently Asked Questions

How do I find the location a photo was taken?

Open the photo in an EXIF viewer and look at the GPS section. If the photo is geotagged, the latitude and longitude were written into the file when the shutter fired, and the viewer will show them along with a map pin. Copy the coordinates into Google Maps, Apple Maps, or OpenStreetMap to get a street address. On a phone you can also tap the info button in the Photos app or Google Photos, though those show a map rather than the numbers themselves.

Can you get GPS coordinates from any photo?

No. Only photos that were geotagged at capture carry coordinates, and plenty of photos never were — or had the metadata stripped afterwards. Anything downloaded from most social platforms, received over WhatsApp, or captured as a screenshot will have no GPS tags at all. When the tags are absent, the location is not hidden somewhere in the image; it simply is not there, and no tool can recover it.

How do I see a photo's GPS coordinates on Windows?

Right-click the image in File Explorer, choose Properties, and open the Details tab. Scroll down to the GPS group, which lists latitude, longitude, and altitude for geotagged photos. The values are shown in degrees, minutes, and seconds — a format map sites accept, though you may prefer to convert to decimal degrees first.

Why does my photo show a map but not the coordinates?

Both the iPhone Photos app and Google Photos display location as a map and a place name rather than as numbers. The coordinates are in the file — the apps just choose not to print them. To read the actual values, use the iPhone Files app's Get Info screen, Windows Properties, Preview's inspector on a Mac, or a browser-based EXIF viewer that parses the file directly.

How accurate is the location in a photo?

Consumer GPS is accurate to a few metres outdoors with a clear view of the sky, and noticeably worse indoors, in dense cities, or under tree cover, where the phone leans on Wi-Fi and cell positioning instead. Read the pin as identifying a building or a spot on a trail, not an exact doorstep. Coordinates can also be edited after the fact, so a geotag records where a photo claims to have been taken.

Is it safe to upload a photo to an online location finder?

Think about what you are handing over: a file whose entire point is that it records where you were and when. Any tool that uploads the image to a server has a copy of that. Our viewer reads the file in your browser and never transmits it, which is the property worth insisting on for this particular job.

Find out where a photo was taken

Open it in the viewer, read the GPS coordinates, and see the spot on a map. Nothing is uploaded — the photo is decoded on your device.

Open the EXIF Viewer