IPExposed
Privacy Guide

Does "Do Not Track" Actually Work?

4 min read · Updated April 2026

Short answer: no. Do Not Track (DNT) is a request your browser sends — not a rule websites are required to follow. The vast majority of websites, advertisers, and analytics platforms ignore it entirely.

What Is Do Not Track (DNT)?

Do Not Track is a browser privacy setting that adds a DNT: 1 header to every outbound HTTP request your browser makes. When enabled, this header signals to websites and their advertising partners that you prefer not to be tracked across the web.

The World Wide Web Consortium (W3C) began developing a formal standard in 2010. That standard was eventually abandoned. The W3C DNT specification archive remains publicly available as a historical record — a reminder that the standard never achieved the consensus needed to become enforceable.

Why Don't Websites Honor It?

The core problem is that honoring Do Not Track is entirely optional. In the United States, no federal law compels websites to respect the DNT header. Without a legal backstop, advertising networks — which fund most of the web — have little commercial incentive to comply.

The Electronic Frontier Foundation (EFF) has documented in detail why DNT failed: without legal enforcement, voluntary compliance never materialized at scale. Major advertising platforms and data brokers largely treat the signal as advisory and disregard it.

Apple removed Do Not Track from Safari in 2019 for an additional reason: the presence of a rare privacy signal can itself make your browser fingerprint more distinctive, potentially making you easier to identify, not harder.

Mozilla deprecated the DNT setting in Firefox in 2023, recommending users adopt Global Privacy Control instead.

What Does DNT Actually Do Today?

Functionally, almost nothing. A small number of privacy-conscious smaller websites honor the header as a good-faith gesture. Major advertising networks, analytics providers, and social media platforms do not.

See what your browser is telling sites — including your Do Not Track state, User Agent, and approximate location based on your Internet Protocol (IP) address. You may be surprised how much is visible even when DNT is enabled.

What Does Work Instead?

If DNT was your primary privacy measure, consider these alternatives that actually enforce your preferences:

A Virtual Private Network (VPN). Your Internet Service Provider (ISP) can see every site you connect to regardless of DNT. A VPN encrypts your traffic at the network level and replaces your IP address with the VPN server's address — something DNT can never do.

Encrypted DNS (DNS over HTTPS). Your DNS queries reveal which domains you visit. Encrypted DNS prevents ISPs and network operators from seeing those lookups in plain text.

Tracker-blocking browser extensions. Tools like uBlock Origin block tracking scripts before they load — a technical enforcement that DNT's voluntary approach never achieved.

Global Privacy Control (GPC). A newer, legally-backed signal covered in the FAQ section below.

So What Does This Mean for You?

If you switched Do Not Track on years ago and assumed it was protecting your privacy, it almost certainly was not. Websites have been ignoring it since the signal was introduced.

More concretely: your IP address reveals your approximate city, your Internet Service Provider, and in many cases whether you are using a VPN — regardless of whether DNT is set. Do Not Track and IP-level visibility are completely separate systems. Enabling one does nothing to address the other.

Frequently Asked Questions

Should I still enable DNT?

It does no harm, but it is not protection. Use it as a preference signal if you wish, but do not treat it as a privacy shield. It has no enforced effect on most websites.

Is Global Privacy Control (GPC) different?

Yes. Global Privacy Control is a newer signal with legal enforcement under California's privacy law (the California Consumer Privacy Act / California Privacy Rights Act, or CCPA/CPRA). Covered businesses operating in California are required to honor GPC as a valid opt-out of data sale. It is legally more meaningful than DNT in covered US states, though it does not apply globally.

Does DNT hide my IP address?

No. Do Not Track is a separate HTTP header. Your IP address is still sent on every single request you make — the DNT header has no effect on IP visibility. Only a VPN, proxy, or the Tor anonymity network can change the IP address that websites see.

Sources