"Does ChatGPT watermark its text?" is a question with a nuanced answer. Here is what is actually going on, separated from the myths.
The honest answer
There is no confirmed, decodable watermark that ChatGPT stamps into every response so it can be traced back. Research into statistical text watermarking exists, where word choices are subtly biased in a pattern a detector could recognize, but that is different from a hidden string you could find and delete.
What is real and verifiable is this: AI-generated text frequently contains invisible Unicode characters. Zero-width spaces, non-breaking spaces, and similar characters show up in copied output. Whether they are intentional or just an artifact of how the text is rendered and copied, they function as a fingerprint, because most human-typed text does not contain them.
Why people think it is a watermark
- The characters are invisible, so finding them feels like uncovering something hidden.
- They are unusual in ordinary typing, so their presence correlates with AI text.
- Pasting AI output into a tool that flags hidden characters can light up like a warning.
That correlation is enough for the "watermark" idea to spread, even though the mechanism is usually mundane.
What to do about it
If you want your text to be free of these characters, for privacy, for clean data, or just to remove the fingerprint, strip them. A cleaner removes:
- zero-width spaces, joiners, and the word joiner
- the byte-order mark
- non-breaking and other exotic spaces
- direction marks and other invisible Unicode
textscrubr does this entirely in your browser, so your text is never uploaded anywhere, and it shows you a count of exactly what it removed. That visibility is the point: you can see the invisible passengers and confirm they are gone.
A reasonable stance
Do not assume a perfect, undetectable watermark is hiding in your text, and do not assume there is nothing there either. The practical move is to clean anything you paste from an AI tool, which removes the real invisible characters regardless of whether anyone intended them as a mark.