Every time you open your browser, it phones home. Microsoft Edge makes 48 connections to Microsoft servers. Firefox makes 29. Chrome makes 25. These aren't just checking for updates - they're reporting data about your browsing, your hardware, and your behavior. And in Edge's case, that includes a hardware identifier that's nearly impossible to change.

A landmark study from Trinity College Dublin tested Chrome, Firefox, Safari, Edge, Brave, and Yandex to see what data they send to their makers' servers. The findings were stark: only one browser - Brave - sent no identifiers that could track users over time. Everyone else was phoning home with varying degrees of surveillance capability. [1]

This guide explains what browser telemetry actually collects, which browsers are worst offenders, and how to reduce what you're leaking.

What Is Browser Telemetry?

Telemetry is the automated collection and transmission of data about how software performs, usage patterns, and technical metrics. Browsers send this data as small JSON packets called "pings" - supposedly to help developers improve the software. [2]

In practice, telemetry can include:

  • Performance metrics: How long pages take to load, JavaScript execution times, memory usage
  • Usage statistics: Which features you use, how long you browse, session lengths
  • Crash reports: What you were doing when the browser crashed
  • URLs visited: Through "safe browsing" checks, autocomplete, and prediction services
  • Device identifiers: Installation IDs, hardware fingerprints, or persistent UUIDs
  • Search queries: What you type in the address bar, even before hitting Enter

The critical question isn't whether browsers collect data - it's whether that data can be used to identify and track you.

The Trinity College Dublin Study

Professor Douglas J. Leith's 2020 study "Web Browser Privacy: What Do Browsers Say When They Phone Home?" remains the most rigorous analysis of browser telemetry. The study ranked browsers into three privacy tiers: [1]

Tier 1 (Most Private): Brave

"For Brave with its default settings we did not find any use of identifiers allowing tracking of IP address over time, and no sharing of the details of web pages visited with backend servers."

Brave sends no persistent identifiers that could track you. No URLs are shared with backend servers. It's the only major browser that doesn't phone home with identifying data.

Tier 2 (Moderate): Chrome, Firefox, Safari

These browsers - which together account for over 85% of market share - all tag data with identifiers that persist through restarts but reset on fresh installs.

Chrome: Generates an instance identifier tied to your browser installation. Transmits this identifier to Google along with various properties of your system. The prediction service sends every URL you type to Google's servers. [3]

Firefox: Includes identifiers in telemetry transmissions that can link them over time. Telemetry is silently enabled by default. Maintains an open WebSocket for push notifications linked to a unique identifier that cannot be easily disabled. [2]

Safari: Most aggressive with autocomplete behavior - generates 32 requests to both Google and Apple when you type. These requests include identifiers that persist across browser restarts and can be used to reconstruct browsing history.

Tier 3 (Least Private): Microsoft Edge and Yandex

Both send identifiers tied to your device's hardware - not just the browser installation.

Edge: Sends your device's UUID (Universally Unique Identifier) to Microsoft. This hardware identifier is extremely difficult to change - it persists across reinstalls. All URLs typed into Edge are shared with multiple Microsoft services. Edge also sets a Microsoft tracking cookie the first time you open the browser. [4]

Yandex: Sends a hash of your hardware serial number and MAC address to backend servers. Like Edge, this creates a persistent hardware fingerprint.

The study concluded that Edge is "far worse than even Chrome or Safari" for privacy-invading telemetry.

What Each Browser Collects

Google Chrome

Chrome's telemetry includes: [3]

  • Usage statistics and crash reports (enabled by default)
  • URLs typed in address bar via prediction service
  • Spelling data sent to Google's servers
  • Safe Browsing checks (URLs compared against Google's database)
  • Installation identifier that persists until uninstall
  • If signed in: browsing history synced to your Google account

By default, Google uses your Chrome browsing history to personalize search results if you're signed in. Google Activity Controls shows you can disable this, but the settings are buried.

Key limitation: There's no privacy tweak for Chrome that eliminates all Google telemetry. You'd need Ungoogled Chromium or Brave for that.

Mozilla Firefox

Firefox collects: [2]

  • Technical data (OS, hardware, browser version)
  • Interaction data (number of tabs, session length, feature usage)
  • Web page and search data (for suggestions feature)
  • Location data (when enabled for websites)
  • Crash reports with memory contents at time of crash

Firefox uses two telemetry systems: Desktop Telemetry (older) and Glean (newer, used across all Mozilla products). Mozilla publishes what they collect at telemetry.mozilla.org.

To Firefox's credit: Telemetry can be fully disabled in settings. Mozilla is transparent about what they collect. But it's on by default.

Microsoft Edge

Edge is the most aggressive data collector among major browsers: [4]

  • Hardware-based UUID that persists across reinstalls
  • All URLs typed are shared with Microsoft sites
  • Required diagnostic data that cannot be disabled by users
  • Optional diagnostic data (disabled by default, can be enabled)
  • InPrivate mode doesn't block diagnostic data collection

Microsoft's Edge Privacy Whitepaper reveals complex privacy settings and opaque data-sharing policies. As of March 2024, Edge diagnostic data is collected separately from Windows telemetry in the EU (due to regulations), but the collection itself continues. [5]

While Microsoft claims telemetry is tied to UUIDs rather than personally identifiable information, the hardware-based identifier creates significant tracking risk. With enough data, correlation with other datasets becomes possible.

Browser Fingerprinting: Beyond Telemetry

Telemetry is what browsers voluntarily send to their makers. Browser fingerprinting is what websites can extract from your browser without permission.

A browser fingerprint combines: [6]

  • Browser and version: "Chrome 120 on Windows 11"
  • Screen resolution: Including color depth and available screen space
  • Installed fonts: Unique combinations reveal your setup
  • Plugins and extensions: Your specific toolkit
  • WebGL rendering: How your GPU draws test images
  • Canvas fingerprinting: How your browser renders invisible test images
  • Audio fingerprinting: How your device processes sound
  • Timezone, language, keyboard layout: Regional identifiers

These data points combine to create a unique identifier - a hash - that can track you across websites even without cookies. Browser fingerprints bypass incognito mode and VPNs. [6]

The GDPR considers fingerprinting to be personal data collection, requiring consent. In practice, most sites ignore this requirement.

How to Reduce Browser Telemetry

Firefox (Most Configurable)

Firefox offers the most control over telemetry:

  1. Go to Settings → Privacy & Security
  2. Scroll to "Firefox Data Collection and Use"
  3. Uncheck all boxes:
    • Allow Firefox to send technical and interaction data
    • Allow Firefox to install and run studies
    • Allow Firefox to send backlogged crash reports

For deeper control, type about:config in the address bar and search for telemetry. Set toolkit.telemetry.enabled to false.

Firefox telemetry guides have been updated in 2025 to include disabling AI features like Firefox Suggest. [7]

Chrome (Limited Options)

Chrome's telemetry cannot be fully disabled, but you can reduce it:

  1. Go to Settings → You and Google → Sync and Google services
  2. Disable:
    • Autocomplete searches and URLs
    • Make searches and browsing better
    • Help improve Chrome's features and performance
  3. Under Privacy and Security, disable:
    • Enhanced spell check (sends data to Google)
    • Improve search suggestions

For full telemetry removal, consider Ungoogled Chromium or switching to Brave.

Microsoft Edge (Most Difficult)

Edge doesn't allow users to disable required diagnostic data collection through normal settings. However, a registry policy can disable it: [8]

  1. Open Registry Editor (regedit)
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
  3. Create a new DWORD value named DiagnosticData
  4. Set its value to 0

In Edge settings, you can at least disable optional telemetry:

  1. Go to Settings → Privacy, search, and services
  2. Under "Optional diagnostic data," toggle off
  3. Disable "Improve Microsoft products by sending optional diagnostic data"

But honestly: if privacy matters, don't use Edge.

Brave (Already Private)

Brave has minimal telemetry by default. The browser blocks trackers, ads, and fingerprinting attempts automatically. There's little to disable because it's already configured for privacy.

For maximum privacy, enable "Block fingerprinting" under Settings → Shields.

Privacy-Focused Alternatives

If you want to minimize telemetry without constant configuration:

Brave: Chromium-based, so compatible with Chrome extensions. Blocks ads and trackers by default. No persistent identifiers sent to servers. Optional Tor integration.

Tor Browser: Routes all traffic through the Tor network. Designed to make all users look identical to defeat fingerprinting. Slower but most anonymous.

LibreWolf: Firefox fork with privacy settings hardened by default. Telemetry removed at compile time. No phone-home behavior.

Ungoogled Chromium: Chrome without Google. All Google-specific code removed. No automatic updates (manual installation required).

For more on browser privacy, see our browser privacy settings guide.

The "Do Not Track" Myth

In 2024 and 2025, the "Do Not Track" browser setting is essentially useless. Most websites ignore it entirely. Worse, enabling it can actually help fingerprint you - it's an additional data point that makes your browser more unique. [9]

Current recommendation: leave "Do Not Track" disabled. It doesn't protect you and may harm your privacy.

What This Means

Browser telemetry represents a fundamental privacy tradeoff. Browser makers claim they need this data to improve their products. Users have no way to verify what's actually collected or how it's used.

The research is clear: [1]

  • Brave is the only major browser that doesn't phone home with identifying data
  • Firefox can be made private but requires configuration changes
  • Chrome sends data to Google that you can reduce but not eliminate
  • Edge is the worst offender, sending hardware identifiers that persist across reinstalls

Your browser is the window through which you view the internet. If that window is also a camera pointed back at you, everything you do online is potentially observed. Telemetry may seem innocuous - just "usage statistics" - but combined over time, it creates a detailed profile of your behavior, interests, and habits.

The browsers that make it easy to disable telemetry (Firefox, Brave) deserve support. The browsers that make it impossible (Edge) deserve abandonment.

Related Guides

References

  1. Leith, D.J. "Web Browser Privacy: What Do Browsers Say When They Phone Home?" Trinity College Dublin. scss.tcd.ie (PDF)
  2. Mozilla. "What Data does Mozilla Collect?" docs.telemetry.mozilla.org
  3. gHacks. "How to disable privacy sensitive features in Google Chrome." ghacks.net
  4. BleepingComputer. "Research Finds Microsoft Edge Has Privacy-Invading Telemetry." bleepingcomputer.com
  5. Microsoft Learn. "Microsoft Edge enterprise privacy settings." learn.microsoft.com
  6. SEON. "What is Browser Fingerprinting - How Does It Work?" seon.io
  7. TeckLyfe. "How to Disable Telemetry Data Collection on Firefox." tecklyfe.com
  8. AskVG. "How to Disable Diagnostic Data Collection in Microsoft Edge Completely." askvg.com
  9. DeepakNess. "Web browsers telemetry – 2025." deepakness.com