How Do You Work With an MBOX File?
You asked Google for your data, waited days, and got a file you cannot open. Here is what to actually do with an MBOX file: read it, search it, pull messages out of it, and keep it somewhere it will survive.
Install a reader, open the file, and read it — you do not import it, convert it, or unpack it. An MBOX file is a mailbox; the job is to open it and search it. Everything below is what that looks like in practice, and what to do afterwards.
This question gets asked constantly, most often by someone who has just downloaded a Google Takeout export and found one enormous file where they expected a folder of emails. It is a fair thing to be confused about, because nothing on your computer offers to do anything useful with it.
What am I even looking at?
One file containing all your messages, one after another, in plain text. Not a database, not an archive to extract, not a folder in disguise. We explain the format here; the practical consequence is that the file is a container you read, not a package you install.
Two things follow from that, and they are the two that trip people up:
- There is nothing to extract. No unzip step, no import wizard. If a tool asks you to import your MBOX into it, it is proposing to make a second copy of your mail in its own format. Sometimes you want that. Usually you don’t.
- Size is not a problem with the file. A 40 GB mailbox is a perfectly valid MBOX. It is a problem with whatever you try to open it in.
Just let me read my mail
Install Mbox Viewer on Mac or Windows, then drag the file onto the window. That is the whole procedure. It reads the file in place, never writes to it, and needs no account, no server and no internet connection.
Mailboxes up to 1 GB open free. Bigger ones need the one-time Pro purchase, which exists because of what large files cost to support, not because the reading is different.
If your file came from Gmail, your labels come with it: Takeout stores them in a header, and they show up in the sidebar with live counts, so you can browse Receipts or Travel the way you did in Gmail.
How do I find one specific email?
Search, with the same kind of syntax you already know from Gmail: from:, to:, subject:, body:, date:, has:attachment, size:>, exact phrases in quotes, OR, and negation. There is a cheat sheet if you want the whole set.
The useful trick is combining them. from:hmrc has:attachment date:2019..2021 is the kind of query that turns an afternoon of scrolling into four results.
How do I get messages out of it?
This is the part most people actually need, because the mailbox is rarely the deliverable. Someone wants these emails, not your archive.
- One message, to send or file: export it as EML, or save it as PDF or self-contained HTML. One at a time is free; doing it in batches is Pro.
- A set of messages, as a new mailbox: narrow the archive by search, by label, or by hand, and write the selection to a brand-new MBOX file containing only those. The original is untouched. This is the delivery step of a records request or a legal hold, and it is why the feature exists.
- The data, for a spreadsheet: export to CSV — UTF-8 with a BOM, so Excel opens it without mangling accents.
- Attachments: save them individually or in bulk, or drag them straight to Finder or Explorer.
What if the file is broken?
It happens, especially with old backups and interrupted downloads: a mailbox where the message boundaries have been damaged, so a reader shows you three hundred messages where there were three thousand, or one absurd message that never ends.
A deep scan re-detects the boundaries and writes a repaired copy to a new file. The damaged original is never modified — if the repair guesses wrong somewhere, you still have exactly what you started with.
Where should I keep it?
Wherever you keep things you would be upset to lose, in more than one place. An MBOX file is unusually good at surviving: it is text, it compresses well, and it does not depend on any particular program remaining available. A copy on an external disk and a copy somewhere off-site is enough.
One thing worth doing while you still remember what it is: give it a name that will mean something in ten years. takeout-20260901.mbox is a filename. gmail-personal-2004-2026.mbox is a label your future self can read.
And if it came from Google Takeout?
Then there is probably a lot more in that download than mail — photos, activity, contacts, calendars, and services that came back empty. Takeout Reports, our other Mac app, opens the archive and tells you what is inside without unzipping it. It is free.
Google and Google Takeout are trademarks of Google LLC.
Open your archive with Mbox Viewer
Native Mac and Windows app. Streams MBOX and EML files of any size, fully offline.