Does this change the image file?
No. The EXIF GPS Viewer is inspection-only. It reads metadata but never rewrites or alters the original image.
Does this upload the image to a server?
No. Parsing and JSON export happen entirely in your browser, so the photo stays on your device.
What formats does it support?
It reads metadata from common JPG and HEIC photos directly in the browser.
Can it show where a photo was taken?
Yes. If the photo contains GPS data, the viewer displays the location coordinates and shows a privacy warning.
Is the EXIF GPS Viewer free?
Yes. It is completely free, private, and runs fully in your browser with no upload.
How precise is the GPS data in a photo?
Very. Coordinates are shown to six decimal places, which resolves to about eleven centimetres. Combined with the timestamp, a single photo can place a specific person at a specific spot at a specific second. That is the reason to check before you send a picture taken at home, at a client's office, or at a school.
Why does my photo have no metadata at all?
Several innocent reasons. A screenshot never had any. An image that has passed through most social networks has been stripped on upload. A file that has been re-saved by an editor, a messaging app, or an earlier metadata removal has had it dropped in the re-encode. An empty result usually means the file has already been through something, not that the tool failed.
What can I do with the raw JSON?
Download it or copy it. It contains the full parsed block, not just the summary rows, which is what you want when you are documenting a leak, filing a bug against an app that was not supposed to keep location, or scripting an audit over a folder of images.
Does this change or strip the photo?
No, it only reads. The file on disk is untouched and no export is produced. If you want the metadata gone, use the Metadata Remover, then bring the cleaned copy back here to verify that every field really is empty.
Is it safe to check a sensitive photo here?
Yes, and that is the entire design. The file is parsed in the page on your own device, so the coordinates of your home never travel over a network to be read. Uploading a photo to a website to find out whether it leaks your location would be self-defeating. The only network call is a credit counter carrying the tool name.