Remove Image Metadata & EXIF Data
Your photos carry more than the picture. Before you share one, see exactly what is embedded in it — including the GPS coordinates of where it was taken — and remove it in one tap. Ironic as it would be otherwise, none of this leaves your device.
Drop your image here
or
Choose ImageYou can also paste an image with Ctrl+V
Images are processed on your device and never uploaded.
• •
Runs on your device — nothing is uploaded.
Working…
0%
- Original
- Result
- Saved
- Quality
How to remove metadata
- Select your photo. Everything embedded in it is listed immediately.
- Review it — GPS coordinates are highlighted, because they are the field people are most often surprised by.
- Press Remove Metadata.
- Download the clean file.
What is actually in your photos
Every photo your phone takes carries an EXIF block. A typical one contains:
- GPS latitude, longitude and altitude — often accurate to a few metres. This is the field that matters.
- Date and time of capture, to the second.
- Camera make, model and serial number. The serial number links every photo you have ever taken with that device.
- Lens, aperture, shutter speed, ISO, focal length.
- Software used to edit it, and sometimes an edit history.
- Orientation, which is how the picture knows which way is up.
- Occasionally owner name or copyright fields set in the camera.
A photo of your living room, posted publicly, can contain the exact coordinates of your home. That is not hypothetical — it is the default behaviour of most phones, and it has repeatedly been used to locate people who did not intend to be found.
Orientation is handled correctly
There is a trap in metadata removal that many tools fall into. If a photo was taken sideways, the pixels are stored sideways and an orientation tag tells the viewer to rotate them. Delete the tag without acting on it and the photo appears rotated 90°.
Here, the orientation is read first and applied to the pixels, and only then is the metadata removed. Your photo comes out clean and the right way up.
Lossless where possible
Two paths, chosen automatically:
- Lossless strip. If the image needs no rotation, the metadata
segments are cut out of the file directly — APP1 (EXIF and XMP), APP13 (IPTC) and
comment markers for JPEG; ancillary text and
eXIfchunks for PNG. The compressed image data is untouched, so the picture is bit-for-bit identical. - Re-encode. If the orientation must be baked in, the image is decoded, rotated and re-encoded at high quality. Metadata cannot survive that process, which is exactly what we want.
The result panel tells you which path was taken.
Who should care about this
- Anyone selling online. Marketplace photos taken at home carry your address in the coordinates.
- Journalists and their sources, where a location can identify a person.
- People sharing photos of children — school, home and routine locations are all inferable from a handful of geotagged images.
- Anyone posting from a place they would rather not disclose.
Some social platforms strip EXIF on upload; many do not, and email, messaging apps in file mode, and cloud links generally pass the original through untouched. Never rely on the platform.
Frequently asked questions
Are my images uploaded to your server?
No. The image is decoded, processed and re-encoded by your own browser using the Canvas and Web Worker APIs. There is no upload endpoint for this tool — open your browser's network panel while you use it and you will see no request carrying image data.
Does removing EXIF change how the photo looks?
No — except that a sideways photo is rotated upright, which is the correction you want. In the lossless path the pixel data is not touched at all.
Can removed metadata be recovered?
Not from the downloaded file — the bytes are gone. Your original file on disk still has everything, so make sure you share the cleaned copy rather than the original.
Do social networks already remove EXIF?
Some do, some do not, and behaviour differs between the app and the website, and between a photo post and a file attachment. Removing it yourself is the only reliable approach.
What about XMP and IPTC?
Both are removed. XMP travels in the same APP1 segment family as EXIF and IPTC in APP13; the stripper cuts all of them, along with PNG text chunks that can carry the same information.
What happens to my file when I close the tab?
It is gone. The image only ever exists in your browser's memory as an object URL; closing or refreshing the page discards it. Nothing is written to our servers, and nothing is stored on your device unless you download the result.