File formats

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.

8 min read

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
Nothing in the right column is written into the bytes. Every item there is a rule Outlook applies when it opens the file, which is why two identical structures behave nothing alike.

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 situationWith a PSTWith an OST
The laptop fails, you have the driveAttach the file, the mail is thereOutlook refuses, the profile is gone
You leave and the account is closedUnaffected, it never needed the accountThe file survives, the way in does not
Legal asks for mail from three years agoAll of it, if it was archivedOnly what the sync window reached
Moving to a new machineCopy it across and open itDo not copy it, let it rebuild
The disk is filling upMove it to another driveShorten the sync window instead
Somebody hands you a loose fileOpenable by anyone with OutlookOpenable 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 first
open 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 first
open 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.

This is also why software built to read the format can open an OST that Outlook will not touch. Such a tool has no profile to check against, so it goes straight to the layout, which was always readable.

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.

PSTOST
Who is responsible for itYou. Nobody else has a copyThe server, until it does not
If it is lostThe mail is goneSign in again and it returns
If somebody takes the diskThey can read all of itThe same, no better
Where it fails youNobody backed it upThe account it needed was closed
The honest summaryPortable and fragileReplaceable 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.

  1. 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.
  2. Read the extensions. Anything ending in .pst is yours outright. Anything ending in .ost is a cache and belongs to the account beside it.
  3. 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.
  4. 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 back
PST  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 one
PST  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.

Every practical difference on this page collapses into these two columns. On the left the choice barely matters. On the right it is the only thing that matters.

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.

  1. Personal Storage Table Wikipedia
  2. Introduction to Outlook Data Files, pst and ost Microsoft Support
  3. Plan and configure Cached Exchange Mode Microsoft Learn