Strip location and camera data before you share a photo.
JPEG files carry the most metadata. The file is read on your device and never uploaded.
Reading the file…
Your photo never leaves your device, and the pixels are copied unchanged — only the metadata is dropped.
Strips the hidden record out of a photograph — camera, lens, timestamps, serial numbers and, most importantly, the GPS coordinates of where it was taken — and hands back a clean copy.
The important part is how. Almost every other tool does this by redrawing the photograph through a canvas, which drops the metadata as a side effect and silently re-encodes the image: quality is lost, and the file often comes back larger. This one copies the original bytes and simply omits the metadata segments, so the compressed image data is carried across untouched. The pixels are identical to the ones you started with.
Colour profiles are deliberately kept. An ICC profile is not personal information, and removing one shifts the colours of the photograph — which is a change you did not ask for.
A picture of something for sale, taken in your kitchen, can carry the coordinates of your kitchen. Stripping the metadata first is the difference between selling a bike and publishing your address.
Marketplace buyers, landlords, contractors. The picture is the point; the timestamps, the camera serial number and the location are not.
Product and property photography routinely ships with the photographer's equipment details and the shoot location embedded. Usually nobody intended that.
Journalists, researchers and anyone posting a photo of a place they would rather not be tied to. Removing the metadata is a smaller step than blurring, and often the one that matters more.
Drop it here, paste it, or choose a file. It is read on your device — nothing is uploaded, which matters rather a lot for this particular job.
The fields are listed before anything is removed, including the location if the file carries one, so you know exactly what you are stripping.
The tool names what it removed and shows the size before and after. Your original file is untouched — the download is a new copy.
Run the result back through the EXIF Viewer. It should report that the file carries nothing at all.
Not here. The photograph's compressed data is copied across byte for byte and only the metadata segments are left out, so the pixels are identical. This is worth checking elsewhere: tools that re-save the image through a canvas do lose quality, and frequently produce a bigger file than they started with.
EXIF (camera, exposure, timestamps, GPS), XMP (editing history and captions), IPTC (rights and description fields) and any free-text comment. Colour profiles are kept on purpose — they are not personal data and dropping one changes how the photograph looks.
Yes. GPS coordinates live in the EXIF block, so they go with it. The viewer shows you whether a location was present before you strip it, and you can confirm the result afterwards.
Most strip it from what they publish — after receiving the original, which they keep. It also does nothing for photos you send by email or message, or upload anywhere else. Removing it yourself means the data was never handed over.
Not from the clean copy — those bytes are simply not in the file. Your original still has everything, so keep it if the dates or settings matter to you.
No. Everything happens in this browser tab. A tool whose purpose is to stop a photograph leaking private information should not begin by sending it to a stranger's server.