Back to Glossary Home

Zero Data Retention

Quick Definition

Zero data retention (ZDR) is a data handling policy offered by enterprise AI providers in which prompts, inputs, and outputs are never written to persistent storage and are not used to train or improve AI models. For enterprises operating under strict compliance frameworks — including HIPAA, GDPR, PCI DSS, and the EU AI Act — ZDR is a foundational requirement when deploying large language models in workflows that touch sensitive data such as personally identifiable information (PII) or protected health information (PHI).

What is Zero Data Retention?

When an enterprise sends a query to a large language model (LLM), that interaction typically passes through the model provider's infrastructure. Without explicit contractual protections in place, that data may be logged, reviewed for abuse monitoring, used for model training, or retained in the vendor's systems for some period of time. Zero data retention changes that arrangement entirely. Under a ZDR policy, the AI vendor commits that input and output data will be processed ephemerally — it is used to generate a response and then discarded, never written to disk, never stored in a database, and never fed back into the model.

This distinction matters enormously in enterprise AI deployments. A sales team pasting customer records into a prompt, a legal team reviewing contracts, a healthcare operator running clinical documentation workflows — each of these scenarios involves data that is either legally protected or competitively sensitive. If that data persists in a third-party AI vendor's environment, even briefly, it creates exposure. Zero data retention eliminates that exposure at the infrastructure level.

How ZDR Works in Practice

The mechanics of zero data retention vary by vendor, but the core commitment is consistent: no persistent storage of user data. OpenAI, Anthropic, and Microsoft Copilot each offer ZDR arrangements through enterprise agreements, typically paired with a data processing addendum (DPA) that formalizes the vendor's obligations under applicable data protection law. These agreements specify what data is collected, how it is handled in transit, and what happens — or more precisely, what doesn't happen — after the session ends.

A critical nuance is that zero data retention applies specifically to the AI model interaction layer. It does not mean the enterprise's own systems generate no record of the activity. Audit logs maintained by the enterprise itself, access controls governing who can invoke the AI system, and data governance policies around how outputs are used — all of these remain the organization's responsibility. ZDR governs what the model provider retains, not what the enterprise does with the data on its end.

Most enterprise ZDR agreements also address abuse monitoring, which is where the policy gets complicated. AI providers typically use interaction data for safety and abuse detection. Under a zero data retention policy, this monitoring is either waived, handled through automated real-time systems that don't create persistent records, or governed by separate contractual terms. Enterprises negotiating ZDR agreements should clarify exactly how abuse monitoring is handled and whether any exceptions to the no-retention commitment exist.

ZDR and Regulatory Compliance

Zero data retention is not just a vendor feature — for many organizations, it is a compliance requirement. HIPAA requires covered entities and their business associates to implement safeguards that protect PHI from unauthorized disclosure. When an AI vendor processes PHI on behalf of a healthcare organization, that vendor qualifies as a business associate and must sign a business associate agreement (BAA). A BAA without a ZDR commitment may still allow the vendor to retain PHI in logs or training datasets, which creates direct HIPAA exposure. ZDR closes that gap.

GDPR introduces a parallel requirement through the principle of data minimization: organizations should collect and retain only the personal data necessary for a specified purpose. Sending PII to an AI model that retains it indefinitely for unspecified purposes — including model training — conflicts directly with this principle. A ZDR policy, combined with a properly scoped DPA, brings AI usage into alignment with GDPR's data minimization and purpose limitation requirements.

PCI DSS governs the handling of payment card data and imposes strict controls on where that data flows and how long it persists. Enterprises in the payments space using AI for fraud analysis, customer support, or transaction review need assurance that cardholder data never enters persistent storage on a third-party AI platform. ZDR provides that assurance contractually; security controls and data residency commitments provide it technically.

The EU AI Act adds another layer of consideration, particularly for high-risk AI applications. While it does not mandate ZDR specifically, its requirements around transparency, data governance, and human oversight create conditions under which retaining sensitive interaction data without clear justification becomes a compliance risk. Organizations subject to the EU AI Act should treat ZDR as part of a broader responsible AI governance framework rather than a standalone checkbox.

Model Training and the Stakes of Data Retention

One of the most significant risks that ZDR addresses is unintentional contribution to AI model training. Without explicit opt-out agreements, some AI providers have historically used interaction data to fine-tune or improve their models. For an enterprise, this means that confidential product roadmaps, internal financial data, customer PII, or proprietary process documentation could theoretically influence a model's future behavior — or surface in responses delivered to other users. The reputational and legal consequences of that scenario are severe.

ZDR eliminates this risk by ensuring the model provider has no data to train on from enterprise interactions. Vendors like OpenAI and Anthropic have built separate enterprise API tiers specifically to support this commitment, distinguishing them contractually and technically from consumer-facing products.

Salesforce took a more architectural approach with Agentforce: its Einstein Trust Layer enforces ZDR by design, routing prompts through a secure gateway that explicitly instructs the underlying model provider not to retain data — and backs that instruction with contractual ZDR agreements at the infrastructure level. The result is a platform where zero data retention isn't a negotiated add-on but a default property of how the system is built.

When evaluating an AI vendor, procurement and legal teams should scrutinize the specific language in the DPA and any accompanying enterprise terms — vague commitments to "not using data for training" without corresponding ZDR provisions may not provide the protection the enterprise assumes it has.

Implementing Zero Data Retention Across the Enterprise

Deploying AI under a ZDR framework requires coordination across legal, IT, security, and business teams. The legal team negotiates the DPA and, where applicable, the BAA with the AI vendor. IT and security teams configure access controls to govern which users and systems can interact with the AI platform, and implement logging at the enterprise layer for audit purposes. SOC 2 Type II certification from the AI vendor provides independent assurance that the vendor's security controls are operating as designed — it is a meaningful signal of a mature data security posture, though not a substitute for reviewing the specific ZDR terms.

Data residency is a related consideration that often surfaces alongside ZDR. Some regulated industries require that data not only avoid persistent retention but also never leave a specified geographic region. Enterprises with data residency requirements should confirm whether the AI vendor's ZDR offering is compatible with regional infrastructure commitments, or whether dedicated cloud environments are needed.

Artificial intelligence is now embedded in enterprise workflows at a scale that would have seemed speculative just a few years ago. Zero data retention policies exist because that scale creates real data governance obligations — and because the gap between what enterprise buyers assume AI vendors do with their data and what actually happens has historically been wide. ZDR closes that gap contractually and technically, making it one of the most important terms in any enterprise AI procurement agreement.