Skip to content

Remove metadata from photos

Strip GPS location, camera details, dates, XMP and IPTC from one photo or a whole batch. JPEG, PNG and WebP are cleaned losslessly, and every output is re-read to prove it is clean.

What to remove

Your choices are remembered on this device. Privacy

Drop photos to clean

Add as many as you like. Nothing leaves this device.

You can also paste a copied image. Heads-up: some phone photo pickers remove location before a browser ever sees the file. If a photo you know is geotagged shows no GPS here, pick it through the Files app instead.

How the remover works

A JPEG is a list of labelled blocks. EXIF lives in a block marked APP1, XMP in a second APP1, IPTC in APP13, and the compressed picture comes after them. ExifProbe walks through those blocks, copies everything the picture needs, and skips the ones that hold metadata. Because the compressed image data is copied unchanged, there is no re-compression and no quality loss. PNG and WebP work the same way with their own chunk names (eXIf, tEXt, iTXt, zTXt, tIME in PNG; EXIF and XMP in WebP).

HEIC and AVIF photos, the default on many iPhones and newer Android phones, are harder. Browsers can display them but can't rewrite them, so ExifProbe draws the pixels onto a canvas and saves a fresh JPEG. That removes every tag, at the cost of one generation of JPEG compression at 92% quality.

See the block structure for yourself in the JPEG anatomy explainer.

What gets removed

DataEverythingOnly location
GPS latitude, longitude, altitude, directionRemovedRemoved
XMP and IPTC (captions, place names, edit history)RemovedRemoved (can hold location copies)
Date and time takenRemovedKept
Make, model, lens, serial numbersRemovedKept
Exposure: aperture, shutter, ISORemovedKept
Embedded thumbnailRemovedKept
Orientation, colour profileKept if tickedKept

Prefer settings on your phone instead? Follow the step-by-step guides for iPhone, Android, Windows and Mac. Want to change a date or add a copyright line rather than delete everything? Use the EXIF editor.

Questions people ask

Does removing metadata reduce photo quality?

Not for JPEG, PNG or WebP. ExifProbe cuts the metadata blocks out of the file and copies the compressed image data byte for byte, so the pixels are identical to the original. Only HEIC, AVIF, GIF and TIFF are re-encoded, because browsers cannot rewrite those formats directly.

How do I know the metadata is really gone?

After cleaning, ExifProbe reads the new file again with the same parser and lists anything that survived. A file is only marked "Verified clean" if no EXIF, GPS, XMP or IPTC tags are found in the output.

What is the difference between "Remove everything" and "Remove only location"?

"Remove everything" deletes all EXIF, XMP, IPTC, comments and embedded thumbnails. "Remove only location" deletes the GPS block and any XMP/IPTC place data from a JPEG but keeps camera settings and the date, which photographers usually want to keep.

Why keep orientation?

Phones often save photos sideways and use an EXIF Orientation tag to show them upright. If that single tag is removed some apps display the photo rotated. Keeping it reveals nothing about you.

Is there a file limit?

There is no upload, so no server limit. Very large batches are limited only by your device memory. Files are processed one after another.

Will the cleaned file stay clean after I share it?

Yes, unless you edit it again in an app that adds its own metadata. Some editors write the software name and a new date when you save.