Skip to content
AI Inspector UtilityBox

Guide · Google Gemini

How to export your Gemini data

Google lets you take your entire Gemini history with you through Google Takeout. This guide walks through the export and the Gemini_History.json file it produces.

1. Start a Takeout export

  1. Go to takeout.google.com and sign in with the Google account that uses Gemini.
  2. Deselect All Google data, then tick Gemini from the list of products. For a faster download, you can skip everything else.
  3. Choose .zip, pick a size, and click Create export. Google emails you when it's ready.

2. Download & unzip

When the email arrives, download the ZIP and extract it. Inside you'll find Takeout/Gemini/Gemini_History/Gemini_History.json — a single JSON file whose list array holds every conversation with its title, created/updated timestamps and messages.

3. Analyze it locally

Drag the Gemini_History.json (or the whole ZIP) into AI Data Inspector. The parser recognizes the Takeout structure, reads every message, and hands you the same tools as other platforms — secret scanning, full-text search, custom-instruction extraction, heatmaps and exports.

Questions

Where does Google keep my Gemini history export?

In Google Takeout. The export lands in a Takeout/Gemini/Gemini_History/ folder containing Gemini_History.json — every conversation with its messages and timestamps.

How long does a Gemini Takeout export take?

Most exports are ready within a few minutes to a couple of hours. Google emails you when the download is available; the link expires, so download promptly.

Does the analyzer support the Gemini app (not just the web)?

Yes. Gemini exports from web, mobile and the Gemini app all use the same Takeout JSON structure, so one parser covers them.

Is analyzing Gemini data offline?

Yes. Everything runs in your browser — parsing, scanning, search and export. Nothing is uploaded.