Skip to main content
a promotional graphic telling you that PCI Compliance is no longer an annual exercise and that continuous monitory must be built in
Category: Consumer Privacy Rights

Opt-Out Preference Signal

Also known as: OOPS, Opt-Out Preference Signals, opt-out preference signals
Simply put

An opt-out preference signal is a setting or mechanism, often built into a web browser or extension, that automatically tells the websites a person visits that they do not want their personal information sold or shared. Instead of clicking an opt-out link on every site, the user configures the signal once and it communicates their choice across the sites they interact with. This model is associated with certain US state privacy frameworks, which generally rely on opt-out rather than the opt-in consent standard used in the EU.

Formal definition

An opt-out preference signal (OOPS) is a machine-readable signal, typically transmitted by a browser, browser extension, or other platform, through which a consumer communicates a choice to opt out of the sale and sharing of their personal information to the businesses they interact with online. Under the California framework, regulations addressing opt-out preference signals (for example California Code of Regulations section 7025) describe how businesses are expected to receive and give effect to such signals. According to the evidence provided, California requirements contemplate that, starting January 1, 2027, web browsers must include functionality enabling the browser to send an opt-out preference signal to websites; practitioners should verify the precise scope, applicability, and effective dates against the current regulatory text, as these details evolve. This entry does not detail the technical specification of any particular signal (such as Global Privacy Control) or how the signal must be processed, and the requirements described here are specific to certain US state regimes rather than universal; comparable EU obligations rest on an opt-in consent model that is out of scope for this definition.

Why it matters

Opt-out preference signals matter because they reflect a fundamentally different regulatory philosophy from the opt-in consent model used in the EU. Under certain US state privacy frameworks, notably California, businesses are generally expected to receive and give effect to a machine-readable signal through which a consumer opts out of the sale and sharing of their personal information. This shifts part of the compliance burden away from the individual clicking opt-out links on each site and toward businesses that must detect and honor the signal across their web properties.

Who it's relevant to

Privacy officers and data protection professionals
Those responsible for US state privacy compliance need to understand how opt-out preference signals fit within an opt-out framework that differs from the EU's opt-in consent model. They should track how their organization detects and gives effect to such signals and monitor evolving regulatory text, including scope and effective dates, rather than relying on a fixed interpretation.
Legal counsel and compliance teams
Counsel advising on multi-jurisdictional operations must recognize that opt-out preference signal obligations are specific to certain US state regimes, such as California, and do not translate directly to EU requirements. They should verify the precise applicability and effective dates against current regulations, given that guidance and enforcement positions in this area continue to develop.
Web developers and engineering teams
Developers may need to implement functionality that receives a machine-readable opt-out preference signal transmitted by a browser or extension and gives it effect across the organization's web properties. Because a browser-side transmission requirement is contemplated to take effect January 1, 2027 under the California framework, engineering teams should plan for detecting and honoring incoming signals while confirming the technical expectations against the current regulatory text.
Marketing and advertising compliance teams
Teams managing data sharing for advertising purposes should understand that an opt-out preference signal is intended to communicate a consumer's choice to opt out of the sale and sharing of their personal information. This may affect how audiences and identifiers are shared with partners in the covered US states, and requires coordination with legal and privacy functions to ensure signals are honored.

Inside OOPS

Browser or Device-Level Signal
A machine-readable indication, communicated by a user's browser, browser extension, or device setting, that expresses the user's choice to opt out of certain data practices such as the sale or sharing of personal information or targeted advertising.
Global Privacy Control (GPC)
The most widely referenced example of an opt-out preference signal. GPC is a specification that allows a user to broadcast an opt-out preference to websites automatically, rather than exercising choices site by site. Recognition of GPC is treated as an opt-out mechanism under certain US state privacy frameworks.
Automatic Transmission
Unlike an in-page consent interaction, the signal is sent automatically with web requests once the user has configured it, so no per-site action is required from the user.
Server- or Site-Side Recognition
The obligation, where applicable, falls on the website or business to detect the signal and apply the corresponding opt-out to the relevant processing, which typically requires technical configuration within the site or its consent management platform.
Scope Tied to Opt-Out Regimes
Opt-out preference signals are primarily relevant to opt-out-based frameworks, such as several US state privacy laws, rather than the opt-in consent model that generally applies to non-essential cookies in the EU and UK. The legal weight given to the signal varies by jurisdiction.

Common questions

Answers to the questions practitioners most commonly ask about OOPS.

Does an opt-out preference signal work the same way as EU opt-in cookie consent?
No. Opt-out preference signals operate under a fundamentally different model from the opt-in consent regime typical of the EU. In most EU jurisdictions, non-essential cookies generally require prior, affirmative consent before they are placed, meaning tracking is off by default until the user opts in. An opt-out preference signal, by contrast, assumes processing may occur unless the user actively signals a preference to stop it. This distinction reflects the broader divide between the EU/UK opt-in approach, driven by the ePrivacy Directive and the GDPR consent standard, and the opt-out approach found in several US state privacy laws such as the CCPA/CPRA in California. A signal designed to exercise opt-out rights should not be assumed to satisfy EU consent requirements.
If I honor opt-out preference signals, am I automatically compliant everywhere?
No. Honoring opt-out preference signals is one component of compliance under certain frameworks, particularly some US state privacy laws that recognize such signals, but it does not by itself guarantee compliance across all jurisdictions. In most EU and UK contexts, obligations around cookies rest on prior consent for non-essential technologies rather than on opt-out mechanisms, so responding to an opt-out signal does not address those requirements. Recognition of a given signal, the scope of rights it exercises, and the specific technical and legal steps required vary between US states and evolve as guidance develops. Tools and signals support compliance but do not replace a jurisdiction-specific legal assessment.
How does a website detect an opt-out preference signal sent by a browser?
Opt-out preference signals are typically transmitted by a user's browser or extension and can be detected server-side or client-side by inspecting the relevant request header or an exposed browser property. For example, signals may be read through an HTTP header or a JavaScript-accessible value that indicates the user has expressed an opt-out preference. The precise detection mechanism depends on the specific signal specification and the technologies involved. Implementation teams should confirm the current technical specification for any signal they intend to support, as details may change, and should test detection across the browsers and configurations relevant to their audience.
What should happen once an opt-out preference signal is detected?
Once a recognized signal is detected, the general expectation under frameworks that require honoring it is that the site treats the signal as an exercise of the applicable opt-out right and adjusts its processing accordingly, for example by ceasing certain sharing or sale of personal data or limiting targeted advertising as defined by the governing law. Because signals and pixels, SDKs, and similar technologies may all be implicated, teams should map which data flows are affected. The exact obligations triggered depend on the specific legal framework and the categories of processing at issue, so the response should be scoped to what the relevant law actually requires rather than applied uniformly.
How should responses to opt-out preference signals be recorded?
As with consent management more broadly, maintaining records that demonstrate how signals were received and acted upon can support accountability. This may include logging that a signal was detected and that the corresponding preference was applied. The specific record-keeping expectations vary by jurisdiction and are not identical to consent logging obligations under EU frameworks. Organizations should align their logging practices with the requirements of the applicable law and with their broader consent management platform (CMP) and record-keeping processes, recognizing that logging supports but does not by itself establish compliance.
How does an opt-out preference signal interact with a user's individual settings in a CMP?
A user may express preferences both through a browser-level opt-out preference signal and through choices made directly in a site's consent management platform interface. Reconciling these inputs requires a defined precedence approach, and how conflicts should be resolved can depend on the governing framework and its guidance. In general, a signal representing a valid opt-out under an applicable law is intended to be respected, but the interaction with granular site-level settings is a fact-specific and sometimes contested area. Implementation teams should confirm the expected behavior for the frameworks they operate under rather than assuming a single universal rule.

Common misconceptions

An opt-out preference signal satisfies EU-style cookie consent requirements.
In most EU jurisdictions and the UK, non-essential cookies generally require prior opt-in consent that is freely given, specific, informed, and unambiguous. An opt-out signal reflects an opt-out model and does not, on its own, provide the affirmative consent typically required under the ePrivacy rules and the GDPR for placing or accessing information on a device.
All businesses everywhere are required to honor signals such as GPC.
The obligation to recognize an opt-out preference signal depends on the applicable legal regime. Certain US state privacy frameworks treat such signals as a valid opt-out mechanism, but requirements differ between states and other jurisdictions, and the scope of what must be honored is not uniform. Practitioners should check the rules that apply to their specific circumstances.
Recognizing an opt-out signal handles all of a business's consent and compliance obligations.
Detecting and applying a signal addresses one specific type of user choice under opt-out frameworks. It does not replace broader obligations such as providing notice, honoring other rights requests, maintaining records, or meeting opt-in consent requirements that apply in other jurisdictions. Tools and signals support compliance but do not substitute for legal judgment.

Best practices

Determine which legal regimes apply to your user base, since the obligation to recognize opt-out preference signals is generally tied to opt-out-based frameworks such as certain US state privacy laws rather than the opt-in model used in the EU and UK.
Configure your website or consent management platform to detect signals such as Global Privacy Control and to apply the corresponding opt-out to the relevant processing where recognition is required.
Do not treat an opt-out preference signal as a substitute for the affirmative opt-in consent typically required for non-essential cookies in the EU and UK; maintain separate mechanisms for each model as needed.
Test that the signal is actually being received and acted upon across the browsers and configurations your users rely on, rather than assuming detection is automatic.
Keep records of how opt-out signals are recognized and honored to support accountability and to demonstrate your approach if questioned.
Monitor evolving guidance and enforcement positions, since interpretations of how and when opt-out preference signals must be honored differ by jurisdiction and may change over time.
Application Security Isn’t Optional Anymore.