Skip to main content

How To Check Your Browser Fingerprint



How To Check Your Own Browser Fingerprint Live: A Guide To Stateless Tracking


Cookies used to be the main way websites recognised you. Now they’re only one small piece. 

Modern tracking can still recognise you even if you block or delete cookies entirely, using what’s called stateless tracking—mainly fingerprinting and network inference.


Here’s how it works in practice.


Browser fingerprinting (the main replacement for cookies)

Instead of storing a file on your device (cookie), websites identify your browser itself.


Your browser quietly reveals a combination of traits like:

• operating system (Windows, macOS, Linux)

• browser type and version

• screen size and colour depth

• installed fonts

• language and time zone

• GPU + rendering behaviour (Canvas/WebGL)

• audio processing quirks


Individually, these are harmless. Together, they form a near-unique signature.

So even if you:

• block cookies

• use private browsing

• clear history

…your “digital fingerprint” can still look the same next time.



Canvas + WebGL tracking (subtle but powerful)

These are especially important.


Canvas fingerprinting

A hidden image is drawn using your system’s rendering engine. Slight differences in:

• fonts

• anti-aliasing

• graphics drivers

..produce a unique result.


WebGL fingerprinting

This uses your GPU to render 3D shapes. It exposes:

• graphics card model

• driver behaviour

• rendering pipeline quirks

This tends to be very stable, which makes it useful for long-term tracking.



“Stateless” recognition (no stored identifier needed)

Instead of remembering “User 123”, systems do:

“This browser looks like the same one we saw yesterday.”


They compare your current fingerprint to a database of past fingerprints.

So identity becomes probabilistic:

95% match → likely same user

60% match → uncertain

10% match → new user


This is called probabilistic identity resolution.



IP address + behaviour tracking

Even without cookies or fingerprints, your network still leaks clues:

• IP geolocation (Gives rough location city/region level).

• Behaviour patterns (login times, browsing habits, click paths, device consistency


If you always:

visit the same sites

at the same time

from a similar IP range

you become recognisable over time.



First-party tracking (hard to avoid)

Even if third-party cookies are blocked:

If you log into a service (Google, social media, shopping sites), they can track you using: account login, session tokens, server-side logs.

This is more reliable than cookies because it lives on the server, not your device.



“Supercookies” and storage alternatives

Some tracking methods avoid traditional cookies entirely:

• localStorage (browser storage)

• IndexedDB (structured storage)

• ETags (HTTP caching trick)

• TLS session resumption identifiers


These are harder to notice because they don’t look like cookies.



Cross-site tracking without cookies

Companies can link you across sites using:

• Shared scripts

Same analytics or ad script embedded in many websites.

• IP + fingerprint matching

If the same “unique browser profile” appears across sites, it gets linked.

• Login ecosystems

If you use the same account (e.g. Google login), identity becomes unified.



Why blocking cookies is no longer enough

Old model: cookie = identity

New model: fingerprint + behaviour + network = identity


So modern tracking is:

• less explicit

• harder to erase

• more statistical than deterministic



The important reality check

You’re usually not tracked as a named individual everywhere.

Instead, systems build:

• probabilistic profiles

• device-level identities

• behavioural clusters


So the real goal isn’t “they know exactly who you are,” but:

“they can recognise the same device again with high confidence”


You can see your browser fingerprint live using a few well-known tools that show exactly what websites can infer about your device.


BrowserLeaks (most detailed)

This is one of the most comprehensive sets of tests. It shows:

• Canvas fingerprint (image rendering signature)

• WebGL fingerprint (GPU-based identity)

• Audio fingerprint

• Font list detection

• IP + DNS + WebRTC leaks

• TLS / HTTPS fingerprinting

• Screen + hardware details


It essentially breaks your browser into dozens of “identifying traits.”



AmIUnique (fingerprint uniqueness score)

This one is more about how unique you are compared to others.

It shows:

• A “uniqueness percentage”

• How many users share your fingerprint traits

• Breakdown of identifying features (browser, OS, fonts, etc.)


Good for understanding how easily you stand out online.



EFF Cover Your Tracks (privacy score)

Run by the Electronic Frontier Foundation, this test checks:

• Tracking protection strength

• Fingerprint uniqueness (“in the crowd” vs “unique”)

• Whether trackers can recognise your browser


It’s more privacy-focused and less technical than BrowserLeaks.



What you’ll likely discover

Most people are surprised by this:

• Even without cookies, your browser is often fairly unique

• Common setups (Chrome + Windows + standard resolution) can still stand out

• Small changes (fonts, extensions, GPU, zoom level) affect fingerprint uniqueness



How to interpret results

“Highly unique fingerprint” → easier to track across sites

“Similar to many users” → better privacy

WebRTC leak detected → your real IP may be exposed even with VPN

Canvas/WebGL mismatch → potential tracking signal



If you want to reduce fingerprinting

You can make yourself less unique by:

• Using privacy-focused browsers (e.g. Tor Browser)

• Limiting extensions

• Disabling WebGL (reduces fingerprint detail)

• Using standard screen sizes/resolutions

• Blocking third-party scripts



If you’re looking at your results, here’s how to interpret them


1) The most important result: “Uniqueness”

On sites like Am I Unique or Electronic Frontier Foundation’s Cover Your Tracks, you’ll usually see something like:

“Your browser has a unique fingerprint”

or “1 in X browsers share this fingerprint”


What it means

Highly unique (bad for privacy): your browser stands out; easy to recognise again

Not unique (better): you blend into a larger group


This is the headline metric trackers care about.



2) Canvas & WebGL (high-signal tracking traits)

From tests like BrowserLeaks:


Canvas fingerprint

• Your device draws a hidden image

• Tiny differences = unique signature


WebGL fingerprint

• Based on your GPU + drivers

• Very stable over time

• Often more unique than cookies


👉 If these are “unique” or “partially unique”, that’s normal—but it means you’re trackable without cookies.



3) WebRTC / IP leaks (privacy red flag)

Look for:

• “WebRTC leak detected”

• Multiple IP addresses shown


What matters

If your real ISP IP appears anywhere while using a VPN, that’s a real leak.

If only VPN IP shows → good


This is one of the few actionable issues.



4) Fonts, screen size, and system details

These are “mid-strength” identifiers:

• Installed fonts

• Screen resolution (e.g. 1920×1080)

• OS version

• Language/time zone


Individually weak, but combined they become a strong identifier.



5) “Trust score” tools (like EFF’s)

On Electronic Frontier Foundation’s Cover Your Tracks:

You’ll usually get:

“We think you have strong protection against tracking ads” OR not

“Your browser has a unique fingerprint”


Important nuance

Even “strong protection” ≠ untrackable


It mainly means you block common trackers, not fingerprinting itself.



What actually matters vs what doesn’t

Matters a lot:

• WebRTC leaks

• Canvas/WebGL uniqueness

• Consistency of fingerprint over time


Matters moderately:

• Fonts

• Screen resolution

• Browser version


Mostly noise:

• Small timing variations

• Minor plugin differences

• Random “entropy scores”


In practice, most tracking systems don’t get “defeated” so much as they get blinded, flattened, or made too expensive to trust. The tools that work do it by removing uniqueness or breaking linkage signals—not by hiding everything perfectly.


Here’s what actually disrupts modern cross-site tracking.


1) Tor Browser (the strongest mainstream defence)

Tor Browser is the closest thing to a “reset button” for fingerprinting.


Why it works

Instead of letting each browser be unique, it does the opposite:

Makes all users look very similar


Standardises:

screen size behaviour

fonts

WebGL/Canvas output (or heavily sanitises it)

browser features

Blocks or isolates many tracking APIs

Routes traffic through the Tor network (hides IP)


What this breaks

• Cross-site fingerprint matching (mostly)

• IP-based identity linking

• Many behavioural tracking models


What still works against it (partially)

• Login-based tracking (if you sign into accounts)

• Behaviour inside a single site session

• Advanced heuristic anomaly detection (rare, high effort)


Key idea

Instead of “being invisible,” Tor makes you:

“indistinguishable from thousands of other Tor users”


That’s extremely powerful against fingerprinting.



2) Anti-fingerprinting browsers (moderate–strong)

Browsers like Brave Browser and hardened configurations of Firefox aim to reduce uniqueness.


What they do well

• Block third-party cookies by default

• Randomise or standardise some fingerprint signals

• Isolate sites into separate storage partitions (reduces cross-site linking)

• Block many tracking scripts automatically


What they don’t fully solve

• You can still be fingerprinted if your setup is unique enough

• Some APIs still leak subtle hardware traits

• Logged-in identity still ties everything together


Key limitation

They reduce tracking accuracy, but don’t fully “collapse identity space” like Tor does.



3) Strict anti-fingerprinting settings (Firefox hardening)

A hardened browser setup (especially in Firefox) can significantly reduce tracking:


Typical changes:

• Disable WebGL

• Limit or spoof canvas data

• Reduce available fonts

• Block third-party requests entirely

• Strict cookie partitioning


What this achieves

• Makes fingerprint less stable or less detailed

• Reduces cross-site consistency signals


Tradeoff

• Some websites break or behave oddly

• You may still be somewhat unique depending on configuration



4) Network-level disruption (VPNs, but limited)

Proton VPN and similar tools help, but only partially.


What VPNs actually break

• IP-based linking across sites

• Geolocation inference

• ISP-level profiling


What they do NOT break

• Fingerprinting

• login-based identity

• cross-site behavioural matching (if scripts exist)


Key point

VPNs change your “return address,” not your “digital fingerprint.”



5) Cookie and storage isolation (modern browsers)

Modern browsers like Firefox, Safari, and Brave increasingly use:

• Total cookie isolation per site

• Partitioned storage (localStorage, cache, etc.)


What this breaks

• Cross-site cookie tracking

• Some forms of “supercookie” persistence

• Simple ad network identity sharing


What still remains

• Fingerprinting still works

• Server-side identity linking still works



6) Behavioural noise (surprisingly effective in some cases)

This is less technical and more about reducing consistency:

• Changing browser profiles

• Mixing devices

• Varying browsing patterns

• Avoiding repeated logins across contexts


What it breaks

• Long-term behavioural clustering

• “Same user across time” confidence scoring


Limitation

It increases uncertainty, but doesn’t guarantee anonymity.



7) What actually fully breaks tracking (rare in real life)

To meaningfully defeat modern ad-tech identity merging, you need:

• Strong anti-fingerprinting (Tor-level standardisation)

• No persistent logins across contexts

• No shared identifiers (cookies, device IDs, etc.)

• Minimal behavioural consistency

• No network-level linking (Tor or similar routing)


Even then:

You’re not “invisible,” you’re just very hard to reliably link over time.


8) The key reality

Modern tracking systems don’t need certainty—they work on probability:

95% confidence = “same user”

70% confidence = “likely same user”

30% confidence = “maybe same household/device cluster”


Most privacy tools work by pushing those probabilities down:

• from “high confidence identity match”

• to “uncertain or noisy signal”



Bottom line

Tor Browser → breaks most cross-site identity linking by standardising everyone

Hardened browsers (Brave/Firefox tweaks) → reduce fingerprint strength, but not eliminate it

VPNs → hide network location, not identity

Cookie controls → necessary but no longer sufficient

Comments

Popular posts from this blog

Point Nemo: The Most Isolated Place on Earth

Imagine standing in the middle of the ocean. There is no island on the horizon. No coastline. No lighthouse. No passing fishing boat. In every direction, land is thousands of kilometres away.  You are closer to the emptiness of the Pacific than to almost anywhere inhabited by humans. This place exists. It is known as Point Nemo — the oceanic pole of inaccessibility — and it lies in the remote South Pacific Ocean. But Point Nemo is more than simply a dot on a map. It is one of the strangest geographical locations on Earth, a place where isolation becomes almost absolute. And, remarkably, it has also become associated with something rather unusual: the final resting place of spacecraft. Where exactly is Point Nemo? Point Nemo lies at approximately 48°52.6′S, 123°23.6′W. According to NOAA, the nearest land is roughly 2,688 kilometres away. Three pieces of land are approximately equally distant: Ducie Island in the Pitcairn Islands, Motu Nui near Easter Island, and Maher Island off Ant...

Could Earth Have Once Had a Ring Like Saturn?

Look at Saturn and it is difficult not to wonder what Earth would look like with rings. A vast band of ice and rock stretching across the sky. A permanent feature visible from the surface. Shadows moving across the planet as the ring system changed with the seasons. It sounds like science fiction. But Earth may actually have had something resembling a ring system in its distant past. Not necessarily a beautiful, permanent structure like Saturn's — but a temporary ring of debris could have formed around our planet after a massive collision. And the most intriguing possibility is that such an event may have played a role in creating the Moon. Earth wasn't always the quiet planet we know today The young Solar System was a chaotic place. Planets were still forming. Asteroids and planetary embryos were moving through unstable orbits, occasionally crossing paths. Collisions were not unusual. Some were relatively small. Others were catastrophic. The leading explanation for the Moon...

Why Is England Still Dumping Sewage When It Isn't Raining?

If storm overflows are designed to deal with rainwater overwhelming the sewage system, why are they sometimes discharging when there has been little or no rain? In 2025, England recorded 291,492 monitored storm-overflow spill events. At first glance, that number is shocking. It works out at almost 800 recorded spill events every day of the year. Yet 2025 was an unusually dry year. In fact, the Environment Agency says the fall in sewage-spill numbers compared with 2024 was heavily influenced by those unusually dry conditions. Spill events fell by 35%, while the total duration of spills fell by 48%. So here's the obvious question: If dry weather reduces sewage spills, why are sewage overflows operating at all when it isn't raining? The answer is complicated — and potentially far more concerning than the headline numbers suggest. What is a storm overflow actually for? To understand the problem, we need to look underground. Many parts of England still have combined sewer systems. ...

Does Wearing a Mask Affect Facial Recognition? (UK Guide, 2026)

Face masks became widespread during the COVID-19 pandemic, and many people noticed something unexpected: facial recognition systems often struggled to identify masked faces. But in 2026, things have changed. So—does wearing a mask still affect facial recognition? 👉 Short answer: Yes, masks reduce accuracy—but they no longer stop recognition reliably. This guide explains how it works, what has changed, and what to expect in real-world UK use. How Facial Recognition Works Facial recognition systems analyse key features of your face and convert them into a biometric template. These typically include • Distance between the eyes • Shape of the cheekbones • Structure of the nose • Jawline and chin • Skin texture patterns This data is then compared against databases to find a match. What Happens When You Wear a Mask? A standard face mask covers: • Nose • Mouth • Lower cheeks This removes a large portion of facial data—especially areas older systems relied on. Early Impact: Why Masks Used to ...

GRB 080319B: The Explosion We Could See Across Half the Universe

On 19 March 2008, something extraordinary happened in the distant universe. A massive star died. The event produced an enormous explosion known as a gamma-ray burst, releasing an incredible amount of energy into space. But there was something particularly unusual about this one. For a brief period, the explosion was bright enough to be seen from Earth with the naked eye. The remarkable part? The explosion happened roughly 7.5 billion light-years away. By the time its light reached Earth, our planet had travelled through billions of years of cosmic history. Civilisations had risen and disappeared, continents had shifted and species had evolved — while the light from this distant catastrophe was still making its way towards us. Astronomers named it GRB 080319B. It became known as the "Naked-Eye Burst." A flash from the distant universe Gamma-ray bursts are among the most violent events known to occur in the universe. They are extraordinarily brief, but can release enormous amou...

The Almas of Mongolia: The Mysterious Wild Humanoids

The Almas of Mongolia: The Mysterious Wild Humanoids of Central Asia Deep within the mountains, forests, and remote valleys of Central Asia lies one of the world’s most intriguing legends: the Almas, a mysterious wild humanoid said to inhabit the wilderness of Mongolia and surrounding regions.  Similar in some ways to the North American Bigfoot and the Himalayan Yeti, the Almas has fascinated explorers, folklorists, and cryptozoologists for centuries. Described as a large, hairy, human-like creature living far from civilisation, the Almas occupies a strange space between mythology and possible zoological mystery.  While no scientific evidence has confirmed its existence, reports from local communities and explorers have kept the legend alive. Origins of the Almas Legend The word Almas (also spelled Alma or Almasty) comes from Mongolian and Central Asian folklore. Traditional stories describe the creature as a wild, hairy person living in remote regions such as the Altai Mounta...

The Fentanyl Fold

Why Do People on Fentanyl Sometimes Look “Folded Over”? You may have seen the images or videos. A person appears to be standing or sitting, but their upper body is dramatically bent forward — sometimes almost at a right angle. Their head hangs down, their arms may dangle toward the ground, and they can appear almost frozen in that position. The phenomenon has become known online as the “fentanyl fold.” But what actually causes it? And why can someone remain in such an unusual position without apparently correcting themselves? The answer involves one of the most dangerous effects of powerful opioids: the suppression of the brain's control over consciousness, movement and breathing. Fentanyl doesn't simply make someone “high” Fentanyl is a synthetic opioid used medically for severe pain and during some surgical procedures. Pharmaceutical fentanyl is extremely potent — roughly 50 to 100 times more potent than morphine. Illegally manufactured fentanyl is a major driver of opioid ov...

What If Consciousness Isn't Produced by the Brain?

You are reading these words. You can hear sounds around you. You can remember yesterday. You can imagine tomorrow. You can feel pain, recognise a face and wonder what it means to be alive. All of this feels completely ordinary. But scientifically, it is extraordinary. Somehow, electrical and chemical activity inside roughly three pounds of biological tissue is associated with the experience of being you. We know an enormous amount about the brain. We can observe neurons firing. We can map brain regions. We can measure electrical activity and watch networks communicate. We can even manipulate brain activity and change perception, memory and behaviour. And yet one enormous question remains: Why is there an experience at all? The brain clearly matters Before going further, there is an important distinction. There is overwhelming evidence that consciousness is intimately connected to the brain. Damage particular brain systems and consciousness can be profoundly altered. Anaesthesia can rev...

Who Is Really Behind the News You See on Social Media?

Scroll through Facebook, X, TikTok or Instagram and you can encounter hundreds of accounts presenting themselves as news. Some look remarkably professional. Others appear to be little more than a logo, a dramatic headline and a constant stream of political stories. They may call themselves independent media. Alternative media. Citizen journalism. Breaking news. But who actually runs them? Who owns the website behind the Facebook page? Who registered the company? Who are its directors? Who pays for the operation? Who controls the advertising? And are several apparently independent news outlets actually connected to the same people? In an age when a social-media post can reach hundreds of thousands of people within hours, these questions have become increasingly important. And surprisingly often, the answers are publicly available. The brand may not tell you much One of the easiest mistakes to make is to treat a media brand as though it were a person. A page might have a name suggesting ...

How Google/Meta Connects Phone, Laptop & Browser IDs

Google and Meta don’t “magically” know your phone and laptop are yours.  They build that link by stitching together multiple overlapping signals until the probability becomes very high. Here we’ll break down how each company typically does it in practice. 1) The core idea: identity graphs Both Google and Meta Platforms build what’s called an identity graph. Instead of: “This is user X” They store: • devices • browsers • app sessions • login events • IP history • behavioural patterns ..and connect them with confidence scores like: “These devices likely belong to the same person or household” 2) The strongest link: login accounts Google If you’re signed into: • Gmail • YouTube • Chrome • Android …you’ve essentially provided a hard identity anchor. Once logged in: • laptop browser ID • phone app ID • tablet session ..all get tied to the same Google Account automatically. Even if you switch devices, the login connects them instantly. Meta Same idea with: • Facebook • Instagram • WhatsA...