EXIF Viewer & Remover
This tool shows you the metadata hidden inside a JPEG — the camera that took it, when, and often the exact GPS coordinates of where you were standing — and then gives you a copy with all of it removed. Both steps happen in your browser. The photo is never uploaded, which would rather defeat the purpose.
- ✓ Runs in your browser — nothing uploaded
- ✓ No sign-up
- ✓ Free, no limits
What your photos are carrying
Every photo a phone or camera takes is stored with a block of metadata called EXIF, sitting alongside the image inside the same file. It was designed for photographers: shutter speed, aperture, ISO, lens, orientation. Useful, and entirely benign.
Then GPS was added. Unless you have explicitly turned location off for the camera, most phones record the coordinates of where each photo was taken, to around a metre, in every single file. Alongside that sit the capture time to the second, the device make and model, and on some cameras a body serial number that links every photo you have ever taken to the same piece of hardware.
None of this is visible when you look at the picture. It travels with the file, silently, into every place you send it — and unlike the image, nobody ever checks it. Load a photo above and you will see exactly what yours contains.
Where it actually leaks
Most large social platforms strip EXIF when you upload, which has convinced a lot of people the problem is solved. It is not, because the places that do not strip it are the places you send files directly to a person.
Camera model iPhone 15 Pro <- which phone you own
Date and time 2026:07:14 19:42:03 <- where you were, when
GPS position 48.856703, 2.294481 <- to about a metre
Body serial number F2LX93KQ1M <- links all your photosEmail attachments keep it. Messaging apps that send "as a file" or "original quality" keep it. Cloud storage links keep it. Marketplace listings on smaller sites keep it. Attachments to a support ticket, an insurance claim or a rental application keep it — and those go to strangers by definition.
The classic failure is selling something online. You photograph the item on your kitchen table, upload it to a listing site that does not strip metadata, and the advert now carries your home address to the nearest metre. The same applies to photographs of documents, of children, and of anything you would describe as "just a picture of a thing".
Why this has to happen on your own device
There is a particular absurdity in uploading a photo to a website in order to remove the location data from it.
The file you hand over is the unstripped original — the one with your coordinates in it. Whatever the operator promises, you have just given a stranger the precise thing you were trying not to share, plus the image, plus your IP address and the time you did it. If the concern was ever real, the upload was the disclosure.
Yet almost every EXIF remover works this way, because it is the easier thing to build. And they are used overwhelmingly by people who have just realised their photos contain their home address, which is to say by exactly the people for whom the upload matters most.
Here the file is read by your browser and the clean copy is written by your browser. Nothing is transmitted. Check it as you would check any such claim: open the Network tab and load a photo, or disconnect from Wi-Fi and do it anyway. It works either way, because there is nothing at the other end.
How the removal works, and what survives
A JPEG is a sequence of labelled segments. The image itself lives in one of them; the metadata lives in others. Removing metadata therefore does not require touching the picture at all — the segments carrying EXIF, XMP and IPTC data are dropped and everything else is copied through byte for byte.
That matters, because the obvious alternative is to redraw the image on a canvas and re-export it, which does strip metadata but also re-compresses every pixel. You would lose a generation of quality to delete a few kilobytes of text. Here the compressed image data in your clean copy is bit-identical to the original.
The colour profile is deliberately kept. It says nothing about you, and removing it would visibly shift the colours on a wide-gamut photo. The orientation flag is part of the EXIF block and does go — if a stripped photo appears rotated in some older viewer, that is why, and modern viewers and browsers handle it correctly.
Your original file is never modified; the clean copy downloads as a separate file with -clean added to the name. And this reads JPEG, which is what phones and cameras produce. PNG and WebP carry little or no camera metadata, and HEIC keeps it in a different container — converting a HEIC to JPG with the converter linked below already drops it, because that conversion re-encodes from decoded pixels.
Frequently asked questions
What is EXIF data?
A block of metadata stored inside the image file alongside the picture. It was designed to record photographic settings — shutter speed, aperture, lens — but modern phones also write the capture time, the device model, sometimes a serial number, and usually the GPS coordinates of where the photo was taken.
Do my photos really contain my location?
Unless you have turned location off for the camera specifically, almost certainly yes, to around a metre. Load a photo above and you will see. For most people's camera roll that means their home address appears in thousands of files.
Doesn't Facebook or Instagram already strip it?
The large platforms generally do, which is why people assume the problem is handled. The leaks happen everywhere else: email attachments, files sent through messaging apps at original quality, cloud storage links, smaller marketplace and listing sites, and anything attached to a claim or an application.
Does removing the metadata reduce image quality?
No, and this tool is built specifically to avoid that. The metadata segments are dropped from the file structure and the compressed image data is copied through unchanged, so your clean copy is bit-identical as a picture. Tools that strip metadata by re-drawing the image on a canvas do cost you a compression generation.
Is my photo uploaded to check it?
No — and it would be self-defeating if it were, since the file you would upload is the one still containing your coordinates. Reading and stripping both happen in your browser. Verify it in the Network tab, or disconnect from the internet and use the tool anyway.
What about PNG, WebP and HEIC files?
This reads JPEG, the format phones and cameras actually produce. PNG and WebP carry little or no camera metadata to begin with. HEIC stores it in a different container — but converting a HEIC to JPG with the converter linked below already drops it, because that conversion re-encodes from decoded pixels.