Comparison Anonymity 📅 June 2026 ⏱ 8 min read

Is Tor Browser Actually Anonymous? Fingerprint Test (2026)

Tor Browser is the gold standard for anonymity — it routes traffic through three encrypted relays and standardizes your browser fingerprint so all Tor users look identical. But "standardized fingerprint" is not the same as "no fingerprint." And fingerprinting is just one of several ways sites can identify you. Here's what Tor actually protects, what it doesn't, and how to verify your own exposure.

What Tor Browser Does to Your Fingerprint

Tor Browser is built on Firefox ESR with aggressive fingerprint-standardization patches. Its design goal is not to make you invisible, but to make you indistinguishable from every other Tor user. If everyone looks the same, fingerprinting cannot identify individuals.

Standardized Signals

What this means in practice
Run UNDETECT.CLUB in Tor Browser and you'll see a very low uniqueness score — canvas returns a standardized hash, fonts are minimal, WebGL is blocked. Your browser looks like all other Tor users. This is by design.

What Tor Browser Does NOT Protect Against

Tor's anonymity model has real limitations that many users don't understand. The project itself documents these clearly — but they're easy to overlook.

JavaScript Timing Attacks

Tor Browser's high-security mode disables JavaScript entirely. In standard mode, JS runs normally — and performance.now() with sufficient precision can reveal CPU speed, which reveals hardware class. Tor reduces timer precision, but this is an arms race, not a solved problem.

Behavioral Fingerprinting

How you type, how you scroll, your mouse movement velocity, your click patterns — these behavioral signals are unique and difficult to standardize. Sites using behavioral biometrics can identify users across sessions even with identical browser fingerprints.

Exit Node Surveillance

Tor encrypts traffic between you and the Tor network, but the exit node — the last relay before the destination site — sees your unencrypted traffic if you're not using HTTPS. Exit nodes can also inject content. Always use HTTPS-only sites when using Tor.

Browser Exploits

Historical deanonymization of Tor users has occurred primarily through browser exploits, not fingerprinting. The FBI's Operation Torpedo (2011) and Freedom Hosting takedown (2013) used Firefox vulnerabilities to execute code that sent users' real IPs to tracking servers. Keeping Tor Browser updated is critical.

Correlation Attacks

An adversary who can observe both the entry and exit points of the Tor network (a "global passive adversary") can correlate traffic timing to deanonymize users. This is a state-level attack not relevant to most threat models, but real for high-value targets.

Tor Browser vs Other Privacy Browsers — Fingerprint Comparison

Browser Canvas FP WebGL Audio FP Fonts Speed Best For
Tor Browser Standardized Blocked Standardized Minimal Slow Max anonymity
Brave (strict) Randomized Randomized Randomized Partial Fast Daily use + privacy
Firefox + RFP Standardized Partial Standardized Standardized Fast Privacy-focused users
Chrome Exposed Exposed Exposed Exposed Fast Not for privacy
Safari Partial noise Limited Partial Partial Fast Apple ecosystem

Security Levels in Tor Browser

Tor Browser has three security levels that dramatically affect what fingerprinting is possible:

🔓 Standard
JS enabled
Canvas/audio standardized. JavaScript runs. Timing attacks possible. Most sites work. Good for general privacy browsing.
🔒 Safer
JS on HTTPS only
JavaScript disabled on HTTP sites. WebGL disabled. Most audio/video features disabled. Stronger protection, some breakage.
🛡️ Safest
JS disabled
JavaScript fully disabled. Only static HTML/CSS renders. Maximum fingerprint protection. Many sites broken. For high-risk use.
Recommendation
For most users, Safer mode provides the best balance. Safest mode breaks too many sites for practical use. Standard mode is fine for general privacy browsing, not for high-stakes anonymity.

Frequently Asked Questions

Is Tor Browser the best browser for privacy?
Tor Browser offers the strongest fingerprint standardization of any mainstream browser. However, it's slow, blocked by many sites, and doesn't protect against behavioral fingerprinting or browser exploits. For everyday use, Brave with strict shields is a better tradeoff. Use Tor when anonymity is critical.
Can Tor Browser still be fingerprinted?
Tor Browser's fingerprint is shared by all Tor users — so individual users cannot be distinguished by fingerprint alone. However, behavior-based fingerprinting, JavaScript timing attacks, and browser exploit vulnerabilities can still deanonymize Tor users in targeted scenarios.
Should I use Tor Browser for everyday browsing?
Tor Browser is optimized for anonymity at the cost of speed and site compatibility. For everyday privacy browsing, Brave Browser with strict shields is a better balance. Use Tor when anonymity is genuinely critical — not for general convenience.
What does UNDETECT.CLUB show when run in Tor Browser?
You'll see a very low uniqueness score — canvas returns a standardized value, WebGL is blocked, audio is standardized, and fonts are minimal. The scan will show Tor-specific signals in the bot/automation section. Your fingerprint blends into all other Tor users.

Test Your Browser's Real Anonymity

Run UNDETECT.CLUB in any browser — Tor, Brave, Firefox, Chrome — and compare the results side by side.

[ RUN FINGERPRINT TEST ]

Related Guides

How-To Guide
How to Reduce Your Browser Fingerprint (Step-by-Step)
Comparison
Best Browser Fingerprint Checkers Compared (2026)