Privacy & metadata

Remove EXIF Data

Strip EXIF, GPS coordinates and camera data out of a photo without recompressing it. The picture that comes back is the same picture, minus the tags.

100% private — your photos are processed in your browser and never leave your device.

EXIF · GPS ✕
Upload your photo to strip EXIF, GPS and camera data

Drag and drop file to here to upload.

Types we support:avifbmpcurgifheicheificojfifjp2jpegjpgpjppjpegpngtiftiffwebpxbm
…or try one of the sample images:
Author: Volker ThimmVolker Thimm
Author: Thien Phuoc PhuongThien Phuoc Phuong
Author: Atlantic AmbienceAtlantic Ambience
Author: Alexas FotosAlexas Fotos
Author: Tonmoy BhaktaTonmoy Bhakta
Author: athul santhoshathul santhosh

A photo out of a phone carries more than the picture. The EXIF block usually holds the date and time to the second, the phone or camera model, the lens and exposure settings, and — if location services were on — the coordinates of the spot you were standing in. Some cameras add a serial number; some editing apps quietly add your name.

The part most EXIF removers get wrong

Stripping metadata should not touch the picture. Most online tools decode the JPEG, hand the pixels to an encoder and give you the result: a second-generation JPEG, a bit softer, a different size, with fresh compression artifacts layered over the old ones. You asked for the same file without the tags and got a different file.

PIXLFLW puts an Original entry at the top of the export menu. It rewrites the container and copies the compressed image data across untouched — the same scan, bit for bit, with the metadata segments cut out. The download is lighter by exactly what the tags weighed and identical in every other byte. JPG, PNG and WEBP all work this way.

What goes, and what stays

  • Removed — EXIF (date, camera, lens, GPS), XMP, IPTC captions and credits, and any comment block. In a PNG that covers the text chunks as well; in a WEBP, the EXIF and XMP chunks.
  • Kept — the colour profile. An ICC profile says nothing about you; it tells a screen what the file's colours mean. Drop it and the photo shifts.
  • Kept by default — one orientation tag, for the reason below.

Why the rotation tag survives by default

Phones don't turn the picture when you turn the phone. They save it as the sensor read it and write a single EXIF field saying which way is up. Remove all metadata and that field goes with it — then a portrait shot lies on its side in whatever software reads the file next.

So the default here keeps that one field and nothing around it: a rebuilt block holding the orientation and no date, no coordinates, no camera. If you want nothing at all left, switch to Remove everything. If you want the rotation to stop depending on a tag, bake it into the pixels instead — that re-encodes the photo, which is the trade.

HEIC and AVIF

Neither can be cleaned without being decoded first. Export them as JPG, PNG or WEBP instead: re-encoding drops every tag as a side effect, because the editor draws to a canvas and a canvas holds pixels and nothing else. The image is re-compressed in the process. That is stated here rather than left for you to discover.

Nothing is uploaded

The file is read and rewritten in your browser. It never reaches a server — which matters more on this page than on any other here, since the whole point is that the coordinates in that photo stay yours. It is checkable: open the network tab in your browser's developer tools and drop a photo in.

How to remove EXIF data

  1. Drop the photo into the upload area above. The editor opens and the source panel lists the tags it found — that is what is in your file right now.
  2. The export format is already set to Original and metadata removal is already on.
  3. Save. Same picture, fewer kilobytes, nothing about you left in it.

Other formats go in too: GIF, JPG, BMP, PNG, WEBP, HEIC, TIFF.

Questions

Frequently asked questions

01Does this recompress my JPEG?

No, as long as the export format stays on Original. The metadata segments are cut out of the container and the compressed image data is copied across untouched — the pixels in the download are the same pixels, bit for bit. Pick JPG, PNG or WEBP instead and the photo is re-encoded, which also removes everything but costs a generation of quality.

02Does it remove GPS coordinates?

Yes. Location sits in the EXIF GPS tags and goes with the rest of the EXIF block. If an editing app added its own copy of the location, that usually lives in the XMP block, which is removed too.

03Why did my photo end up sideways after removing EXIF?

Because the rotation was part of the metadata you removed. Phones store the picture as the sensor read it plus one tag saying which way is up. The default here keeps that single tag and drops everything else — if you chose Remove everything, go back to the default, or fix the rotation properly so no tag is needed at all.

04How do I check the metadata is really gone?

Open the saved file here again: the source panel lists every tag it can find, and it should find nothing. On a desktop, exiftool reports the same thing, and Windows shows a shorter version under Properties then Details.

05Can I clean a HEIC or AVIF file?

Not without re-encoding it. Those two are handled by exporting to JPG, PNG or WEBP, which drops the metadata as a side effect but re-compresses the image. Nothing here can rewrite a HEIC container in place.

06Does removing EXIF make the file smaller?

A little. Metadata is usually a few kilobytes, occasionally a few hundred when the camera embedded a full-size preview thumbnail inside the file. If you need the photo materially smaller, that is compression, not metadata.

07Are my photos uploaded to a server?

No. PIXLFLW runs entirely in your browser: images are opened, edited and exported locally on your device and are never uploaded, stored or seen by anyone.

08Is it really free? Are there watermarks or limits?

Yes, completely free — no sign-up, no watermarks and no daily limits. The only practical limit is your browser memory for very large files (up to 20 MB per image).