Batch EXIF editor — view, edit and remove EXIF data in your browser
Inspect every field hidden in your images, rewrite the ones that matter — GPS, dates, artist, copyright — or strip them all. Everything runs 100% client-side: your images are never uploaded anywhere.
1 · Inspect & strip a single image
Works with JPG, PNG, WebP and AVIF. The scanner lists every embedded field before you decide what to do.
2 · Edit EXIF fields (JPEG only)
Rewrite the common fields on the JPEG loaded above. The form pre-fills from whatever the scanner found.
Load a JPEG in step 1 and its editable fields will appear here, pre-filled from the current EXIF. Field editing is JPEG-only — PNG, WebP and AVIF can be scanned and stripped, but not edited.
3 · Batch strip up to 10 images
A batch EXIF remover for the days you need everything gone. Each file is re-encoded locally with every metadata segment dropped; the image fingerprint stays untouched here — use the main cleaner for a full reset.
Stripped files will appear here, each verified by a post-clean re-scan.
Last updated: July 17, 2026
Field guide
Which EXIF fields are safe to edit?
Authorship fields — image description, artist, copyright and software — are plain ASCII strings. Changing them affects nothing but the text that photo viewers display, so they are the safest fields to edit. Dates are almost as safe, with one caveat: the EXIF date format is fixed (YYYY:MM:DD HH:MM:SS, colons included), and some readers silently ignore a value that does not match it exactly. This editor validates the format before writing anything.
GPS fields deserve more care. Latitude and longitude are stored as degrees, minutes and seconds with N/S/E/W reference letters — the tool converts your signed decimal degrees for you — and a mistyped coordinate can move your photo to the wrong ocean. When in doubt, tick "clear GPS": removing the location is the common case, and it is what "remove GPS from photos" should actually mean — no location tags left at all, not just rounded ones.
Fields this editor deliberately does not offer — camera serial numbers, MakerNote blobs, lens identifiers — are dropped entirely when you save, so there is nothing left to manage.
Under the hood
Why rewriting beats patching
Most EXIF editors patch the existing block in place: they overwrite a value here, shift an offset there, and hope every dangling reference still lines up. Two problems follow. First, the old data area survives — orphaned strings, stale thumbnails and vendor-specific blobs stay inside the file even after their pointers are gone. Second, a single miscounted offset corrupts the whole block, and some readers then refuse the file.
This EXIF editor takes the stricter route. On save it builds a brand-new TIFF structure containing only the fields in the form, computes every offset from zero, and swaps the old APP1 segment for the new one. The output is small, deterministic and easy to verify — which is why the tool re-scans the result in front of you before offering the download.
The trade-off is stated honestly: camera settings like ISO and aperture are discarded along with the serial numbers. If you need those kept, do not save an edit — keep the original. If you need them gone everywhere, that is what the strip modes are for.
Picking the right move
Edit, strip, or reset the image fingerprint?
Editing is for accuracy: fixing a wrong capture date, adding an artist name, attaching a copyright line before publication. Stripping is for sharing: the single-image button and the batch EXIF remover in step 3 both re-encode the picture with zero metadata left behind, and the post-clean scan proves it.
Neither one changes the pixels. If copies of an image have already circulated, platforms can still match them by hashing the pixel data itself — the image fingerprint. The main MetadataRemover cleaner adds an invisible ±1–2 RGB perturbation that breaks that match. Use this editor to control what a file says; use the main cleaner when you also need it to stop looking like itself.
Questions
Frequently asked questions
Why is field editing limited to JPEG?
The writer builds a standard JPEG APP1 EXIF segment. PNG, WebP and AVIF store EXIF differently — in dedicated chunks inside their own containers — so this tool scans and strips those formats but does not edit them. Keeping the writer JPEG-only also keeps it small enough to audit: there is no library involved, just a few hundred readable lines in the page source.
What happens to camera settings like ISO and aperture when I save an edit?
They are dropped. Saving rebuilds the EXIF block with only the fields in the form — description, artist, copyright, software, two dates, a comment and optional GPS. MakerNote, serial numbers, exposure data and embedded thumbnails do not survive. That is deliberate: a fresh block carries nothing you did not choose to put there.
Does editing or stripping reduce image quality?
Editing never touches pixel data — the new EXIF segment is spliced into the original file bytes, so the image itself is bit-identical. Strip mode re-encodes the picture once at 95% quality (losslessly for PNG), which is visually indistinguishable from the source for normal use.
Are my photos uploaded when I edit EXIF data here?
No. The scanner, the EXIF writer and the batch EXIF remover all run in your browser using the File API and canvas. Open your network inspector while you work — no image bytes ever leave the device. The page keeps working even on a disconnected machine.
How do I remove GPS from photos without changing anything else?
Load the JPEG, leave the pre-filled fields as they are, tick "clear GPS", and save. The rebuilt block contains the same text fields minus the location. Or use the strip button to remove GPS together with every other metadata segment in one click.
More free tools
AI Metadata Cleaner
Strip EXIF, GPS, XMP, C2PA and AI metadata, and reset the image fingerprint.
Open the cleaner →Image Privacy Analyzer
Audit what an image reveals: EXIF, GPS map, error-level analysis and hidden text.
Analyze an image →Format Converter
Convert between JPG, PNG, WebP, AVIF and more — with optional resizing.
Convert files →