AI Image Watermarks in 2026: Every Visible Badge and Invisible Signal, Explained

Key takeaways
- "AI watermark" means three completely different things: a visible badge, an invisible pixel watermark, and provenance metadata. They live in different places and need different handling.
- Almost every major generator now writes at least one signal. Most write metadata. Some add a visible badge. A few embed a genuinely invisible watermark.
- Metadata is deterministic to remove — re-encode from raw pixels and the whole container is gone. A visible badge is a crop or patch.
- Invisible watermarks are engineered to survive compression, resizing, cropping and screenshots. No honest browser tool guarantees their removal.
- Platforms label images from whichever signal they find first, so removing one layer and leaving another still gets you labelled.
You generate an image you are proud of, post it, and within seconds a small grey label appears underneath: AI info. You never told anyone how it was made. Something in the file did.
That "something" is almost never what people assume. There is a widespread belief that AI images carry a single watermark, and that one clever trick makes it disappear. In reality there are three separate layers of marking, they behave nothing alike, and confusing them is why most advice on this subject is useless.
This is the pillar guide for the whole topic. By the end you will know exactly which signals your image carries, which of them you can genuinely control, and which ones no honest tool can promise to erase.
The three things people call "the AI watermark"
| Layer | Where it lives | Can you see it? | Survives re-encoding? | Can you remove it? |
|---|---|---|---|---|
| Visible badge — logo, corner mark, coloured strip | Drawn into the pixels as an overlay | Yes | Yes — it *is* the picture | Yes, by cropping or patching |
| Provenance metadata — C2PA manifest, EXIF, XMP, IPTC | In the file container, wrapped around the pixels | No | No — it is discarded | Yes, deterministically |
| Invisible watermark — statistical pixel patterns | Distributed through the pixel values themselves | No | Yes, by design | Not reliably. Best-effort at most |
Everything else in this guide hangs off that table. A visible badge is a geometry problem. Metadata is a container problem. An invisible watermark is a signal-processing problem — and it is the only one of the three that is genuinely hard.
Which generators mark what
The landscape shifts constantly, and providers rarely document their marking in full. This is the practical shape of it as of 2026 — treat it as a map of what to look for, then verify against your own files.
| Generator | Visible badge | Invisible watermark | Provenance metadata | Notes |
|---|---|---|---|---|
| OpenAI image models / DALL·E | Historically yes on some surfaces | Not publicly confirmed for stills | C2PA manifest | Metadata is the dependable signal |
| Sora / Sora 2 | Yes — animated moving mark | Reported | C2PA manifest | Video-first; stills exported from it inherit the frame |
| Google Gemini / Imagen | Sometimes, product-dependent | SynthID | C2PA + generator tags | Strongest invisible marking in consumer tooling |
| Meta AI | Yes — "Imagined with AI" style badge | Reported | IPTC digital source type | Feeds Meta's own labelling directly |
| Midjourney | No | Not publicly confirmed | Limited metadata | Mostly identifiable by style, not by signal |
| Grok / Flux-family | No | Varies by deployment | Varies | Open-weight pipelines frequently mark nothing |
| Samsung Galaxy AI | Yes on generative edits | Reported | Generator tags | Applies to edited photos, not just generated ones |
| CapCut / editing apps | Yes on AI features | Unlikely | App tags | Export settings often control the badge |
| Adobe Firefly | No | Reported | C2PA Content Credentials | Deepest C2PA implementation in the market |
Two patterns matter more than any individual row. First, metadata is nearly universal — it is the cheapest signal for a provider to add and the one most likely to be present in your file right now. Second, the invisible column is the honest unknown, because providers deliberately do not publish enough detail to make their watermarks easy to attack.
Why generators watermark at all
It is tempting to read watermarking as branding. It is mostly compliance.
- Voluntary industry commitments. Major providers signed up to marking synthetic media as detectable, well before any law required it.
- The C2PA standard. An industry coalition built a cryptographically signed manifest format for recording how a file was made. Adopting it is how a provider proves it is participating in provenance.
- Regulation. Transparency obligations under the EU AI Act and disclosure requirements in laws like California's AI transparency act expect synthetic content to be identifiable by machine. Watermarking and metadata are how providers satisfy that.
We cover the rules themselves in detail in the AI image labelling laws and agreements spoke, because the legal layer is what makes all of this permanent rather than a passing product fashion.
What actually survives an edit
This is the part most guides get wrong, and it is the single most useful thing to internalise.
| Operation | Visible badge | Metadata (C2PA/EXIF/XMP) | Invisible watermark |
|---|---|---|---|
| Rename the file | Survives | Survives | Survives |
| Upload to social media | Survives | Usually stripped by the platform | Survives |
| Screenshot | Survives | Gone | Usually survives |
| Re-encode from raw pixels | Survives | Gone, completely | Usually survives |
| Crop the marked corner | Gone | Unaffected | Survives (redundant across frame) |
| Resize / recompress | Survives | Gone | Designed to survive |
| Heavy resample + dither | Survives | Gone | Degraded at best, at visible quality cost |
Read the columns, not the rows. Metadata dies to almost anything. A visible badge dies only to geometry. An invisible watermark dies to almost nothing you would willingly do to your own image.
The visible vs invisible watermarks spoke goes deeper into why that durability gap exists, with the engineering reasoning behind it.
How platforms turn signals into labels
Here is the sequence that puts a label under your post. Platforms do not run one check — they run a cascade, and the first hit wins.
- 1Is there a signed C2PA manifest saying this was AI-generated?
- 2Is there an IPTC digital-source-type field declaring synthetic origin?
- 3Are there generator tags in EXIF or XMP naming a model?
- 4Does an invisible watermark detector fire?
- 5Does a visual classifier think it looks generated?
- 6Did the uploader self-declare it?
That cascade is why partial cleanup fails so often. You can strip every byte of metadata and still get labelled at step four or five. You can crop the badge and still get labelled at step one. The how Facebook knows your image is AI spoke walks the whole chain with what each step can and cannot see.
What you can actually control today
Two of the three layers are genuinely, completely in your hands — and both can be handled in your browser without uploading the file anywhere.
The metadata layer. Decoding an image to raw pixels and re-encoding it produces a new file with no container data at all. No C2PA manifest, no EXIF, no XMP, no IPTC, no PNG text chunks. This is not a best-effort scrub; the old container simply does not exist in the output.
The visible badge. A corner mark or edge strip is pixels in a known region. Cropping removes it outright; content-aware patching fills it from surrounding detail when you need to keep the full frame.
And the honest third: a robust invisible watermark cannot be guaranteed away. Our tools offer optional resampling and dithering that can degrade fragile schemes, and we tell you plainly that it is best-effort and costs image quality. If you see a competitor promising a guarantee here, they are describing something the underlying technology does not permit.
Check before you post, not after
The most avoidable outcome in this entire topic is discovering what your file contained *after* it is public and labelled. Inspecting it takes seconds: a before-and-after report lists every provenance signal found, what was removed, and an estimated detection likelihood for the result.
The checking your image for AI watermarks spoke walks through reading that report field by field.
Where to go next
This pillar is the map. The spokes below are the territory — each one takes a single generator, platform or rule and covers it properly. If you arrived here searching for a specific tool's watermark, start with its spoke; if you arrived wanting to understand the topic, read the visible-vs-invisible spoke next.
Frequently Asked Questions
Do all AI-generated images have watermarks?
No, but nearly all of them carry some kind of signal. A minority stamp a visible badge onto the picture. Most write provenance metadata into the file, such as a C2PA manifest or an XMP generator tag. A smaller group embed an invisible, pixel-level watermark. An image with no visible mark at all can still be fully identifiable from its metadata.
Why do AI image generators add watermarks?
Three reasons stack up. Product attribution, so the tool is recognisable. Voluntary industry transparency commitments, which push providers to mark synthetic media. And regulation — rules like the EU AI Act's transparency obligations and California's AI transparency law expect generated content to be machine-detectable as synthetic.
What is the difference between a visible and an invisible watermark?
A visible watermark is an overlay drawn onto the pixels you can see, usually in a corner or along an edge, and it is removable by cropping or patching that area. An invisible watermark is a statistical pattern distributed through the pixel values across the whole frame. You cannot see it at any zoom level, and it is specifically designed to survive ordinary edits.
Does saving or screenshotting an AI image remove its watermark?
It removes the metadata layer completely, because a screenshot or re-encode produces a brand-new file with none of the original container data. It does not remove a visible badge, which is part of the picture, and it does not reliably remove a robust invisible watermark — surviving screen capture is one of the explicit design goals of those schemes.
Can I check whether my image carries an AI watermark?
You can check the removable layers yourself. Metadata is fully inspectable, so a tool can list every C2PA manifest, EXIF field, XMP tag and PNG text chunk present in the file. Invisible pixel watermarks generally cannot be verified independently, because verification requires the detector held by the issuing provider.
Is removing an AI watermark legal?
Handling your own files is ordinary image editing, and stripping metadata is something every social platform already does on upload. The caution is about intent: using a scrubbed image to misrepresent synthetic content as real can run into disclosure duties in some jurisdictions, and into platform rules everywhere. Be deliberate about why you are removing a signal.
Which AI watermark is hardest to get rid of?
The invisible pixel-level kind, by a wide margin. Visible badges are geometry and metadata is a container, so both are solvable. A robust invisible watermark is redundant, spread across the frame, and tested against compression, resizing and cropping — the exact operations someone trying to remove it would reach for first.
AI Watermarks & Platform Labels: complete guide series
AI Image Labelling Rules: The Laws, Treaties and Agreements Behind Every AI Tag
11 min readHow to Check Your Image for AI Watermarks and Tags Before You Post It
9 min readDALL·E, Midjourney and Grok: Which Actually Watermark Your Images?
9 min readGemini and Samsung Galaxy AI Watermarks: The Marks on Your Phone Photos
9 min readHow Facebook and Instagram Know Your Image Is AI (The Full Detection Chain)
11 min readThe Meta AI Watermark: The Badge, the Hidden Tag, and How to Handle Both
9 min readThe Sora Watermark: What It Is, Why It Moves, and What Removal Really Means
10 min readVisible vs Invisible Watermarks: What Each One Survives
10 min read
Related Articles
AI Image Detection in 2026: How Detectors, Watermarks and Metadata Really Work
16 min readAI Image Metadata Explained: EXIF, XMP, C2PA and the Generator Tags That Expose You
12 min readAI Image Watermark Remover: The Complete 2026 Guide
10 min readAutomate Your Image Workflow with Batch Processing
6 min read