← Guides

Remove Claude's watermark for free

Which parts of watermark removal are genuinely free, which cost money and why, and how to do the free part yourself.

Removing the watermark · 2 min read

Some of this is free, permanently and without an account. Some of it costs money for a reason. Here is the honest split.

Free, unlimited, no account

Scanning. Exact counts of every hidden character, exotic space and typographic punctuation mark in your text. Run it here — it executes in your browser, so the text never reaches a server, which is also why it costs us nothing to give away.

Stripping characters, if you do it yourself. The removal is deterministic. Delete the invisible codepoints and replace typographic punctuation with ASCII. You can do it in any editor with find-and-replace, given the list:

  • Delete: U+200B, U+200C, U+200D, U+2060, U+FEFF, U+00AD, the U+E0000 block, U+FE00–FE0F
  • Replace with a plain space: U+00A0, U+2000–200A, U+202F, U+3000
  • Replace with ASCII: em dash → -, curly quotes → " and ', U+2026 → ...

One caution: U+200D is load-bearing inside emoji, and U+FE0F controls emoji presentation. Blanket-stripping those will break emoji.

What costs money, and why

The rewriting pass. Clearing the wording and cadence markers means running the text through a language model, which costs us per request. That is the only part we charge for, metered by word.

We are not charging for the scan and pretending the rewrite is a bonus. It is the other way round: the scan is free because it is cheap, and the rewrite is metered because it is not.

New accounts get 250 free words, which is enough to see whether the output is any good on something real.

What "free" tools usually mean

Worth knowing what you are getting elsewhere:

Character-only cleaners. Genuinely free and genuinely useful, but they do not touch the statistical watermark — that lives in word choice, not in characters. Fine if that is all you need.

Free "humanizers" with heavy rewriting. These often paraphrase aggressively, which does more to the meaning of your text than you probably want. Check the output against the original carefully.

Free "watermark detectors." Cannot work for Claude. Anthropic has not published a detection mechanism, so no third party has one. A percentage from one of these is a style heuristic or an invention.

What nobody can give you free or paid

Verified removal. Anthropic's detection method is unpublished, so no one can confirm a mark is present or absent — including us. What Anthropic does state is that the mark may not survive heavy editing, paraphrasing or translation. That is the vendor's own list, and paraphrasing is what the rewrite does.

Anyone selling guaranteed Claude watermark removal is selling a result they cannot demonstrate, at any price.

Related: how to remove Claude's watermark · how to check for it · zero-width characters

Check your own text for every marker described here. Free, instant, and it never leaves your browser.

Run a free scan

Related