Import an .olm archive into Thunderbird
Thunderbird stores mail as mbox internally, which makes it a natural home for an Outlook for Mac archive, with one wrinkle: Thunderbird has no built-in import for a standalone mbox file. The free ImportExportTools NG add-on does it, and it also insists on a local folder rather than an IMAP account. Convert here, install the add-on, import.
The file you get
A .zip of .mbox files, one per Outlook folder, arranged in the same tree. ImportExportTools NG can take the whole directory in one go with the hierarchy preserved.
Steps
- Get the .olm out of Outlook for Mac first: Tools tab → Export, tick what you want, Continue, save the file. If Export is greyed out you are in the new Outlook; switch the New Outlook toggle off, top right, and it comes back.
- Drop the
.olmon this page. It is read by JavaScript in your browser tab; the file never leaves your machine. - Download the zip and unzip it.
- In Thunderbird, open the menu (three lines, top right) → Add-ons and Themes, search for ImportExportTools NG, and add it. Restart Thunderbird.
- In the folder pane, right-click Local Folders (not an IMAP account) → ImportExportTools NG → Import mbox file.
- Choose Import directly one or more mbox files for single files, or the directory option with Maintain Folder Hierarchy ticked to bring the whole tree in at once. Click OK.
- The Outlook folders appear under Local Folders with their messages and dates.
What carries over
- Messages with headers, HTML body and plain-text alternative
- Attachments, as attachments
- The Outlook folder tree, when you import the directory with "Maintain Folder Hierarchy"
- Original dates, so sorting by date is still meaningful
- Threading, where the archive recorded the reply headers
Good to know
- Mbox cannot be imported into an IMAP folder. Import into Local Folders first; you can drag messages into an IMAP account afterwards and Thunderbird will upload them.
- ImportExportTools NG is a third-party add-on maintained outside the Thunderbird project. Install it from addons.thunderbird.net rather than from a search result.
- Outlook writes times in UTC but leaves the time zone off the timestamp. Every date here is read as UTC, so nothing shifts by your offset, a common fault in other converters.
- Archives over about 2 GB are written straight to disk in Chrome and Edge. Safari and Firefox assemble the download in memory, so on a very large archive use Chrome, or convert one folder at a time.
- Microsoft has never published the
.olmformat. Mail, attachments, contacts and calendar entries are read from the XML Outlook writes; unusual items (notes, tasks, journal entries) are skipped in this version.
Questions
Can I skip the add-on?
Only by hand: quit Thunderbird, copy the mbox file (no extension) into the Mail/Local Folders directory of your profile, and restart. The add-on route is safer and rebuilds the index for you.
Thunderbird shows the folder but no messages.
Right-click the folder → Properties → Repair Folder. That rebuilds the .msf index file, which is what the message list reads.
Which Thunderbird version does this need?
Any current release. ImportExportTools NG tracks Thunderbird's release channel; install the version the add-on site offers you for the Thunderbird you are running.
Can I import into an existing folder instead of new ones?
Yes. Right-click the target folder and use the same ImportExportTools NG → Import mbox file menu; the messages are appended to that folder.