Skip to main content
Best Answer Hub logoBest Answer Hub.
Back to Playbooks
Best Answer Hub Playbooks · AI Content
Marked, but nobody can read it

AI Text Watermarking, Explained

In August 2026 Anthropic began hiding a mark inside everything Claude writes, worldwide, with no way to switch it off. Google has done the same to Gemini since 2024. Here is what the marks actually are, what survives a copy and paste, who can read them, and what any of it asks of an ordinary business.

The markwhat is actually added
The gapwho can detect it
The dutywhat the law asks
61.22%
of essays by non-native English writers were falsely flagged as AI
Patterns, 2023
0
public detectors exist for the Claude text watermark today
Anthropic, 2026
98.3%
of SynthID marks removed by one meaning-preserving paraphrase
arXiv, 2026
15M
euro ceiling on EU AI Act transparency penalties, or 3% of turnover
European Commission, 2026

AI text watermarking is a hidden signal that an AI company adds to the text its model writes, so that the text can later be identified as machine-generated. It became a live issue in August 2026, when Anthropic began marking everything Claude writes, worldwide, with no way to switch it off. The part almost nobody is saying out loud is that no member of the public can currently check for that mark. Best Answer Hub wrote this guide because the gap between "your text is now marked" and "anybody can verify the mark" is where every practical question actually lives.

This guide separates the three different technologies that get called watermarking, sets out what Anthropic, Google and OpenAI each actually do, tests the marks against ordinary editing, explains who can and cannot read them, and finishes with what the law asks of an ordinary business. It sits alongside the Best Answer Hub pillar on small business AI readiness and the guide to small business AI policy.

Start here

What is AI text watermarking?

AI text watermarking is a deliberate, hidden signal placed in machine-written text at the moment it is generated. Unlike a visible label, it is designed to be invisible to a reader and readable by a machine. Three quite different technologies get called by that one name, and most of the confusion in the current coverage comes from mixing them up. Best Answer Hub separates them here because they behave in opposite ways under ordinary editing.

  • 1
    Statistical watermarking. Nothing is added to the text. The model quietly biases its own word choices so the finished passage carries a statistical fingerprint that a holder of the secret key can test for. The signal is the prose. This is what Claude and Gemini use.
  • 2
    Provenance metadata. A signed manifest, usually following the C2PA standard, is attached to a file. It is genuine cryptographic proof, but it is bound to the file container, so selecting the words and pasting them elsewhere leaves it behind. Claude applies this to image files only.
  • 3
    Invisible characters. Zero-width spaces, soft hyphens and similar codepoints hidden between the visible letters. Easy to detect, easy to strip with a find and replace, and easy to produce by accident. No major lab has been shown to use this for text.

Only the first of those is a watermark in any meaningful sense. The second is metadata that a copy and paste destroys. The third is closer to a trick than a security measure, and it doubles as an attack on the first: the original academic paper on statistical watermarking notes that inserting stray characters breaks enough tokens to remove the watermark entirely (Kirchenbauer et al., ICML 2023).

Three things called a watermark, and what each survives
AI writes a passage of text Statistical the word choices C2PA metadata bound to a file Invisible characters hidden codepoints Survives copy and paste but dies on paraphrase Dies on copy and paste the file is the carrier Dies on retyping or a find and replace

Behavior of each mechanism under ordinary editing, per the C2PA 2.4 specification and the published watermarking literature cited below.

The news

What did Anthropic actually announce, and when?

Anthropic committed to marking Claude text output at model level, across every Claude surface, worldwide, with no documented opt-out. It was not a press release. The primary source is a Claude Help Center article that appeared around 10 August 2026 and was picked up by the technology press the following day. That quiet arrival is itself part of the story, and it explains why so little technical detail accompanied it.

The support documentation states that when a supported model generates text, it "weaves an imperceptible watermark directly into the text itself," and that the marking covers output "everywhere you use Claude, including Claude Platform (API), Claude, Claude Code, Claude Cowork, and Claude Tag" (Anthropic, 2026). On timing, it is precise: "Claude models launched on or after August 2, 2026 support marking at launch," with earlier models being retrofitted.

Three claims to be careful with

First, the text watermark is not C2PA. Anthropic applies signed C2PA metadata to image files with the extensions .svg, .png and .jpg, and something entirely different to prose. Second, the exact algorithm behind the text mark is undisclosed: the described behavior is consistent with statistical watermarking, but Anthropic has published no specification. Third, nothing supports the widely repeated claim that hidden Unicode characters are involved. Best Answer Hub flags all three because each appears in current coverage as though it were established.

What has not shipped is the part that would make any of it usable. Anthropic says it is "working to enable users and other third parties to detect Claude's embedded watermarks," with technical documentation to follow. Until that lands, the practical position is a mark that exists and cannot be checked by anybody outside the company.

The field

Which AI tools actually mark the text they write?

Fewer than the headlines suggest. The popular framing is that the AI industry has started watermarking text, and that overstates it considerably. Two labs mark text today. One built the capability and deliberately shelved it. The rest have signed a European code of practice without shipping anything specific to text. Best Answer Hub sets the position out plainly, because the difference between signing a commitment and running the code matters.

ProviderText watermarking statusPublic detector
Anthropic (Claude)Committed August 2026. Model level, all surfaces, worldwide, no opt-outNone yet
Google (Gemini)Live since 2024. SynthID-Text on the Gemini app and web experienceWaitlisted
OpenAI (ChatGPT)None. Provenance covers images and audio onlyNot applicable
Meta, Mistral, CohereSigned the EU transparency code of practice. No shipped text marking documentedNot applicable

Google reached production first, and by a wide margin. Its SynthID-Text method was published in Nature in October 2024 and validated across roughly 20 million Gemini responses, which remains the only production-scale text watermarking deployment with a peer-reviewed evaluation attached (Dathathri et al., Nature, 2024). Google describes the mechanism openly: the model adjusts the probability scores it assigns to candidate words, in a pattern that is invisible to a reader.

OpenAI is the interesting case, because it made the opposite decision on purpose. Its live provenance documentation lists C2PA and SynthID for images and audio, with text absent entirely. The stated reason for never shipping the text watermark it had already built is worth quoting: the method "has the potential to disproportionately impact some groups," and could "stigmatize use of AI as a useful writing tool for non-native English speakers" (OpenAI, 2024). Hold on to that sentence. It predicts, precisely, the problem set out further down this page.

The stress test

Does an AI watermark survive copy and paste, or editing?

A statistical watermark survives almost everything except changing the words, and dies the moment somebody does. That is the whole picture, and it explains behavior that otherwise looks contradictory. There is nothing to strip out of the text, because nothing was added: the mark lives in which words were chosen. Retyping the passage by hand preserves it. Running it through a translator destroys it. Best Answer Hub finds this the most useful thing to understand about the technology, because it predicts every other outcome.

What you do to the textStatistical watermarkC2PA metadata
Copy and paste into Word or Google DocsSurvivesDestroyed
Paste as plain text, or send in an emailSurvivesDestroyed
Publish through a website editorSurvivesDestroyed
Retype it by hand, word for wordSurvivesDestroyed
Screenshot it, or read it aloudSurvives if the words are reproducedDestroyed
Rewrite or paraphrase itDestroyedDestroyed
Translate it and translate it backBadly weakenedDestroyed
Use fewer than about 150 wordsUnreliableNot affected

Anthropic's own wording matches this exactly: the mark travels with copied text and "may persist through some editing," but detection may fail where text has been "heavily edited, paraphrased, translated, or mixed into other writing," or is very short. Google gives the same caveats for SynthID, adding that watermarking is less effective on factual answers, where there is less room to vary the wording without damaging accuracy.

The academic picture is blunter. A July 2026 evaluation ran three published schemes through meaning-preserving paraphrase across 846 test runs, and found a single pass removed 100 percent of two older watermarks and 98.3 percent of an open implementation of SynthID-Text. The authors concluded that the configurations tested "do not meet the evidentiary bar that courts require" (Tamim and Khan, 2026). A 2024 theoretical result goes further, proving that strong watermarking is impossible in principle once an attacker has a way to rewrite text while preserving quality (Zhang et al., ICML 2024).

Watermark removed by a single paraphrase pass
100% KGW 100% Unigram 98.3% SynthID-Text open implementation

Source: Tamim and Khan, AI Watermark Evidence Fails Forensic Readiness, arXiv, July 2026. Conditional removal rate across 846 runs. Tests published academic schemes, not the undisclosed Anthropic algorithm.

An honest counterweight

None of this means watermarking is pointless. A separate study found that watermarks do survive human paraphrasing when there is enough text to work with, remaining detectable after roughly 800 words (Kirchenbauer et al., ICLR 2024). Robustness is a curve, not a switch. Casual editing leaves the mark intact. A deliberate attempt to remove it succeeds cheaply. Best Answer Hub states both halves because the honest summary is that watermarking works against people who are not trying to defeat it.

The gap

Who can actually detect an AI text watermark?

Almost nobody, and that is the single most important fact on this subject. Detecting a statistical watermark requires the secret key used to create it, so detection is a private capability of the company that made the model. Not teachers, not editors, not publishers, not employers, and not the person who received the text. As of August 2026 there are zero public detectors for Claude text. The Google detector portal exists but is waitlisted to journalists and researchers, and its 2026 content detection preview covers images only.

So a strange situation now exists. Text is being marked by law, and the marking cannot be read by any of the people the law was written to protect. Meanwhile the tools those people already use are not watermark detectors at all. They are perplexity classifiers, which guess at whether writing looks statistically ordinary, and they are badly, measurably wrong.

The evidence on that is not close. A peer-reviewed Stanford study ran seven widely used detectors over 91 TOEFL essays written by non-native English speakers and found a mean false-positive rate of 61.22 percent. Nearly one essay in five, 19.78 percent, was flagged as AI-written by all seven detectors at once. Against a control set of essays by native-speaking US eighth-grade students, the same detectors were near-perfect, with a false-positive rate of about 5.19 percent (Liang et al., Patterns, 2023).

Human essays wrongly flagged as AI-written
61.22% Non-native English writers 91 TOEFL essays 5.19% Native-speaking US students control essays

Source: Liang, Yuksekgonul, Mao, Wu and Zou, GPT detectors are biased against non-native English writers, Patterns, 2023. Mean false-positive rate across seven detectors.

The mechanism behind that result is the important part. When the same TOEFL essays were rewritten with richer vocabulary, misclassification collapsed from 61.22 percent to 11.77 percent. The detectors were never finding AI. They were penalizing simple word choice, which is what learning a language looks like. OpenAI's stated reason for shelving its own text watermark, quoted earlier on this page, described this exact harm two years before anyone measured it at scale.

The retired OpenAI classifier gives the numeric floor for how bad public detection was. It correctly identified 26 percent of AI-written text while wrongly labeling 9 percent of human writing as AI, and OpenAI withdrew it in July 2023 "due to its low rate of accuracy" (OpenAI, 2023). Nothing available to the public since has been shown to do materially better.

On the tools now advertising watermark detection

A market of watermark checkers appeared within days of the Anthropic news, and several sites sell both detection and removal. Treat the detection claims with suspicion. Reading a Gemini watermark requires Google private keys. Reading a Claude watermark requires a specification Anthropic has not published, so any product claiming to do it today is describing something that does not exist publicly. Scanning for hidden characters is real and trivial, but it proves nothing, because non-breaking spaces and soft hyphens appear constantly in ordinary word-processed text.

The trap

Does a watermark mean AI wrote it?

No, and the clearest statement of that comes from Anthropic itself. Its documentation concedes that a detected mark means the content may have been processed by Claude, which covers proofreading, translating, summarizing and reformatting text a person wrote themselves. The mark cannot distinguish a novel drafted by a model from a paragraph a human wrote and asked a model to tidy. It also concedes the reverse: the absence of a mark does not mean the content was not AI-generated.

A watermark answers a narrow question about which software touched a passage. It does not answer the question people actually want answered, which is who did the thinking.

This is where the no-opt-out decision bites hardest. Someone who writes their own work and runs it through Claude for a grammar check now ships marked text, indistinguishable at the detector level from text the model wrote from nothing. For non-native English speakers, who are among the heaviest users of AI for exactly that kind of polishing, the effect compounds with the detector bias in the section above.

There is a further problem in the opposite direction. Marks can be forged. A peer-reviewed attack showed that repeatedly querying a watermarked model reveals enough of the hidden pattern to stamp a convincing watermark onto text a human wrote. The authors report that for under 50 US dollars an attacker can both forge and strip state-of-the-art schemes, at an average success rate above 80 percent (Jovanovic, Staab and Vechev, ICML 2024). Tournament-based schemes such as SynthID resisted this far better, but the principle stands. Best Answer Hub draws one practical conclusion from all of it: a watermark result is evidence, never proof, and no disciplinary or contractual decision should rest on one alone.

The law

What does the law actually require of a business?

Far less than most owners fear, because the marking duty falls on the model provider rather than on the person using the model. The European Commission is explicit that Article 50 of the EU AI Act "applies as from 2 August 2026," and the clause driving all of this month's news binds providers: those generating synthetic audio, image, video or text content must ensure outputs are "marked in a machine-readable format and detectable as artificially generated or manipulated" (European Commission, 2026). That is Anthropic's obligation, not a small business obligation.

A separate clause does reach businesses that publish. Deployers must clearly label AI-generated or manipulated text "published with the purpose of informing the public on matters of public interest," and the Commission's own list of what counts is broader than most summaries report: politics, public administration, justice, fundamental rights, public security, public health, environmental protection, consumer safety, and economic, financial, political, scientific or cultural developments that may be a relevant subject of public debate. Ordinary product and marketing copy sits outside that. A blog post on financial or health topics may not.

The exemption that does most of the work

The Commission states that published text "that has undergone human review or editorial control" does not need to be labeled. It defines that as deliberate examination of the substance by a person with relevant knowledge, under an entity with the authority to approve, alter or reject the content. Systems performing an assistive function for standard editing, meaning grammar, spelling and formatting, are outside the marking duty altogether. Best Answer Hub reads this as the single most useful sentence in the whole framework for a small business: real editorial review, actually performed, removes the obligation.

Penalties for the transparency obligations reach 15 million euros or 3 percent of total worldwide turnover, whichever is higher, which is why providers moved quickly. Systems already on the market before 2 August 2026 have until 2 December 2026 to retrofit machine-readable marking, which is the deadline shaping Anthropic's rollout schedule.

WhereWhat the rule saysDoes it bind a small business?
European UnionProviders must mark synthetic text. Deployers label only public-interest text, unless human-reviewedRarely
ChinaBroadest regime. Visible labels on AI text, plus metadata, plus a duty on users to self-declare when postingYes, if operating there
CaliforniaOperative 2 August 2026, but only for providers with over one million monthly usersNo
United KingdomNo labeling law. Advertising rules apply the usual misleadingness test insteadNo

Platform rules matter more day to day than statute does, and text is the gap in almost all of them. Google Search has no disclosure requirement at all: its policy targets scaled content abuse, penalizing unoriginal, low-value pages "no matter how it's created" (Google Search Central). YouTube explicitly exempts AI-written scripts, titles and outlines. Amazon KDP does require authors to disclose AI-generated text at the point of publishing, and academic publishers require a declaration that appears in the finished article. Best Answer Hub recommends checking the venue rather than assuming a general rule exists.

Your turn

What should a small business actually do?

Set a disclosure standard by what the AI actually did, then hold to it. Three tiers cover almost every real situation, and they are the same three that Amazon, the academic publishers and the EU AI Act arrived at independently, which is a reasonable sign they are the right cut. Best Answer Hub recommends writing them down once and applying them to every deliverable, rather than deciding case by case under pressure.

  • 1
    AI-assisted, no disclosure needed. Grammar, spelling, formatting, restructuring, brainstorming, or summarizing your own material. Exempt under the AI Act as assistive editing, exempt at Amazon, exempt at the journals, exempt on YouTube.
  • 2
    AI-drafted and human-verified, disclose in deliverables. A model produced substantive draft text and a named person checked the substance, verified every factual claim and citation, and took responsibility. This is exactly the editorial control that switches off the European labeling duty, but only if the review genuinely happened.
  • 3
    AI-generated and unreviewed, do not ship it. No serious policy should allow this into a paid deliverable. Every documented case of AI use causing real damage falls in this tier.

That last point is worth dwelling on, because the pattern in the real cases is consistent and it is not what people expect. In October 2025 Deloitte Australia agreed a partial refund on a report for an Australian government department after it was found to contain fabricated citations and a misattributed legal quote, with the AI use undisclosed until academics raised questions. In May 2025 a syndicated summer reading list ran in the Chicago Sun-Times in which 10 of 15 recommended books did not exist; the paper refunded subscribers for that edition and the freelancer lost the client permanently. A running database of court judgments recorded 1,870 cases worldwide by 11 August 2026 in which parties relied on AI-fabricated citations (AI Hallucination Cases database, 2026).

Nobody in any of those cases got into trouble for using AI. They got into trouble for shipping invented facts, and non-disclosure turned a correctable error into a credibility failure. Which is why the controls that matter are unglamorous: verify every claim, name the human who checked it, agree the standard with the client in writing before the work starts, and ask what their own policy is. Best Answer Hub would add one prohibition to that list. Never claim content is AI-free or undetectable. Detection is unreliable in both directions, and a false claim of human authorship is a straightforward deception risk in a way that using the tool never was.

What not to do

Do not add a blanket "this page may contain AI-generated content" notice to an entire website. No jurisdiction requires it for ordinary commercial copy, UK advertising guidance warns that a disclosure which muddies the message is worse than none, and it spends reader trust for no compliance benefit at all. Disclose specifically, where it is owed, or not at all.

The practical starting point is knowing where AI already sits in the business, including which tools have been given standing access to email, files or accounts. That is the same inventory the Best Answer Hub guide to AI agent security argues for, and it is where the free assessment below begins.

Know where AI already sits in your business

Take the free Small Business AI Readiness assessment

No signup and no email. Your readiness score and ranked gaps are computed in your browser, and nothing you enter is uploaded. An optional paid report adds a detailed action plan.

Check your AI readiness
Good questions

Common questions about AI text watermarking

What is the Best Answer Hub guide to AI text watermarking?
It is a plain-English guide to the hidden marks AI companies now add to machine-written text, covering what the marks are, which tools apply them, whether they survive editing, who can read them, and what the law asks of a business. Best Answer Hub built it because most coverage confuses three different technologies.
Does Claude watermark its text?
Yes. Anthropic states that a supported Claude model “weaves an imperceptible watermark directly into the text itself,” across the API, the apps and Claude Code. Models launched on or after 2 August 2026 carry it at launch, and older models are being retrofitted. Best Answer Hub quotes the support documentation directly above.
Does ChatGPT watermark text?
No. As of August 2026 the OpenAI provenance documentation covers images and audio only, and text is absent from it entirely. OpenAI built a text watermark years ago and never shipped it, citing the risk of stigmatizing non-native English speakers. Best Answer Hub treats claims of a ChatGPT text watermark as unsupported.
Does Gemini watermark text?
Yes, and it has for longer than Claude has. Google DeepMind applies SynthID-Text to the Gemini app and web experience, using a method published in Nature and validated on around 20 million responses. Best Answer Hub notes that Google, not Anthropic, reached production text watermarking first.
Can you turn off the watermark on AI text?
No opt-out is documented at any tier, including the paid API. Anthropic describes the marking as applied at model level, which means it travels with the output regardless of which product produced it. Best Answer Hub flags this because it applies equally to text a person wrote and merely asked Claude to proofread.
Can anyone actually detect an AI text watermark?
Almost nobody can. Detecting a statistical watermark requires the provider secret key, so detection is lab-only. No public detector exists for Claude text as of August 2026, and the Google detector portal is waitlisted. Best Answer Hub regards this verification gap as the single most important fact on the subject.
Does an AI watermark survive copy and paste?
A statistical watermark does, because the signal is the word choices themselves rather than anything added to the file. C2PA provenance metadata does not, because it is bound to a file container and a text selection leaves it behind. Best Answer Hub keeps these two mechanisms separate for exactly this reason.
Does editing or paraphrasing remove an AI watermark?
Research says it usually does. One July 2026 evaluation across 846 runs found a single meaning-preserving paraphrase pass removed 98.3 percent of SynthID marks and 100 percent of two older schemes. Best Answer Hub cites this to show that a watermark is evidence at best, never proof of anything.
Does a watermark mean the text was written by AI?
No, and Anthropic says so itself. A detected mark means the text may have been processed by Claude, which includes proofreading, translating or summarizing something a person wrote. Absence of a mark proves nothing either. Best Answer Hub treats the mark as a weak signal rather than an authorship finding.
Are AI detectors reliable?
The public ones are not. A peer-reviewed Stanford study found seven detectors falsely flagged 61.22 percent of essays by non-native English writers, against roughly 5.19 percent for native-written control essays. The retired OpenAI classifier caught only 26 percent of AI text. Best Answer Hub advises against basing any decision on them.
Why did AI companies start watermarking text in 2026?
Because EU law began requiring it. Article 50 of the EU AI Act became applicable on 2 August 2026 and obliges providers of systems generating synthetic text to mark outputs in a machine-readable, detectable format. Best Answer Hub notes Anthropic applied the change worldwide rather than only inside the European Union.
Does the EU AI Act require you to label AI-written content?
Only in narrow cases. The marking duty falls on the model provider, not the user. A business must label AI text only when it is published to inform the public on matters of public interest, and even then human editorial review removes the duty. Best Answer Hub sets out the full test above.
Do you have to disclose AI use to clients?
No general law requires it, but the contract usually decides. Every documented case of AI use causing real damage involved fabricated facts plus non-disclosure, not AI use alone. Best Answer Hub recommends agreeing the standard in writing up front and naming a human who verifies every factual claim.
What is C2PA, and does it apply to text?
C2PA is an open provenance standard that attaches signed metadata to a file. Claude applies it to image files such as .svg, .png and .jpg, not to prose. Best Answer Hub stresses the distinction because much of the current coverage wrongly describes the Claude text watermark as C2PA content credentials.
Is the Best Answer Hub AI readiness assessment free?
Yes. The Best Answer Hub Small Business AI Readiness assessment returns a readiness picture and ranked gaps for free, with no account and no email, and everything is scored inside the browser rather than uploaded. An optional paid report adds a detailed action plan, but the core result never depends on paying.
For the record

Sources

More from Best Answer Hub: the small business AI readiness pillar, the AI policy guide, the AI agent security guide, all free tools, and the Knowledge Center assessments.

Built & maintained by Shahbaz Ali Malik Last updated: