Open an MBOX file — no mail client needed
Drop an .mbox file — a Google Takeout export, a Thunderbird archive, an old Unix mailbox — and read and search it on this page. Parsed locally in your browser; it never leaves your device.
No archive at hand? — 12 messages, 5 attachments, all invented. What is in it
How do I open a Google Takeout MBOX file without importing it into a mail app?
Open it with a viewer that reads MBOX directly — the format is just plain text, every message concatenated into one file with lines beginning "From " as separators, so nothing about it requires Thunderbird or an import step. Drop the .mbox file into Mailward and it is parsed locally in your browser (nothing is uploaded), with folder browsing, full-text search, and attachment viewing free. Two Takeout-specific details matter: Gmail exports arrive as one flat file with no folder hierarchy, and your Gmail labels survive only as an X-Gmail-Labels header on each message — Mailward reads that header and rebuilds the labels as browsable virtual folders, so a message with three labels appears under all three. One honest limit: unlike our paged PST reader, the MBOX viewer holds the parsed mailbox in memory while open, so a decade-sized export on a low-RAM machine will feel it.
Drop the .mbox file — it is read locally, nothing is uploaded.
Browse the message list and open any message with attachments.
Search the whole mailbox by subject, sender, or body text.
Export three messages a day free, or batch-export with a license.
Open an MBOX file — no mail client needed
The usual advice for an MBOX file is to install Thunderbird, create a profile, add an import add-on, and wait — a lot of ceremony when you just need to find one message in a Gmail Takeout export. Mailward opens the MBOX directly: drop the file, browse the messages, run full-text search, and open attachments, all parsed locally in a Web Worker.
Reading is free, and so is exporting three messages a day; batch export is the paid step.
What Google Takeout actually hands you
Ask Google for your Gmail and you get MBOX: one plain-text file with every message concatenated, each introduced by a line starting with "From ". There is no folder tree inside it, because Gmail does not have folders. Labels survive as an X-Gmail-Labels header on each message, and threading survives as ordinary References and In-Reply-To headers. Mailward reads that label header and rebuilds your labels as browsable folders in the sidebar — a message carrying three labels appears under all three — so the structure Gmail's interface implied comes back, instead of one flat wall of messages.
The practical problem is size. A decade of mail is routinely several gigabytes in a single file, and the standard advice — install Thunderbird, create a profile, add ImportExportTools NG, import, wait — is a lot of ceremony when the actual goal is to find one message from 2019.
Mailward reads the MBOX directly in the browser without loading it whole. That matters more than it sounds: a browser tab cannot hold a string longer than about 512 MB, so any viewer that decodes the file as one piece of text fails outright on a large Takeout — that was the previous version of this page's reader. The current reader scans the file once in 4 MB chunks, records each message's byte range, and re-reads just that range when you open a message. Subject and sender search use the index and answer immediately; body search re-reads messages as it goes, so on a very large mailbox it takes longer and reports progress as it scans. The free tier reads the first 500 MB — what the old whole-file reader could ever open — and the whole mailbox is listed and searchable; reading past that mark is the Pro part.
- What Takeout delivers
- One .mbox file, no folder hierarchy
- Where labels go
- X-Gmail-Labels header — rebuilt here as browsable label folders
- Threading
- Preserved via References / In-Reply-To headers
- Needs Thunderbird?
- No — nothing to install or configure
- Known limit
- Held in memory while open; very large exports are slow on low RAM
Comparing formats? PST, OST, OLM, MBOX & EML explained — what each one is internally, and what is lost converting between them.
Before you trust a mail file to a website
Q. Can it open a Google Takeout Gmail export?
Yes — Takeout's .mbox output is the main thing people open here, including multi-gigabyte exports. The file is scanned once in 4 MB chunks to index where each message starts; only that index and the listing (subject, sender, date, labels) stay in memory, and a message is parsed when you open it. Expect the first pass to take on the order of a minute per gigabyte, with a progress percentage while it runs. The free tier reads messages in the first 500 MB of the file; everything is listed and searchable, and reading past that mark is part of the one-time Pro license. Pro also opens the Takeout .zip itself: the Mail/*.mbox files inside are read without extracting the download first (up to 1 GB unpacked; larger exports are extracted and the .mbox opened directly).
Q. Do my Gmail labels survive?
Yes. Takeout writes each message's labels into an X-Gmail-Labels header, and Mailward rebuilds them as folders in the sidebar — a message with three labels appears under all three. Unlabeled mail stays in the flat all-messages list, and with Pro you can batch-export a single label as MBOX or EML.
Q. Do I need Thunderbird or any mail client?
No. The MBOX is parsed directly in your browser — nothing to install, no profile or import wizard to configure.
Q. Is my mail uploaded to a server?
No. The file is read with the browser's File API and parsed in a Web Worker on your machine. You can go offline after the page loads and keep reading.
Q. Can I convert messages out of the MBOX?
Single-message EML export is free for three messages a day, attachments included. Batch export of folders or the whole mailbox is part of the one-time Pro license, as is reading messages past the first 500 MB of a large mailbox.
Free to open, read, search, and export 3 messages a day. Batch conversion is a one-time $19 licence — no subscription, no recurring fees.
Other formats & archives
Same local-first engine, every common mail format.