EXIF Viewer and Remover
Private: nothing leaves your browser
Drop a photo in. It is read on your device and never uploaded.
A photo straight off a phone usually carries far more than the picture: the camera and lens that took it, the exact second it was taken, the serial number of the body, and very often the coordinates of the spot you were standing on. This page reads all of that out in plain English, tells you loudly when a file knows where you live, and hands back a clean copy with every tag stripped. The file is read by this page alone and never uploaded, which matters more here than on any other tool: sending a photo somewhere to find out whether it leaks your address would rather defeat the point.
About EXIF and why it matters
EXIF is a block of data your camera writes inside the image file itself. It was designed to be useful, and it is: the shutter speed, the aperture and the ISO are how a photographer works out what went wrong with a shot. The trouble is that phones write a great deal more than that. A modern handset records the make and model, the lens, the software version, a timestamp to the second and, unless you have turned location off for the camera, a latitude and longitude accurate to a few metres.
That travels with the file. Email a holiday photo and the recipient can read where it was taken. Sell something on a marketplace with a picture taken in your living room and the listing carries your home coordinates. Most large social networks strip metadata on upload, which is why people assume it is never a problem, but a direct message, a forum attachment, a cloud folder share and an email attachment all keep the file exactly as it came off the phone.
Reading it is the easy half. Removing it is done here by redrawing the picture on a canvas and encoding it again, which gives back pixels and nothing else, so every tag goes at once. One detail has to be handled on the way through: the orientation tag is the thing telling your viewer that a photo taken in portrait is not lying on its side, so it is applied to the pixels before it is discarded. Strip it naively and the clean copy comes out sideways. Anything else here that redraws a picture has the same side effect: compressing or resizing a photo also leaves every tag behind, so if you were going to do one of those anyway, the metadata goes with it.
How to view and remove EXIF and GPS data
- Drop your photos on the box, click it to browse, or paste one straight onto the page.
- Read the list. Each row says how many tags that file carries and whether one of them is a location.
- Click any row to see its tags in full underneath. Copy metadata puts them on the clipboard as text.
- If the red bar appears, that photo records where it was taken. The coordinates are shown as plain text, never as a map link.
- Press Download clean copy. One photo saves as a file, several arrive together as a ZIP.
Common questions about EXIF and GPS data
Does my photo really contain my location?
Why do you not show the location on a map?
Is the photo uploaded to remove the metadata?
Does removing the metadata change the picture?
Why is the clean copy sometimes the right way up when the original was not?
What about PNG files, which have no EXIF?
Can I check a whole folder at once?
Next