Go to takeout.google.com, click Deselect all, tick only Gemini Apps, then create the export. Google emails a download link with your conversations. Convert the resulting files to produce readable per-conversation documents.
Short answer
Go to takeout.google.com, click Deselect all, tick only Gemini Apps, then create the export. Google emails a download link with your conversations. Convert the resulting files to produce readable per-conversation documents.
Step by step
Open Google Takeout: Go to takeout.google.com while signed into the account whose Gemini history you want.
Deselect all, then choose Gemini: Takeout selects every Google product by default, which would produce an enormous archive. Click Deselect all, then scroll to Gemini Apps and tick only that.
Configure delivery: Choose Send download link via email, a one-off export, and a ZIP file. Increase the file size cap if your history is large, so it does not split into multiple parts.
Wait and download: Takeout is slower than other exports, often hours and occasionally a day or more. Google emails a link when the archive is ready.
Convert to documents: Load the extracted Gemini files into a converter to produce readable per-conversation documents.
Gemini exports differ from ChatGPT and Claude in that Google routes them through Takeout, its account-wide data portability service, rather than offering an export inside the product. That has consequences worth knowing before you start.
The Deselect all step matters
Takeout defaults to selecting every Google product, and for most people that means Gmail, Photos, Drive, and everything else. Accepting the default produces an archive of tens or hundreds of gigabytes that takes days to build.
Click Deselect all first, then tick only Gemini Apps. The export goes from days to hours and from gigabytes to megabytes.
What arrives
The Gemini portion of the archive contains your conversations, typically as HTML with an accompanying JSON representation depending on when you export. Google has changed this format more than once, which is a real complication: tools built against one version can break against another.
Prompts, responses, and timestamps are included. Images you uploaded may appear as separate files referenced from the conversation.
Why Takeout output needs converting
The HTML is designed for viewing rather than for use. It is generally one large document, so extracting a single conversation means manual copy and paste, and it cannot be fed into notes tools or search indexes in any structured way.
The JSON, where present, has the usual problem of being machine-oriented, with conversation text buried in metadata and escaping.
Converting
ChatExports reads Google's Gemini export formats and produces per-conversation documents in Word, PDF, Markdown, CSV, or plain text. It also detects the format version, which matters given Google's history of changing it.
One specific safeguard worth mentioning: because Takeout archives can contain files from other Google products that superficially resemble Gemini data, the converter validates that a file is genuinely Gemini conversation data before parsing it, rather than producing garbled output from a mismatched file.
Everything runs locally in your browser, so the archive is never uploaded.
Exporting one conversation quickly
For a single conversation you need now, Takeout is heavy machinery. Open the conversation in Gemini, scroll to the top so all messages load, then Ctrl+P or Cmd+P and save as PDF. The usual caveat applies: unloaded messages will be missing.
Gemini also offers export to Google Docs on individual responses, via the share or export control beneath a response. That is convenient for one answer and does not capture the conversation.
Timing
Takeout is materially slower than OpenAI's or Anthropic's exports. Hours is normal, a day is not unusual, and the job can fail and need restarting on very large accounts. Do not leave it until you urgently need the data.
Alongside ChatGPT and Claude
The same converter reads all three platforms' formats. See the Gemini exporter page for more detail, and export Claude chat for Anthropic's process.
Frequently asked questions
Why is my Google Takeout export taking so long?
Most often because every Google product was left selected. Deselect all and choose only Gemini Apps, which reduces the job from days to hours.
Does the Gemini export include images?
Images you uploaded are generally included as separate files referenced from the conversation. Images Gemini generated may not be, depending on export version.
Can I export Gemini chats without Google Takeout?
Not in bulk. Individual responses can be exported to Google Docs from within Gemini, and single conversations can be printed to PDF, but a complete history requires Takeout.
Does Gemini export include Workspace accounts?
It depends on your administrator. Some Workspace configurations restrict Takeout, in which case an admin has to run the export.