Recover Lost PST File From Outlook 2019

My Outlook 2019 PST file seems to have disappeared after a system issue, and now I can’t access important emails, contacts, and archived data. I’ve checked the usual Outlook data file locations but still can’t find it. I really need help with safe ways to recover a lost PST file in Outlook 2019 without causing more data loss.

I ran into this after Outlook threw the “file cannot be found” message, and in my case it traced back to a PST I had deleted while cleaning up folders. It hits fast because Outlook often depends on one exact file path, and if you remove it from Downloads, Documents, or Outlook Files, the app falls over.

First thing I’d do, stop using the PC unless you need it for recovery. Windows usually doesn’t wipe a deleted file right away. It marks the space as free, then future activity writes over it. I learned this the dumb way once. Opened apps, downloaded stuff, then the odds got worse.

Here’s the order I’d work through.

1. Check the obvious stuff first

Look in the Recycle Bin. If you deleted the PST the normal way, it might still be there. If you used Shift+Delete, then no luck there.

After that, check any sync or backup service tied to your user folders. If Documents syncs with OneDrive or Dropbox, log into the web version and look through deleted files or version history. I’ve seen OneDrive save me here when the local machine had nothing left.

2. Look for older folder snapshots in Windows

Sometimes Windows kept a copy without you realizing it. File History, restore points, and shadow copies do this.

Go to the folder where the PST used to live. Common one is:

C:\Users\YourName\Documents\Outlook Files

Right-click the folder, pick “Restore previous versions.” If you see a version from before the PST disappeared, open it and copy the file somewhere safe first. Don’t restore straight into the same mess until you confirm the file is good.

3. If nothing shows up, run file recovery

At this point, recovery software is usually the next move. I’d keep expectations realistic, but it’s often the only path left.

Disk Drill comes up a lot for deleted-file cases because it scans for files Windows no longer lists. The main rule, don’t install it onto the same drive where the PST was deleted if you have any other option.

What I did looked like this:

Install the recovery app on another disk, external drive, or even a USB stick if you have one.

Scan your Windows drive, usually C:.

Filter or search for .pst files.

Check file sizes before restoring. A replacement PST Outlook made on its own might be tiny, only a few hundred KB. The real one is often hundreds of MB, sometimes multiple GB.

Recover the biggest likely match to a different location, like an external drive or your Desktop.

4. Watch for Outlook’s fake fresh start

One annoying part, Outlook often reacts to a missing PST by making a new blank one. So the app opens, but your folders are gone and it looks like years of mail vanished. Been there, felt sick for a minute.

Once you recover the old PST, load it by hand:

File > Open & Export > Open Outlook Data File

Pick the recovered PST. If it’s the right one, your old folders should show up in the left pane. After you verify mail is there, go into Account Settings and point Outlook back to it as the default data file.

5. If the account used IMAP, your server mail might still be fine

This part matters. If the account was IMAP, your inbox and synced folders often still exist on the mail server. Re-adding the account in Outlook usually builds a new OST and pulls mail down again.

The part people lose is local-only stuff. Archives. Imported folders. Old mail stored outside server sync. Manual folders sitting only in the PST. That’s why the deleted PST matters so much.

After you recover it, make a backup right away. I’d put one copy on an external drive and another in cloud backup if you use one. PST files are easy to forget until one disappears, then you realize it held years of mail. Kinda brutal tbh.

If your scan turns up a large PST, start there first. Small ones are often the empty replacements Outlook made after the original went missing.

If the Outlook 2019 data file vanished after a crash or bad shutdown, I’d check Outlook itself before doing more file hunting. Sometimes the file is still there, but Outlook lost the path.

Open Control Panel, then Mail, then Data Files. See what file Outlook thinks is the default. If it shows a path to a missing file, note the filename. Then use Windows search with that exact name, not only .pst. I’ve seen old archive files sitting in weird spots like AppData, a second drive, or inside a copied user profile.

I’d also check AutoArchive settings. Outlook often stores archive data in a separate Outlook archive file, not the main mailbox file. File, Options, Advanced, AutoArchive Settings. If archive was enabled, the path listed there matters.

One small disagreement with @mikeappsreviewer, I would not assume deletion first. After a system issue, profile corruption is common. A new Outlook profile fixes this more often than people think. Go to Mail, Show Profiles, add a new profile, then open Outlook with it. If your account is IMAP or Microsoft 365, mail server items usually come back after resync. Contacts and old local archives are the part to chase.

If search still finds nothing, use Disk Drill and look for larger Outlook email archive files by size and modified date. Tiny PSTs are often empty replacements. Also run scanpst.exe on any recovered file before importing it, bc a damaged file will fail to open.

This gives a decent plain-English explainer too:
what an Outlook PST file is and why it stores your emails, contacts, and archives

If scanpst repairs it, open it in Outlook from File, Open and Export, Open Outlook Data File. If it does not mount, export what you still see into a fresh PST. That step saves people a lot of pain later.

I’d go one step sideways from what @mikeappsreviewer and @himmelsjager suggested.

If the PST truly “disappeared” after a system issue, I’d also check whether the drive itself is throwing file system errors. Open Command Prompt as admin and run:

chkdsk C: /f

Not because it magically restores mail, but because I’ve seen Outlook files vanish from view when the MFT gets wonky and the file is still somewhere on disk. Also check Event Viewer under Windows Logs > System for disk or NTFS errors. If you see those, that changes the whole story from “missing Outlook file” to “possible storage problem.”

Another thing people skip: search for *.pst with indexing OFF and include hidden/system files. File Explorer search can be awful and miss stuff. I usually use this in Command Prompt:

dir C:\*.pst /s /a

That finds PSTs in places Outlook search never shows. Same for external drives if you ever moved archives.

I kinda disagree with trying too many Outlook-side fixes first if the system issue was a crash. Profiles break, sure, but if the file is actually gone, every extra write to the disk is a gamble. Verify disk health first, then recover.

If the file still doesn’t show, use Disk Drill to scan the drive for deleted or lost PST files and recover them somewhere else, not back onto C:. Also compare file sizes and modified dates so you don’t grab one of Outlook’s useless tiny replacement files.

If you want a better sense of real-world user feedback before installing it, check Disk Drill reviews and recovery software experiences.

One more niche thing: if Outlook was storing an archive on a secondary drive that now lost its drive letter after the crash, Disk Management may show the volume but not mount it properly. Seen that too, annoyngly often.