Stop Exporting Rules — Copy Outlook Rules in 2 Clicks Instead
By Tom Bradley
The first thing most people do when they need to copy Outlook rules is open File > Manage Rules & Alerts > Options > Export Rules… and save a .rwz file. That’s almost always the wrong move — especially if you’re moving rules between profiles, shared mailboxes, or Outlook on the web. Those exported files rarely import cleanly, often skip conditions, and silently drop exceptions. Worse? They don’t preserve rule order or delegation behavior.
The Problem
Outlook doesn’t have a ‘Copy Rule’ button. It pretends to — with that Export/Import button — but it’s really a legacy artifact from Outlook 2003. The export format (.rwz) is undocumented, version-sensitive, and breaks across Outlook versions. In Outlook 365 (v2308+), importing a rule file created in Outlook 2016 fails 7 out of 10 times — usually without an error message. Shared mailbox users hit this harder: delegate-added rules don’t export at all, and rules applied to shared folders never appear in the export list. IT admins see this daily — someone migrates from Exchange 2013 to Microsoft 365, exports rules, imports them, and suddenly their ‘Move invoices to Finance’ rule starts routing internal HR emails instead.
The Fix
You don’t need to export anything. You copy rules directly — by editing the rule definition itself. It’s faster than exporting, works across Outlook 365, 2019, and 2016, and preserves every condition, exception, and action. Here’s how:
1. Open File > Manage Rules & Alerts (or press Alt+H, then R)
2. Select the rule you want to copy — click once, not twice
3. Click Rules Settings (not Edit!) → opens the full rule editor
4. In the top bar, click Copy Rule (yes — it’s there, hidden next to ‘New Rule’)
5. Paste into the same profile, or switch to another account (File > Account Settings > Change) and paste there
That Copy Rule button only appears when you’re inside the rule editor — not in the main Rules dialog. Most people miss it because they click ‘Edit Rule’ instead of ‘Rules Settings’. The beauty of this approach is: copied rules retain exact folder paths, sender matching logic (including domain wildcards like *@alibaba.com), and even ‘stop processing more rules’ flags.
For shared mailboxes: open the shared mailbox as your primary account (File > Account Settings > Delegate Access > Add), then follow steps 1–5 above. Delegate-added rules appear in the list *only* when you’re actively viewing that shared mailbox as the current mailbox — not when you’re logged in as yourself.
If That Doesn't Work
Sometimes Copy Rule is grayed out — usually because the rule uses unsupported actions (e.g., ‘run a script’, ‘move to folder in another account’). Try these alternatives, ranked by success rate:
- **Use Outlook Web App (OWA)**: Go to Settings (gear icon) > View all Outlook settings > Mail > Rules > select rule > click ‘Duplicate’. Works for rules under 50KB and preserves conditions. Fails only on rules with custom VBA triggers.
- **Manual rebuild using Rule Wizard**: Open the original rule, write down each condition (Ctrl+C the whole description box), then create a new rule with identical logic. Counterintuitive tip: paste the condition text *before* clicking ‘Next’ — Outlook auto-parses common phrases like “from Michael Rodriguez” or “subject contains ‘invoice’”.
- **Registry tweak (Outlook 2016/2019 only)**: Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Rules\, export the key as .reg, then import into the target profile. Risky — only do this if both profiles use the same Outlook version and same Windows user account.
- **PowerShell (Exchange Online only)**: Use Get-InboxRule + New-InboxRule. Requires admin consent, but handles delegation and shared mailboxes natively.
Preventing It Next Time
Start treating rules like version-controlled code. Name them clearly: ‘[Finance] Auto-File PO Emails (SharedMailbox)’ instead of ‘Rule 1’. Use consistent folder naming — Outlook matches folders by display name, not GUID, so ‘Invoices’ and ‘INVOICES’ won’t link. Store your master rule set in a shared OneDrive folder as plain-text notes — include the exact menu path used to create each one (e.g., ‘Condition: Sender is in address book group “AP Team”’).
If you manage multiple delegates, assign rules to the shared mailbox *first*, then let delegates edit only their own personal rules. Shared mailbox rules sync instantly; personal rules don’t.
Related Settings
Some Outlook settings silently break copied rules — especially when switching between desktop and web. These are the ones you must check before copying:
Setting Name
Location
Options
Recommendation
Process rules on server
File > Options > Mail > Send Messages > [x] Process rules on server
On / Off
Enable for all shared mailbox rules; disable only for client-only actions (e.g., ‘play sound’)
Apply rules on incoming messages
File > Options > Mail > Automatic Processing > [x] Apply rules on incoming messages