· 4 min read
How to Check a Photo's Hidden EXIF and GPS Data
Heshan Fernando
Co-founder & COO
You’re about to post a photo online and someone mentions, almost in passing, that photos can have GPS coordinates baked in showing exactly where they were taken. Now you’re wondering what else is hiding in that JPEG file — camera settings, timestamps, maybe even the exact address outside your house if the photo was taken there. It’s a fair thing to want to check before you hit share.
Most people have no idea EXIF data exists until someone points it out, because none of it is visible when you just look at the image. The photo displays exactly the same whether or not it’s carrying a GPS coordinate, a camera serial number, or a precise timestamp underneath.
What EXIF and GPS data in a photo actually is
EXIF (Exchangeable Image File Format) is metadata embedded directly in a JPEG file by the camera or phone that took it — separate from the visible pixels, but stored in the same file. It typically includes the camera make and model, exposure settings like aperture, shutter speed, and ISO, the exact date and time the photo was taken, and sometimes the software used to edit it afterward.
If the device had location services enabled at the time, EXIF can also include GPS coordinates precise enough to identify an exact address, not just a general area. This is the part most people are surprised by, because it means a seemingly harmless photo can quietly reveal where you were standing when you took it.
Why people get stuck here
- It’s invisible by default. Nothing in a normal photo viewer flags that GPS or camera data is present — you have to specifically check.
- Different platforms strip it differently. Some social media and messaging apps automatically strip EXIF data on upload, others don’t, and it’s not always obvious which is which without checking.
- Privacy risk for shared photos. A photo of your front door, car, or a location you visit regularly can expose more than intended if GPS data survives the upload.
- Useful for legitimate reasons too. Photographers often want to check their own EXIF data for exposure settings to learn from a shot, not just to audit privacy risk.
What a good EXIF viewer looks like
Reads the full metadata set, not just GPS
A useful viewer shows camera make and model, exposure settings, and capture date alongside GPS, since all of it is relevant depending on why you’re checking.
Displays GPS coordinates clearly
If location data is present, it should be shown in a readable format, not buried in a raw decimal degrees string you have to decode yourself.
Processes the file locally
Checking a photo’s metadata is exactly the kind of task where the file shouldn’t need to leave your device — especially if the whole reason you’re checking is a privacy concern.
Common mistakes to avoid
- Assuming a social platform automatically strips GPS data — behavior varies by platform and sometimes by upload method, so check before assuming it’s handled.
- Sharing a batch of photos without checking each one, when even one photo in the set could carry unexpected location data.
- Confusing “no visible location in the caption” with “no GPS data in the file” — they’re unrelated.
- Editing a photo in an app that preserves the original EXIF data by default, assuming the edit process automatically strips metadata.
How to do it with the EXIF Viewer
Online Tool Store’s EXIF Viewer reads a JPEG’s embedded metadata entirely in your browser.
- Upload the photo you want to check.
- Review the camera make, model, and exposure settings shown.
- Check whether GPS coordinates are present and where they point.
- Decide whether to share the original file or a version with metadata stripped, based on what you find.
Because the file is processed locally, nothing about the photo — including any location data it contains — gets sent anywhere just to check it.
Frequently asked questions
Does every photo have GPS data in its EXIF?
No — only photos taken by a device with location services enabled at the time will include GPS coordinates. A camera without GPS capability, or a phone with location services off, won’t embed location data even though other EXIF fields (camera settings, timestamp) may still be present.
Will messaging apps or social media strip this data automatically?
It depends on the platform and sometimes the specific upload method — some strip EXIF data (including GPS) on upload, others preserve it. Don’t assume; check the specific platform’s behavior or verify with a tool like this before and after uploading if it matters.
How do I remove EXIF data from a photo before sharing it?
Viewing the data is the first step to knowing whether there’s anything worth removing — from there, most operating systems and photo editors offer a “strip metadata” or “remove location data” option, or you can use a dedicated metadata-removal tool.
Final thought
A photo looks identical whether or not it’s carrying a GPS coordinate — checking its EXIF data before sharing is the only way to actually know, and it takes less time than the scroll-and-post habit it’s meant to interrupt.