W3C Tracking Preference Expression
The W3C Tracking Preference Expression is a technical specification, developed by the World Wide Web Consortium, that defines how a user's browser can signal a preference not to be tracked across websites. In practice, this is usually done through a "Do Not Track" (DNT) signal sent by the browser. The specification was designed so that the signal is transmitted only when it reflects a deliberate choice by the user.
The W3C Tracking Preference Expression is a Working Draft specification from the World Wide Web Consortium that defines technical mechanisms for expressing a user's cross-site tracking preference, principally via the DNT request header field in HTTP, and, as noted in later drafts, via mechanisms such as an HTML DOM property. The specification's stated basic principle is that a tracking preference expression is transmitted only when it reflects a deliberate choice by the user, distinguishing an explicit preference from a default state. It should be understood as a signaling and expression mechanism rather than a consent management framework: it standardizes how a preference is communicated, while questions of what receiving parties must do in response were addressed separately (for example in companion work on tracking compliance and scope) and were the subject of ongoing working-group discussion, including a Patent Advisory Group. Practitioners should note this is a technical standard and does not by itself establish legal obligations; whether and how a DNT or similar signal must be honored depends on the applicable legal regime, which is outside the scope of this specification.
Why it matters
The W3C Tracking Preference Expression matters because it represented an early, standards-based attempt to give users a simple, machine-readable way to communicate a preference not to be tracked across websites. Rather than requiring users to configure settings site by site, the specification aimed to let a browser transmit a single signal, principally through the DNT request header field in HTTP, that any receiving party could read. For privacy officers and web developers, it is a foundational reference point in the broader conversation about how user preferences can be expressed technically rather than only through on-page consent interfaces.
A central design commitment of the specification is that a tracking preference is transmitted only when it reflects a deliberate choice by the user, distinguishing an explicit preference from a default state. This principle is significant because it addresses a recurring compliance concern: a signal that is on by default, or that does not represent a genuine user decision, is of limited value as evidence of what the user actually wanted. Practitioners evaluating any preference signal should keep this distinction in mind when considering whether a signal can be treated as meaningful.
Equally important is what the specification does not do. It is a signaling and expression mechanism, not a consent management framework, and it does not by itself establish legal obligations. The specification standardizes how a preference is communicated; the separate question of what receiving parties must do in response was addressed in companion work on tracking compliance and scope and remained the subject of ongoing working-group discussion, including a Patent Advisory Group. Whether and how a DNT or similar signal must be honored depends on the applicable legal regime, which is outside the scope of the specification itself. Readers should therefore treat DNT as a technical standard whose real-world effect has depended heavily on voluntary adoption and on external legal requirements rather than on the standard alone.
Who it's relevant to
Inside DNT
Common questions
Answers to the questions practitioners most commonly ask about DNT.
