What It Does
Outlook’s built-in export feature (File > Open & Export > Import/Export) creates a .pst or .ost backup of selected folders — but only those cached locally and accessible through your current profile. It does not pull data from Exchange Online servers on demand. It copies what’s already on your hard drive. In my testing across Outlook 365 (v2405), Outlook 2019 (v1908), and Outlook 2016 (v1607), the behavior is identical — but success depends entirely on whether the target folders are synced to your machine. A concrete use case: You’re leaving the company and need a personal archive of your last 18 months of email, contacts, and calendar items. You run Export, select "All Mailbox Data", choose "PST file", and click Finish. What you get depends on your Cached Exchange Mode setting, your offline folder sync range, and whether your IT admin disabled export permissions. More on that later.How to Set It Up
Start with File > Open & Export > Import/Export. This opens the Import and Export Wizard. Click Export to a file, then Next. Select Outlook Data File (.pst), then Next. Here’s where most people go wrong: you must expand your mailbox tree manually. Don’t just click your top-level account name. Click the small triangle next to it. Then check individual folders — Inbox, Sent Items, Calendar, Contacts, Tasks — or drill into subfolders like "Project Alpha" or "Q3 Reports". You’ll see a checkbox labeled Include subfolders. Check it if you want everything beneath that folder — but note: this doesn’t mean “all folders under my mailbox.” It means only subfolders visible in that branch. Click Next. Choose a save location and filename. Avoid network drives or OneDrive-synced folders — Outlook locks the .pst during write, and sync conflicts cause corruption. Use C:\Users\YourName\Documents\Exports\ instead. Under Options, you’ll see two critical toggles: Replace duplicates with items exported and Allow this file to be password protected. We’ll cover both in Configuration Options. Click Finish. Outlook begins copying. No progress bar appears for large exports — just a spinning cursor and occasional disk activity. For a 4.2 GB mailbox with 12,000+ items, expect 8–14 minutes on a SATA SSD. On HDD? Double that. Keyboard shortcut: There’s no direct shortcut to launch Import/Export, but once the wizard is open, Alt+N advances, Alt+F finishes, and Alt+C cancels.Configuration Options
Every option in the Export wizard has real consequences. Here’s what each one does — and why you should care:| Setting Name | Location | Options | Recommendation |
|---|---|---|---|
| Include subfolders | Folder selection screen | Yes / No | Yes — unless you’re targeting one specific subfolder only |
| Replace duplicates | Options dialog after file path | Replace, Allow duplicates, Skip duplicates | Skip duplicates — avoids overwriting newer replies with older forwards |
| Password protect .pst | Same Options dialog | Enabled / Disabled | Disabled — passwords break automation, prevent recovery if forgotten, and aren’t enforced in Outlook 365 |
| Date range filter | Not available in Export wizard | N/A | Use Advanced Find (Ctrl+Shift+F) first, then drag results to a new folder before exporting |
| Export format | First wizard step | .pst only — no .csv, .mbox, or .eml options | Accept it. If you need CSV, use the Contacts or Calendar folder’s Save As feature separately. |
Real-World Examples
Scenario 1: Legal hold handoffA compliance officer needs all emails from Priya Sharma sent between March 1 and June 30, 2023. She can’t rely on Export — it won’t let her set date ranges. Instead, she uses Ctrl+Shift+F, filters by sender, date, and keywords, saves results to a new folder named "Sharma_Q2_2023", then exports that folder alone. Saves 3 hours versus trying to filter post-export. Scenario 2: Shared mailbox migration
Michael Rodriguez manages "support@company.com" — a shared mailbox he accesses via Outlook desktop. He tries to export it. The folder doesn’t appear in the export tree. Why? Because shared mailboxes aren’t included by default unless added as an additional mailbox *and* cached locally. He must first go to File > Account Settings > Account Settings… > double-click his account > Change > check Download shared folders, then wait 2+ hours for sync before export appears. Scenario 3: Cross-platform transfer
James O'Brien switches from Outlook to Thunderbird. He exports his PST, then discovers Thunderbird can’t read it directly. He uses a free tool called readpst (command line, Linux/macOS/Windows) to convert the PST to mbox — but loses formatting, attachments, and calendar recurrence. Better path: use Outlook’s "Save As" on individual messages (Ctrl+S > HTML or MSG) for critical items, and export Contacts as CSV via the Contacts folder ribbon.
Limitations and Gotchas
Outlook’s export feature has hard boundaries — not quirks, but documented constraints. It does not work for Outlook Web App. Microsoft removed PST export from OWA years ago. You’ll see only “Download as .csv” for Contacts or “Print to PDF” for single messages — nothing for full mailbox archives. It fails silently on mailboxes larger than ~15 GB in Outlook 2016 and earlier. Outlook 365 handles up to ~50 GB, but only if the target drive has 2× free space (for temp files). I’ve seen exports abort at 92% with zero error message — just a blank PST. Admins can disable export entirely via Group Policy: Computer Configuration > Administrative Templates > Microsoft Outlook 2016 > Security > Disable export to PST. If grayed out in your Import/Export wizard, that’s why. One counterintuitive tip: If your export hangs or returns empty, close Outlook, rename your existing Outlook.pst (in File > Account Settings > Data Files), restart Outlook, and let it rebuild the local cache — then try again. Corrupted local indexes break export more often than server-side issues. Outlook for Mac has no PST export at all — only IMAP folder downloads (which skip calendar, tasks, notes). And here’s what you can do right now:| Task | How to Do It | Time Required |
|---|---|---|
| Check if shared mailboxes are cached | File > Account Settings > Account Settings > double-click account > Change > verify "Download shared folders" is checked | 2 minutes |
| Filter and isolate messages before export | Ctrl+Shift+F > set criteria > click "Find Now" > select all > drag into new folder | 3–90 seconds depending on filter complexity |
| Verify export completed successfully | Open Outlook > File > Open & Export > Open Outlook Data File > browse to exported .pst > expand folders and spot-check item counts | 1 minute |