How the tool works
Almost every digital photo carries an invisible layer of metadata alongside the pixels, and the most
common standard for it is EXIF (Exchangeable Image File Format). This tool uses an open-source
EXIF parsing library that runs entirely inside your browser (JavaScript). It reads the binary structure
of the image file directly — the same way desktop software like Adobe Lightroom or a file explorer's
"Properties" panel does — without sending a single byte of the file to any server.
Choose or drop a photo
The file is read directly from your device's memory — it is never transmitted anywhere.
The browser parses the file structure
JavaScript walks the image's binary segments to locate EXIF, IPTC, XMP and ICC blocks.
Fields are organized into a report
Camera details, capture settings, timestamps, and location (if present) are grouped into readable cards.
Nothing is saved
Close the tab, and the photo and its data are gone. There was never a server copy to begin with.
EXIF
Technical data recorded automatically by the capture device: camera, lens, settings, date and sometimes location.
IPTC
Editorial data usually added by a person: description, keywords, byline and copyright notice.
XMP
An Adobe standard in XML format that bundles EXIF and IPTC data together with extra edit history.
Why do some photos show no data at all?
This is common and is not a bug in the tool. The usual reasons metadata is missing:
- Social and messaging apps: WhatsApp, Instagram, Facebook and X strip most EXIF data automatically when a photo is uploaded or sent, specifically to protect the sender's privacy (especially location).
- Screenshots: they carry no camera data because they were never captured with a lens.
- Phone privacy settings: some devices don't enable GPS tagging for photos by default.
- Deliberate cleaning tools: some editing or sharing software strips EXIF on purpose before a photo is shared.
Frequently asked questions
Is my photo uploaded to a server?
No. All analysis happens inside your browser via JavaScript. The photo never leaves your device.
Why is GPS data missing from some photos?
Because social and messaging platforms strip EXIF automatically on upload, and some phones don't enable location tagging by default. See the section above for more detail.
What's the difference between EXIF, IPTC and XMP?
EXIF is automatic technical data, IPTC is editorial data added by a person, and XMP is a modern XML format that bundles both. More detail in the full EXIF guide.
Can the tool guess where a photo was taken if there's no GPS data?
No. The tool only shows coordinates actually recorded in the file, and never visually analyzes the image to guess a location.
See all frequently asked questions →