Image Metadata Remover

Strip EXIF, GPS, IPTC and XMP metadata from a photo before you share it. The image is redrawn pixel-by-pixel in your browser, so only the picture survives — none of the hidden data.

exif-remover · runs locally
Drop an image here, click to browse, or paste from the clipboard. PNG, JPEG, WebP, GIF or SVG.

What hides inside your photos

Every photo from a phone or camera carries an invisible payload of metadata: EXIF tags with the device make and model, precise capture timestamps and exposure settings; GPS coordinates accurate to a few meters; IPTC and XMP blocks added by editing software; and often a small embedded thumbnail that can survive crops of the main image. None of it is visible in the picture, and all of it travels with the file when you email it, post it or upload it somewhere that doesn’t sanitize attachments.

How this remover works — and why it catches everything

Instead of parsing and deleting individual tags (and hoping no proprietary ones slip through), this tool redraws your image onto a canvas and exports a brand-new file. Canvas only ever copies pixels, so the output physically cannot contain EXIF, GPS, IPTC, XMP or thumbnail data — there is nowhere for it to hide. The trade-off is honest and worth knowing: PNGs are lossless, so they come out pixel-identical, but JPEGs must go through a second compression pass (quality 0.92). That pass is visually indistinguishable for normal photos, though the file is no longer byte-identical to the original. Anything that isn’t PNG or JPEG is exported as lossless PNG.

Clean, then optimize

  1. Drop, browse or paste a photo into the panel.
  2. Click Strip metadata and compare the before/after sizes.
  3. Download the clean- copy and share that instead of the original.

Stripped files are often a little smaller already, but if you’re publishing to the web it’s worth running the clean copy through the Image Compressor next, or switching formats entirely with the Image Converter — WebP versions of cleaned photos are frequently half the size.

Frequently asked questions

Is my photo uploaded to a server?

No — and for this tool that matters twice over. The whole point is keeping location data private, so the photo never leaves your device: it is redrawn on a canvas in your own browser and re-exported locally. Nothing is transmitted, stored or logged anywhere.

What does EXIF contain, and why is GPS the big risk?

EXIF typically records the camera or phone model, capture date and time, exposure settings, editing software and often precise GPS coordinates. The GPS tags are the real hazard: a photo taken at home and shared online can reveal your street address to within a few meters. Timestamps and device serial data add further ways to correlate photos back to you.

Does stripping metadata change the image quality?

PNGs come out pixel-identical, because PNG is lossless. JPEGs must be re-encoded (quality 0.92), which is a second lossy compression pass — visually indistinguishable for almost all photos, but not byte-identical. Other formats like WebP or GIF are exported as lossless PNG.

Don't social networks strip EXIF already?

Most large platforms remove EXIF from the copies other users see — but they read and keep the data for themselves first, feeding location and device info into their own systems. Stripping metadata before you upload means neither the platform nor its viewers ever get it. Email, messaging apps and file shares often pass EXIF through untouched.