Default Consent State
A default consent state is the starting setting that tells tracking and tagging tools whether they may collect or use data before a user has actually made a choice. In consent management setups such as Google Consent Mode, this default is typically configured to "denied" so that no data is gathered until the user has expressed a preference. Once the user responds to a consent banner, an update replaces the default with their actual choice.
The default consent state is the initial value assigned to one or more consent parameters (for example, analytics or advertising storage) that governs how tags and tracking technologies behave before any user consent signal is captured. In frameworks like Google Consent Mode, practitioners are generally advised to set default values to "denied" and to fire an update call immediately after the user interacts with the consent interface; a default that is not set before tags execute can cause errors such as a tag reading consent state before a default was defined. Configuring defaults appropriately is a technical control that supports, but does not by itself guarantee, compliance: under EU and UK rules the ePrivacy regime governs the placing of and access to information on a device (typically requiring prior consent for non-essential cookies and similar technologies), while the GDPR governs any resulting processing of personal data. A default of "denied" is intended to align technical behavior with a prior-consent (opt-in) model common in the EU, but the lawfulness of any given configuration depends on the applicable jurisdiction, the categories of technologies involved, and facts beyond the scope of this definition; US state privacy laws such as the CCPA and CPRA often follow an opt-out model, so appropriate default behavior may differ. The evidence available here addresses the technical configuration of defaults rather than resolving these jurisdiction-specific legal questions.
Why it matters
The default consent state determines how tracking and tagging tools behave in the window before a user has interacted with a consent banner, a period that exists on virtually every page load. Because tags may fire quickly, a misconfigured or absent default can result in data being collected before any user choice is captured. In the EU and UK, where the ePrivacy regime generally requires prior consent for non-essential cookies and similar technologies, and where the GDPR governs any resulting processing of personal data, setting defaults to "denied" is a common technical measure intended to align tool behavior with a prior-consent (opt-in) model.
Getting the default configuration wrong has both technical and compliance implications. On the technical side, a default that is not defined before tags execute can produce errors such as a tag reading consent state before a default was set, which practitioners may encounter in tools like Google Tag Manager preview mode. On the compliance side, allowing collection before a user has expressed a preference can undermine the prior-consent approach expected in many EU jurisdictions. It is important to stress, however, that a default of "denied" is a supporting control rather than a guarantee of compliance; lawfulness depends on the applicable jurisdiction, the categories of technologies involved, and facts beyond the scope of a default setting.
Defaults are not a one-size-fits-all answer across regimes. US state privacy laws such as the CCPA and CPRA often follow an opt-out model, so the appropriate default behavior may differ from the opt-in expectations common in the EU and UK. Organizations operating across multiple jurisdictions therefore need to consider how their default configuration maps to each applicable legal framework rather than assuming a single setting satisfies all of them.
Who it's relevant to
Inside Default Consent State
Common questions
Answers to the questions practitioners most commonly ask about Default Consent State.

