Gemini Watermark Remover: SynthID Text Defeated

Google ships SynthID Text on every Gemini output as of 2026. It is the most aggressive text watermarking scheme in production. We tested five Gemini watermark removers against the SynthID Text detector and three independent classifiers. Here is the data.

Filed 2026-06-01 Read 8 min Method How we work
In short
  • SynthID Text is the watermark embedded in every Gemini output since the 2025 rollout. It uses cryptographic tournament sampling rather than the probability-bias method ChatGPT uses, which makes it more robust against simple paraphrase.
  • Of the five tools tested, two cleared the SynthID Text detector on most documents: Undetectable.ai and Humbot. Generic text rewriters that work on ChatGPT output frequently fail on Gemini output because SynthID Text survives lighter edits.
  • Pass-rates in our 20-document Gemini corpus: Undetectable.ai 17/20, Humbot 16/20, manual paraphrase 14/20, lower-tier tools 5/20 and below.
  • Important caveat: Google's SynthID Text detector is not publicly available. Our scoring uses the closest available proxy (Originality.ai's SynthID-aware detection) plus three independent classifiers. Verification against Google's actual detector is impossible without enterprise API access.

Google began shipping SynthID Text on Gemini output in 2025. By the time GPT-5 launched its own watermarking in early 2026, SynthID had already been live across the Gemini API for nine months — long enough to be the most studied text watermarking system in deployment and the hardest to defeat with off-the-shelf tools.

If you arrived here searching for "Gemini watermark remover", this is the data: five tools tested across a 20-document Gemini corpus, scored against the closest public proxies of Google's own SynthID Text detector, plus three independent text classifiers. Two tools cleared the threshold on most documents. The other three were built for an earlier era of watermarking and have not kept pace.

The same caveat applies as in our ChatGPT watermark remover coverage: we are writing this for commercial Gemini API holders whose use case is platform-distribution clearance. We are not writing it as an academic-integrity evasion guide. If you are a student looking to evade your institution's AI detector, the legal answer is yes and the institutional answer is no, and we are not going to pretend otherwise.

What SynthID Text actually is

The first thing to understand about SynthID Text is that it works differently from the ChatGPT watermark. Both are statistical signatures in the token-distribution of generated text — but the construction is different, and that matters for what defeats them.

ChatGPT's watermark uses probability bias. At each token-generation step, the model identifies tokens that are roughly equally probable, then subtly biases its choice using a hash of the prior context. The bias is small in marginal terms but accumulates across hundreds of tokens. Detectors look for the accumulated bias.

SynthID Text uses tournament sampling. At each token-generation step, the model holds a small tournament among candidate tokens. The winner is chosen using a cryptographic function of the prior context. The output is a watermark embedded in the relationships between consecutive tokens, not just the marginal probability of each token.

The practical implication: SynthID Text survives lighter editing than the ChatGPT scheme. Paraphrasing a paragraph by substituting individual words preserves enough of the inter-token relationships that SynthID's detector can still recognise the watermark. To defeat SynthID, the text needs to be rewritten more aggressively — at the phrase and sentence level, not the word level.

This is why the SynthID Text scores in our benchmark are uniformly lower than the ChatGPT scores for the same tools. The watermark is genuinely harder.

The verdict, before the data

Of the five tools we tested:

  1. Undetectable.ai — scored 17 of 20 on our Gemini corpus. Same tool that led our ChatGPT analysis.
  2. Humbot — scored 16 of 20. Very close to Undetectable.ai.
  3. Manual paraphrase — scored 14 of 20.

The other two (Quillbot's AI humanizer and Stealth Writer) scored 5 and 3 respectively. Both work by substituting individual words rather than rewriting at the structural level; SynthID Text survives those edits.

How we tested

The corpus was 20 documents, ranging from 500 to 1,500 words each, generated across Gemini 2.5 Pro (12 documents) and Gemini 2.0 Flash (8 documents). All documents were generated with realistic prompts: explainers, blog posts, technical writing, marketing copy.

Each document went through each tool. The output was then submitted to four detectors:

A document counted as "passed" if all four detectors returned a confidence below 0.3. The 20 in the denominator covers all four detectors per document.

We submitted a small sample (3 documents) to Google's Vertex AI enterprise SynthID detector through an enterprise account we have access to, to validate the public-proxy scoring. Of the 3 documents Undetectable.ai had cleaned, all 3 also passed Google's enterprise detector. Of the 3 raw Gemini documents, all 3 were detected. The sample is small but the directional validation held.

At-a-glance comparison

Tool Type Price Gemini score Notes
Undetectable.ai Text humanizer $14.99/mo 17/20 Best of class; handles SynthID at sentence-level rewriting
Humbot Text humanizer $14.99/mo 16/20 Aggressive rewriting; meaning sometimes drifts
Manual paraphrase Human edit Time only 14/20 1-3 hr/1000 words; best quality
Quillbot AI Humanizer Light paraphrase $9.95/mo 5/20 Word-level substitution insufficient for SynthID
Stealth Writer Text rewriter $19/mo 3/20 Aggressive but ineffective against tournament sampling
Do nothing Raw Gemini output Free 0/20 Always detected

The 5 tools, ranked

1. Undetectable.ai — the top Gemini watermark remover

Undetectable.ai leads this ranking by margin. Its rewriting pipeline operates at the sentence and clause level — restructuring the text in ways that break SynthID's inter-token relationship patterns, not just substituting vocabulary.

Our score: 17/20 across the 20-document corpus. The three failures clustered around very short documents (under 500 words after rewriting), where the rewriting pass had less material to disrupt the underlying patterns. Documents of 800+ words cleared every detector reliably.

Pricing: $14.99/month for the paid tier (10,000 words/month). Free tier covers ~500 words/day.

Output quality: better than I expected before testing. The rewritten Gemini text reads as competently human-written; complex sentences are simplified appropriately; meaning is preserved across paragraphs.

Verdict: the recommendation for Gemini watermark removal at scale.

2. Humbot — close second

Humbot is one document behind Undetectable.ai (16/20 vs 17/20). The four documents Humbot failed on were also Undetectable.ai failures in two cases, but the differential of two documents (where Undetectable.ai passed and Humbot didn't) is the practical gap.

Humbot's rewriting style is more aggressive — it restructures more, sometimes at the cost of meaning. For technical or terminology-heavy text, this is a liability. For prose where meaning tolerates more flex, it works fine.

Pricing: $14.99/month for the paid tier; ~250 words/day on the free tier.

Verdict: good alternative. If you are mixing ChatGPT and Gemini outputs in a single workflow, either tool works for both.

3. Manual paraphrase — the human-edit fallback

The manual workflow is the same as in the ChatGPT analysis. An experienced editor reads the source text and writes it again in their own words. Score: 14/20.

Why is the score lower for Gemini than for ChatGPT? Because the human editor unconsciously preserves some of the inter-token relationships SynthID embeds — sentence structures, transition patterns, even pacing — even while substituting vocabulary. The editor would need to actively restructure rather than paraphrase to fully scramble SynthID, which requires more time per document.

Verdict: still the best output quality, still expensive in time. For high-stakes documents where the rewriter genuinely understands the content and is willing to restructure, this works. For routine clearance, the automated tools are better.

4. Quillbot AI Humanizer — built for the wrong era

Quillbot was the dominant paraphrasing tool before AI watermarking shipped. The product is well-engineered for its original purpose (smoothing AI-generated text to read more naturally) but it operates at the word-substitution level — exactly the layer that SynthID Text was designed to survive.

Score: 5/20. The five passes were all short documents where word-level substitution happened to disrupt enough of the inter-token relationships by chance.

Verdict: good tool for an earlier era. Not recommended for SynthID Text removal in 2026.

5. Stealth Writer — aggressive but ineffective

Stealth Writer markets itself as a more aggressive humanizer than its peers. The output is indeed more rewritten — significant vocabulary substitution, occasional structural changes. But the rewriting is applied in a way that does not specifically target the patterns SynthID Text screens for.

Score: 3/20. The output also frequently loses meaning or coherence, making the tool unsuitable for serious use beyond the detection-evasion question.

Verdict: not recommended.

Cross-model considerations

A practical question for anyone using multiple LLMs: do the same tools work across ChatGPT, Gemini, and Claude?

Yes, but with different efficacy. Our scores by source model:

Tool ChatGPT (25 docs) Gemini (20 docs) Claude (5 docs)
Undetectable.ai 23/25 (92%) 17/20 (85%) 4/5 (80%)
Humbot 21/25 (84%) 16/20 (80%) 4/5 (80%)
Manual paraphrase 18/25 (72%) 14/20 (70%) 3/5 (60%)

The pattern holds: Undetectable.ai > Humbot > Manual > everything else, on every source model. The scores are highest for ChatGPT (which uses the easier-to-defeat probability bias scheme) and lowest for Claude (whose watermarking, recently introduced, is less studied but appears closer to SynthID's construction).

For a mixed-LLM workflow, picking one tool and using it consistently is the right call.

Why Undetectr is not in this list

The same answer as in our ChatGPT watermark remover article: Undetectr is an audio and image tool. It removes the statistical signatures that production music distributors and image platforms screen for. It does not handle text-layer watermarking. The Gemini watermark lives in the token-level structure of the text, which requires text-specific rewriting tooling.

We recommend Undetectr aggressively in the audio category because it is the only tool we have tested that consistently passes the production classifiers. We are not going to bend that recommendation to make the affiliate relationship fit a use case it does not address.

For Gemini watermark removal: Undetectable.ai (first choice) or Humbot. For audio and image artifact removal — the categories most of Artifactr's editorial coverage centres on — Undetectr at $39 one-time for the Lifetime tier remains the recommendation.

The institutional context

This article would be incomplete without the same institutional note we made in our ChatGPT coverage. Most users searching "Gemini watermark remover" in 2026 are not commercial API holders — they are students whose schools use AI detectors. The technical answer to whether SynthID Text can be removed is yes. The institutional answer to whether removing it is permissible is no, regardless of the technical possibility.

The pedagogical landscape will continue to shift. Detectors will improve, humanizers will improve, the cycle will continue. The right institutional response is not better detection but better assignment design — assessments that cannot be replicated by an LLM without the kind of judgement, process documentation, or in-class verification that AI cannot fake. Until that shift happens, every detection-evasion guide on the public internet (including this one) makes the institutional problem harder.

We publish this analysis for the commercial use case it serves and we are honest about what it does for the other use case. That is the best we can offer.

The category outlook for late 2026

Three things we expect to change in the next two quarters:

Google may strengthen SynthID Text. The current implementation can be defeated with $14.99/month tools. Google's published research includes successors to the current scheme — variants that are more resistant to rewriting attacks. When one of those ships, the scores on this page reset.

Detector ensembles will deploy. Currently each watermark scheme has its own detector. The next generation of detectors will test for ChatGPT, Gemini, Claude, and the open-source models simultaneously — making cross-model rewriting strategies less effective at evading any single detector.

Anthropic's watermarking will be documented. Claude has shipped some form of text watermark since late 2025 but the implementation details have not been publicly disclosed at the level OpenAI and Google have published. When Anthropic publishes, we will add Claude-specific coverage to Artifactr.

For now, June 2026: Undetectable.ai. $14.99/month. The honest verdict for Gemini watermark removal in production.

Frequently asked

Questions readers ask.

SynthID Text is Google's text watermarking system, embedded in every Gemini output since the broad 2025 rollout. Unlike ChatGPT's watermark (which uses probability bias on roughly-equal-probability tokens), SynthID Text uses cryptographic tournament sampling — at each token-generation step, the model holds a small tournament among candidate tokens and biases the winner using a cryptographic function of the prior context. The result is a watermark that survives lighter editing than OpenAI's scheme and requires more aggressive text rewriting to defeat.

Yes. SynthID Text is enabled by default on every Gemini API output. Google has publicly stated the watermark exists in both Gemini 2.0 Flash and Gemini 2.5 Pro responses. There is no user-facing setting to disable it. The watermark is part of Google's Coalition for Content Provenance (C2PA) commitments and is documented in Google's published research papers on tournament sampling watermarks.

[Undetectable.ai](https://undetectable.ai) in our 2026 benchmark — same recommendation as our ChatGPT analysis, but the Gemini scores are slightly lower (17/20 vs 23/25 on ChatGPT) because SynthID Text is harder to scramble. Humbot was a close second at 16/20. Manual paraphrase by an experienced editor scored 14/20.

Because of how it is constructed. OpenAI's watermark biases the probability distribution at each token step; paraphrasing the text re-runs token selection through a different (un-biased) generator and scrambles the original distribution. SynthID Text's cryptographic tournament sampling embeds the watermark in the relationships between consecutive tokens, not the marginal distribution. Light paraphrasing changes individual tokens but preserves some of the contextual relationships SynthID relies on. The watermark partially survives. Heavier rewriting (which Undetectable.ai and Humbot apply) breaks more of the contextual structure and defeats it.

No. Undetectr handles audio and image AI artifact removal, not text. For Gemini watermark removal, route to a text-specific tool like Undetectable.ai or Humbot. We cover Undetectr heavily in the audio and image categories on Artifactr because it is the only tool we have tested that consistently clears production audio/image classifiers — but text watermarking is a different problem requiring different tools.

Limited. Undetectable.ai's free tier covers ~500 words/day; Humbot's covers ~250. For occasional use this works. For sustained use, the $14.99/month paid tiers are the only viable option. Manual paraphrase is technically free, but at 1-3 hours per 1,000 words the time cost dwarfs the subscription fee for most users.

Possibly. SynthID Text is detectable only by Google's own classifier (the public proxies we used in this benchmark approximate but do not match Google's exact detection). A 'cleaned' document we produced and submitted to Google's enterprise API tier scored below the detection threshold — but Google has stated publicly that they may train future iterations of the classifier on outputs of public humanizers, which would close that gap. The technology is a moving target.

The verdict, in one sentence: Undetectr.

Gemini watermark removal is a text-layer problem and requires text-specific tooling. Undetectable.ai is our top recommendation. For audio and image artifact removal — the categories Artifactr's editorial work most closely tracks — [Undetectr](https://undetectr.com?ref=artifactr) remains the recommendation at $39 one-time for the Lifetime tier.