Skip to main content
AI Watermark Removal

Primary source, decoded

Claude Text Watermark Explained: How It Works (August 2026)

On August 14, 2026, Anthropic published the first real explanation of how Claude's text watermark works. It ended the speculation that followed Anthropic's early-August watermarking announcement: the mark is a keyed statistical pattern woven into which words Claude picks, a version of Google DeepMind's SynthID-Text approach, with no hidden characters involved. This page walks through the mechanism in plain English, what Anthropic says survives editing, why code is different, and exactly what can and cannot be checked as of today.

Published Revised Sources verified Official announcement

The short version

Does Claude watermark text?
Yes. Models launched on or after 2026-08-02 mark at launch; earlier models are being retrofitted.
Is it a hidden character?
No. Anthropic: nothing is added to the text and there are no hidden characters.
Does copy/paste remove it?
No. The signal is the word sequence itself, so it travels with the text.
Does editing remove it?
Anthropic: light editing probably won't remove it completely; a complete rewrite will.
Can you check for it today?
No public detector or API as of 2026-08-15. Announced, unreleased, no validated third-party option.
Does detection prove authorship?
No. It gives a likelihood Claude was involved, and cannot separate wrote from edited.
Does Claude Code watermark output?
Covered by policy, but constrained code gets little to none. Free-choice comments do.

Last verified 2026-08-15 against Anthropic's technical explanation of 2026-08-14. This topic is moving; the status database tracks changes.

After Anthropic announced its watermarking plans, the mechanism remained unexplained until August 14. The support article that broke the news in early August said only that supported models weave an imperceptible watermark directly into the text itself. Reddit threads guessed zero-width characters. Trade press guessed token biasing. Removal tools sold fixes for a mechanism nobody had seen.

On August 14, 2026, Anthropic published "How Claude's text watermark works" and settled it. The statistical guess was right, the hidden-character guess was wrong, and several specifics nobody had predicted, about code, proofreading, and translation, turn out to matter more than the headline.

This guide goes through what Anthropic actually said, sentence by sentence where it counts, and is explicit about the line between what Anthropic confirmed and what remains unpublished.

Key takeaways

  • The watermark is created during generation, not attached afterward. A secret key plus a few preceding words steer which of several equally good next words Claude picks, and the pattern of those picks is the mark.
  • Anthropic names the family: a version of Google DeepMind's SynthID-Text approach, descended from Scott Aaronson's 2022 proposal. The exact algorithm, parameters, and key remain unpublished.
  • There are no hidden characters to delete. Unicode cleaners, metadata strippers, and formatting changes do not touch this signal, because it lives in the words themselves.
  • Anthropic's own robustness summary is one sentence: light editing probably won't remove the watermark completely; a complete rewrite where every word is replaced will. Everything between those poles is unmeasured.
  • Code carries less watermark than prose by design: where only one output is correct, no watermark is applied. Comments, with free word choice, do get marked.
  • No public Anthropic watermark detector or detection API is available as of August 15, 2026, and we found no independently validated public third-party detector. Anthropic says a watermark detection API is coming soon; until it ships, treat any product claiming to check text for the mark as unverified.
  • A positive detection will mean Claude was likely involved, not that Claude wrote the document. Anthropic is explicit that it cannot distinguish wrote from heavily edited.
  • No independent test of Grammarly, QuillBot, ChatGPT rewriting, Gemini rewriting, or any other editing tool against a real Claude watermark detector has been published by anyone, including this site. Reasoning from Anthropic's own stated poles produces informed expectations, not measurements.

Figure 1

Confirmed mechanism

Claude watermark status, at a glance

Seven questions people arrive with, answered as of the last verification date. Built to be updated independently of the article text, because these rows will change.

Text watermarkRolling out
Anthropic marks text from Claude models launched on or after August 2, 2026, and says marking for earlier models is being added over the coming months. No shipped model has been named as carrying it.
How it worksExplained
Published August 14, 2026: a keyed variant of Google DeepMind's SynthID-Text approach, in the family descending from Scott Aaronson's 2022 proposal. Explicitly not hidden characters.
Detection documentationStill promised
The technical post explains marking, not checking. Anthropic's support article still lists detection details as forthcoming technical documentation.
Official detectorNot shipped
No tool exists from Anthropic or anyone else that can check a passage of text for the Claude watermark.
Public detection APIAnnounced
Anthropic: we will soon be offering a watermark detection API, with implementation details still being worked out. No date, interface, or access rules published.
Independent verificationText no, files yes
Anthropic says checking the text watermark relies on its key, so there is no public way to reproduce that check. C2PA credentials on generated files are an open standard and can be inspected today with existing tools.
Claude CodeCovered, weaker
Claude Code is named in Anthropic's marking policy. Where an exact output is required the watermark is not applied, so code carries less signal than prose. Comments do carry it.

Method Each row verified against Anthropic's own documentation: the August 14, 2026 technical explanation, the support article on how Claude marks AI-generated content, and the Claude Platform release notes.

Checked 2026-08-15

Anthropic: how Claude's text watermark works

Figure 2

Conceptual explanation

Three unrelated things people call an AI watermark

Almost every confident wrong claim about Claude comes from swapping one of these for another. They are stored differently, found differently, and removed differently.

Hidden characters

Not Claude's mechanism

Example
Zero-width Unicode
Lives in
Characters and text encoding
Detected by
Character inspection

Statistical text watermark

Claude text watermark

Example
Claude's newly described approach
Lives in
Patterns across generated token choices
Detected by
Statistical watermark detector

Content provenance

Separate file system

Example
C2PA / Content Credentials
Lives in
Signed provenance manifest and content binding
Detected by
Credential and provenance verification

These are different technologies.

Method Mechanism descriptions from each system's primary documentation: Anthropic for the text watermark and file credentials, the C2PA specification for provenance.

Checked 2026-08-15

What changed on August 14

Confirmed

Three separate events keep getting collapsed into one headline. Separating them explains why so much coverage contradicts itself.

The rollout, the news cycle, and the explanation happened on three different dates. Anthropic's marking policy took effect quietly: models launched on or after August 2, 2026, the day EU AI Act Article 50 transparency duties became applicable, support machine-readable marking at launch, per Anthropic's support documentation.

The support article was live by the evening of August 10, and press coverage followed within hours and through August 11: Interesting Engineering, then TechCrunch, Tech Times, Fortune, and others. Those stories, and everything written before August 14, could only describe what the watermark was, not how it worked, because Anthropic had not said. Early coverage largely relied on Anthropic's support documentation because the company had not yet published its technical explanation.

The technical explanation arrived on August 14: a post titled "How Claude's text watermark works" that names the mechanism family, walks through what survives editing, and announces a detection API. That post is the primary source for this page, and it makes a measurable share of what currently ranks for these queries outdated.

One more distinction worth keeping straight: the technical explanation is not the detection documentation. Anthropic's support article still promises details on detection mechanisms in forthcoming technical documentation, and as of August 15 it does not even link the August 14 post. What was published explains how marking works, not how checking will.

Figure 3

Confirmed mechanism

How Claude's text watermark arrived

Six verified events and one open item. The gap between August 10 and August 14 is why so much of what ranks for these queries describes a mechanism nobody had seen.

  1. 2026-06-10

    EU publishes the Transparency Code of Practice

    The Code of Practice on Transparency of AI-Generated Content is published, committing signatories to marking AI-generated output.

    Primary source
  2. July 2026

    Anthropic signs it

    Anthropic signs the Code of Practice, one of roughly 190 signatories. Anthropic gives the month rather than a day, and the Commission announced the signatory list on July 31, 2026.

    Primary source
  3. 2026-08-02

    EU AI Act Article 50 becomes applicable

    Transparency obligations take effect. This is the date Anthropic uses as its threshold: Claude models launched on or after it support machine-readable marking at launch.

    Primary source
  4. 2026-08-10

    Anthropic's support article goes live

    The first public documentation that Claude marks its text. Press coverage follows within hours and through August 11. It describes what the mark is, not how it works.

    Primary source
  5. 2026-08-14

    Anthropic explains the mechanism

    How Claude's text watermark works is published: a keyed variant of SynthID-Text, explicitly not hidden characters, with a detection API announced as coming soon.

    Primary source
  6. 2026-12-02

    Transitional deadline for older systems

    Not yet

    Generative systems placed on the EU market before August 2, 2026 must comply with Article 50(2) by this date, under Article 111(4) as amended by Regulation (EU) 2026/1744.

    Primary source
  7. No date given

    Detection API

    Not yet

    Anthropic says a watermark detection API is coming soon and that implementation details are still being worked out. Nothing further has been published.

Method Each date checked against a primary source: EUR-Lex for the regulation, European Commission pages for the Code of Practice, Anthropic's own pages for its documentation, and Wayback Machine captures to establish when pages went live.

Checked 2026-08-15

How the watermark actually works

Official announcement

Claude replaces coin-flip word choices with keyed ones. The text reads the same; the pattern of choices becomes checkable.

Claude generates text one token at a time. At each step there is a set of candidate next words, and many of the choices among them are low-stakes: important, useful, and valuable can all continue the same sentence without changing what it says.

Without watermarking, the model settles those close calls with randomness. With watermarking, Anthropic says the choice is settled by a secret key together with a few of the preceding words. The output is still natural text, and the words still look randomly chosen. But someone holding the key can recompute what the keyed process would have preferred at each step and check whether a passage's choices are consistent with it far more often than chance.

Anthropic's own analogy: play a board game, but replace the dice with successive digits of pi. The game plays out normally, and anyone who has the digits of pi can verify afterward that pi was steering the moves.

One property matters more than it sounds: the watermark changes the source of the randomness, not the shortlist. Anthropic is explicit that it does not push Claude toward words it would not otherwise have considered, giving the example that it would not make Claude reach for an obscure synonym like "nubilous" instead of overcast or grey. The candidates stay the candidates. Only the tiebreak changes.

Anthropic names its lineage directly: the method is a version of the SynthID-Text approach that Google DeepMind published in Nature in 2024, part of a family of keyed sampling watermarks going back to a 2022 proposal by Scott Aaronson.

  • Confirmed by Anthropic: the mechanism family, the role of a key plus preceding words, that only the randomness source changes, no hidden characters, no extra tokens, no added cost, and internal testing showing no impact on content, creativity, or readability.
  • Not published by Anthropic: the exact algorithm, how many preceding words seed the key, which SynthID-Text configuration it runs, how keys are managed, and the detector's math. The family is named; the specification is not.
  • Our interpretation, labeled as such: naming SynthID-Text tells you the kind of detection to expect, a statistical score over many tokens rather than a lookup. It does not license copying DeepMind's published parameters or numbers onto Claude, and the Nature paper describes more than one configuration without Anthropic saying which it uses.

That last distinction runs through the rest of this page. Where a sentence below is Anthropic's, it is quoted or attributed. Everything else is context from the published research literature on this family of watermarks.

Figure 4

Conceptual explanation

How Claude's text watermark is created and checked

The watermark is made during generation by correlating many token choices with a keyed signal. Detection separately scores whether that pattern accumulates in the finished text.

The signal is created while Claude chooses tokens

The previous text and a secret key help produce a pseudorandom signal. Claude still samples from plausible next-token candidates, but the keyed process helps decide which valid candidate wins.

Keyed signal

Previous text
Secret key
Pseudorandom seed / watermark signal

Sampling loop

Claude's next-token distribution
Watermarked sampling / selection process
Chosen next token
Repeat across the response

Conceptual illustration based on the published SynthID-Text architecture and Anthropic's description of a keyed text watermark. Anthropic has not published its exact production configuration.

Unlike hidden-character watermarks, Claude's text watermark is created during generation. There is no invisible character attached to the finished text that can be deleted.

Method Structure follows the published SynthID-Text architecture of seed generation, sampling, and scoring, plus Anthropic's description of keyed Claude text watermarking. It is not Anthropic's exact production configuration.

Checked 2026-08-15

Source: Anthropic

What the watermark is not

Official announcement

Every popular theory that involved deleting something from the text was wrong, on Anthropic's own account.

Anthropic's post is unusually blunt on this point: nothing is added to the text and there are no hidden characters. That single sentence retires most of what circulated before it.

  • Zero-width characters: no. Not the mechanism, per Anthropic directly.
  • Invisible Unicode spaces or variation selectors: no. Same sentence.
  • Metadata attached to copied text: no. File metadata does not travel with ordinary plain-text copy/paste. A statistical watermark avoids that dependency because its signal is carried by the generated text itself.
  • Em dashes or punctuation habits: no. Style tells are real observations about model writing, but no provider has ever named punctuation as a watermark, and Anthropic did not.
  • Hidden HTML or formatting tricks: no. The signal survives paste-as-plain-text because it is the words, not the wrapper.

Claude output may still contain some of those things in the ordinary course of writing. They are just not the watermark, and removing them does not touch it.

Figure 5

Confirmed mechanism

What Claude's text watermark is, and what it is not

Every row except two is something a popular article or removal tool has claimed the watermark is. Anthropic's own explanation rules them out.

Not

  • Zero-width characters
  • Invisible Unicode
  • Hidden whitespace
  • Em dashes
  • HTML metadata
  • Formatting

Is

A statistical signal produced through patterns in token selection during generation.

Anthropic says nothing is added to the finished text. The mark is created while Claude chooses among eligible next-token alternatives, then read statistically across a passage by a detector with the required keyed information.

Confirmed by Anthropic

Claude may still produce em dashes, and any text can pick up stray Unicode in transit. Those things are real. They are simply not what Anthropic describes as its watermark, so removing them does not remove it.

Method Verdicts taken from Anthropic's August 14, 2026 statement that nothing is added to the text and there are no hidden characters, plus its description of the mechanism.

Checked 2026-08-15

Source: Anthropic

Why copy and paste changes nothing

Official announcement

Copying moves the word sequence intact, and the word sequence is the watermark.

Paste Claude's output into Google Docs, Word, an email, or a CMS and the thing the detector would score, the sequence of chosen words, arrives unchanged. Anthropic's support documentation says the mark travels with copied text for exactly this reason.

What copy and paste does lose is formatting and any file-level metadata. Neither carries the watermark, so losing them changes nothing. This is the practical difference between a statistical text watermark and every attachment-based scheme: there is nothing bolted on that a destination app could strip.

Copying is not transforming. The signal only starts to move when the words themselves change, which is the next section.

Figure 6

Conceptual explanation

Why copy and paste does not inherently remove the signal

Changing the container is not the same thing as changing the word sequence.

Claude

The new system provides useful information for researchers.

Copy

Word / Google Docs / website

Thenewsystemprovidesusefulinformationforresearchers.

Words changed
0
Text sequence
Unchanged
Application
Changed

The watermark is associated with patterns in the generated text, not the app containing it.

Conceptual demonstration, not a live watermark detector.

Method Conceptual demonstration only. It does not detect, estimate, or remove Anthropic's watermark.

Checked 2026-08-15

What editing does to the signal

Official announcement

Anthropic's one-sentence robustness summary, and the two other factors it says matter: length and how constrained the text is.

Anthropic's own summary: "Light editing probably won't remove the watermark completely; a complete rewrite where every word is replaced will." It adds, of the full-rewrite case, that it is arguable whether such text can still be described as AI-generated at all.

Between those poles, expect the signal to weaken as more of Claude's word choices are replaced. Anthropic publishes no thresholds, and any page telling you that changing some percentage of words removes the watermark is inventing a number that no publicly available detector can currently verify.

  • Length matters. Short passages contain few choices and therefore little signal. Anthropic: as a passage increases in length, confidence about Claude's involvement increases too.
  • Constraint matters. Factual passages watermark sparsely because there is often only one correct continuation. Anthropic's example: after "Isaac Newton's most famous work was called Principia", only "Mathematica" is right, so there is no choice to encode.
  • Transformation type matters. A translation produced by Claude is fully watermarked, because every output word is Claude's choice. Heavy third-party rewriting sits at the other end of the spectrum.

Figure 7

Conceptual explanation

Why rewriting affects the signal

The useful visual question is not how much strength remains. It is how much of Claude's original sequence still exists for a detector to score.

  1. Original

    Strongest expected signal

    Themodelprovidesvaluableinformationforresearchers.

    Claude's original word choices remain.

  2. Light edit

    Most choices remain

    Themodelprovidesusefulinformationforresearchers.

    A few choices changed.

  3. Substantial rewrite

    Many choices replaced

    Researcherscanobtainusefulinsightsfromthesystem.

    The sequence is now substantially different.

  4. New text

    Original sequence no longer retained

    Aseparatepassagestartsfromindependentlychosenwording.

    There is no continuity with the original token sequence.

Statistical watermarking relies on patterns across many choices rather than one secret word.

Two other factors matter as much as edit depth: length, because short passages contain few choices to measure, and constraint, because factual sentences with one correct continuation carry little signal in the first place.

Method Conceptual illustration based on Anthropic's published robustness discussion and SynthID-Text's dependence on accumulated sequence evidence. It does not show measured detection probabilities.

Checked 2026-08-15

Source: Anthropic

A practical transformation reference

Official announcement

Every version of "does X remove it" people actually ask, graded by what Anthropic has said rather than a guess dressed up as a number.

Anthropic gives exactly two fixed points: light editing probably does not remove the mark completely, and a complete rewrite that replaces every word does. Everything below places specific, commonly-asked actions against those two poles plus the length and constraint factors Anthropic names. None of the middle is measured by anyone, including us, until the detection API ships.

  • Copy/paste into any editor, email, CMS, or website: expected to survive. Evidence: Anthropic direct, the signal is the word sequence and copying preserves it exactly.
  • Formatting changes (bold, headers, markdown, plain-text reflow, pasting into Notepad): expected to survive. Evidence: Anthropic direct, the mark lives in word choice, not in formatting or file structure.
  • Typo and grammar correction on human-written text: little to nothing to detect in the first place. Evidence: Anthropic direct, addressing the proofreading case specifically.
  • Light manual editing of Claude's own output, a handful of words changed: probably not removed. Evidence: Anthropic direct, this is the light-editing pole.
  • Moderate rewriting, a meaningful minority of words replaced: may weaken. Evidence: our inference, interpolating between Anthropic's two stated poles. No published threshold exists.
  • Heavy rewriting or thorough paraphrasing, most words replaced: substantially weakened, trending toward removed. Evidence: our inference from Anthropic's poles, consistent with independent robustness research on this watermark family, which is bounded by open reimplementations, not Claude itself.
  • Complete rewrite, every word replaced: removed, on Anthropic's own account, with the caveat that Anthropic itself calls it arguable whether such text still counts as AI-generated at all.
  • Summarizing Claude's output in your own words: functionally a heavy-to-complete rewrite. Evidence: our inference, since a summary by definition replaces most of the original wording.
  • Expanding Claude's output with substantial human-written additions: the Claude-written stretches keep whatever signal they had; the added text carries none. Evidence: our inference from the mixed-document case Anthropic describes.
  • Translation produced by Claude itself: fully watermarked. Evidence: Anthropic direct, every output word is Claude's choice.
  • Translating Claude's output afterward with a person or a different tool: word choices are replaced, placing it at the rewrite end of the spectrum. Evidence: our inference; Anthropic states the Claude-translation case but not this direction explicitly.
  • Functional code where only one output compiles or is correct: little to no watermark applied by design. Evidence: Anthropic direct.
  • Code comments and documentation, where wording is free: watermarked like ordinary prose. Evidence: Anthropic direct.
  • Removing zero-width characters, invisible Unicode, or other hidden formatting: no effect on this watermark. Evidence: Anthropic direct, nothing is added to the text and there are no hidden characters, so there is nothing in that category to remove.
  • Very short passages of any kind, edited or not: weak signal regardless of transformation, simply because there are too few word choices to accumulate a detectable pattern. Evidence: Anthropic direct.

Nobody, including this site, can currently verify any row above by running a detector, because no public detector exists. Treat every "our inference" row as reasoning from Anthropic's own stated poles, not a measurement, and be skeptical of any source that states a specific percentage here.

Do Grammarly, QuillBot, or AI rewriting tools remove the watermark?

Research/proposal

The honest answer for every specific tool people ask about is the same: not independently tested. Here is what reasoning from Anthropic's own poles suggests, and why that is not evidence.

This section gets asked about by tool name constantly, and the answer does not change by name: no third party, including this site, has run any of these tools' output against a real Claude watermark detector, because no public detector exists yet. What follows is reasoning from Anthropic's published statements, not experimental results, and it is labeled that way in every row.

  • Grammarly and Word's built-in editor, used for spelling, grammar, and style suggestions: these change relatively few words, which resembles Anthropic's light-editing case. Not independently tested. Our reasoning: probably does not fully remove the mark, by analogy to light editing, not by measurement.
  • Google Docs' built-in suggestions and spelling/grammar check: same category and same caveat as Grammarly and Word.
  • QuillBot and other dedicated paraphrasing tools: these replace substantially more wording than a grammar check, closer to the heavy-rewriting end of the spectrum. Not independently tested. Our reasoning: likely weakens the signal more than light editing does, with no published threshold for how much.
  • Asking ChatGPT or Gemini to rewrite Claude's output: if the other model regenerates the passage rather than lightly editing it, that approaches Anthropic's complete-rewrite pole, word by word. Not independently tested. Worth separating from the removal question: the output would be that other model's generation, carrying whatever watermark policy that model uses, if any, rather than a cleaned version of Claude's text.
  • Dedicated translation tools applied after Claude has already produced text: covered in the transformation reference above as a rewrite-class case. Not independently tested.

Treat any site claiming a tested, verified percentage for how well Grammarly, QuillBot, ChatGPT, or Gemini defeats Claude's watermark as making a claim it cannot currently back up. That evidence does not exist publicly yet, for anyone.

Claude watermark myths still circulating

Confirmed

Six specific claims that keep coming up in search results and social threads, checked directly against what Anthropic actually said.

Most of what is wrong about Claude's watermark online is not dishonest, it predates August 14 and never got corrected. These six keep resurfacing anyway.

  • "Claude's watermark is a zero-width character." No. Anthropic states directly that nothing is added to the text and there are no hidden characters. A zero-width character is something a scanner can find and delete; this mark is a pattern across many word choices with nothing to point to in any single character.
  • "Removing invisible Unicode removes Claude's watermark." No, for the same reason. A hidden-character cleaner, including this site's own, operates on a different layer entirely and cannot touch a signal that was never stored in a character.
  • "Removing em dashes removes Claude's watermark." No. Punctuation preference is a real, separately documented stylistic tell in AI writing, but no provider, including Anthropic, has ever named punctuation as part of a watermarking mechanism. Deleting em dashes changes style, not the token sequence a detector would score.
  • "Pasting into Notepad removes it." No. Notepad strips all formatting and any file metadata by design, which is exactly why it is a clean test of the underlying claim: the words that come out are identical to the words that went in, and the watermark lives entirely in which words those are.
  • "An AI detector can tell you whether the watermark is gone." No. A generic AI-writing detector like the stylometric tools covered elsewhere on this site scores writing style without a key and without knowledge of Claude's watermark at all. It can return a confident-sounding verdict that has nothing to do with whether Anthropic's specific signal is present.
  • "If a watermark is detected, Claude wrote the whole document." No. Anthropic is explicit that detection indicates likely Claude involvement and cannot distinguish text Claude wrote from text Claude heavily edited. A positive result is consistent with a thousand human words and one Claude sentence, not just with fully AI-authored text.

Can the watermark be removed?

Research/proposal

Not by cleaning characters, and nobody can currently verify any other method either. What our own tool does and does not do.

Character cleaning does nothing here. Removing zero-width characters, hidden Unicode, metadata, or unusual punctuation cannot address this watermark, because the signal is not stored in any of those. This site's own cleaner inspects and strips hidden Unicode, which remains useful against character-level marking that does exist in the wild, and for text hygiene. It does not, and cannot, remove Anthropic's statistical text watermark. Any tool that says otherwise is describing a different technology.

Transformation is the only category that plausibly affects a statistical signal, and the verified evidence base is one sentence long: light editing probably insufficient, complete rewrite sufficient. The middle is unmeasured, and it stays that way without detection access, because you cannot verify removal of a signal you cannot check for. Anthropic says detection relies on its watermark key. Without access to the necessary key or detection mechanism, a third party cannot directly reproduce Anthropic's official check from the public documentation alone.

So the honest answer to "can I remove it" is: partially, probably, at rewrite depths nobody can currently quantify, with success nobody can currently confirm. Distrust confident removal guarantees for as long as no public detector exists to hold them to.

Figure 8

Conceptual explanation

What are you actually trying to remove?

Three different questions get asked with the same words. Only one of them is about Anthropic's watermark, and it is the one nobody can currently verify an answer to.

Hidden Unicode characters?

Removable

A character cleaner can inspect and remove them, in the browser, in a second.

But these are not Anthropic's watermark. Anthropic says there are no hidden characters in Claude's text.

Open the checker

File metadata or provenance?

Separate system

C2PA credentials live in a file and can be inspected, stripped, or lost by ordinary uploads.

A separate system from the text watermark. Removing metadata leaves every watermarked word in place.

How C2PA works

Anthropic's statistical text watermark?

Not verifiable today

There is no character to delete. Only changing the words themselves affects it, and Anthropic says light editing probably will not be enough while a complete rewrite will.

Nobody outside Anthropic can currently verify whether a given attempt worked, because no detector exists. Treat any guarantee as unverifiable.

Method Removal claims limited to what Anthropic has published plus what our own tool demonstrably does. No claim is made that any transformation defeats Anthropic detection.

Checked 2026-08-15

Can you detect it today?

Confirmed

Not with any publicly available detector, including the ones currently sold as Claude watermark checks. Here is what is actually announced.

No public Anthropic watermark detector or detection API is available as of August 15, 2026, and we found no independently validated public third-party detector. Anthropic's post says: "We will soon be offering a watermark detection API" and that it is working out the details of its implementation. That is a first-party commitment with no date, no interface, and no stated access rules. Anthropic's developer documentation and platform release notes contain no watermark detection endpoint, and its support article still lists detection details as forthcoming.

Anthropic says detection relies on its watermark key. Without access to the necessary key or detection mechanism, a third party cannot directly reproduce Anthropic's official check from the public documentation alone. The sites offering a Claude watermark checker today appear to be doing one of two other things: scanning for hidden characters, which Anthropic says are not the mechanism, or running a generic AI-writing classifier, which is a different technology entirely.

Anthropic is also specific about what its own detector will report when it exists: the likelihood that text was partly written by Claude. It will not recognize other providers' watermarks, because even providers using the same family of schemes hold different keys.

Figure 9

Conceptual explanation

Detection is accumulated evidence, not authorship proof

A detector scores whether the finished text lines up with the keyed pattern across many choices. It should not be visualized as a scanner that returns Claude wrote this.

Statistical scoring

Finished text

Required keyed information

Scoring function

Evidence accumulates across token choices

Watermark signal / uncertain / no sufficient signal

No public detector or detection API available as of August 15, 2026.

What it can indicate

  • Evidence of the expected watermark signal.
  • Claude involvement in text, when enough evidence exists.

What it does not automatically prove

  • Claude authored every word.
  • The user cheated.
  • No human editing occurred.
  • Absence means the text was definitely human-written.

Involvement is not the same dimension as authorship

Human-written content

Claude-edited portion

Possible watermark evidence

Watermark evidence can indicate Claude involvement. It does not allocate intellectual authorship.

Generated

Human prompt -> Claude text

Claude involvement

Edited

Human text -> Claude edits

Involvement may be limited

Mixed

Human + Claude + human edits

Authorship remains contextual

Method Conceptual explanation based on Anthropic's August 14, 2026 description and the SynthID-Text scoring model. Limits reflect Anthropic's stated distinction between Claude involvement and authorship.

Checked 2026-08-15

Source: Anthropic

What about code and Claude Code?

Official announcement

Covered by the policy, but structurally lighter than prose, because correct code leaves no room for word choice.

Anthropic's marking policy covers Claude Code by name, alongside the apps and the API. The technical post explains the limit that comes with that: where an exact output is required, where a different token would break the code or state a falsehood, the watermark is not applied.

Anthropic's summary is that code generally carries less watermarking than other kinds of text. Where code does have genuine freedom, Anthropic points to comments: word choice there is arbitrary, so comments are watermarked, with a negligible effect on the code itself.

The practical reading for developers: a short, tightly constrained snippet may carry little or no signal, while a longer generated file with comments and documentation carries more. Anthropic publishes no per-language or per-length figures, and this page will not invent any.

Figure 10

Conceptual explanation

Why prose gives the watermark more room than constrained code

The watermark can only use choices that are still valid. Natural language often has many acceptable continuations; exact code often has very few.

Natural-language sentence

The system provides...

usefulvaluablehelpfulimportant

More valid alternatives means more room to encode a statistical pattern.

Constrained code

if (user === null) {
  return
return

Few valid alternatives means less room for the keyed process to choose.

Method Conceptual illustration of the entropy constraint described in SynthID-Text research and Anthropic's explanation that exact required outputs may not carry the mark.

Checked 2026-08-15

Source: Anthropic

Proofreading, translation, and mixed text

Official announcement

The scenarios people actually worry about, and the distinction that matters more than any of them: involvement is not authorship.

The proofreading case gets its own answer in Anthropic's post. If you write 1,000 words and Claude fixes the grammar, nearly all the words are yours, and in Anthropic's phrasing there is very little, if anything, for the watermark to attach to. Depending on length and edit depth, Claude's involvement might not be detectable at all.

Translation splits in two. A translation produced by Claude is watermarked, because every word of the output is Claude's choice. Text that started as Claude output and was then translated by a human or another tool has had its word choices replaced, which is the rewrite end of the editing spectrum; Anthropic publishes nothing more specific for that direction.

Mixed documents follow from the same logic: the signal lives in the stretches Claude wrote, diluted by everything humans wrote around them, with detectability depending on how much Claude text survives and how long it is.

A watermark detector is not an AI detector

Confirmed

One checks for a known signal with a key. The other guesses from style. They fail differently and prove different things.

Claude watermark detection, once it exists, will ask: is the specific keyed signal Anthropic embeds present in this text? A known signal, intentionally placed, statistically scored. Generic AI detectors ask a different question: does this text read like model output? No key, no embedded signal, just stylistic inference. Anthropic's own post draws this line, pointing to detection software like Pangram as the key-less alternative that looks for tells in phrasing.

The failure modes differ accordingly. Stylometric detectors have documented false positives against human writing, especially non-native English writers. A keyed watermark test only fires on text consistent with the keyed process, which over sufficient length is hard to produce by accident. Both approaches share the same blind spots at the margins: short text, heavy edits, and content from systems that never carried the signal.

And a Claude watermark check says nothing about ChatGPT or Gemini output by design. Keys are per-provider. Detection of everything is not what is being built; detection of Claude is.

The text watermark is not C2PA

Official announcement

Anthropic runs two provenance systems. One is a property of the words; the other is an attachment to a file.

For text, the watermark is in the content itself: copy the words and the signal comes along. For generated files of supported types, .png, .jpg, and .svg, Anthropic attaches a content credential instead, in its words a small, cryptographically signed note in the file's metadata, using the C2PA standard that camera makers and photo software use to record where an image came from. Anthropic draws the contrast itself: that metadata label is very different from a watermark. The underlying image or content is not altered to encode the credential; a cryptographically signed C2PA record is attached as metadata.

They fail in opposite ways. C2PA metadata is robust evidence while it is present and trivially lost: screenshots, re-encoding, and many upload pipelines strip it, and Anthropic notes its file credentials may not be supported on every platform. The text watermark cannot be stripped in that sense at all, but it fades under exactly the thing metadata ignores, rewriting the content.

There is also a practical asymmetry worth knowing today. Because C2PA is an open standard, anyone can already inspect a Claude-generated file for its credential with existing C2PA-aware tools, and Anthropic says it is building its own drop-a-file checker too. There is no equivalent public check for text, because Anthropic says detection relies on its watermark key. Files are checkable now; text is not.

Conflating the two produces confident nonsense in both directions: tools that promise to remove the text watermark by cleaning metadata, and verdicts that treat a missing manifest as proof of anything. A missing manifest proves nothing, and a cleaned file still contains every watermarked word.

Figure 11

Conceptual explanation

Statistical text watermark vs C2PA provenance

These systems live at different layers. One emerges from generated word choices; the other attaches signed provenance information to an asset.

Text watermark

Generation

Token choices

Statistical signal in the text sequence

Copying the words can preserve the sequence. Rewriting changes the evidence being scored.

C2PA / Content Credentials

Asset

Signed provenance manifest

Cryptographic content binding

The credential can be verified while present, but ordinary file processing may strip it.

Method Mechanism comparison based on Anthropic's distinction between its text watermark and file credentials, plus the C2PA model of signed manifests and content binding.

Checked 2026-08-15

What the first wave of coverage got wrong

Confirmed

Most of what ranks for these queries was written before Anthropic explained anything. Here is where the early accounts diverge from the primary source.

This is not a complaint about reporters working from the only document that existed. It is a warning about what happens when those articles keep ranking after the primary source arrives.

  • Translation is the biggest one. Early coverage suggested translation may knock the watermark out. Anthropic says the opposite for the case it addresses: a translation produced by Claude carries the watermark, because every word of it is Claude's choice.
  • The hidden-character theory, still the most common claim on tool sites selling Claude watermark removal, is contradicted outright: nothing is added to the text and there are no hidden characters.
  • The mechanism was described as token biasing by some outlets before Anthropic confirmed anything, and cited to the wrong research lineage. Anthropic's stated lineage is SynthID-Text from 2024 and Aaronson's 2022 proposal, and its watermark changes the randomness source rather than biasing Claude toward words it would not otherwise pick.
  • At least one outlet named a specific current model as covered by the on-or-after August 2, 2026 threshold. No shipped Claude model has been named by Anthropic as carrying the mark, and the model in that report launched in 2025.
  • The scope qualifier went missing almost everywhere. Anthropic's support article frames the threshold around models launched in the EU on or after August 2, 2026, while its technical post says watermarking is applied globally at launch because there is not yet a durable way to scope it by region. Both statements are Anthropic's; reporting that quotes only one of them reads as more absolute than the source.

A separate category of wrongness is still live in search results: pages claiming Claude does not watermark text at all, some of which sell stylometric AI detection as the alternative. That was defensible before August 2026 and is not now.

The Claude Watermark Lab

Research/proposal

The honest version of a testing section: the matrix is ready, and every result cell says the same thing until Anthropic's API exists.

We cannot test Claude's watermark yet. Independent verification requires the detection API, which is announced but unreleased, and we found no independently validated public third-party detector to use instead. Publishing invented robustness percentages would be worse than publishing nothing, so this section is a commitment rather than a result.

  • Official Anthropic detector: announced August 14, 2026, not released. No date, interface, or access rules published.
  • Independent experiments completed: one. The invisible-character census (96 Claude outputs, three model tiers, zero hidden characters found), published with data and scripts.
  • Transformations tracked in our methodology, awaiting detection access: 19, listed below.
  • Public dataset: not yet published. A results table only becomes real research once it holds real detector output; publishing empty rows now would be exactly the SEO padding this page argues against elsewhere.
  • Last updated: 2026-08-15.

The test matrix is built and waiting in our lab: original output, copy and paste, formatting changes, grammar correction, light manual editing, moderate rewriting, heavy rewriting, summarization, expansion, Claude-produced translation, third-party translation of Claude's output, human and Claude mixtures, functional code, code comments, short answers, long-form prose, Grammarly, QuillBot, and LLM-based rewriting. Every result cell currently reads awaiting detection access, and they will be populated the day access exists, at a dedicated results page rather than folded into this one.

What we could measure without a detector, we already have: the character layer. The census that found zero hidden characters in 96 Claude outputs is published in the lab with its data and scripts, and Anthropic's August 14 statement independently confirmed its conclusion.

Source ledger

6 claims tracked

  1. 01

    Claude's text watermark is a keyed statistical pattern in word choice, with no hidden characters involved

    Official announcement
    Proves
    Anthropic's own description of its mechanism, and its explicit rejection of hidden-character marking.
    Does not prove
    The exact algorithm, parameters, or key handling, none of which are published.
    Would change this
    Anthropic publishing detector documentation or a full technical specification.
    Primary source
    Anthropic, "How Claude's text watermark works"Checked 2026-08-15
  2. 02

    The mechanism is a version of Google DeepMind's SynthID-Text, in the family started by Scott Aaronson's 2022 proposal

    Official announcement
    Proves
    The stated lineage and therefore the kind of detection to expect: statistical scoring over many tokens.
    Does not prove
    That Anthropic's parameters match DeepMind's published configuration, or that published SynthID-Text robustness numbers transfer to Claude.
    Would change this
    A technical paper, detector spec, or measurable public API from Anthropic.
    Primary source
    Anthropic, "How Claude's text watermark works"Checked 2026-08-15
  3. 03

    Light editing probably does not remove the watermark completely; a complete rewrite replacing every word does

    Official announcement
    Proves
    Anthropic's own stated robustness bounds, including the caveats for short and heavily constrained text.
    Does not prove
    Any threshold between those poles. No publicly available detector can currently measure the middle.
    Would change this
    Public detection access enabling reproducible measurement, including ours.
    Primary source
    Anthropic, "How Claude's text watermark works"Checked 2026-08-15
  4. 04

    A watermark detection API is coming

    Official announcement
    Proves
    A first-party commitment, replacing earlier third-party reports to the same effect.
    Does not prove
    A date, an interface, pricing, or who will get access.
    Would change this
    The API shipping, or Anthropic publishing its documentation.
    Primary source
    Anthropic, "How Claude's text watermark works"Checked 2026-08-15
  5. 05

    No public Claude watermark detector exists as of August 15, 2026

    Confirmed
    Proves
    Current absence of any runnable check, from Anthropic or any third party.
    Does not prove
    Absence next week. This row is rechecked whenever the page is revised.
    Would change this
    Anthropic shipping the announced detection API.
  6. 06

    Every currently available Claude model predates the 2026-08-02 marking threshold, and Anthropic has named no shipped model carrying the mark

    Confirmed
    Proves
    That the rollout is transitional: the policy is live while the marked-model list is empty or unannounced.
    Does not prove
    That no Claude output is marked. Anthropic states retrofitting of earlier models is in progress.
    Would change this
    Anthropic naming marked models, or launching a new model on or after the threshold date.
    Primary source
    Anthropic Claude Platform release notesChecked 2026-08-15

FAQ

Does Claude watermark its text?

Yes. Anthropic marks text from Claude models launched on or after August 2, 2026 and says earlier models are being retrofitted over the coming months. As of mid-August 2026 it has not named a specific shipped model that carries the mark, so treat the rollout as in progress rather than complete.

Is Claude's watermark invisible?

Yes, by design. Anthropic says readers cannot distinguish watermarked from unwatermarked text and that its testing found no impact on quality, creativity, or readability. The mark is only visible statistically, to a detector holding Anthropic's key.

Is the Claude watermark a hidden character?

No. Anthropic states directly that nothing is added to the text and there are no hidden characters. The watermark is a pattern in which words Claude picks, not a character you can find and delete.

Does copying Claude text remove the watermark?

No. The signal is carried by the sequence of words itself, so it survives copy and paste into any editor, document, or website. Only changing the words themselves affects it.

Does pasting Claude text into Word remove it?

No. Pasting into Word, Google Docs, or email moves the word sequence intact, and formatting or metadata changes on the way do not touch the signal.

Can editing remove Claude's watermark?

Partially to fully, depending on depth. Anthropic's own summary is that light editing probably won't remove it completely and a complete rewrite replacing every word will. No thresholds in between are published, and no publicly available detector can currently measure them.

Can Grammarly remove Claude's watermark?

Not verified, and currently unverifiable, because no public detector exists to test with. Reasoning from Anthropic's published statements, grammar-level fixes change few words, which resembles the light-editing case Anthropic says probably does not remove the mark. Treat confident claims in either direction as unsupported.

Does QuillBot remove Claude's watermark?

Not independently tested, for the same reason as Grammarly: no public detector exists to check against. QuillBot replaces more wording than a grammar pass, which places it closer to the heavier end of Anthropic's rewriting spectrum, but that is reasoning by analogy, not a measured result.

Does rewriting Claude's text with ChatGPT or Gemini remove the watermark?

Not independently tested. If the other model fully regenerates the passage rather than lightly editing it, that resembles Anthropic's complete-rewrite case, which it says does remove the mark. The output would then carry whatever watermark policy that second model applies, if any, rather than a cleaned copy of Claude's original text.

Does pasting Claude's text into Google Docs or Notepad remove the watermark?

No. Both destinations change formatting or strip it entirely, and Notepad strips file metadata too, but neither touches the sequence of words themselves, which is where the signal lives. Anthropic's statement that the watermark travels with copied text applies regardless of destination.

Does Claude Code add watermarks?

Claude Code is covered by Anthropic's marking policy, but code carries less watermark than prose. Where an exact output is required, no watermark is applied, because a different token would break the code. Comments, where word choice is free, are watermarked.

Can I check whether text has a Claude watermark?

Not yet. As of August 15, 2026 there is no public detector and no released API, and checking requires Anthropic's key. Tools claiming to check for the Claude watermark today are scanning hidden characters or running generic AI detection, which are different things.

Is there an official Claude watermark detector?

Announced, not released. Anthropic said on August 14, 2026 that it will soon offer a watermark detection API and is working out the implementation details. No date, interface, or access rules have been published.

Can Claude's watermark prove text was written by AI?

Not in the way people usually mean. Detection will indicate a likelihood that Claude was involved, and Anthropic is explicit that it cannot distinguish text Claude wrote from text Claude heavily edited, and that absence of a mark does not confirm text was human-written.

Does proofreading with Claude watermark my text?

Light proofreading may not produce enough watermark signal to be detectable. Anthropic says lightly edited human text leaves very little, if anything, for the watermark to attach to, and that this depends on the length of the text and how heavily Claude edited it. Heavier rewriting shifts the balance toward detectability.

Does translating Claude text remove the watermark?

Two directions. A translation produced by Claude is watermarked, because every output word is Claude's choice. Anthropic has not published results for translating Claude output with another tool or by hand. Such translation replaces Claude's original word choices, so it should be treated as a substantial transformation, but its effect on detection has not been independently measured.

Is Claude's watermark the same as C2PA?

No. C2PA is signed metadata Anthropic attaches to supported generated files such as .png, .jpg, and .svg. The text watermark is statistical and lives in the words. C2PA metadata can be stripped by screenshots, re-encoding, or platforms that do not preserve it; the text signal fades only under rewriting.

Does ChatGPT use the same watermark?

No. OpenAI's current provenance documentation lists deployed provenance signals for images and audio, but not ordinary ChatGPT text. OpenAI has previously said it developed and researched text-watermarking methods. Keys are also per-provider, so even same-family watermarks are separate systems: a Claude detector cannot see other providers' marks.

Can the watermark be traced back to me?

No. Anthropic states the watermark carries no identifying information and cannot be traced to a specific person, organization, or chat. It marks Claude involvement, not users.

Next steps

Sources and citation status