Convert an Outlook for Mac .olm archive
Drop an .olm file below and convert it to the format you need: MBOX for Apple Mail or Thunderbird, EML for individual messages, PDF for a record copy, a searchable HTML archive, a CSV spreadsheet, vCard contacts or an ICS calendar. The file is read by JavaScript in this browser tab. Nothing is uploaded, there is no size limit and there is nothing to install.
No network request carries your file. Check it: open DevTools, Network tab, and run an export. How this works
What do you need from the archive?
Pick a destination; the tool above preloads with that format chosen.
How it works
An .olm archive is a ZIP container: one XML document per message, contacts and calendar entries in their own XML, attachments alongside as separate files. Nothing about reading that requires Outlook once you have the file.
This page reads the archive one entry at a time rather than loading the whole file into memory, so a 200 MB mailbox and a 12 GB one convert the same way, just for longer.
The output is assembled and written on your machine, then handed to your browser's own download mechanism. It never passes through a server, because there is no server in this conversion at all.
Why it is free
The converters that rank for these searches cost $29 to $49 and cap their trial at the first few messages. This is a static web page. The conversion runs on your computer, so there is no server bill to recover; ads on the page cover the domain. There is no trial limit because there is nothing to unlock.
Questions
Is my mail uploaded anywhere?
Does this work if Outlook is uninstalled or the licence expired?
.olm file, Outlook is no longer involved. The archive is a ZIP of XML that this page reads directly; nothing here calls Outlook, checks a licence, or needs the app installed.How big an archive can it handle?
Which browsers work?
Are contacts and calendar complete?
.olm format, so contacts and calendar items are read from Outlook's own XML rather than a documented schema. Common fields, name, email, phone, company, event time, location, attendees, map cleanly; anything unusual is skipped rather than guessed at.