Product Pricing Security & data Research Publications Blog About Careers Alpha Talk to us Download alpha
Research Privacy · 30 September 2025 · 9 min read

Fingerprinting surface after mitigation: entropy across 12,000 sessions

Every major browser now ships fingerprinting mitigations. We measured how much identifying information survives them, and found that the mitigations move entropy around more effectively than they remove it.

ReportDBR-2025-02
Versionv1.0
AreaMeasurement & transparency

Published 30 September 2025

Abstract

We measured browser fingerprinting entropy across 12,140 consenting sessions using a 42-attribute probe, comparing four browsers at default and hardened settings. Median identifying information was 16.8 bits at defaults, falling to 13.2 bits with all mitigations enabled — enough to distinguish roughly one in 9,400 users. Mitigations were highly effective on the attributes they target and had no effect on attributes they do not, with the result that the residual entropy concentrated in three sources: font metrics, media capability enumeration, and timing-derived hardware signals.

16.8 bitsmedian identifying information at default settings
13.2 bitswith every available mitigation enabled
1 in 9,400users distinguishable by the hardened fingerprint alone

Fingerprinting is the tracking technique that survives everything else. Block cookies, clear storage, use a private window: the browser still announces enough about itself to be recognised. Every major browser now ships mitigations, and the question we wanted answered was not whether they work but where the remaining information lives.

We built a 42-attribute probe and ran it across 12,140 sessions from consenting participants who installed a measurement extension. Participants could see every attribute collected before opting in, and the probe reported hashed attribute values with no network or account identifiers attached.

Where the bits are

0 bits1 bits2 bits3 bits4 bitsFont metrics3.9 bitsCanvas / WebGL3.6 bitsMedia capabilities2.8 bitsScreen & window1.9 bitsTiming-derived hardware1.6 bitsStorage & API surface1.6 bitsUser agent & headers1.4 bits
Entropy contribution by attribute group at default settings, in bits. Anything above about two bits is doing real identification work.

The distribution is heavily skewed. Four attribute groups — font metrics, canvas and WebGL rendering, media capability enumeration, and timing-derived hardware signals — account for roughly 71% of total entropy. The long tail of user-agent strings, language settings, and screen dimensions contributes far less than the fingerprinting literature's early results suggested, largely because those attributes have converged as browsers standardised or froze them.

Mitigations work, narrowly

0510152017.414.6Chrome 13817.114.9Edge 13816.212.1Firefox 14215.812.4Safari 18.6Default settingsAll mitigations enabled
Entropy at default and hardened settings by browser. The reduction is real and it is not large enough to move a user out of the identifiable range.

Enabling every available mitigation reduced median entropy from 16.8 to 13.2 bits. To translate: 16.8 bits distinguishes about one user in 114,000; 13.2 bits distinguishes about one in 9,400. Both numbers are comfortably sufficient to re-identify a person within any population a tracker actually cares about, and the difference between them matters much less than the fact that both are far above zero.

Attribute groupDefault entropyHardenedReductionTargeted?
Font metrics3.9 bits3.4 bits13%Partially
Canvas / WebGL3.6 bits1.1 bits69%Yes
Media capabilities2.8 bits2.7 bits4%No
Timing-derived hardware1.6 bits1.5 bits6%No
Screen & window1.9 bits1.4 bits26%Partially
User agent & headers1.4 bits1.2 bits14%Yes
Storage & API surface1.6 bits1.9 bits−19%No
Entropy is not additive across correlated attributes; group figures are marginal contributions and sum to more than the joint total of 16.8 bits.

The row we did not expect is the last one. Storage and API surface entropy increased under hardened settings, by about 19%. Disabling features makes a browser unusual. A user who has turned off six APIs that almost nobody turns off is wearing a distinctive coat, and the mitigation has traded one identifier for another. This is a known effect in the literature and we were still surprised by the magnitude.

A privacy setting that few people enable makes the people who enable it easier to find. Mitigations only work when they are the default for everyone.

The uniformity argument

02040608064%Default41%Mitigations on3%Uniform profile (modelled)
Share of sessions that were uniquely identified within the sample, by configuration. Larger, more uniform populations protect their members; small distinctive ones do not.

This is why we think the correct design goal is uniformity rather than reduction. A browser that makes every user look identical at 8 bits of entropy protects them far better than one that reduces a distinctive user to 6 bits. The second sounds better and performs worse, because entropy measured against a population is the only measure that matters.

The practical consequence for Dart is that we do not ship user-facing anti-fingerprinting toggles. Mitigations that are on for everyone, always, with no configuration surface, are the only kind that helps. That is a worse product decision in a feature comparison and a better one in a threat model, and we would rather explain the reasoning than win the comparison.

Method

Sample12,140 sessions · 3,860 consenting participants · Jun–Sep 2025
Probe42 attributes · open source · values hashed client-side before submission
EntropyShannon entropy over observed value distributions within the sample
BrowsersChrome 138, Edge 138, Firefox 142, Safari 18.6 · default and hardened
ConsentFull attribute list shown before opt-in · withdrawal deleted prior submissions

Limitations

Entropy measured within a sample is an underestimate of entropy in the wild whenever the sample is smaller or more homogeneous than the real population, and ours is both. Participants who install a fingerprinting measurement extension are unusual people running unusual configurations, which inflates the apparent distinctiveness of hardened settings specifically. The probe cannot measure attributes that require permissions we did not request, so the true surface is larger than 42 attributes. And the figures are a snapshot: browser mitigations changed materially during the collection window, which we handled by version-stratifying the analysis but which still blurs the picture.

The probe is open source and the aggregated entropy tables are published. We would particularly welcome a replication on a general population rather than a self-selected one, which is the weakness we cannot fix ourselves: research@dartbrowser.com.

Eckersley’s Panopticlick [1] established the method and the headline result that browsers are broadly unique. Laperdrix et al. [2] extended it and Gómez-Boix et al. [3] provided the important corrective: on a large, general population, uniqueness is considerably lower than self-selected samples suggest. That correction applies directly to us and we flag it as our principal limitation. Our contribution is the before-and-after comparison across the current mitigation generation, and the observation that hardened configurations increase entropy in the storage and API-surface group — the anonymity-set effect described by Dingledine and Mathewson [5].

Artefacts

Everything below is published or available on request. A number nobody can reproduce is an advertisement, not a result.

harnessdart-fp-probe42-attribute measurement probe · MIT
dataAggregated entropy tablesPer-attribute distributions · CC BY 4.0
specConsent flowExact text and attribute disclosure shown to participants

References

  1. Eckersley, P. (2010). How Unique Is Your Web Browser? Privacy Enhancing Technologies Symposium.
  2. Laperdrix, P., Rudametkin, W., & Baudry, B. (2016). Beauty and the Beast: Diverting Modern Web Browsers to Build Unique Browser Fingerprints. IEEE S&P.
  3. Gómez-Boix, A., Laperdrix, P., & Baudry, B. (2018). Hiding in the Crowd: An Analysis of the Effectiveness of Browser Fingerprinting at Large Scale. The Web Conference.
  4. Englehardt, S., & Narayanan, A. (2016). Online Tracking: A 1-million-site Measurement and Analysis. ACM CCS.
  5. Dingledine, R., & Mathewson, N. (2006). Anonymity Loves Company: Usability and the Network Effect. WEIS.
  6. Leith, D. J. (2020). Web Browser Privacy: What Do Browsers Say When They Phone Home? Trinity College Dublin.
Cite this work

Bhardwaj, M. (2025). Fingerprinting surface after mitigation: entropy across 12,000 sessions. Dart Browser Research, DBR-2025-02.

Mohit Bhardwaj

Member of Technical Staff · Dart Browser

Mohit works on the inference and retrieval layer of the Dart Agent, where he is responsible for on-device model integration, the semantic index, and the benchmark harness the team uses to decide what ships. He writes up the measurements that changed our minds.