Introduction
Thunderbird won't open a PST file. That's the whole problem. When I first tried to move an Outlook archive into Thunderbird for someone switching off Microsoft Office entirely, I spent about an hour looking for the import option before I accepted that it doesn't exist. Thunderbird doesn't know what a PST is.
The path runs through a conversion step — PST has to become MBOX or EML first, formats Thunderbird actually understands, and then you import. Thunderbird stores mail in MBOX format natively; it doesn't know what a PST is and won't be taught. You can get there with Outlook acting as a go-between, or with a dedicated converter that reads PST directly, or using a free Thunderbird extension on the import side. What actually works depends on how large your archive is and whether you have Outlook available.
Three Ways to Get PST Data into Thunderbird
The most common starting point is Outlook as the go-between — open the PST in Outlook, add your Thunderbird account via IMAP, and drag folders across. It works, sometimes. The catch nobody warns you about upfront: your Outlook and Thunderbird installations have to be the same bit version — both 32-bit or both 64-bit. A mismatch causes a silent failure. No error. Nothing happens. That's a genuinely frustrating thing to debug when you don't know what you're looking for. Even when the versions match, it's slow for anything large and there's no recovery if something goes wrong partway through.
ImportExportTools NG is a free Thunderbird extension worth knowing about — it handles MBOX and EML imports natively inside Thunderbird. It doesn't read PST directly, so you'd still need a conversion step first. But once you have MBOX files, the import is clean and folder structure comes through correctly. Most guides recommend this extension for the import side of the job.
For archives that need to actually work regardless of size, a dedicated converter is the right approach. It reads the PST directly — no Outlook required — and writes MBOX output with the full folder hierarchy and attachments intact. The converter handles the first half, ImportExportTools NG handles the second. That combination is what the rest of this guide walks through.
What Transfers — and What Needs a Separate Step
Email comes over cleanly. Messages land in Thunderbird with full headers, body, timestamps, and attachments intact. Your PST folder structure becomes Thunderbird's local folder structure under Local Folders.
What doesn't follow automatically is everything else. Contacts live in Thunderbird's address book, not in MBOX — so they don't come over with the email migration. Calendar entries are the same situation; they live in Thunderbird Calendar (which is the old Lightning add-on, now built in), not in the email import. Both need separate passes. Contacts go out as vCard or CSV from the PST and get imported into Thunderbird's Address Book. Calendar events export as ICS and land in Thunderbird Calendar. If you have all three types of data, you're looking at three separate jobs — email, then contacts, then calendar. A lot of people finish the email part and assume they're done, then notice a week later that their address book is empty.
One thing worth checking after import: very large attachments — over 25MB in some configurations — can fail silently. Spot-check a few emails that you know had big attachments to confirm they arrived intact.
How to Import PST into Thunderbird (Step-by-Step)
This is a two-part process: convert PST to MBOX first, then bring those files into Thunderbird using ImportExportTools NG. The converter step is the one I stopped cutting corners on — I learned the hard way. First time I tried a free web converter on a 4GB archive, the output was missing about 30% of the emails. No errors, no warning, nothing to tell me something had gone wrong. I just noticed the folder counts were off when I went to check. After that I switched to MailExel. It's been the one I keep coming back to: no Outlook dependency, the MBOX output matches the PST folder structure exactly, and I've never had a silent drop.
Before starting: check if the PST is password-protected. Outlook lets you remove passwords under File → Account Settings → Data Files. Close Outlook before running the converter — it holds the PST open while running.
To follow these steps, you'll need the software installed. Download it below — takes about a minute, then come back and start at Step 1.
Launch the application and use Add Files to bring in your PST — or Add Folder if you're processing multiple PSTs. Everything loads as one job. Files appear in the main panel ready for scanning.
The software scans everything in the PST automatically: emails, contacts, calendars, notes, tasks. Nothing to do here. Most archives finish in a few minutes; larger PSTs take proportionally longer.
The preview shows your full folder structure with item counts. Look at it before running.
I skipped this step once on a 3GB archive I was sure was simple. The preview would have shown me a shared mailbox folder sitting in there from two jobs ago — emails from an account nobody had thought about in years. I caught it on the second run when I actually looked. The first run had already imported everything into Thunderbird before anyone noticed the folder counts were wrong. Cleaning that up was annoying. Spend the two minutes.
Choose MBOX as the output format and pick a destination folder with enough space. The converter mirrors your PST folder structure in the MBOX output — each PST folder becomes a separate MBOX file, organized in the same hierarchy.
If you only need a specific date range, configure that filter here before running.
Open Thunderbird. Go to Tools → ImportExportTools NG → Import MBOX File (or Import All MBOX Files from a Directory if you're importing multiple). Navigate to the output folder from Step 4 and select the MBOX file or folder.
Thunderbird imports the MBOX files and recreates the folder structure under Local Folders. When it finishes, check a few folders — email body, headers, and attachments — to confirm everything landed correctly.
Common Problems and How to Fix Them
Most PST to Thunderbird migrations hit at least one snag.
Outlook bridge fails silently or produces no output.
Check the bit versions first — 32-bit Thunderbird and 64-bit Outlook can't communicate, and the failure is silent. Go to Help → About in each application. If they don't match, that's your problem. Switch to the MBOX conversion approach instead of trying to make the bridge work across versions.
MBOX file is incomplete — emails are missing.
This is what pushed me off free web-based converters. Some drop folders silently, especially on larger or non-standard PSTs. No error message, just missing data you find later. Use a dedicated desktop converter and cross-reference the output folder against the preview counts before you import anything.
Thunderbird stalls or crashes importing a large MBOX file.
Thunderbird has real memory limits with very large single MBOX files — it can freeze or die partway through. The fix is to import per-folder rather than feeding one massive file. Dedicated converters typically create a separate MBOX file per PST folder automatically, so this is usually just a matter of using Import All MBOX Files from a Directory rather than selecting a single file.
Folder structure is flat after import.
Two possible causes. Either the converter didn't preserve hierarchy in the MBOX output, or the import method dropped it. Check the output folder first — if the folder structure is correct there, the issue is the import method. Try importing per-folder instead of as a bulk file. If the MBOX output itself is flat, re-run the conversion with a tool that preserves the PST folder tree.
Contacts or calendar didn't come over.
They need separate export passes — they don't travel with the MBOX import. Export contacts as vCard or CSV and bring them in through Tools → Address Book → Import. Export calendar events as ICS and import into Thunderbird Calendar. A lot of people find this out a week after the migration, when they go to email someone and realize nothing autofills.
-
Install ImportExportTools NG in Thunderbird before starting — you'll need it for the import step. Remove passwords from PST files before starting. Close Outlook before running the converter — it locks the PST when open. Run ScanPST.exe on any PST from a machine that shut down improperly. Check the preview panel before running — verify folder scope and item counts. Set a destination folder with enough disk space for the MBOX output. Plan separate export passes for contacts (vCard/CSV) and calendar (ICS). After import, spot-check emails, attachments, and folder structure in Thunderbird. Keep the original PST until you've confirmed everything landed correctly.
Frequently Asked Questions
Do I need Outlook installed to import PST into Thunderbird?
No — a dedicated PST converter reads the file directly and writes MBOX that Thunderbird can import. Outlook isn't in the loop at all. The Outlook bridge method does require it, but that method also has the bit-version matching problem and no real error recovery, so skipping it entirely is usually the better call.
Can Thunderbird open a PST file directly?
No. Thunderbird has never supported PST — it's a Thunderbird gap, not an Outlook one. The workaround is converting to MBOX or EML first, then importing with the ImportExportTools NG add-on. Two steps, but once you've done it a couple of times it goes quickly.
Will my contacts and calendar transfer to Thunderbird?
Not automatically. Email is one job, contacts are a second, calendar is a third. Contacts go out as vCard or CSV and come into Thunderbird's Address Book via Tools → Address Book → Import. Calendar events export as ICS and go into Thunderbird Calendar. Most people forget this until they try to schedule something or look up a contact and find nothing there.
What happens to my folder structure in Thunderbird?
With a dedicated converter, the PST folder tree comes through in the MBOX output intact and maps to Local Folders in Thunderbird. The Outlook bridge can be inconsistent with deeply nested hierarchies — I've seen it flatten things without warning. Always check the folder panel after import rather than assuming everything arrived.
What if my PST file is very large?
Outlook bridge will be painfully slow and has no checkpoint if it fails partway through. A dedicated converter handles large archives without the stalling. On the Thunderbird import side, avoid one massive MBOX file — Thunderbird can run out of memory on very large single files. Import per-folder instead. Dedicated converters create per-folder MBOX files automatically, so this usually just means using "Import All MBOX Files from a Directory" rather than selecting a single file.
Wrapping Up
PST to Thunderbird is a two-step job: convert the PST to MBOX, then import into Thunderbird using ImportExportTools NG. The Outlook bridge approach works if the bit versions line up and the archive is small, but the conversion path is more reliable and doesn't depend on Outlook being installed.
Either way: check for passwords before starting. Close Outlook. Verify the preview. Plan contacts and calendar as separate passes. Spot-check in Thunderbird when it's done.
Got a specific migration situation giving you trouble? Drop it in the comments.



