Skip to content
Delete Image Metadata

Metadata Cleaner

Clean the hidden records out of an image file — camera data, location, editing history and AI generation tags — and check the result before downloading.

  • .jpg
  • .jpeg
  • .png
  • .webp
Free
No account, no limit on files
0
Files uploaded — processing is local
4 formats
Lossless — pixels never re-encoded
Processed in your browser
Ready

Clean, strip, remove: the same operation

Cleaner, remover, stripper and eraser all describe the same job — deleting the records attached to a file. The word matters less than what the tool actually does with them, and there are two meaningfully different approaches.

A re-encoding cleaner redraws the image and saves a new file. Metadata disappears, but so does some image quality, and the file is now a generation-two copy. A container-level cleaner, which is what this is, edits the file's structure and leaves the compressed image data alone. The result is a clean file that is otherwise identical to what you started with.

What gets cleaned, block by block

Cleaning is decided per block, not per field, because that is how the data is physically stored. The tool lists each block it found, its size in bytes, and whether it was removed or kept.

  • Removed: EXIF, XMP, IPTC/Photoshop resources, JPEG comments, vendor APPn blocks, PNG text and timestamp chunks, C2PA content credentials
  • Kept by default: the ICC colour profile, because dropping it can shift colours — with a toggle to remove it anyway
  • Kept when relevant: the EXIF orientation flag for rotated photos, re-written on its own so nothing else survives with it

Cleaning AI-generated images

Images from Stable Diffusion interfaces such as Automatic1111, ComfyUI and Forge usually store the full generation record inside the PNG as text: the prompt, the negative prompt, the seed, sampler, CFG scale, steps and model hash. Tools built on the Content Authenticity Initiative, including Adobe Firefly and recent Photoshop versions, embed C2PA content credentials instead.

Both are metadata, and both are cleaned here. What no metadata cleaner can touch is a watermark encoded into the pixels themselves, such as SynthID — that is not metadata, and any tool claiming to remove it is overstating what it does.

What this tool does

  • Container-level cleaning: no re-compression, no quality loss
  • Per-block reporting so you can see what was kept and why
  • Handles AI generation records and content credentials as well as camera data

What it does not do

  • Pixel-encoded watermarks are not metadata and are not removed
  • PDF and video cleaning are not implemented yet

Metadata Cleaner

Clean the hidden records out of an image file — camera data, location, editing history and AI generation tags — and check the result before downloading.

Open the tool

Reviewed and updated . Behaviour described on this page is covered by the project’s automated tests.

Frequently asked questions

What is the difference between a metadata cleaner and an EXIF cleaner?

EXIF is one metadata standard, mostly used by cameras. A metadata cleaner also handles XMP, IPTC, PNG text chunks, content credentials and vendor blocks, which EXIF-only tools leave behind.

Does the cleaner remove Stable Diffusion prompts from a PNG?

Yes. Those prompts live in PNG tEXt or iTXt chunks, which are shown in the analysis and removed with everything else.

Can it remove an invisible AI watermark?

No, and neither can any other metadata cleaner. Watermarks like SynthID are encoded in the pixel values rather than stored as metadata, so removing metadata leaves them untouched.

Is a cleaned file still a valid image?

Yes. Removal follows each format's specification — chunks and segments are dropped in a way that leaves a structurally valid file, and container headers such as WebP's VP8X flags are updated to match.

Is a metadata cleaner the same as a file shredder?

No. A shredder deletes a file irrecoverably. A metadata cleaner keeps the file and removes the records attached to it.

Does cleaning metadata compress the image?

No. The compressed image data is copied across unchanged, so no additional compression is applied.

Can I clean several formats in one session?

Yes. Clean one file, choose another, and the tool detects each format from its contents independently.

Does it remove copyright information?

Yes — copyright and credit fields are metadata and are removed with everything else. If you need to keep them, save a copy before cleaning.