Why does your new laptop open Outlook with no signatures? Why do your custom categories vanish after reinstalling? Why does your colleague’s ‘Send/Receive Groups’ look nothing like yours — even though you both used the same backup tool?
Because Outlook doesn’t have a single ‘Export Settings’ button. It never did. And most people assume it does — or that clicking ‘Export’ in File > Open & Export means they’ve saved everything.
They haven’t.
The Myth
Most people believe Outlook has a built-in way to export *all* their personal configuration: account setup, signatures, rules, Quick Steps, calendar color-coding, view settings, and even toolbar layouts. They go to
File > Open & Export > Import/Export, pick ‘Export to a file’, select ‘Outlook Data File (.pst)’, and walk away thinking they’ve backed up their entire Outlook world.
That’s wrong.
A .pst file holds *only email, contacts, calendar items, tasks, and notes*. Not rules. Not signatures. Not Send/Receive Groups. Not ribbon customizations. Not even your default font for new messages.
You can’t export your ‘Follow Up’ flag colors. You can’t export your ‘Show as Conversations’ toggle per folder. You can’t export your custom ‘To-Do Bar’ layout.
None of those live in the .pst.
The Reality
Outlook *does* let you export certain settings — but only through narrow, version-specific paths. And almost all require manual copying or registry-level work.
Here’s what *actually* exports — and how:
• Account settings (server names, ports, authentication): via
File > Account Settings > Account Settings… > Export (only in Outlook 365 and 2019; not available in 2016 or earlier)
• Mail rules: only if you’re using Exchange Online — then rules sync automatically across devices. In POP/IMAP setups? Rules are stored locally and *cannot be exported at all* — not via UI, not via PowerShell, not via registry dump.
• Signatures: stored in
%APPDATA%\Microsoft\Signatures\. Copy that folder. That’s it. No UI path. No export wizard.
• Quick Steps: stored in the Windows Registry under
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\QuickSteps (Outlook 365/2019). You *can* export that key manually — but doing so breaks if you import it on a different Outlook version or architecture (32-bit vs 64-bit).
Why the Myth Persists
Microsoft never built a unified settings export feature. Instead, they added piecemeal tools over 20 years — each buried in different menus, each working only for one thing, each behaving differently across versions.
The
Import/Export wizard was introduced in Outlook 97 — designed for mail migration, not configuration portability. But tutorials from 2008–2015 kept calling it ‘export settings’, even though the dialog literally says ‘Export to a file’ and lists only .pst, .csv, and .txt options.
Outlook 2016 removed the ‘Export’ button from Account Settings entirely — forcing users back to manual registry or profile recreation. Then Outlook 365 quietly re-added it — but only for Microsoft 365 accounts, not IMAP.
And Outlook Web App? There is *no export option for any settings* — not rules, not signatures, not views. OWA settings are synced only if you’re signed into the same Microsoft 365 tenant with the same mailbox. Nothing portable.
The Right Way
If you need reproducible, portable Outlook settings — do this, in order:
1. Export your mail, calendar, contacts, and tasks to a .pst (for data continuity)
2. Manually copy
%APPDATA%\Microsoft\Signatures\
3. Export your Outlook profile (.prf) *only if you’re using Exchange* and need to redeploy account setup (File > Options > Advanced > Export > Export Outlook Profile)
4. For Quick Steps: use PowerShell *only on the same Outlook version* — no GUI method exists
Don’t bother trying to export Views or Ribbon customizations. They’re tied to your Windows user profile and machine hardware ID. They don’t survive OS reinstallation.
Here’s the exact sequence for exporting what *can* be exported reliably:
| Step |
Action |
Menu Path |
Shortcut |
| 1 |
Export mail/calendar/contacts |
File > Open & Export > Import/Export > Export to a file > Outlook Data File (.pst) |
None |
| 2 |
Export Exchange account profile |
File > Options > Advanced > Export > Export Outlook Profile |
Alt+F+T → A → E |
| 3 |
Copy signature folder |
Paste %APPDATA%\Microsoft\Signatures\ into File Explorer address bar |
Win+R → type path → Enter |
| 4 |
Export Quick Steps (PowerShell) |
Run Outlook with admin rights → PowerShell: Get-OutlookQuickStep | Export-Clixml quicksteps.xml |
Ctrl+Shift+Esc → Run new task → powershell.exe |
| 5 |
Backup AutoArchive settings |
File > Options > Advanced > AutoArchive settings → click ‘Archive this folder and all subfolders’ → note location |
Alt+F+T → A → scroll down |
| 6 |
Save View settings per folder |
Right-click folder > Properties > General tab > ‘Apply current view to other folders’ — then manually reapply on new install |
Right-click folder → Properties |
Proof It Works
Before export:
• Signature folder contains 3 files:
Default.htm,
Legal.txt,
ProductTeam.rtf
• Outlook Profile (.prf) shows server: outlook.office365.com, port: 587, encryption: TLS
• Quick Steps list: ‘Flag for Follow-up’, ‘Move to Project X’, ‘Reply w/Template – Approval’
After clean reinstall + import:
• Signatures appear immediately when pasted into new
%APPDATA%\Microsoft\Signatures\
• .prf import sets up Exchange account in under 90 seconds — no manual typing
• Quick Steps restored via PowerShell show identical names, icons, and actions
• But ‘Weekly Sync — Product Team’ still appears in Calendar view with wrong font size — because view font is *not* in the .prf or .pst
Exceptions
The myth *is* correct — but only in one narrow case.
If you’re using Outlook 365 with a Microsoft 365 E3/E5 license and your mailbox is cloud-only (no hybrid), and you’ve enabled ‘Roaming Settings’ in your tenant admin center (Settings > Org Settings > Security & Privacy > Roaming Settings), then *some* settings sync automatically:
• Message formatting defaults
• Reading pane position
• Junk email settings
• Folder permissions (if shared)
But even then: signatures, Quick Steps, and rules *still don’t roam*. Roaming Settings doesn’t touch them.
Also — if you’re on Outlook for Mac (v16.83+), the ‘Export Settings’ menu *does exist*, but only exports account credentials (not full config) and only works with Microsoft 365 accounts. It fails silently on IMAP.
So yes — there *is* an ‘Export Settings’ menu. But it’s misleading. It exports less than 12% of what most users think it does.
Do this now: Open File Explorer. Paste
%APPDATA%\Microsoft\Signatures\. Copy that folder to a USB drive. That’s the single most useful ‘settings export’ you’ll ever do.