Skip to content
7 min fix 10 min read Recently reviewedBeginner
Quick Answer

Go to File > Manage Rules & Alerts and ensure the checkbox next to your rule is checked. If it is unchecked, Outlook has disabled it due to an error.

How to Fix Outlook Rules Not Working or Running Automatically

Applies to: Microsoft Outlook (Microsoft 365, Outlook 2021, New Outlook for Windows), Windows 10/11
Article Type: Troubleshooting
Last Updated: 2026-06-18

Summary

If your Outlook email rules have stopped working — emails are not being moved, flagged, or forwarded as expected — this article walks you through every common cause and fix. Most issues are caused by disabled rules, client-side vs. server-side behavior, or a corrupted rules cache. Every step works without admin rights.

Prerequisites

  • Microsoft Outlook desktop app (Classic or New Outlook) or Outlook on the web.
  • A working internet connection (needed to verify server-side rule behavior).

Instructions

1. Verify the Rule Is Enabled (1 Minute)

Rules can become disabled silently after Outlook updates, mailbox migrations, or errors during rule execution.

  1. Open Classic Outlook.
  2. Go to File > Manage Rules & Alerts.
  3. In the Rules and Alerts dialog, review the list of rules.
  4. Check that each rule you expect to be active has a checkmark next to it. If the checkbox is unchecked, the rule is disabled.
  5. Check the box next to any disabled rule to re-enable it.
  6. Click Apply > OK.

For New Outlook:

  1. Click the Settings gear icon in the top-right corner.
  2. Click Mail > Rules.
  3. Verify each rule shows a toggle in the On position. Toggle on any that are off.

Verification: Send yourself a test email that matches the rule conditions and confirm the rule processes it correctly.

2. Check Rule Conditions and Exceptions (2 Minutes)

A rule that appears correct may have a subtle condition or exception that prevents it from matching the emails you expect.

  1. Open the rule for editing:
    • Classic Outlook: File > Manage Rules & Alerts > select the rule > Change Rule > Edit Rule Settings.
    • New Outlook: Settings > Mail > Rules > click the rule to expand it.
  2. Review the conditions carefully:
    • Is the "from" address spelled correctly? Even one extra character prevents matching.
    • If the condition is "with specific words in the subject," are the keywords exact matches? Outlook rules are not case-sensitive but do require exact word matches.
    • If the condition uses "from people or public group," ensure the correct contact or group is selected.
  3. Review the exceptions (if any):
    • An "except if" clause can exclude emails you expect the rule to catch. For example, "except if the subject contains 'RE:'" would skip all reply emails.
    • Remove any exception that is too broad.
  4. Check the rule order. Rules execute from top to bottom. If a higher-priority rule has "stop processing more rules" checked, rules below it will never run on the same email.
  5. Click Finish > Apply > OK.

Verification: Send a test email matching the exact conditions (same sender, same subject keywords) and confirm the rule processes it.

3. Understand Server-Side vs. Client-Side Rules (2 Minutes)

This is the most common reason rules "only work when Outlook is open." Outlook rules fall into two categories, and the difference determines whether they run 24/7 or only while the desktop app is running.

Server-side rules run on the Exchange server and process email even when Outlook is closed:

  • Move to folder
  • Delete
  • Forward to (external address may be blocked by IT policy)
  • Categorize

Client-side rules run only when the Outlook desktop app is open:

  • Play a sound
  • Display a Desktop Alert
  • Mark as read
  • Print the message
  • Run a script
  • Any rule that moves email to a folder on your local computer (not your mailbox)

How to identify which type your rule is:

  1. In Classic Outlook, go to File > Manage Rules & Alerts.
  2. Look for the text (client-only) next to the rule name. If this label appears, the rule will only execute when Outlook is open.
  3. If the rule does not have this label, it is a server-side rule and should run regardless of whether Outlook is open.

To fix a client-only rule:

  • Remove the client-only action (e.g., "play a sound") and replace it with a server-side action (e.g., "move to folder" or "categorize").
  • Alternatively, ensure the Outlook desktop app stays open during working hours.

Verification: After converting to a server-side rule, close Outlook, send a test email from another account, then reopen Outlook and check whether the rule processed the email while Outlook was closed.

4. Fix the "Not Enough Space" / Rules Quota Error (3 Minutes)

Exchange mailboxes have a rules size quota — typically 256 KB for Exchange Online (Microsoft 365). This is not about disk space; it is about the total size of all your rule definitions combined. Complex rules with many conditions, long folder paths, or large recipient lists consume more quota.

  1. Open Classic Outlook > File > Manage Rules & Alerts.
  2. Review all rules. Delete any rules that are no longer needed:
    • Old project-specific rules for completed work.
    • Duplicate rules that do the same thing.
    • Rules for senders who no longer email you.
  3. Simplify remaining rules to reduce their size:
    • Combine multiple rules with similar actions into one rule with broader conditions.
    • Shorten folder names — long nested folder paths like Projects > 2024 > Q3 > Finance > Reports consume more quota than a single Finance Reports folder.
    • Remove unnecessary exceptions.
  4. Click Apply > OK after each change.
  5. Try creating or editing rules again — the quota error should no longer appear.

For New Outlook:

  • New Outlook rules are managed on the server and share the same quota. Delete unused rules via Settings > Mail > Rules.

Verification: The quota error no longer appears when saving rules. If you are still at the limit, consider consolidating similar rules.

5. Reset the Rules Cache File (SRS File) — Classic Outlook Only (3 Minutes)

Classic Outlook stores a local cache of your rules in a file called Outlook.srs. If this file becomes corrupted, rules may stop running, apply incorrectly, or disappear entirely. Renaming the file forces Outlook to rebuild the cache from the server.

  1. Close Outlook completely — ensure it is not running in the system tray.
  2. Press Windows + R, type %appdata%\Microsoft\Outlook and press Enter.
  3. Find the file named Outlook.srs.
  4. Right-click it and select Rename. Change the name to Outlook.srs.old.
  5. Close the File Explorer window.
  6. Reopen Outlook. It will create a new Outlook.srs file and re-download your rules from the server.
  7. Go to File > Manage Rules & Alerts and verify your rules are present and enabled.

Verification: Your rules reappear in the Rules and Alerts dialog. Send a test email to confirm they are executing correctly. If the problem is resolved, you can delete the Outlook.srs.old file.

6. Delete and Recreate Broken Rules (2 Minutes)

Sometimes a rule becomes internally corrupted — it appears in the list but does not execute, or it produces unexpected behavior. Editing the rule does not fix it. In this case, deleting and recreating the rule from scratch is the most reliable fix.

  1. Open File > Manage Rules & Alerts (Classic) or Settings > Mail > Rules (New Outlook).
  2. Note the conditions and actions of the broken rule (take a screenshot if helpful).
  3. Select the rule and click Delete.
  4. Click New Rule and recreate the rule with the same conditions and actions.
  5. Click Finish > Apply > OK.
  6. Send a test email to verify the recreated rule works.

Verification: The newly created rule processes test emails correctly. If the same rule breaks again repeatedly, the conditions may conflict with an Exchange transport rule set by IT — see Method 8.

7. Rules in New Outlook vs. Classic Outlook (Reference)

New Outlook and Classic Outlook handle rules differently. If you recently switched between them, some rules may not transfer cleanly.

FeatureClassic OutlookNew Outlook
Where rules are managedFile > Manage Rules & AlertsSettings > Mail > Rules
Client-side rules✅ Supported❌ Not supported — all rules are server-side
Run Rules Now✅ Available❌ Not available
Rule import/export✅ Supported (.rwz files)❌ Not supported
"Play a sound" action✅ Available (client-only)❌ Not available
"Stop processing more rules"✅ Available✅ Available
Rules created in Outlook on the web✅ Visible and editable✅ Visible and editable

Common issues when switching:

  • Client-side rules from Classic Outlook do not appear in New Outlook — because New Outlook only supports server-side rules. You need to recreate them using server-side actions.
  • Rules created in New Outlook appear in Classic Outlook — but may behave differently if Classic Outlook adds a client-only interpretation.
  • "Run Rules Now" is missing in New Outlook — this feature is not yet available. To manually process rules against existing emails, use Classic Outlook or Outlook on the web.

Verification: If rules work in one Outlook version but not the other, check the table above to understand whether the rule type is supported in both versions.

8. When to Contact IT

The causes below live on the Exchange server, so the fix has to come from IT. Tell them which rule is affected, what it is meant to do, and whether it works in Outlook on the web — that last detail tells them whether the rule or the desktop app is at fault.

Contact your IT helpdesk if:

  • Forwarding or redirect rules are blocked — many organizations disable auto-forwarding to external addresses as a security policy. IT can confirm whether this policy is in place and grant exceptions if business-justified.
  • Rules worked before a mailbox migration — migrations between Exchange servers or to Exchange Online can reset or corrupt rules. IT may need to clear the server-side rules and have you recreate them.
  • An Exchange transport rule overrides your personal rules — IT-configured transport rules (e.g., disclaimers, DLP policies, anti-spam redirects) run before your personal rules and can intercept or modify emails before your rules see them.
  • Rules work in Outlook on the web but not in the desktop app — this points to a local Outlook installation issue. Try the Microsoft Office Repair Tool (Settings > Apps > Installed apps > Microsoft 365 > Modify > Quick Repair).
  • You need to exceed the rules quota — IT can increase the rules quota using Exchange admin tools, though this is uncommon.

Troubleshooting

DANGER

If your rules worked yesterday and stopped today without any changes on your part, the most likely cause is a server-side update or a rules cache corruption. Start with Method 5 (reset the SRS file) — it resolves the majority of sudden rule failures.

Symptom / ErrorPotential CauseSolution
Rules work manually but not automaticallyRule is client-side onlyCheck for the "(client-only)" label (Method 3). Convert to server-side actions.
Rules only work when Outlook is openClient-side rule typeRemove client-only actions (play sound, desktop alert) and use server-side actions instead (Method 3).
Rules disappeared after updateCorrupted SRS cache fileReset the SRS file (Method 5). Rules will re-download from the server.
"Not enough space on the server"Rules quota exceeded (256 KB)Delete unused rules and simplify complex ones (Method 4).
Forwarding rule not workingOrganization blocks auto-forwardingAsk IT to confirm whether auto-forwarding to external addresses is blocked, and to allow an exception for the address you need (Method 8).
Rules skip some matching emails"Stop processing" enabled on higher ruleCheck rule order — disable "stop processing more rules" on rules above the affected one (Method 2).
Rules from Classic missing in New OutlookClient-only rules not supportedRecreate them using server-side actions in New Outlook (Method 7).