Remove EXIF data

Strip location, camera, and timestamp metadata from photos — entirely in your browser. Your images never leave your device, and the pixels are untouched.

Drag photos here, paste, or

JPG, PNG, WebP · multiple files welcome · nothing is uploaded

What is EXIF data?

Every photo from a phone or camera carries hidden metadata called EXIF: where the photo was taken (GPS coordinates), when, on what device, with what settings, and often which software touched it. Share the file and you share all of that with it. A photo posted from your home can reveal your home's coordinates to anyone who checks.

How this tool works — and why it's private

This page removes metadata by editing the file's bytes directly in your browser: the metadata blocks are cut out, and everything else — including every pixel — is copied through untouched. Nothing is re-compressed, so there is zero quality loss. And because the work happens on your device, your photos are never uploaded anywhere: you can load this page, disconnect from the internet, and it still works. After cleaning, the tool re-scans its own output and shows you a "verified clean" check.

The full source code is public on GitHub (AGPL-3.0), and the privacy panel in the footer lists everything this page loads.

What gets removed — and what stays

Removed: EXIF (including GPS), XMP, IPTC/Photoshop blocks, text comments, PNG timestamps, and any data appended after the image ends (motion-photo video clips can carry their own GPS). Kept: everything that affects how your image looks — color profiles (ICC), rendering settings, and the image data itself, byte for byte.

Questions

Are my photos uploaded to a server?
No. The cleaning happens in your browser using JavaScript this page loads from its own site. You can verify: open your browser's DevTools Network tab while using the tool — no image data leaves your device.
Does it remove GPS location?
Yes. GPS coordinates live in the EXIF block, which is removed entirely. The report tells you whether location data was present before cleaning.
Does image quality change?
No. Unlike tools that re-save the image, this tool removes only the metadata bytes. The image data is copied through unchanged — the cleaned file's pixels are identical to the original's.
Can I clean multiple photos at once?
Yes — drop as many as you like, then download them individually, all at once, or as a single ZIP.
What about "motion photos"?
Some phones (Samsung, Google) append a short video after the photo — with its own location track. This tool removes that trailing data and tells you when it did. The still image is untouched; the motion effect is lost, by design.
What about HEIC photos from iPhones?
Not yet — HEIC needs converting first, and a free HEIC to JPG tool is coming to NoAdsTools soon.

Related tools

Photo Editor — crop, resize, redact, and batch-edit images (it also strips metadata on export). HEIC to JPG — coming soon.