OST or PST, One Format Wearing Two Contracts
Line them up byte for byte and you are looking at the same structure twice. A PST is given to you. An OST is lent.
Both files are written to one Microsoft specification. Line them up byte for byte and you are looking at the same structure twice. What separates them is not built into the file at all. It is the terms Outlook attaches to each. Those terms decide what you can do on the day something goes wrong.
Knowing what each file is for answers almost nothing when you are standing in front of a machine that will not open one. What answers it is knowing which of the two you are holding, a PST or an OST, because in six ordinary situations that alone decides the outcome.
One Specification, Two Sets of Terms
Personal Storage Table and Offline Storage Table. Two names that sound like two formats, and Microsoft publishes a single one for both. The Wikipedia record puts it plainly, describing the personal store and noting that the same format acting as a cache for Cached Exchange Mode simply takes a different extension.
Two identical structures, then, behaving nothing alike.
Identical in Both
- The block and index layout on disk
- The way folders and messages nest
- Every MAPI property a message carries
- What a parser sees when it opens either one
Decided Outside the File
- Whether Outlook will mount it at all
- Whether it survives losing an account
- Whether copying it achieves anything
- Whether it is yours or on loan
The repair tool is where that identity gets argued about. Plenty of guides state that the Inbox Repair Tool, ScanPST.exe, fixes both. Others say flatly that it does not and that no repair tool for a cache has existed since ScanOST was dropped after Outlook 2010. Microsoft documents the tool for personal stores and does not claim the other, so the honest position is that this one is unsettled. For a cache it rarely matters, because the supported fix was never repair. It was to delete the file and let it rebuild.
A PST is given. An OST is lent. That is the shortest way to hold the distinction. A personal store is handed over outright and stays yours whatever happens to the account it came from. A cache is lent for as long as the profile and the mailbox both survive. The loan ends without notice.
Six Situations Where It Decides the Outcome
Each of these is ordinary. Every one turns on which file somebody happens to be holding.
| The situation | With a PST | With an OST |
|---|---|---|
| The laptop fails, you have the drive | Attach the file, the mail is there | Outlook refuses, the profile is gone |
| You leave and the account is closed | Unaffected, it never needed the account | The file survives, the way in does not |
| Legal asks for mail from three years ago | All of it, if it was archived | Only what the sync window reached |
| Moving to a new machine | Copy it across and open it | Do not copy it, let it rebuild |
| The disk is filling up | Move it to another drive | Shorten the sync window instead |
| Somebody hands you a loose file | Openable by anyone with Outlook | Openable by nobody without its profile |
Every entry in the right hand column depends on something outside the file still being alive. Not one entry on the left does.
The fourth row is the one that costs people time. Copying an OST to a new machine is the natural instinct and it is wasted effort. Set the account up again and Outlook builds a fresh cache from the server, which is faster than any copy and gives you a file that actually works.
What Outlook Checks Before It Reads Anything
Renaming an OST so that it ends in .pst is the idea everybody has. It fails, and the reason is an ordering that nobody would guess.
What you assume happens
Format firstopen file
recognise the layout
read the folders
show the mail
If this were the order, a rename would work, because the layout genuinely is correct.
What actually happens
Ownership firstopen file
check which profile owns it
no match, stop here
the rest never runs
The check that stops you comes before the one a rename would satisfy. The extension was never the obstacle.
What Each One Actually Costs You
Neither is free. They charge you in different currencies. Knowing which bill is coming matters more than knowing which file is better.
| PST | OST | |
|---|---|---|
| Who is responsible for it | You. Nobody else has a copy | The server, until it does not |
| If it is lost | The mail is gone | Sign in again and it returns |
| If somebody takes the disk | They can read all of it | The same, no better |
| Where it fails you | Nobody backed it up | The account it needed was closed |
| The honest summary | Portable and fragile | Replaceable and captive |
That row surprises people. Outlook offers a password on a personal store and offers none at all on a cache, which reads as though one is protected and the other is not. Neither is. That password stops nothing. The encoding inside a cache is not encryption in any useful sense either. Real protection is disk encryption, which is a separate decision from either format.
Which One You Have, Without Opening Anything
Two minutes with the Account Settings dialogue answers this. The answer shapes everything else.
- Open the Data Files tab. File then Account Settings then Account Settings, then Data Files. Every store the profile knows about is listed with its path.
- Read the extensions. Anything ending in .pst is yours outright. Anything ending in .ost is a cache and belongs to the account beside it.
- Note where each one sits. Personal stores tend to live in a Documents folder because somebody chose to put them there. Caches sit in application data because nobody chose anything.
- Check the account type in the list. Exchange, Microsoft 365 and, since Outlook 2013, IMAP accounts all produce a cache. Only POP accounts still produce a personal store.
Both in one profile is normal. A work account gives you a cache while an archive you made two years ago sits beside it as a personal store. Neither one is a mistake and neither replaces the other.
When the Server Is Also Gone
Everything above assumes the mailbox still exists somewhere. When it does not, the comparison changes shape entirely.
A personal store carries on as if nothing happened, because it never depended on a server. A cache becomes a file holding real mail that Outlook will not open, which is the worst of both positions and the reason most people ever look this up.
Mailbox still there
Both files have a way backPST attach it and read
OST sign in, it rebuilds
Neither situation is serious. One file is opened, the other is replaced from the server.
Mailbox gone
Only one still has onePST attach it, read it
OST Outlook refuses
the mail is still inside
The personal store does not notice. The cache holds real mail behind a door that no longer has a key.
At that point the question stops being which format is better and becomes what can still be read. The mail is intact. What is missing is the account that granted access. No setting brings that back. Where the mailbox lived in an Exchange EDB that has also been decommissioned, the local file may be the last copy in existence.
Reading one in that state is a parsing job rather than a mail job. Our OST viewer does it in a browser tab with no profile and no Outlook involved. Where the contents then need to live somewhere current, the converters handle the route out.
Format identity checked against the Microsoft PST specification and the Wikipedia record. Client behaviour checked against Microsoft support documentation in August 2026.
Questions People Ask
7 questions, all answered in full on this page.Are OST and PST really the same format?
Yes, at the level of how the bytes are arranged. Microsoft documents one specification and both files are written to it, which is why the same repair tool works on both. Everything that separates them lives in the rules Outlook applies rather than in the file itself.
Can I just rename an OST to PST?
No. It is worth knowing why the idea sounds reasonable. The layout would be right. What Outlook checks first is whether the file belongs to the profile opening it. A rename changes nothing about that. The check happens before the format is ever considered.
Which one should I be backing up?
The PST, always. It holds mail that may exist nowhere else, so losing it loses the mail. An OST is a copy of something the server already has, which is why Microsoft says it does not need backing up. That advice holds right up until the server stops existing.
Why does my Outlook have both?
Because they answer different needs and nothing stops you having each. A server account gives you an OST automatically. Any archive you make yourself is a PST. Seeing both in the same profile is ordinary rather than a sign of anything wrong.
Is one of them faster?
Not because of the format. Speed comes down to size, fragmentation and where the file sits. All three apply equally to both. An OST feels quicker in daily use only because it saves a round trip to the server, which is the job it was built for.
Does an OST hold everything the mailbox has?
Only as far back as the sync window reaches. Outlook keeps a rolling period of mail locally rather than the whole mailbox, so an OST from a ten year account may hold one year. The gap goes unnoticed while the server is reachable and becomes the whole problem once it is not.
If the mailbox is deleted, is the OST useless?
Useless to Outlook, which will not mount it without the account behind it. The mail is still in the file, so software that reads the format directly can take it out. That is recovery rather than opening, which is a different job needing a different tool.
Sources
Where the figures and behaviour described above were checked.
- Personal Storage Table Wikipedia
- Introduction to Outlook Data Files, pst and ost Microsoft Support
- Plan and configure Cached Exchange Mode Microsoft Learn