Boneyard Tools

EXIF GPS Extractor: Photo Location from EXIF

Drop in a JPEG to read the GPS coordinates a camera or phone wrote into its EXIF. You get the decimal latitude and longitude, the original degrees, minutes, seconds, the altitude when present, and a link that opens the spot on Google Maps. The photo is read entirely in your browser and never uploaded, so even sensitive images stay on your device.

How to extract GPS data from a photo

  1. Drag a JPEG onto the box, or click to pick one from your device.
  2. Read the decimal latitude and longitude, the DMS values, and altitude.
  3. Open the location on Google Maps, or note that no GPS data was found.

Examples

A geotagged phone photo

IMG_4021.jpg taken in Pittsburgh
Latitude 40.4461, Longitude -79.9822, with a Google Maps link

Frequently asked questions

Is my photo uploaded anywhere?

No. The image is read and parsed entirely in your browser with JavaScript. Nothing is sent to a server, so the file and any location it contains stay on your device.

Why does this matter for my privacy?

Many phones write the exact latitude and longitude of where a photo was taken into its EXIF. Sharing that photo can reveal your home, workplace, or routine. Checking for GPS before posting, and stripping it if present, protects your location privacy.

How does it find the coordinates?

It locates the JPEG EXIF block, reads the GPS information sub-directory, and decodes the latitude and longitude, which are stored as degrees, minutes, and seconds plus a N/S/E/W reference. Those are converted to signed decimal degrees.

What if the photo has no GPS data?

Many images carry no location at all, for example screenshots, edited exports, or photos taken with location services off. In that case the tool simply reports that no GPS data was found. It never invents a location.

Which files are supported?

JPEG files, which is where cameras and phones normally embed GPS EXIF. PNG, WebP, and most edited or screenshotted images do not carry GPS, so they return no location.

How do I remove the GPS location from a photo?

Use the EXIF Remover tool to strip the metadata segments and download a clean copy, also entirely in your browser. The original file is left untouched.

Related tools