Calabi Labs · Guide · 2026-05-25

How to remove ai metadata from a photo

How to remove ai metadata from a photo

How to Remove AI Metadata from a Photo

AI metadata is embedded information generated by AI image tools (like DALL·E, Midjourney, Stable Diffusion, Firefly, or Adobe Firefly) to flag that a photo was AI-created. This data lives inside the image file as EXIF or XMP metadata and can be read by platforms, employers, or clients. Removing it restores your privacy and gives you control over what your images reveal.

Quick Ways to Remove AI Metadata

1. Use Calabi (Fastest & Most Thorough)

Try Calabi free at calabilabs.com — 3 cleans, no card. Calabi strips all metadata — including AI-generation tags, camera data, GPS, and software signatures — in one click. No tech skills needed.

2. EXIFTool (Free, Command-Line)

```bash

Remove all metadata

exiftool -all= image.jpg

Remove only AI-specific tags (leaves camera info)

exiftool -AIImageGenerator= -AIGenMetadata= image.jpg ``` Works on Mac, Windows, and Linux. Handles batch processing.

3. macOS Built-In (No Software Needed)

  1. Open the photo in Preview
  2. Go to Tools → Show Inspector (or press ⌘I)
  3. Click the GPS or EXIF tab
  4. Remove individual fields, or use Tools → Remove Location to strip GPS + camera data
  5. Save a copy (File → Export) to avoid altering originals

4. Windows Photos App

  1. Open the image
  2. Click … (More) → Info → Remove Properties and Personal Info
  3. Select Remove the following properties and check all fields
  4. Click Apply

5. Online Tools (Quick, Browser-Based)

> Caution: Online tools upload your image to a third-party server. Don't use them for sensitive images.

6. Photoshop / GIMP

How to Check If AI Metadata Is Still There

Before and after cleaning, verify with:

What AI Metadata Typically Looks Like

Common AI-generation tags you might see in EXIF/XMP data:

FieldExample Value
SoftwareAdobe Firefly 3.0
ArtistDALL·E 3
ImageDescriptionAI-generated image
XMP:GeneratorMidjourney v6
XMP:AIToolStable Diffusion XL
UserCommentCreated with AI
EXIF:SoftwareMicrosoft Photos AI Enhancement

Batch Remove AI Metadata from Multiple Photos

macOS (Automator)

  1. Open Automator → New Workflow
  2. Add "Change Type of Images" or "Apply Finder Items" with a script to strip EXIF
  3. Run on a folder of images at once

EXIFTool Batch

```bash

Process all JPGs in a folder

exiftool -all= /path/to/folder/.jpg exiftool -all= /path/to/folder/.png ```

Frequently Asked Questions

Does resaving an image remove AI metadata? Sometimes, but not reliably. Exporting from an AI tool or re-uploading to social media often adds new metadata or leaves old tags intact. Use a dedicated tool for guaranteed removal.

Will removing metadata lower image quality? No. Metadata removal doesn't alter pixels — it only strips text fields and tags stored separately in the file header.

Can metadata be permanently deleted from a JPEG? Yes, but if the image is re-compressed (e.g., by a website or social media platform), all metadata is stripped automatically anyway.

Do AI platforms like ChatGPT or Midjourney watermark their exports by default? Some do. Midjourney exports include generation parameters in file metadata. DALL·E outputs may carry invisible signatures. Always verify and clean before sharing.

Is it ethical to remove AI metadata? If you created or have rights to the image, it's generally fine. If you're misrepresenting someone else's AI art as human-created, that's a trust issue — use responsibly.

Best Practice Checklist

Try Calabi free at calabilabs.com — 3 cleans, no card.

3 free cleans. See the forensic proof before you download.
Try free →

Related