Why photo metadata matters
Every photo you take is two things at once: a picture, and a small database about the moment you took it. The picture is what you meant to share. The database usually is not.
That second half is why people look for a way to remove EXIF data in the first place. It travels with the file, and most of the time nobody sees it until somebody goes looking.
What your camera writes into every photo
A modern phone records the make and model, the lens, the exposure settings, the software version, the exact date and time, and — if location services were on — where you were standing.
Some phones add a serial number. Editing apps add their own history, so a photo can quietly say which app touched it and when.
How a photo gives away where you live
GPS coordinates in EXIF are stored to six decimal places. That is precision of roughly a tenth of a metre — not “this neighbourhood” but “this doorway”.
A handful of photos from the same address is enough to work out where somebody sleeps. This is the concrete reason to remove EXIF data before posting anything taken at home.
What is EXIF data?
EXIF (Exchangeable Image File Format) is a block of structured data embedded inside a photo file, alongside the compressed image itself. It records how, when and where the picture was taken. It is invisible in normal viewing and travels with the file wherever it goes.
Because it sits beside the image rather than inside it, EXIF can be removed without touching the picture at all. That is the whole basis of how this tool works.
EXIF, IPTC and XMP are three different things
EXIF comes from the camera. IPTC is the captioning and rights standard used by newsrooms and stock libraries. XMP is Adobe’s format, and it is where most editing history ends up.
A single JPEG can carry all three at once. This tool removes all three, plus plain comment blocks, because leaving one behind would defeat the point.
What GPS coordinates actually reveal
The location block is more than latitude and longitude. It can also hold altitude, the direction the camera was pointing, and the timestamp from the satellites rather than the phone’s clock.
You can see exactly what a HEIC photo is carrying before deciding what to do about it.
Lossless removal: why we never re-encode
This is the part that separates tools that remove EXIF data properly from tools that merely appear to.
What lossless actually means here
The straightforward way to strip metadata is to decode the photo into pixels and encode it again. The metadata disappears — but so does some image quality, because a JPEG re-encoded is a JPEG compressed twice.
This tool never decodes anything. It walks the file’s own structure, drops the metadata sections, and copies the compressed image data across untouched.
How to check it yourself
Look at the byte counts the tool reports for each file. A cleaned JPEG in our own testing went from 172,813 to 172,530 bytes — a difference of 283 bytes, which is exactly the size of the metadata that left.
Decoded and compared pixel by pixel, the before and after files produced 1,708,800 bytes of identical image data. Nothing else moved. If a tool’s output differs from its input by far more than the metadata was worth, it re-encoded your photo.
Why your HEIC does not get smaller
HEIC and AVIF are handled differently, and the tool says so on screen rather than hiding it.
Those formats keep an index of where every piece of the file lives. Removing bytes from the middle would invalidate every entry in that index, so the metadata is overwritten in place instead. The file size does not change; the metadata is still gone, because those bytes now hold nothing.
What gets removed, and what we keep
Removed
Everything in the list below goes, in one pass:
- Location — GPS coordinates, altitude, compass heading, satellite timestamp
- Device — camera make, model, lens, and serial number where the maker writes one
- Capture settings — ISO, aperture, shutter speed, focal length, flash
- Timestamps — when the photo was taken, digitised and last modified
- IPTC and XMP — captions, rights fields, and the editing history apps leave behind
- Embedded thumbnails — small previews that can preserve the framing you cropped away
- Comments — plain-text blocks that tools and cameras sometimes write
What removal cannot hide
It is worth being clear about the limit. Stripping metadata makes a photo anonymous about itself; it does not make the picture anonymous.
The pixel dimensions, the compression settings and the visible content all remain, because they are the image. If a photo shows your front door, no metadata tool fixes that.
Kept on purpose: orientation and colour
Two things are kept by default, and neither identifies you.
Orientation is one tag that tells a viewer which way up the photo is. Delete it and a portrait shot lies on its side in every app that honoured it. We re-attach a minimal block holding that single tag and nothing else.
The ICC colour profile describes how the file’s colour numbers map to real colours. Drop it from a wide-gamut photo and everything is re-interpreted as sRGB, which you see as flattened, shifted colour.
Both are switches you can turn off. The tool tells you what happens if you do.
Which formats you can clean
JPG, PNG and WebP
These are rebuilt without their metadata sections, so the file genuinely gets smaller. In a PNG the result is byte-for-byte identical to the same image saved without metadata in the first place.
HEIC and AVIF
Both use the same container, and both are cleaned in place as described above. If you would rather have a smaller, more portable file at the same time, convert it to JPG instead — rebuilding the image from pixels drops the metadata as a side effect. See what the HEIC format actually is if you are not sure what you have.
GIF, BMP and ICO are not accepted, because they carry no meaningful metadata to remove. TIFF and SVG are not accepted either — no browser can decode them without a plugin, and we would rather say so than fail vaguely.
Where people get this wrong
Four assumptions come up again and again, and each one leaves metadata in a file somebody believed was clean.
Renaming the file does nothing
Changing IMG_4471.HEIC to holiday.heic changes the label on the outside of the box. The EXIF block is inside the file, and it is still there.
The same goes for moving a photo between folders, syncing it to a different service, or sending it to yourself. None of those rewrite the file’s contents.
Screenshots are not automatically clean
A screenshot of a photo does drop the original EXIF, and people lean on that as a shortcut. But it also drops the image quality to whatever your screen was showing, and on some systems the screenshot picks up its own metadata — the device, the timestamp, occasionally the app in focus.
It is a lossy way to solve a problem that does not require losing anything.
Cropping does not remove the original framing
Editing apps often keep an embedded thumbnail generated before your edit. Crop somebody out of a photo, and the thumbnail can still show them.
This is a documented way people have been identified from “cropped” images. Our tool removes embedded thumbnails along with everything else, which is exactly why they are on the removal list.
Editing after cleaning puts metadata back
If you remove EXIF data and then open the file in an editor and save it again, that editor writes its own metadata block — its name, its version, a fresh timestamp.
Clean the file last, immediately before you send it. Order matters more than people expect.
Removing metadata vs converting the photo
Both routes end with a private file. They are not equivalent.
| Remove EXIF data | Convert the photo | |
|---|---|---|
| Image quality | Untouched, byte for byte | Re-compressed |
| File size | Slightly smaller | Usually much smaller |
| Format | Stays the same | Changes |
| Best when | You want this exact photo, minus the metadata | You need a different format anyway |
If the file is simply too big, shrink the file itself rather than hoping metadata removal will do it — metadata is rarely more than a few kilobytes.
After you remove EXIF data
Clean the file before it leaves your device, not after. Once you have sent the original, stripping your local copy changes nothing.
Platforms that strip metadata — and the ones that do not
Most large social platforms remove EXIF on upload. That is genuinely helpful, and it is also not something to rely on: the file still travelled to their servers with everything in it, and their policy is theirs to change.
Direct transfers are the real gap. Email attachments, shared cloud links and AirDrop generally hand over the file exactly as it was. Those are the cases where it pays to remove EXIF data yourself first.