EXIF remover
Selectively strip metadata from your images. Preview what will be removed, keep what you need, and process multiple files at once.
Stripping metadata is usually sold as one button, which is why people end up removing the copyright line they wanted to keep along with the GPS fix they did not. This page lists what is actually in your photo first, sorted into six categories — camera identity, exposure settings, GPS, dates, author and copyright, and image properties — and lets you tick the ones to remove. For a JPEG the removal rewrites only the EXIF segment with piexifjs: the compressed image data is copied untouched, so there is no generation loss and no visible change. After processing it reads the output back and shows you what survived, which is the only honest way to prove a strip worked.
Key facts about EXIF remover
| JPEG method | piexifjs rewrites or deletes the EXIF segment. The JPEG scan data is byte-for-byte the original — no decode, no re-encode, no quality loss |
|---|---|
| Non-JPEG method | PNG and WebP are drawn to a canvas and re-encoded as PNG, which drops every ancillary chunk including text, colour profile and timestamps |
| Output format | A JPEG stays a JPEG. Anything else comes out as .png, so a WebP input becomes a PNG and usually grows |
| Categories | Camera info (make, model, lens, body serial, software), camera settings (13 exposure tags), GPS (latitude, longitude, altitude and their references), dates (taken, digitized, modified), author and copyright, image properties (dimensions, orientation, resolution) |
| Selective removal | Tick categories individually, or use remove all. Untouched categories are written back into the file intact |
| Verification | After processing, the cleaned JPEG is re-read and its remaining metadata listed, so the result is measured rather than asserted |
| Reported per file | How many fields were removed and how many bytes the file lost |
| Batch | Multiple images at once; each keeps its own before-and-after view, and download all saves them one by one |
| File naming | The output is your original name with -clean appended before the extension |
| Size limit | 50 MB per image |
| Orientation caveat | Removing image properties removes the orientation tag, so a photo that relied on it may display rotated in some viewers |
| Not touched | XMP and IPTC blocks are outside the EXIF segment and are not removed from a JPEG by the selective path |
What happens to your file
Everything happens in this tab. The image is read with FileReader, the EXIF segment is rewritten by piexifjs or the pixels are redrawn on a canvas, and the cleaned file is handed to your browser as a Blob download. There is no upload, no queue and no server-side copy — which is the whole point, because uploading a photo to have its GPS removed means giving the GPS to whoever runs the server first. Nothing is stored, nothing is logged, and the original file on your disk is never modified: you always get a new -clean file alongside it.
About this tool
- 1
Add your images
Drag one or many onto the page, or browse. Anything over 50 MB is refused before reading, and each file gets its own card.
- 2
Look at what is actually in there
The category list shows how many fields each one holds for the selected photo. This is the step that stops you deleting a copyright line you meant to keep.
- 3
Tick what to remove
Select categories individually — GPS alone is the common case — or switch on remove all. The preview updates to show which fields will go and which will stay.
- 4
Process and verify
Run the removal, then read the after list. For JPEGs the tool re-parses its own output, so what you see is what is really left in the file.
- 5
Download the clean files
Each result downloads as your original name with -clean appended. With several files loaded, download all saves them one after another.
| Input formats | Any image the browser accepts; JPEG takes the lossless path, everything else the canvas path |
|---|---|
| Maximum size | 50 MB per file |
| JPEG output | Same pixels, same compression, smaller file — only the metadata bytes are gone |
| PNG and WebP output | PNG, re-encoded from the decoded pixels |
| Categories removable | 6, individually or all at once |
| Batch | Yes, with a per-file result card |
| Download | Individually or all at once as separate files — there is no ZIP step |
| Browser support | Chrome, Edge, Firefox and Safari, desktop and mobile |
| Cost / account | Free, unlimited, no signup, no watermark |
- GPS alone is usually enough: keeping the exposure settings makes the photo useful to other photographers without revealing where you live.
- The bytes-saved figure is small — an EXIF block is typically a few kilobytes — so if you were hoping to shrink a photo, use an image compressor instead.
- Removing image properties removes the orientation flag, which can make a phone photo appear rotated in apps that relied on it; leave that category in place unless you know you need it gone.
- Screenshots and images that have already been through a social platform usually have nothing left to remove, and the field count will show zero.
- A WebP or PNG input comes out as PNG and will often be larger than the original, because the canvas path re-encodes losslessly from decoded pixels.
- XMP and IPTC captions are not part of the EXIF segment, so a photo edited in a professional workflow may still carry keywords after a selective strip — use remove all and check the result.
- Run the cleaned file through the EXIF viewer afterwards if you want independent confirmation rather than the tool grading its own homework.
- Six removable metadata categories
- Preview of what will be removed and kept
- Lossless JPEG metadata rewrite
- After-the-fact verification of the output
- Fields removed and bytes saved per file
- Batch processing
- No watermark, no signup
- Removing home or workplace coordinates from photos before posting them publicly.
- Stripping camera body serial numbers from images you sell or license.
- Cleaning a batch of product photos before they go on a website.
- Anonymising images supplied as evidence or as part of a report.
- Removing capture dates from photos where the timeline is not your business to share.
- Preparing user-uploaded images for publication without keeping their metadata.
Related tools
View allPart of File viewers that open the file in your browser
Works well with this5
More file viewers10
More in Images12
Related categories1
Updated