Open an OST file — no Exchange connection needed
Drop an Outlook .ost cache file and browse, read, and search it right here. The file is parsed on your own machine with no server connection and no Outlook — it never leaves your device.
Can I open an OST file without the original Outlook account?
Yes — but not with Outlook. An OST uses the same [MS-PST] container format as a PST, so the file itself is perfectly readable; the lock is that Outlook treats an OST as the offline cache of one specific mailbox and refuses to open it without the matching profile and account. Renaming .ost to .pst does not help, because Outlook inspects the file, not the extension. A reader that parses the container directly — the way Mailward does, locally in your browser with nothing uploaded — never consults the account association, so the folder tree, messages, and attachments in an orphaned OST stay accessible, and can be exported to open formats like MBOX or EML. Mailward reads every header version of the container, including the 4 KB-page layout (version 36) that Outlook 2013 and later use for OST caches; the only files it refuses are those marked with Outlook's 'high' encryption. That is a capability, not a permission: only open OST files whose mailbox data you have the right to access.
Drop the .ost file — it is read locally, nothing is uploaded.
Browse the folder tree and open any message with its attachments.
Search every folder by subject, sender, or body text.
Export a single message free, or unlock batch conversion with a license.
Open an OST file — no Exchange connection needed
An OST is the offline cache Outlook keeps for an Exchange or Microsoft 365 mailbox, and Outlook refuses to open one unless it can verify the original account — which makes a perfectly healthy backup unreadable the moment the account is gone. Mailward reads the OST format directly, the same way it reads PST, so mailbox data you are entitled to stays accessible: folder tree, messages, attachments, and full-text search, all parsed locally in a Web Worker.
Reading and single-message export are free; batch conversion is the paid step. Make sure you have the right to access the mailbox data before opening a file that is not yours.
Why Outlook locks you out of your own OST
An OST is the same container format as a PST — both are described by Microsoft's [MS-PST] specification, both are B-tree databases of property sets. Structurally, a healthy OST is every bit as readable as a healthy PST.
The lock is not in the file, it is in Outlook. An OST is the offline cache for one specific mailbox, and Outlook will only open it in the context of the profile and account it belongs to. Remove the account, lose the tenant, leave the company, and Outlook declines to open a file whose contents are sitting right there on your disk. Renaming .ost to .pst does not work either — Outlook checks the file, not the extension.
Because Mailward reads the container format directly rather than asking Outlook to do it, no account association is consulted. That is a capability, not a permission: it is on you to have the right to the mailbox data in a file before you open it. Only open OST files you are entitled to read.
What the file itself declares, before any account check: the first four bytes of every PST and OST are the signature !BDN, and byte 10 is the format version — 14 or 15 for the ANSI layout (Outlook 97–2002), 23 for Unicode (Outlook 2003 onward), and 36 for the Unicode layout with 4 KB pages that Outlook 2013 and later write for OST caches. Mailward's engine reads all three; the 4 KB-page layout is the one that matters for OST, because a reader that only implements the 512-byte page size stops at that byte with an unrecognised-version error. The extension is never consulted in this check, which is also why renaming to .pst changes nothing for Outlook. One version Mailward does refuse on purpose: 37, which [MS-PST] reserves for files protected by Windows Information Protection.
Encryption is the other header-level gate, at byte 461 (ANSI) or 513 (Unicode): the bCryptMethod value. 0x00 is plain storage; 0x01 is the 'compressible encryption' Outlook applies by default, a fixed byte-substitution table that any reader undoes in place as it goes, so it protects nothing; 0x02 is the 'high' (cyclic) option. Mailward decodes 0x00 and 0x01 transparently and stops at the header with an error for 0x02 rather than producing garbage. None of this involves a password — the Outlook 'PST password' is stored as a checksum in the message store and never encrypts the data, so it does not stop a direct reader either.
- Underlying format
- Same as PST — [MS-PST] container
- File signature
- Bytes 0–3 are !BDN; byte 10 is the version: 14/15 ANSI, 23 Unicode, 36 Unicode with 4 KB pages
- Outlook 2013+ OST
- Version 36 (4 KB pages) — read by Mailward; version 37 (Windows Information Protection) is refused
- Encryption byte
- bCryptMethod 0x00 none / 0x01 compressible (decoded on the fly) / 0x02 high — not supported, open fails at the header
- Why Outlook refuses
- Bound to the original profile/account, not to the file
- Renaming to .pst
- Does not work — Outlook inspects the file itself
- Needs Exchange or M365?
- No — read entirely offline, on your machine
- Your responsibility
- Only open mailbox data you have the right to access
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. Do I need the original Exchange account?
No. Mailward reads the OST file directly on your device — no server connection, no account verification, no Outlook. Only open files whose mailbox data you have the right to access.
Q. Is an OST different from a PST?
They share the same container format. A PST is a standalone archive you export on purpose; an OST is the offline cache Outlook maintains for a connected account. The one structural difference you may meet: OST caches written by Outlook 2013 and later use a 4 KB-page layout (header version 36) that older PST-only readers reject. Mailward reads both layouts.
Q. Will my mailbox be uploaded anywhere?
No. The file is read with the browser's File API and parsed in a Web Worker on your machine. You can disconnect from the network after the page loads and keep reading.
Q. Can I turn the OST into something other apps read?
Yes — with a license you can batch-convert folders to MBOX or EML, the open formats Thunderbird, Apple Mail, and most clients import. Single-message EML export is free.
Free to open, read, search, and export one message. Batch conversion is a one-time $19 licence — no subscription, no recurring fees.
Other formats & archives
Same local-first engine, every common mail format.