Guide Privacy 📅 June 2026 ⏱ 8 min read

Browser Fingerprint Test — What Sites Know About You (2026)

Every time you load a webpage, your browser silently leaks hundreds of data points — your GPU model, installed fonts, audio processing characteristics, screen metrics, and more. Websites combine these signals into a unique fingerprint that identifies you across the web, even in incognito mode, even with a VPN, even after clearing cookies. This guide explains exactly how it works — and how to test yours right now.

What Is Browser Fingerprinting?

Browser fingerprinting is a tracking technique that creates a unique identifier for your browser by combining dozens of properties that are specific to your device, operating system, and browser configuration. Unlike cookies, it requires no storage — it is reconstructed on demand by any website.

Research by the Electronic Frontier Foundation shows that browser fingerprints are highly unique: only about 1 in 286,777 browsers share the same fingerprint. That means even in a crowd of millions, your browser is almost certainly uniquely identifiable.

The key difference from cookies
Cookies can be deleted. Incognito mode prevents cookies from being saved. But browser fingerprinting requires no storage on your device — it works by reading your browser's properties, which never change just because you opened a private window.

The 32 Fingerprinting Signals UNDETECT.CLUB Detects

🎨
Canvas 2D
GPU + driver render text and shapes at a pixel level — unique per device
🖥️
WebGL
GPU vendor, renderer, and shader precision — identifies hardware model
🎵
Audio FP
Audio processing output varies by OS and hardware — invisible tracking
🔴
WebRTC Leak
Exposes your real IP even behind a VPN via STUN protocol — how to fix
🔤
System Fonts
Your installed font set is unique — enumerated via canvas measureText
🤖
Bot Detection
navigator.webdriver, Chrome automation flags, headless signals
💻
VM Detection
SwiftShader GPU, missing hardware signals — identifies virtual machines
📋
Client Hints
Chrome's high-entropy API: exact OS version, CPU arch, full UA list
🔍
Spoof Detector
Cross-checks UA claims vs real browser APIs — catches spoofed UAs
🛡️
Anti-FP Tools
Detects Brave, Firefox RFP, canvas noise injection
CPU Benchmark
JS execution speed reveals VM, throttled, or native hardware
📶
Network Probes
Real RTT to Cloudflare & Google — VPN latency signal

How Browser Fingerprinting Works — Technical Deep Dive

Canvas Fingerprinting

Every browser draws text and shapes using the operating system's font rendering engine and the GPU's graphics pipeline. Even the same font at the same size renders with sub-pixel differences depending on your GPU model, driver version, OS anti-aliasing settings, and screen DPI. A website draws a hidden <canvas> element with a specific text string and reads back the pixel data as a data URL. That hash is your canvas fingerprint — stable across sessions and invisible to you.

WebGL Fingerprinting

The WebGL API exposes your GPU vendor and renderer string via WEBGL_debug_renderer_info. This gives sites your exact GPU model (e.g., "NVIDIA GeForce RTX 4090 / PCIe / SSE2"). Combined with shader precision formats, viewport limits, and extension support, WebGL creates a highly unique hardware fingerprint.

Audio Fingerprinting

The Web Audio API processes sound differently on each combination of OS, browser, and hardware. Using an OfflineAudioContext with a DynamicsCompressor node, sites generate a silent audio buffer and hash the output. The floating-point values differ by tiny fractions across devices — imperceptible to humans but unique as a fingerprint.

Font Enumeration

Browsers don't expose your installed fonts directly, but JavaScript can detect them by measuring how text is rendered with canvas.measureText(). If a font is installed, text renders at a different width than the fallback font. Testing hundreds of font names in a loop reveals exactly which fonts you have installed — a uniqueness signal with thousands of possible combinations.

Understanding Your Fingerprint Score

When you run a scan at UNDETECT.CLUB, you get a Uniqueness Score from 0 to 100:

0–30
Good privacy
30–60
Trackable
60–100
Highly unique

Red Flags to Watch For in Your Scan

SignalWhat It MeansRisk
WebRTC Local IP exposedYour real private IP is visible to websitesHIGH
navigator.webdriver = trueBrowser is controlled by automationHIGH
SwiftShader / Mesa GPUVirtual machine or headless browser detectedMEDIUM
Timezone mismatchBrowser TZ doesn't match IP geolocation TZMEDIUM
UA/Platform inconsistencySpoofed user agent detectedMEDIUM
0 fonts detectedFingerprint spoofing tool activeLOW
Canvas noise detectedBrave or extension adding noise — good!GOOD

How to Reduce Your Browser Fingerprint

Use a Privacy Browser

Browser Extensions

Reduce Font Uniqueness

Don't install unusual fonts. The more fonts you have, the more unique your fingerprint. Stick to the default OS font set.

Fix the AI-Generated Prompt

UNDETECT.CLUB includes an AI prompt block that appears after your scan if issues are found. It lists every detected problem with technical values and generates a ready-to-paste prompt for ChatGPT, Claude, or Gemini — so you can get step-by-step fix instructions without researching each issue yourself.

Frequently Asked Questions

What is a browser fingerprint?
A browser fingerprint is a unique identifier created by combining dozens of browser and device properties — canvas rendering, WebGL GPU data, installed fonts, screen resolution, timezone, audio processing, and more. It works without cookies and survives incognito mode.
Can I be tracked without cookies?
Yes. Browser fingerprinting works independently of cookies. Even in private/incognito mode, your canvas, WebGL, audio, fonts, and hardware signals remain identical and can identify you across websites.
What uniqueness score is good?
On UNDETECT.CLUB, a score below 30 indicates a good privacy posture — your browser exposes fewer trackable signals. A score above 70 means you are highly trackable with a unique fingerprint combination.
Does Tor Browser prevent fingerprinting?
Tor Browser is one of the strongest defenses against fingerprinting. It standardizes canvas, WebGL, fonts, and screen dimensions to make all Tor users look identical. However, it significantly reduces browsing speed and some sites block Tor exit nodes.

Run Your Fingerprint Test Now — Free

32 live detectors. Instant results. No signup, no data collected. 100% runs in your browser.

[ OPEN UNDETECT.CLUB ]

Related Guides

How-To Guide
How to Fix a WebRTC Leak in Chrome, Firefox & Brave
Comparison
Best Browser Fingerprint Checkers (2026) — Full Comparison