Step-by-step guide · Google Takeout

How to Search Your Google Takeout Email Archive Instantly

You used Google Takeout to download your Gmail data. Now you have a ZIP file full of emails — and no way to search them. Google Takeout gives you your data, but not the tools to use it. This guide shows you how to actually search through your exported Gmail archive.

What Google Takeout gives you

When you export Gmail through Google Takeout, you get a ZIP file containing your emails in MBOX format. MBOX is an open standard — each file holds an entire mailbox (or label) worth of messages. The ZIP might also include attachments, contacts, and other Google data you selected during export.

The problem: Google gives you a raw data dump. There's no search, no inbox view, no threads. You can't just double-click an MBOX file and start reading.
Common reasons people download Google Takeout:
  • Leaving Google Workspace (company switching to Microsoft 365).
  • Closing a personal Gmail account but wanting to keep the archive.
  • Compliance or legal hold — needing an offline copy of email records.
  • Backing up years of important emails before something goes wrong.
  • A Google Workspace admin exporting a departing employee's mailbox.
Method 1 — Recommended

Upload to a cloud email archive

The fastest way to make your Google Takeout emails searchable again.

1

Sign up for Evermail

Create a free account at app.evermail.ai. A free tier is available — no credit card required.

2

Upload the Google Takeout ZIP

Upload the Google Takeout ZIP file directly — no need to unzip it first. Evermail detects the MBOX files inside the ZIP and parses every email automatically.

3

Search your archive

Search by keyword, sender, recipient, date range, or attachment name. Browse emails in a familiar threaded conversation view.

Handles large archives (10+ years of Gmail) without crashing. Preserves folder/label structure from Gmail. Team members can share access to the same archive. A 5 GB Google Takeout archive is typically searchable within minutes.

Import Google Takeout free →
Method 2 — Free, but manual

Import into Thunderbird

Mozilla Thunderbird is a free desktop email client that can read MBOX files.

1

Download and install Thunderbird

Download Thunderbird from thunderbird.net and run the installer.

2

Install the ImportExportTools NG add-on

In Thunderbird, go to Tools → Add-ons and Themes. Search for ImportExportTools NG and click Add to Thunderbird.

3

Unzip your Takeout archive and import

Unzip your Google Takeout archive. In Thunderbird, right-click Local FoldersImportExportTools NGImport mbox file. Select the MBOX file from your unzipped Takeout folder and wait for the import to complete. This can take a long time for large archives.

Limitations: You must unzip first (requires significant disk space). Each MBOX file must be imported separately — Gmail labels create separate MBOX files. Search is slow on large archives. No sharing. Thunderbird can become sluggish with mailboxes over 2–3 GB.

Method 3 — Technical users

Use a command-line tool

If you're comfortable with the terminal, tools like mu (maildir-utils) or notmuch can index and search MBOX files.

1

Unzip the Takeout archive

Extract your Google Takeout ZIP to a local folder.

2

Convert MBOX to Maildir

Use mb2md or a similar tool to convert MBOX to Maildir format.

3

Index and search

Run mu init && mu index --maildir=~/Maildir, then mu find keyword to search.

Best for developers and sysadmins who prefer command-line tools and need scriptable search. Not practical for most users.

Method comparison

Method Setup Time Search Speed Large Archives Team Access Cost
Cloud archive (Evermail) 2 minutes Instant Yes (100 GB+) Yes Free tier
Thunderbird 15–60 min Slow Struggles > 3 GB No Free
Command-line (mu/notmuch) 30+ min Fast after indexing Yes No Free
Google Vault None (if available) Instant Yes Yes Requires Vault licence

Search 10 years of Gmail in seconds

Import your Google Takeout ZIP and find any email instantly. Free to start, no credit card needed.

Import Google Takeout free →
FAQ

Common questions

My ZIP file is split into multiple parts — what do I do?
Google Takeout splits large exports into multiple ZIP files (usually 2 GB each). Upload each part separately to the same mailbox in Evermail. All parts become searchable together in your workspace. For Thunderbird, you'll need to unzip each part separately.
I can't find specific emails in my Takeout — why?
Gmail labels map to separate MBOX files in the Takeout. If you're looking for an email with a specific label, check the corresponding MBOX file. Cloud archive tools like Evermail merge everything into a single searchable index.
My archive is years old — will it still work?
Yes. MBOX is a stable, well-documented format. Archives from 2005 work exactly the same as archives from 2025.
I deleted my Gmail account — can I still search the Takeout?
Absolutely. The Takeout archive is a complete offline copy. It doesn't depend on the Gmail account existing.
Does Evermail support Google Vault exports too?
Yes. Both Google Takeout (MBOX) and Google Vault exports (also MBOX/ZIP) are supported. Upload the ZIP directly without extracting it first.