What Most People Miss About Outlook Rules and Computer Power State

Your client Acme Corp sent an urgent email at 2:17 a.m. — subject line 'URGENT: Contract Signed'. You woke up at 7:45 a.m., opened Outlook, and found it buried under 38 unread messages in your Inbox. No rule moved it. No alert fired. You missed the 9 a.m. deadline for follow-up.

Quick Answer

No — desktop Outlook rules do not run when your computer is off, asleep, or hibernating. Only server-side rules (created in Outlook Web or synced via Exchange Online) execute while your PC is powered down. To check or create them: Outlook Web > Settings (gear icon) > Mail > Rules. Desktop rules live entirely on your machine — no background process, no cloud trigger, no magic.

Step-by-Step Walkthrough

  1. Open Outlook Web first: Go to outlook.office.com, sign in, click the gear icon in the top right, then select View all Outlook settings.
  2. Navigate to Rules: In the left pane, go to Mail > Rules. This is where server-side rules live — the only kind that work when your laptop is closed.
  3. Create a new rule: Click + Add new rule. Name it (e.g., "Acme Corp → Clients/Acme Corp"). Under "Apply this rule if…", choose Sent to or received from, then enter acme.com or their exact email.
  4. Set the action: Click Do the following, select Move to folder, then browse to Clients/Acme Corp. If that folder doesn’t exist yet, create it first in Outlook Web — desktop folders won’t auto-sync unless they’re visible in the web interface.
  5. Save and test: Click Save. Send yourself a test email from an @acme.com address (or use a colleague’s alias). Wait 30 seconds — it should appear directly in Clients/Acme Corp, even if your desktop Outlook is closed.
  6. Disable conflicting desktop rules: In desktop Outlook, go to File > Manage Rules & Alerts > Email Rules tab. Uncheck any rule with the same condition (e.g., "from acme.com") — desktop and server rules can clash, causing duplication or silent failure.

Common Pitfalls

  • You created the rule in desktop Outlook (File > Manage Rules & Alerts) and assumed it would run overnight — it won’t. That rule only activates when Outlook.exe is running and connected.
  • You named your folder Acme-Corp in desktop Outlook but typed Acme Corp in Outlook Web — server-side rules are case-insensitive but folder name spelling must match exactly, including spaces and slashes.
  • You set up a rule to forward emails externally (e.g., to your Gmail), but your company’s Exchange admin has disabled automatic forwarding for security — the rule saves but silently fails with no notification.
  • You added a condition like "with specific words in the subject" but used punctuation (e.g., "Q3 Report:"), and Outlook Web treats colons as delimiters — it split the phrase and matched nothing.

Pro Tips

These aren’t in any Microsoft doc — they’re battle-tested.

  • Use "Stop processing more rules" selectively: In Outlook Web, this checkbox prevents later rules from firing — but unlike desktop Outlook, server-side rules process in alphabetical order by name, not top-to-bottom. So name critical rules "01-Acme Priority", "02-Internal Alerts" to control sequence.
  • Mobile Outlook (iOS/Android) follows server-side rules only: Your iPhone won’t run desktop rules — ever. But it *will* show emails already moved by Outlook Web rules. No setup needed. Just make sure the target folder (e.g., Projects/2024/Q3) is visible in your mobile folder list — if it’s hidden in Outlook Web, it won’t appear on iOS.
  • Test with delayed delivery: Compose a new message in Outlook Web, click Options > Delay Delivery, set it for 2 minutes in the future, and send. Then close your browser. If your rule fires, the message lands in the right folder when you reopen — proving server-side execution works.

Troubleshooting

If your Outlook Web rule isn’t moving mail while your PC sleeps, check these:

  • Exchange version matters: Server-side rules require Exchange Online (Microsoft 365), Exchange Server 2013 or newer. If your company still runs Exchange 2010, server rules are limited — and many conditions (like "has attachment") won’t work. Ask your IT team for your Exchange version.
  • Admin restrictions: Some organizations disable server-side rules entirely via PowerShell: Set-CASMailbox -Identity user@company.com -RulesQuota 0KB. If you see "Rules are disabled" in Outlook Web > Settings > Mail > Rules, that’s why.
  • Desktop Outlook overrides behavior: Even with server rules active, if desktop Outlook is open and syncing, it may reapply its own local rules during sync — especially if you’ve enabled Send/Receive > Download shared folders or have cached Exchange mode turned on. Turn off cached mode temporarily to test clean behavior.
  • Time zone confusion: Outlook Web rules use your mailbox’s time zone (set in Settings > General > Time zone), not your device’s. If your PC is in New York but your mailbox time zone is set to London, a rule scheduled to run at 9 a.m. triggers at 9 a.m. GMT — not EST.
Feature Outlook 365 Outlook 2019 Outlook 2016 Outlook Web
Runs when PC is off ❌ (desktop rules only) ✅ (server-side)
Can move to Archive/2023 ✅ (if folder exists in Web UI)
Supports "has attachment" condition ✅ (desktop & server) ✅ (desktop only) ✅ (desktop only) ✅ (Exchange Online only)
Can forward externally ✅ (if allowed by admin) ✅ (if allowed by admin) ✅ (if allowed by admin) ❌ (blocked by default in most tenants)
Rule editor supports regex ❌ (but supports wildcards like *invoice*)
Shortcut to open Rules dialog Alt+H, then R, then R Alt+H, then R, then R Alt+H, then R, then R N/A (web-only)
Sarah Mitchell

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.