Skip to main content
AI Watermark Removal

Detection

Claude Watermark Detector: There Isn't One Yet

There is no Claude watermark detector, from Anthropic or anyone else, and every tool that claims to be one is doing something different. Anthropic has committed in writing to supporting detection by users and third parties, but has never described the mechanism, named a format, or given a date. Rechecked on 12 August 2026, ten days after the marking rollout: still nothing. This page covers what that means in practice, why the gap may be a deliberate posture rather than a delay, and what you can honestly check instead.

Published 2026-08-11Updated 2026-08-12Sources last verified 2026-08-12Confirmed

Key takeaways

  • No public Claude watermark detector exists. Not from Anthropic, not from a third party, not in beta. Anything marketed as one is checking something else, usually invisible Unicode characters or writing style.
  • Anthropic has committed in writing to supporting detection by users and third parties. The commitment is real; what is missing is the mechanism, the form, and the date. Anyone telling you a detection API is confirmed is extrapolating from a third-party post, not quoting Anthropic.
  • A third party could not build one even if it wanted to. Statistical text watermarks are keyed: detection requires the secret the provider used at generation time. Without the mechanism and the key, there is nothing to test against, which is why no independent detector has appeared.
  • The gap may be a permitted posture rather than a failure. The EU Code of Practice explicitly allows signatories to restrict access to text-watermark detection where reliability is low, granting it instead to verified expert users (regulators, media, fact-checkers, researchers), with any such restriction limited in time.
  • Even a working detector would not give you proof. Anthropic's own wording is that a detected mark means content may have been processed by Claude. It sets a ceiling on the strongest possible result, before anyone has built the tool.
  • There is a hard interoperability date worth watching: signatories to the EU Code committed to implementing an interoperability solution for their detection mechanisms by 2 February 2027, via a public API, an embedded signpost, a shared consortium solution, or an equivalent.
  • What you can check today: invisible Unicode characters (measurable, and we measured them: 96 Claude outputs contained none), C2PA metadata on generated files (checkable with public tools), and a generic AI detector's style-based guess (which is not a watermark check and fails in both directions).
Four checks people call “detecting the Claude watermark”. Only one of them is it, and that one cannot be run.
  • Invisible Unicode charactersAnyone, in a browser

    Formatting artifacts. Not a provider watermark. Anthropic has never described its mark that way, and 96 Claude outputs contained none.

  • C2PA metadata on a generated fileAnyone, with public tools

    That a manifest survived. A missing one proves nothing: ordinary uploads destroy metadata routinely.

  • Generic AI detector scoreAnyone, usually paid

    How the text reads to a statistical model. Not a watermark check, and documented false positives in both directions.

  • Claude's statistical text watermarkNobody outside Anthropic

    Would prove content may have been processed by Claude, which is Anthropic's own ceiling. No mechanism published, no key, no detector.

The three runnable checks are all real and all answer a different question than the one people ask. The fourth is the question people ask. It has no runnable answer for anyone, including the tools selling it.

The direct answer

Confirmed

What exists, what does not, and what the things calling themselves Claude detectors are actually doing.

There is no Claude watermark detector available to the public. Rechecked 12 August 2026, ten days after Anthropic's marking rollout: no Anthropic tool, no third-party tool, no research prototype anyone can run.

The tools that appear when you search for one fall into three groups, and none of them does what the name implies.

  • Invisible-character scanners. They look for zero-width spaces, joiners, and byte-order marks. Real, useful for formatting hygiene, and unrelated to Anthropic's mark, which Anthropic has never described as character-based.
  • Generic AI detectors. They score writing style and perplexity. That is a guess about how text reads, not a decoded signal, and it is wrong in both directions on human and machine text alike.
  • Removal tools claiming a before-and-after check. If nobody can detect the mark, nobody can demonstrate its removal either. The claim is unfalsifiable, which is the problem with it.

Why a third party cannot simply build one

Research/proposal

The structural reason the gap has not been filled by the market, which is not lack of interest.

Statistical text watermarks are keyed. The scheme biases token selection during generation using a secret, and detection means running a statistical test that depends on knowing that secret and that scheme.

Google's SynthID-Text makes the shape of this concrete: it is open-sourced, ships in Hugging Face Transformers with a reference detector, and anyone can run the whole loop on their own model. That is possible precisely because the algorithm is public.

Anthropic has published neither. Without the mechanism or the key, an independent detector has nothing to test against. The absence of third-party tools is therefore not a market failure or a lack of demand. It is the expected consequence of an undisclosed scheme.

This also explains the shape of the independent research that has appeared. Analyses published on 12 August 2026 could rule out hidden characters, because characters are observable in the bytes. Neither could say anything about a token-selection watermark, and both said so.

Why the gap may be deliberate

Official announcement

The regulatory provision that turns a missing detector from an unkept promise into a permitted posture.

Almost every write-up treats the missing detector as a delay. The EU's Code of Practice on Transparency of AI-Generated Content, which Anthropic signed, describes something closer to a choice.

Its wording is that signatories may restrict access to detection mechanisms for free-form text where those mechanisms have lower reliability and robustness, and may produce misleading or low-confidence results, granting access instead to verified expert end-users such as regulators, law enforcement, media, fact-checkers, trusted flaggers, researchers, and civil society. Any restriction is to be limited in time, until more reliable detection emerges.

Read against that, an expert-access detector rather than a public one would be a compliant outcome, not a broken promise. Anthropic has not said this is its plan, and it should not be reported as if it had.

What a detector could honestly tell you, even when it ships

Confirmed

The ceiling Anthropic set on the result before the tool exists, and the conditions that defeat the mark.

Anthropic's own wording caps the strongest possible outcome: a detected mark indicates content may have been processed by Claude. Not that Claude wrote it, and not that a person did not.

Anthropic separately lists the conditions under which the mark may be absent or unrecoverable:

  • Output from models released before marking
  • Heavily edited, paraphrased, or translated text
  • Watermarked text mixed into a longer document
  • Very short passages
  • Files whose metadata was stripped by conversion, re-saving, or a screenshot

That list matters more than it looks, because it means a negative result will never be evidence of anything. A clean check would be consistent with human writing, with edited Claude output, with output from an older model, and with a passage too short to score.

Anyone planning to act on a future detector (an academic-integrity process, a newsroom check, a compliance workflow) should design around a tool whose positive result is a maybe and whose negative result is silence.

What you can actually check today

Three real checks, in order of how much they tell you, and what each one genuinely proves.

You are not without options. You are without one specific option that a lot of pages pretend to sell.

  1. Invisible characters. Genuinely checkable, in your own browser, with an exact count per character. Just know what a hit means: nearly every invisible character has a mundane origin that predates chatbots by decades.
  2. C2PA metadata on files. If Claude generated an SVG, PNG, or JPG, signed provenance metadata may be attached, and public tools verify it. A missing manifest proves nothing. Ordinary uploads destroy metadata routinely.
  3. Detector scores, understood correctly. A generic AI detector tells you how the text reads to a statistical model. It is not a watermark check, it produces documented false positives, and it should never be the sole basis for an accusation.

On the first of those, we ran the measurement rather than repeating the theory: 96 outputs across three Claude model tiers, 19,364 words, every code point counted, against a control confirming the pipeline preserves invisible characters. Zero zero-width or bidirectional-format characters appeared.

So a Unicode scan on Claude output is worth running for formatting hygiene and will almost certainly come back clean. What it cannot be is a Claude watermark check, because the thing it looks for is not what Anthropic described.

FAQ

Is there a Claude watermark detector?

No. As of 12 August 2026 no public detector exists from Anthropic or anyone else, and no third party can build one because the mechanism and key are undisclosed. Tools marketed as Claude watermark detectors are checking invisible Unicode characters or writing style instead.

Has Anthropic promised a detector?

It has committed in writing to supporting users and third parties in detecting Claude's marks, and promised technical documentation. It has never said in what form, through what interface, or by when. The widely repeated claim that a public detection API is coming traces to a third-party post rather than to Anthropic.

Why can't someone else build a Claude watermark detector?

Because statistical text watermarks are keyed. Detection is a statistical test that depends on knowing the scheme and the secret used during generation. Google's SynthID-Text has independent detectors precisely because Google open-sourced the algorithm; Anthropic has published neither the algorithm nor a key.

Would a Claude detector prove text was written by Claude?

No, and Anthropic says so itself: a detected mark means content may have been processed by Claude. A negative result would prove even less, since the mark can be absent on older models, on heavily edited or translated text, in short passages, and in mixed documents.

When might a detector appear?

No date has been given. The nearest thing to a deadline is a voluntary commitment under the EU Code of Practice: signatories are to implement an interoperability solution for their detection mechanisms by 2 February 2027. The same Code also permits restricting text-watermark detection to verified expert users where reliability is low, so a public consumer tool is not the only compliant outcome.

Next steps

  • See the measurement behind the Unicode half of this page: 96 Claude outputs, three model tiers, data and script published. The invisible-character census
  • Check which providers offer a public detector at all, per modality, with a source and verification date on every cell. AI Watermark Status Database
  • Read the full sourcing on what Anthropic has confirmed, including which models actually meet its own marking threshold. Claude watermark tracker
  • Understand why a watermark check and an AI-detector score are different things that fail in completely different ways. AI watermark vs AI detector
  • Scan a passage for invisible characters yourself, in the browser, with a count per character. Open the checker

Sources and citation status