What Most People Miss About How to Backup Outlook Rules
By Sarah Mitchell
Your laptop blue-screened during an Outlook update. You reinstalled Windows, restored your PST, and opened Outlook — only to find every rule gone: no automatic replies, no folder sorting, no flagged follow-ups from your sales team. You spent three hours rebuilding them. That shouldn’t happen.
What It Does
It saves your inbox automation — the logic that moves messages, forwards alerts, deletes spam, or flags priority threads — into a portable file you can restore later. Not the emails. Not the folders. Just the rules themselves. Think of it like saving a filter recipe, not the filtered results. If you use rules to route 'Invoice #' emails to Finance > AP and auto-flag 'Urgent: Server Down' with red, backing them up means you don’t retype those conditions when switching machines or recovering profiles.
How to Set It Up
This isn’t a toggle in Settings. It’s a manual export. Do this now — before anything breaks.
Open Outlook desktop (365, 2019, or 2016). Press Alt+H, then R, then R. Or go to Home tab > Rules dropdown > Manage Rules & Alerts.
In the dialog box, click Options (bottom left). Click Export Rules….
Choose a location. Name it something clear: rules-2024-07-johnsmith.rwz. Click Save.
That’s it. No confirmation message appears. No green checkmark. But the file is written.
To restore later: Open the same dialog (Rules > Manage Rules & Alerts), click Options, then Import Rules…, and select your .rwz file.
Configuration Options
There are no settings to tweak in the export dialog — but what gets saved *does* depend on where the rule lives and how it’s built. The table below shows what’s included, excluded, and version-specific behavior.
Feature
Outlook 365
Outlook 2019
Outlook 2016
Outlook Web
Server-side rules (e.g., 'move if sender = vendor@xyz.com')
✓ Exported
✓ Exported
✓ Exported
✗ Not supported — web has its own rule builder, no .rwz
Client-only rules (e.g., 'play sound', 'assign category', 'move to local folder')
✓ Saved, but may fail on restore if folder path differs
✓ Same behavior
✓ Same behavior
✗
Rules with scripts or VBA actions
✗ Not exported
✗ Not exported
✗ Not exported
✗
Rules tied to shared mailboxes you don’t own
✗ Only rules you created appear in export list
✗ Same
✗ Same
✗
Rule order and 'stop processing' flags
✓ Preserved exactly
✓ Preserved
✓ Preserved
✗
Real-World Examples
You run weekly client reviews. Every Monday at 8 a.m., Outlook sends a reminder email to your team titled 'Weekly Sync — Product Team'. You have a rule that moves all messages with that subject to a folder called 'Team Meetings > Weekly Sync'. You also flag them red and mark as unread. Backing up that rule means next time your laptop fails, you restore it in 20 seconds — no digging through old emails to reconstruct the exact subject line or folder path.
Your finance team uses a shared mailbox. You set up a rule that forwards any email with 'PO#' in the subject to the AP lead — but only if it comes from vendors@list.com. That rule lives on the server. It gets saved in the .rwz. So does the 'delete if subject contains 'newsletter' and sender domain = spamco.io' rule you built last month.
You’re migrating from Outlook 2016 to Outlook 365. You export rules from 2016, import into 365 — and they all work. Except one: the rule that moves messages to 'Archive > 2023 Projects' fails because that folder doesn’t exist yet in your new profile. You fix it by creating the folder first, then re-importing. That’s why you test imports on a clean profile before rollout.
Limitations and Gotchas
Outlook doesn’t back up rules automatically. Ever. Not to OneDrive. Not to Exchange. Not to your mailbox. The .rwz file is local-only and meaningless without the right context.
If your rule points to a folder that doesn’t exist on the target machine, Outlook skips it silently. No error. No warning. It just doesn’t run.
The .rwz file stores folder paths as full strings — including your Windows username. So if you export from C:\Users\jane.doe\AppData\Local\Microsoft\Outlook\, and try to import on a machine where the profile is C:\Users\jane_doe\, some client-side rules break.
Outlook Web App has zero integration with .rwz files. Its rules live in Exchange Online and are managed separately under Settings > Mail > Automatic processing > Inbox rules. You can’t export those — only recreate them manually.
Here’s the counterintuitive part: You *must* export rules while Outlook is running and connected to the mailbox. If you try exporting offline or while disconnected from Exchange, Outlook omits server-side rules — and you won’t know it until you import and notice half your logic missing.
Also: Rules created in Outlook Web App never show up in desktop Outlook’s Manage Rules dialog — so they never get exported. You must build and manage those separately.
Finally — and this trips up everyone — the 'Import Rules' button only appears *after* you’ve clicked 'Options' inside the Manage Rules dialog. It’s not on the main screen. It’s hidden. And there’s no tooltip.
Saves as .rwz; always include date and initials in filename
Import rules
Manage Rules & Alerts > Options > Import Rules…
Does NOT overwrite existing rules — appends them. Delete old ones manually first if needed.
Open Rules dialog fast
Alt+H, R, R
Works in Outlook 365, 2019, 2016 — no need to hunt for the ribbon tab.
Check if rules are server-side
In Manage Rules & Alerts, look for '(server)' next to rule name
Only server-side rules survive profile resets — but only if you re-add the account correctly.
Sarah Mitchell
Sarah has 12 years of experience covering Microsoft 365 productivity tools and enterprise software workflows. She specializes in Excel automation and SharePoint integration.