About
Why this tool exists
ClaudeWatermarks is an independent, browser-based tool for finding and removing the invisible characters that travel with copied text. It is not affiliated with Anthropic.
The problem with this category
Search for a Claude watermark remover and you will find tools that return a confidence percentage, a green tick, or a verdict about who wrote something. Almost none of them explain what they measured. Some of them are stripping zero-width spaces and calling it watermark removal.
That gap matters because the results get used for real decisions. Students get accused. Writers get rejected. People clean text they are about to publish and believe a guarantee nobody can actually make.
What we decided to build instead
A tool with a narrower claim that happens to be true. The Claude Watermark Remover reports the specific characters present in your text — the code point, the position, the category, and the words around it — and lets you decide what to remove. Every finding is something you can verify against any Unicode reference.
Where the method ends, the page says so instead of guessing. That is a deliberate trade: a smaller promise, kept.
How it decides what to flag
- Zero-width and formatting characters — spaces, joiners, non-joiners, word joiners, soft hyphens, byte order marks, variation selectors, narrow no-break spaces.
- Bidirectional controls — including the override characters used in Trojan Source attacks, where displayed code and compiled code differ.
- Unicode Tag characters — invisible and able to carry arbitrary payloads.
- Clipboard HTML — the formatting layer that travels beside plain text, parsed as text and never rendered.
Items considered safe are pre-selected. Anything ambiguous — characters that are legitimate in Arabic or Hebrew text, in emoji sequences, or inside string literals — is left unchecked for you to judge. Nothing is removed without your approval.
What it will not claim
Anthropic says supported Claude models embed an imperceptible model-level mark in generated text, and that third-party detection details are still forthcoming. Until a public method exists, nobody outside Anthropic can read that mark — including us.
So this tool does not detect it, does not remove it, and does not dress up character cleanup as though it did. It also will not tell you who wrote something. Provenance signals describe what touched a piece of content; they cannot apportion authorship.
Read Anthropic's current marking guidanceHow it is built
Everything runs in your browser. Pasted text and selected files are never uploaded, there is no account, and no AI provider receives your content. File provenance uses the official open-source C2PA WebAssembly reader; text inspection is plain character analysis you can read the rules for.
The source is public. If you disagree with a detection rule, you can look at it.
View the source on GitHubIndependence
Claude is a trademark of Anthropic. ClaudeWatermarks.com is an independent project and is not affiliated with, endorsed by, or operated by Anthropic. We do not use Anthropic branding and do not represent ourselves as an official tool.
Questions, corrections, or a detection rule you think is wrong? Get in touch.