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
- Drag a JPEG onto the box, or click to pick one from your device.
- Read the decimal latitude and longitude, the DMS values, and altitude.
- 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
Image Metadata Viewer
View an image's EXIF and metadata in your browser: camera make and model, dimensions, format, orientation, and whether GPS location is embedded. Private.
EXIF Remover
Remove EXIF and metadata from JPEG and PNG images in your browser. Strip GPS location, camera details, and timestamps, then download a clean copy. Private.
File Type Identifier
Find out what a file really is from its magic bytes, not its extension. Detects images, audio, video, archives, fonts, and more in your browser. Private.
Add Border to Image
Add a colored border or frame around an image, with adjustable width and color. Live preview, runs in your browser, nothing uploaded.
APNG Detector
Check whether a PNG file is an animated PNG (APNG) in your browser. See the frame count, loop count, and dimensions read straight from the file. Private.
Blur Image
Blur a whole image or drag a box to blur a face, name, or address. Adjustable blur strength, live preview, runs in your browser. Nothing is uploaded.