Skip to content

June 7, 2026 Β· 10 min read

What Your Browser Reveals About You

Your browser quietly hands every site a profile: browser, OS, screen, GPU, language, timezone, and a canvas fingerprint. Here's what's exposed, how it builds a unique fingerprint, and how to reveal less.

You don't have to log in, accept a cookie, or click anything. The moment a page loads, your browser hands it a surprisingly detailed profile β€” enough to recognize you again later without any cookies at all. This is what powers fingerprint-based tracking. Here's exactly what's exposed and how it adds up. See your own profile live with our browser checker.

Quick answer

Even in a fresh, cookie-free session, a website can read:

CategoryWhat's exposed
Browser & engineBrowser, version, rendering engine, OS, platform
Locale & timeLanguage(s), timezone, UTC offset
HardwareCPU cores, device memory, touch support
DisplayScreen resolution, color depth, pixel ratio
GraphicsGPU vendor & model (via WebGL), canvas fingerprint
StateCookies/storage availability, Do Not Track, online status

None of these identify you alone. Together, they form a fingerprint that's often unique.

How a fingerprint is built

Each detail your browser exposes carries some entropy β€” a measure of how much it narrows you down. One bit of entropy roughly halves the matching population:

  • Your timezone splits the world into a few dozen buckets (~3–4 bits).
  • Your screen + pixel ratio adds a few more bits.
  • Your GPU model (via WebGL) is far rarer (~7 bits).
  • Your canvas fingerprint β€” how your exact GPU, drivers, and OS render a hidden image β€” is one of the strongest signals (~8 bits).

Add them up and a typical desktop browser exposes 15–25 bits. Around 33 bits is enough to be unique among every person on Earth β€” so a fingerprint in the 20s already makes you highly identifiable, no cookies required. Our browser tool estimates your total bits and shows the breakdown.

The counterintuitive part: the more you customize your browser, the easier you are to fingerprint. A rare font, an unusual window size, or a niche extension all add entropy. A plain, default, up-to-date browser blends into the crowd.

The canvas fingerprint

The single most powerful signal is one you never see. A site draws text and shapes onto a hidden <canvas>, then reads the pixels back. Because rendering depends on your GPU, graphics drivers, OS, and font stack, the result varies subtly between devices β€” and is stable across sessions. Hash those pixels and you have an ID that survives cookie clearing and incognito mode. The same idea applies to WebGL (your GPU model) and audio rendering.

What the user agent gives away

The user agent string is the oldest signal: it names your browser, version, and OS in plain text. Modern browsers are freezing and trimming it to reduce tracking, but it still leaks plenty β€” and what the user agent reveals combines with everything else above. Client Hints are the newer, more controlled replacement.

What it can't directly see (but can infer)

  • Your name or identity β€” not from the browser alone.
  • Your exact location β€” but your IP gives city-level geo, and your timezone + language corroborate it even behind a VPN.
  • Your real IP behind a VPN β€” usually hidden, unless WebRTC leaks it. Check that separately with our VPN leak test.

How to reveal less

  1. Use a privacy-first browser β€” Tor Browser (strongest), or Brave/Firefox with privacy.resistFingerprinting.
  2. Stay default and updated β€” an un-customized, current browser blends in; a heavily themed one stands out.
  3. Trim extensions β€” each one can add detectable behavior and entropy.
  4. Block canvas/WebGL where you can β€” some browsers prompt before exposing them.
  5. Add a VPN for the IP layer β€” it won't change your fingerprint, but it hides the network identifier and approximate location. See browser fingerprinting & tracking for the full picture.

See your own exposure

Curious what your browser is broadcasting right now? Open the browser checker β€” it shows your fingerprint ID, an estimated identifiability score in bits, and a full category-by-category breakdown of every signal you expose, all computed in your browser. Pair it with the WebGL/GPU tool and the user agent tool to see the strongest signals up close.

Related Reading

πŸ“„Browser Fingerprinting: How Websites Track You Beyond CookiesThe signals that make your browser uniquely identifiable, how they differ from third-party cookies, and practical mitigations in 2026.12 min readβ†’πŸ“„How to Check Your Monitor's Refresh Rate (Hz) in 2026 β€” Browser, Windows, macOS & LinuxCheck your refresh rate in seconds. The exact steps for your browser, Windows, macOS, and Linux β€” plus how to fix a monitor stuck at 60Hz when it should run higher.9 min readβ†’πŸ“„How to Stop WebGL Fingerprinting: Disable or Spoof It by Browser (2026)WebGL fingerprinting identifies your GPU with up to 98% accuracy without cookies. Here's how to block, spoof, or randomize it in Brave, Firefox, Tor, Chrome, and Safari β€” and how to test that it worked.9 min readβ†’πŸ“„How to Stop Websites From Tracking You: A Practical 2026 GuideThe layered way to reduce online tracking β€” block third-party cookies, install a content blocker, harden your browser, and limit fingerprinting β€” plus how to test what's actually working.10 min readβ†’