📷 EXIF Viewer & Stripper
See the GPS coordinates, timestamps and serial numbers hiding in a photo — then download a copy with all of it removed. Nothing is uploaded.
About the EXIF Viewer & Stripper
Every photo from a phone or camera carries a hidden manifest: where it was taken (to about ten metres), when, on which device, through which lens, edited with what — and sometimes hardware serial numbers that quietly link every photo you have ever posted to the same camera body. This tool shows you all of it, plainly, and produces a copy with none of it.
It runs entirely in your browser, which for this tool is the point rather than a feature: an EXIF stripper that uploads your photo first would be a contradiction. The parse uses the exifr library loaded on demand; the strip is a canvas re-encode, which cannot carry metadata into the output by construction.
How to use it
- Drop a photo — a JPEG straight off a phone shows the most.
- Read the table. Highlighted rows are the identifying ones; the GPS row links to a map of the exact spot.
- Download the clean copy before posting the photo anywhere.
Frequently Asked Questions
What is EXIF data and why is it in my photos?
EXIF is metadata your camera or phone writes into every photo: the exact GPS coordinates, the timestamp, the device make and model, sometimes serial numbers and the editing software used. It exists so photo software can organise and process images — but it travels with the file when you share it.
Can someone really find where I live from a photo?
If the photo was taken at home with location services on — yes, trivially. The GPS tag stores coordinates to roughly ten-metre precision, and any EXIF viewer (like this one) reads them in seconds. Photos of items for sale, taken at home, are the classic case. This is why stripping metadata before posting matters.
Does this tool upload my photo to read its metadata?
No — the file is parsed in your browser by the exifr library, loaded on demand. For a tool whose entire subject is privacy, uploading your photo to inspect it would be absurd. Your browser's network panel will confirm nothing leaves.
How does stripping work, and does it change quality?
The image is re-encoded through a canvas, which by design carries zero metadata into the output — no EXIF, no GPS, no colour profile. For JPEG output this is a re-compression at high quality (92%), so there is a small, usually invisible, generational loss. PNG output is lossless.
Do social networks strip EXIF for me?
The big ones (Instagram, X, Facebook) strip most metadata on upload — but they read it first, and many other channels don't strip at all: email, WhatsApp documents mode, Slack, your own website, marketplace listings. The safe habit is stripping before the file leaves your machine, not hoping the destination does it.
Why does my screenshot show almost no EXIF?
Screenshots and images exported from design tools carry little or no EXIF — there was no camera involved. EXIF is overwhelmingly a camera-photo phenomenon, which is also why a JPEG straight off a phone is the most revealing file to test here.