Yes, on the free consumer Gemini apps, Google says your conversations may be reviewed by people and used to improve its products. No, on the paid Gemini API, Vertex AI, and Workspace tiers, Google's terms say your data is not used for training. One account setting decides which side you're on.
Key takeaways
- Gemini runs under 2 data regimes: the consumer apps, where Google says chats may improve its products and be read by human reviewers, and the paid/enterprise tiers, where its terms commit to not training on your data.
- 1 setting, Gemini Apps Activity in your Google account, controls whether future consumer chats are eligible for product improvement. It is on by default for most accounts.
- 3 surfaces, 3 rulebooks: the Gemini web/mobile apps, the Gemini API in AI Studio (free tier vs paid tier), and Vertex AI / Gemini for Workspace each carry different terms.
- Turning activity off is not the same as deleting history. Google says snippets already reviewed by humans are stored separately from your account.
- Every "we don't train on your data" sentence, from Google or any provider, is a policy statement, not an independently verified technical property.
Does Google Gemini train on your data? The short answer
There is no single answer, because "Gemini" is not one product. It is a brand stretched across consumer apps, a developer API, and enterprise cloud services, each with its own contract. The question "does Google Gemini train on your data" only becomes answerable once you know which Gemini you are touching.
For the consumer apps (the chatbot at gemini.google.com and the mobile apps), Google's own documentation says conversations may be used to improve and develop Google products and services, and that human reviewers may read them. That is the "yes" regime, and it is the default.
For the paid developer and enterprise surfaces, Google's published terms say customer prompts and outputs are not used to train its models. That is the "no" regime.
One nuance worth holding onto: in the consumer case, Google does not claim it fine-tunes a model on your specific chat verbatim. It says conversations may be used to "improve and develop" its products, a category that includes training data, evaluation sets, and human annotation. For most people asking this question, that is exactly the exposure they care about.
Which Gemini are you actually using?
Before changing any settings, figure out which of the three surfaces your data touches:
- Consumer Gemini apps. The web and mobile chatbot, on free or consumer-paid personal accounts. Governed by the Gemini Apps Privacy Hub and the general Google Privacy Policy. Paying for a premium consumer subscription does not, by itself, move you onto enterprise data terms; what matters is whether your account is a consumer account or a Workspace/enterprise one.
- The Gemini API in Google AI Studio. This has two tiers with different rules. The Gemini API Terms of Service distinguish the unpaid tier, where Google states prompts may be used to improve its products, from the paid tier, where they are not.
- Vertex AI and Gemini for Workspace. The enterprise surfaces, governed by the Google Cloud Service Specific Terms and Workspace's enterprise agreements rather than the consumer privacy hub.
If you are a builder shipping an app, the distinction between surfaces 2 and 3, and between the free and paid API tiers, is where most accidental data exposure happens.
What does the consumer Gemini policy actually say?
Read the consumer privacy hub closely and four things stand out, all in Google's own words:
- Human review exists. Google states that trained reviewers may read and annotate Gemini conversations. It says snippets are disconnected from your Google account before reviewers see them, but the content of the snippet itself can still contain names, code, or anything else you pasted in.
- Chats feed product improvement. Google says conversations may be used to improve and develop its products and services, which includes its machine-learning models.
- Google tells you not to trust it with secrets. The privacy hub advises users not to enter confidential information or anything they would not want a reviewer to see or Google to use. When a provider's own documentation says that, believe it.
- Activity saving is the default. For most adult accounts, Gemini Apps Activity is switched on unless you turn it off.
All of the above are Google's statements about its own practices: policy language, as of August 2026, not third-party verification. Policies also change, so treat the linked pages, not this article, as the source of truth.
How do you turn off Gemini Apps Activity?
The control lives in your Google account, not in the chat window:
- Open the Gemini web app and go to Settings, or visit My Activity and select the Gemini product page.
- Find Gemini Apps Activity and switch the Keep Activity control off.
- On the same page, delete any past activity you do not want stored. Turning the toggle off does not delete history; those are two separate actions.
- If you manage accounts for a family or team, check each account individually; the setting is per-account.
Three caveats, all from Google's own policy language. First, the toggle is forward-looking: Google says chats after you switch it off are not used for product improvement, but it does not undo what was already collected. Second, Google says it still retains recent conversations for a short window to operate the service and process feedback; the privacy hub states the current duration. Third, conversations that were already reviewed or annotated by human reviewers are stored separately and, per Google, are not removed when you delete your activity.
UI labels shift over time; if a label above does not match what you see, the privacy hub documents the current wording.
Does the paid Gemini API train on your data?
This is where the answer flips, and where builders need to read tiers carefully.
Free API tier: Google's terms state that prompts and responses submitted through the unpaid Gemini API may be used to improve Google products. Practically, you should treat the free API tier like the consumer app: no user data you would not want absorbed into a training pipeline.
Paid API tier: the same terms state that Google does not use your prompts or responses for product improvement. If your application handles real user data, this is the tier the terms were written for.
Vertex AI: Google's data governance documentation for generative AI and the Cloud Service Specific Terms state that customer data is not used to train Google's foundation models without permission, and wrap that commitment in enterprise machinery: data processing agreements, access controls, audit logging, and regionalization options.
Gemini for Workspace: business and education domains are covered by Workspace's enterprise terms rather than the consumer privacy hub. Google states that Workspace prompts are not reviewed by humans or used to improve models outside your organization; admins can verify the current language in Google Workspace Admin Help.
The pattern across all three: the moment money and a contract change hands, Google's position moves from "we may use your data" to "we do not." That is not generosity; it is how every major model provider segments consumer data collection from enterprise sales.
What does a no-training promise actually guarantee?
Less than the marketing implies, more than nothing. A few things worth keeping straight:
- It is a policy statement, not a proof. No outsider can verify from the API response whether a provider trained on a prompt. Enterprise tiers add contractual remedies and compliance attestations on top of the promise; a consumer toggle has only the promise.
- Absence claims are unverifiable by design. "We don't retain," "we don't train," "operators can't see your prompts," whether from Google, API startups, or anyone else, are claims about the inside of someone else's infrastructure. Treat them as commitments with varying legal backing, not as measured properties.
- The checklist is portable. Whatever provider you evaluate, read for the same five things: the retention window, the training-use clause, the human-review clause, subprocessor disclosure, and the deletion mechanics. DeAI tracks these dimensions across providers on the trust hub.
What if you need stronger guarantees than a policy?
If a policy promise is not enough for your workload, the realistic options, on the same criteria:
- Self-host open-weight models. Running a model from one of the major open-weight families on hardware you control means no third party ever sees the prompt. It is the strongest privacy posture available, at the cost of operating the stack yourself.
- Enterprise API tiers. Google's paid tiers and comparable enterprise offerings from other major labs give you a no-training clause with a contract behind it. Suitable for most business data, weaker than self-hosting for truly sensitive material.
- Providers advertising zero retention. Several inference providers publish zero-retention policies. Those are policy statements like any other; weigh them accordingly.
- Decentralized inference marketplaces. Morpheus is one example: prompts route to independent operators rather than a single provider's datacenter. The privacy properties depend on the marketplace's routing and disclosure design, so evaluate them with the same checklist you would apply to any retention policy.
The pragmatic rule: match the tier to the sensitivity of the workload. Consumer chatbots are for content you would not mind a stranger reading. Everything else belongs behind a contract or on your own hardware.
FAQ
Does Google Gemini train on my data? On the free consumer Gemini apps, Google says yes: chats may be reviewed by people and used to improve its products. On the paid Gemini API, Vertex AI, and Gemini for Workspace, Google's terms say customer data is not used for training.
How do I stop Gemini from using my chats for training? Open Gemini Apps Activity in your Google account and switch off Keep Activity. Google says future chats then are not used for product improvement. Delete past activity separately; human-reviewed snippets may be retained under Google's policy.
Is the free Gemini API tier private? No. Google's Gemini API terms state that prompts submitted on the unpaid tier may be used to improve Google products. The paid tier and Vertex AI carry terms saying your data is not used to train models.
Does turning off Gemini Apps Activity delete my history? No. It applies going forward. You can delete past Gemini activity manually from the same page, but Google says conversations already reviewed by human annotators are stored separately and are not removed by deletion.
What is the most private way to use AI? Run an open-weight model on hardware you control, so no provider ever sees the prompt. Otherwise, compare written retention and training terms across providers; every no-training claim is a policy promise, not independent proof.
Questions
- Does Google Gemini train on my data?
- On the free consumer Gemini apps, Google says yes — chats may be reviewed by people and used to improve its products. On the paid Gemini API, Vertex AI, and Gemini for Workspace, Google's terms say customer data is not used for training.
- How do I stop Gemini from using my chats for training?
- Open Gemini Apps Activity in your Google account and switch off Keep Activity. Google says future chats then are not used for product improvement. Delete past activity separately; human-reviewed snippets may be retained under Google's policy.
- Is the free Gemini API tier private?
- No. Google's Gemini API terms state that prompts submitted on the unpaid tier may be used to improve Google products. The paid tier and Vertex AI carry terms saying your data is not used to train models.
- Does turning off Gemini Apps Activity delete my history?
- No. It applies going forward. You can delete past Gemini activity manually from the same page, but Google says conversations already reviewed by human annotators are stored separately and are not removed by deletion.
- What is the most private way to use AI?
- Run an open-weight model on hardware you control — no provider ever sees the prompt. Otherwise, compare written retention and training terms across providers; every no-training claim is a policy promise, not independent proof.
Sources
- Gemini Apps Privacy Hub — Google
- Gemini API Terms of Service — Google AI for Developers
- Google Cloud Service Specific Terms — Google Cloud
- Data governance and generative AI on Vertex AI — Google Cloud
- Google Privacy Policy — Google
- My Activity — Google
- Google Workspace Admin Help — Google
About DeAI
DeAI is an independent publication covering open-weight AI models, private inference, and decentralized infrastructure — the tools for running AI you actually control. We test providers on price, privacy, and refusal behavior and publish the numbers, not the vibes. DeAI is powered by Morpheus (mor.org), a decentralized inference marketplace, and covers it on the same terms as every other provider.
Powered by Morpheus and StrandCMS
Morpheus is a decentralized inference marketplace, covered on the same terms as every other provider — we rank it wherever the data lands. StrandCMS is the open-source, agent-first framework this site is built on.
