Skip to content
Mbox Viewer

How to Open an MBOX File on Windows 10 and 11

Three ways to open and read an MBOX file on Windows: import it into Thunderbird, open it with a dedicated viewer, or take a quick look. Steps for each, and which one fits your file.

Published

There are three ways to open an MBOX file on Windows, and none of them is Outlook. You can import it into Thunderbird, which is free but copies every message onto your disk a second time. You can open it with a dedicated viewer, which reads the file where it sits and copies nothing. Or, if the file is small and you only want to see what’s inside, you can take a quick look without installing an email client at all. Which fits depends on the size of the file, how private the mail is, and whether you need it once or every week.

What an MBOX file is, and why Windows can’t open it

MBOX is an open, decades-old standard for storing email. Instead of one file per message, it concatenates every message — headers, body and attachments — into a single plain-text container.

On a PC you’ll typically meet .mbox files from Google Takeout exports of Gmail, Thunderbird mailboxes copied off another machine, migrations away from Outlook or Yahoo, and mailboxes handed over by IT during e-discovery.

Windows ships nothing that reads it, so double-clicking a .mbox file gets you nowhere: File Explorer either asks which app to use or hands the file to something that chokes. Two dead ends are worth naming, because most people try them first.

Outlook cannot open an MBOX file. It keeps mail in its own PST database and has never shipped an mbox importer — not 2016, not 2021, not Microsoft 365, not the new Outlook for Windows.

Notepad chokes on it. Opening the file in Notepad or Word “works” only for tiny files. A real archive is hundreds of megabytes to tens of gigabytes of raw text, and a text editor loads all of it into memory at once.

Option 1 — Import the MBOX into Thunderbird (free)

Thunderbird is free, runs on Windows 10 and 11, and stores its own mail in mbox format, so it understands the file perfectly well. The catch: it has no menu command for opening a loose .mbox file. The usual route is the free ImportExportTools NG add-on:

  1. Install Thunderbird and launch it. Skip the account setup: you don’t need a mail account to read an archive.
  2. Install ImportExportTools NG from the Add-ons Manager.
  3. In the sidebar, right-click a folder under Local Folders, open the add-on’s submenu and choose the option to import an mbox file.
  4. Pick your .mbox file. The messages appear as a new folder, readable and searchable like any other.

What it costs you. Thunderbird copies every message into its profile folder under %APPDATA%\Thunderbird: a 12 GB archive becomes another 12 GB on disk, on top of the original, and the import plus indexing runs for a very long time on a mailbox of tens of gigabytes.

It works the other way round too: because Thunderbird stores mail in mbox, the files inside its own profile are MBOX files, openable with anything that reads the format. See how to open a Thunderbird mbox on Windows.

When this is the right choice: the archive is moderate in size, you have the disk space, and you want that mail back in a client where you can reply to it.

Option 2 — Open the MBOX file with a dedicated viewer

A viewer skips the import: it opens the file where it already is and leaves the original exactly as it was. Mbox Viewer is a native Windows app built for that — no bundled browser, no Java runtime:

  1. Install Mbox Viewer from the Microsoft Store.
  2. Open your .mbox file one of three ways:
    • Double-click it in File Explorer (Mbox Viewer registers the .mbox type), or
    • Drag the file from File Explorer onto the Mbox Viewer window, or
    • Use File → Open and browse to it.
  3. The message list appears in seconds — browse, search with full query syntax, read threaded conversations, preview attachments.

Why it copes with files of any size

It’s built around a streaming parser. Rather than loading a multi-gigabyte file into memory, it builds a binary index beside the file and reads only the messages you open. A 50 GB archive opens in under five minutes the first time, reopens in under a second afterwards, and stays below 600 MB of RAM.

It is strictly read-only and blocks remote images by default. You can export to EML, CSV, text or a new mbox — see converting mbox to CSV and EML. The free version opens mailboxes up to 1 GB; larger files need the Pro unlock, a one-time in-app purchase with no subscription and no account.

When this is the right choice: the file is large, you only want to read it, or you don’t want an old archive mixed into your everyday mailbox.

Option 3 — You only want a quick look inside

If the file is a few megabytes and the question is simply what is in here, you don’t need an email client. A capable text editor shows the raw contents — not Notepad, which hangs or truncates, but something like Notepad++ or a code editor, which handle a few hundred megabytes without complaint. Headers appear plainly; message bodies are often base64 gibberish. Enough to confirm which mailbox you’re holding and roughly what dates it spans, not a way to read the mail.

There’s also the free online MBOX viewer, which opens in a browser with nothing to install. It processes the file in the browser rather than uploading it, but it is still a website rather than software on your own machine, and the tab has to hold the archive in memory. For a confidential mailbox, or anything measured in gigabytes, stay local.

Which option should you choose?

ThunderbirdMbox ViewerText editor
Extra softwareClient + add-onThe appUsually none
Copies mail to diskYesNoNo
Changes the originalNoNo, read-onlyOnly if you save
Fine at 10 GB and upNot reallyYesNo
FreeYesUp to 1 GBYes

In short: if the archive is under a gigabyte and you want that mail back in daily use, Thunderbird does the job for nothing. If you only need to read it — find one message, check a backup, work through a mailbox handed to you for e-discovery — a viewer fits better: nothing is copied, the original is untouched, and past a few gigabytes it’s the only one of the three that stays comfortable. For a one-off peek at a small file, a text editor answers the question in a minute.

Files without a .mbox extension

Some mailboxes — notably Thunderbird ones named Inbox or Sent — are mbox files with no extension at all. Mbox Viewer opens them through File → Open; there’s no need to rename them to .mbox first.

Frequently asked questions

Can Outlook open an MBOX file?

No. Outlook stores mail in its own PST database and has no mbox importer, so there is nothing to point at your file. If you really need those messages inside Outlook, export them from a viewer as individual EML files — Outlook opens .eml one at a time. The other direction is covered in converting PST and OLM to mbox.

How do I read an MBOX file in Windows 11?

Exactly as in Windows 10: nothing about the format changed between them, and neither version registers .mbox. Use one of the three options above; once an app claims the file type, double-clicking in File Explorer opens it straight away.

Is there a way to view an MBOX file without installing anything?

Yes, within limits. The online viewer runs in your browser, and a text editor you already have shows the raw file. Both are fine for small archives. Anything sizeable, or anything you want to search properly, needs an app on the machine.

Will opening the file modify my original MBOX?

It depends what you open it with. A read-only viewer never writes to your archive. Thunderbird doesn’t modify the source either, but it does create a full second copy inside its profile. A text editor is the one real risk: an accidental save can corrupt the file.

How do I open a very large MBOX file, 10 GB or more?

Not by importing it. At that size an import means doubling the archive on disk and a long indexing pass. A streaming viewer opens the file without loading it into memory, which is what makes tens of gigabytes practical on an ordinary PC.

Your data stays on your PC

Everything above happens locally: no cloud, no telemetry, and it all works offline, so no email leaves your computer. If your archive came out of Google, how to open a Gmail Takeout mbox on Windows picks up from here.

Get Mbox Viewer on the Microsoft Store →

Open your archive with Mbox Viewer

Native Mac and Windows app. Streams MBOX and EML files of any size, fully offline.