You close Outlook. You restart your laptop. Then — nothing. Your inbox is empty. No sent items. No contacts from last year. Just a blank profile. You didn’t delete anything. You didn’t click ‘Reset’. It just vanished. And no, Outlook.com recovery won’t bring back your local archive.
Most Common Cause
Outlook doesn’t back up anything by default — not emails, not calendar entries, not signatures. Not even your custom Quick Steps. Microsoft assumes you’re using Exchange or Microsoft 365 with server-side retention. But if you’re on POP3, IMAP without full sync, or using a local PST (especially with older versions like Outlook 2016 or 2019),
your data lives only on that one hard drive — and only while Outlook is closed. The #1 mistake? Trying to copy the PST file while Outlook is running. Windows locks it. You get a 'file in use' error — or worse, you copy a corrupted half-written version.
Diagnostic Steps
First, confirm what kind of account you’re using. Go to
File > Account Settings > Account Settings. Look at each account’s type: POP3, IMAP, or Exchange/Office 365. If it says 'POP3', your mail lives locally in a PST. If it says 'IMAP', check whether 'Sync email for:' is set to 'All' or just '3 months'. That setting controls how much gets downloaded — and therefore, how much you’d lose if the local cache vanishes.
Next, find your PST location. Go to
File > Open & Export > Open Outlook Data File. Click 'Add' — then cancel. The folder path shown in the dialog box is where Outlook expects PSTs. But the real one? Go to
File > Account Settings > Data Files. Right-click your primary data file > 'Open File Location'. That’s the actual folder. In Outlook 365 (v2208+), this path is often
%USERPROFILE%\AppData\Local\Microsoft\Outlook\. In Outlook 2016, it’s usually
%USERPROFILE%\Documents\Outlook Files\. Write it down.
Now test integrity. Go to
File > Open & Export > Import/Export > Import from another program or file > Outlook Data File (.pst). Try opening your own PST there. If it fails with 'The file is not a personal folders file', the file is already damaged — likely because you copied it mid-use.
Fix #1: Manual PST Copy (Safe & Reliable)
This works for all Windows desktop versions — Outlook 2013 through 365. Mac Outlook doesn’t use PSTs, so skip this section if you’re on macOS (more on that below).
Step 1: Close Outlook completely. Check Task Manager (
Ctrl+Shift+Esc) — kill any lingering
OUTLOOK.EXE processes.
Step 2: Navigate to your PST location (from Diagnostic Steps above). Sort files by 'Date modified'. Look for the largest .pst file with today’s date — that’s your active one.
Step 3: Right-click > 'Copy', then paste into an external drive or network folder. Rename it with today’s date:
Outlook-Backup-2024-06-12.pst.
Step 4: Double-click the copied file *outside* Outlook. It opens in a new window — confirming it’s readable. Done.
Counterintuitive tip: Don’t compress the PST before backing up. ZIPping a PST file doesn’t reduce size meaningfully, and some ZIP tools corrupt the file header. Just copy it raw.
Fix #2: Auto Archive + Export (For All Outlook Data)
This answers 'how to backup all outlook data' — including calendar, tasks, notes, and contacts — not just email.
Go to
File > Options > Advanced > AutoArchive Settings. Uncheck 'Run AutoArchive every X days'. Instead, click 'AutoArchive Settings' > 'Archive this folder and all subfolders' for your main mailbox. Set 'Archive items older than' to 12 months. Choose a save location — not your C: drive. Pick an external SSD or NAS folder.
Then export manually:
File > Open & Export > Import/Export > Export to a file > Outlook Data File (.pst). Select 'Entire Outlook Data File' — not just Inbox. Check 'Include subfolders'. Save it with a clear name like
Full-Backup-2024-Q2.pst.
On Mac Outlook (v16.85+), go to
Outlook > Preferences > Accounts > [Your Account] > Advanced > Export. Choose 'All data' and pick a .olm file. Note: .olm can’t be opened on Windows. Convert it later using third-party tools if needed — but keep the original.
Fix #3: Registry Tweak for Hidden PST Paths (Less Common But Critical)
Some corporate environments hide the Data Files tab or disable PST creation. If
File > Account Settings > Data Files shows only OST files (not PST), your Outlook may be locked to cached Exchange mode only — and your local data isn’t in a PST at all.
In that case, your 'backup' is actually your OST file — but it’s encrypted and unreadable outside Outlook. You must force a PST export. First, enable PST support: Close Outlook. Run
regedit. Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\General (change '16.0' to '15.0' for Outlook 2013, '18.0' for 365). Create a new DWORD:
EnablePST = 1.
Restart Outlook. Now go to
File > Open & Export > Import/Export > Export to a file > Outlook Data File (.pst). Even if you only have Exchange, this creates a full local copy — emails, calendar, contacts, tasks — all in one PST.
Still Not Working?
If you get 'Cannot export — file access denied' after the registry change, your IT group has Group Policy blocking PSTs. Contact them with this exact request: 'Please enable PST creation via policy: User Configuration > Administrative Templates > Microsoft Outlook 2016 > Tools | Options > Disable PST delivery'. They’ll know what it means.
If your PST opens but shows zero items, run SCANPST.EXE. It’s buried in your Office install folder. For Outlook 365: search for 'SCANPST' in Start — or go to
C:\Program Files\Microsoft Office\root\Office16\SCANPST.EXE. Run it. Select your PST. Click 'Start'. Let it repair. Then re-copy.
If you’re on Outlook Web App (outlook.office.com), there’s no PST. Your data lives on Microsoft servers — but only if your admin hasn’t disabled retention policies. To download everything: go to Settings (gear icon) > 'View all Outlook settings' > 'Mail > Sync email' > scroll to 'Download an archive of your mailbox'. Click 'Create archive'. It generates a ZIP with EML files — not a PST, but usable in Thunderbird or Apple Mail.
| Step | Action | Menu Path | Shortcut |
|---|
| 1 | Close Outlook fully | Task Manager > End task on OUTLOOK.EXE | Ctrl+Shift+Esc |
| 2 | Find your PST | File > Account Settings > Data Files > Right-click > Open File Location | — |
| 3 | Copy PST to external drive | Windows Explorer > Right-click > Copy/Paste | Ctrl+C, Ctrl+V |
| 4 | Verify backup reads | File > Open & Export > Open Outlook Data File | — |
| 5 | Export full data (calendar, contacts, etc.) | File > Open & Export > Import/Export > Export to a file | Ctrl+Shift+I |
| 6 | Run repair if corrupted | Search Start for SCANPST.EXE > Run > Select PST > Start | — |
| 7 | Web app archive (no desktop) | Settings > View all Outlook settings > Mail > Download archive | — |