Why Are My Outlook Rules Not Working? (How to Fix Them)
If your Outlook rules stopped running automatically, the cause is almost always one of six things: the rule is turned off, it only runs on your computer, an earlier rule stopped processing before it reached, your mailbox hit its rules quota, the rule points at a folder or account that moved, or the rules table is corrupted. New Outlook also runs a thinner rules engine than classic Outlook, so some rules simply can’t exist there.
Here’s how to diagnose and fix each one, in every version of Outlook in 2026.
1. The Rule Is Turned Off
The most common reason a rule “stopped working” is that its checkbox got unticked — often by accident, or because Outlook disabled it after an error.
New Outlook / Outlook on the web (outlook.office.com):
- Click the Settings gear (top right) > Mail > Rules.
- Find your rule in the list and make sure the toggle next to it is on.
Classic Outlook for Windows:
- On the Home tab, click Rules > Manage Rules & Alerts (or File > Manage Rules & Alerts).
- In the E-mail Rules tab, confirm the checkbox beside the rule is ticked. An unticked rule is saved but dormant.
Outlook for Mac: Go to Outlook menu > Settings > Rules, then confirm the rule is enabled.
Tip: If a rule keeps switching itself off, Outlook is hitting an error each time it runs — usually a missing target folder (see section 5) or a quota problem (section 4).
2. It’s a Client-Only Rule (“On This Computer Only”)
This is the single biggest source of “my rules don’t run unless Outlook is open.” Outlook has two kinds of rules:
- Server-side rules run on Exchange Online itself, around the clock, even when your computer is off.
- Client-only rules run only while that specific copy of classic Outlook is open and connected to the internet.
Certain actions and conditions can only run on the client, so Outlook tags the whole rule “on this computer only.” The usual culprits are:
- Play a sound, display a desktop alert, or show a New Item Alert window.
- Start an application or run a script.
- Mark as read in some configurations.
- Conditions that read content only the client can see.
How to spot it: In classic Outlook’s Manage Rules & Alerts, click the rule and read the description in the lower box. If it ends with “on this computer only,” it’s client-side.
The fix: Rebuild the rule using only server-friendly conditions (sender, recipient, subject words, etc.) and server-friendly actions (move to folder, forward, delete, assign category). Remove the alert/sound/app actions, or split them into a separate client rule you accept will only run when Outlook is open. Server-side rules created this way run in New Outlook, on the web, and on mobile automatically.
This is also why people see rules work on their desktop but not on their phone — phone and webmail only ever run server-side rules.
3. Rule Order and “Stop Processing More Rules”
Outlook evaluates rules top to bottom. Two ordering problems break rules silently:
- An earlier rule has “stop processing more rules” turned on. If that rule matches an incoming message first, every rule below it is skipped — even rules you’d expect to also apply. A common pattern: a broad “move newsletters to a folder” rule near the top with stop-processing on, swallowing messages a more specific rule lower down was meant to catch.
- A more specific rule sits below a broader one. The broad rule fires (and maybe moves or deletes the message) before the specific rule gets a turn.
The fix:
- In Manage Rules & Alerts (classic) or Settings > Mail > Rules (New Outlook/web), select a rule and use the up/down arrows to reorder. Put narrow, specific rules above broad catch-all rules.
- Open each rule and check whether stop processing more rules is enabled. Remove it unless you genuinely want processing to halt there.
Tip: New Outlook and the web expose stop-processing as a per-rule toggle near the bottom of the rule editor; classic Outlook lists it as an action you tick in the rule wizard.
4. You Hit the Rules Quota
Exchange Online stores all your rules in a single hidden mailbox item with a size cap of roughly 256 KB by default (an admin can raise it to 500 KB). Once the combined size of your rules reaches the limit, you get errors like “One or more rules could not be uploaded to Exchange and have been deactivated” — or new rules simply won’t save, and existing ones quietly stop running.
Rule size is driven by complexity, not just count: long lists of senders, big keyword lists, and long rule names all eat into the budget.
The fix:
- Open Manage Rules & Alerts and delete rules you no longer use — old projects, former colleagues, dead distribution lists.
- Consolidate similar rules. One rule that moves five newsletter senders to a folder is far smaller than five separate rules.
- Shorten rule names — the name counts toward the quota.
- Replace long sender lists with simpler conditions where possible (e.g., a domain keyword in the address rather than 30 individual addresses).
- If you genuinely need more room, ask your Microsoft 365 admin to raise the rules quota to 500 KB with the
Set-Mailbox -RulesQuotaPowerShell command.
5. The Rule Points at a Folder or Account That Moved
A rule that says move to “Clients” breaks the moment that folder is renamed, deleted, or lives in an account you’ve since removed. Outlook often disables the rule rather than throwing an obvious error.
Watch for these triggers:
- You renamed or deleted the destination folder.
- You removed and re-added the email account, which can change the underlying folder IDs.
- The rule targets a shared mailbox or PST that’s no longer connected.
The fix: Open the rule, look for any value shown in a different color or marked as missing, click it, and re-select the correct folder or account. If the folder is genuinely gone, recreate it or repoint the rule, then re-enable it.
6. The Rules Table Is Corrupted (Classic Outlook)
If rules behave erratically — one won’t run, edits won’t save, or you see “rules could not be created/displayed” errors — the hidden rules table in your profile may be corrupt.
The classic Outlook fix is a clean reset:
- Close Outlook completely.
- Press Windows + R to open the Run box.
- Type
outlook.exe /cleanrulesand press Enter. - Outlook starts and deletes all client and server rules, rebuilding the table from scratch.
- Recreate the rules you still need.
Because /cleanrules deletes everything, export your rules first if you want a backup: Manage Rules & Alerts > Options > Export Rules to an .rwz file. If only one rule is broken, try deleting and recreating just that rule before resorting to /cleanrules.
Note:
/cleanrulesis a classic Outlook switch. The New Outlook executable does not support command-line cleanup switches — see the next section.
7. New Outlook Runs a Different (Thinner) Rules Engine
If you recently switched to New Outlook for Windows and your rules vanished or stopped firing, that’s expected behavior, not a bug. New Outlook does not use classic Outlook’s local rules engine. Instead it relies on server-side rules stored in Exchange, and its rule editor exposes fewer conditions and actions than classic Outlook’s wizard.
What this means in practice:
- Client-only rules don’t migrate. Any rule that played a sound, showed an alert, ran a script, or started an app won’t come across. You’ll need to rebuild a server-friendly version or keep classic Outlook for those.
- Complex rules may be simplified or dropped during the migration.
- There’s no
/cleanrulesequivalent. If New Outlook’s rules misbehave, the reset path is to remove the account (Settings > Accounts) and re-add it, or toggle back to classic Outlook temporarily.
Run a rule manually in New Outlook: New Outlook can apply an existing rule on demand. Open Settings > Mail > Rules, find the rule, and use the Run rule now option (the play/run control beside the rule) to apply it to your current inbox. Classic Outlook offers the same thing under Manage Rules & Alerts > Run Rules Now, which is the fastest way to clear a backlog after you fix a broken rule.
Troubleshooting
Outlook rules not running automatically
The rule is almost certainly client-only (section 2) and your computer is off, or Outlook is closed. Rebuild it with server-side conditions and actions (move/forward/delete/category) so Exchange runs it without your machine. Confirm it isn’t also unticked.
Outlook rules stopped working after an update
Check the rules quota (section 4) — a deactivation error after an update often means you were near the 256 KB cap. Also confirm a recent folder rename didn’t orphan the destination (section 5).
New Outlook rules not working
New Outlook only runs server-side rules and supports fewer conditions than classic Outlook. Client-only rules don’t migrate. Rebuild them server-side, or use Run rule now to apply manually. There is no /cleanrules switch — re-add the account to reset.
A rule works on desktop but not on my phone
Phones and webmail run only server-side rules. If the rule is marked “on this computer only,” it will never run on mobile. Convert it to a server-side rule.
One rule won’t run even though it’s turned on
Look for an earlier rule with “stop processing more rules” that matches first (section 3), or a missing destination folder (section 5). If neither applies, the rules table may be corrupt — run outlook.exe /cleanrules in classic Outlook.
My rule won’t save at all
You’ve likely hit the rules quota. Delete or consolidate old rules and shorten rule names to free space, or ask your admin to raise the limit to 500 KB.
Quick Reference
| Symptom | Most likely cause | Fix |
|---|---|---|
| Runs only when Outlook is open | Client-only rule | Rebuild with server-side actions |
| Won’t fire at all | Rule unticked | Re-enable the checkbox/toggle |
| Specific rule skipped | Earlier stop-processing rule | Reorder; remove stop flag |
| New rules won’t save | Quota full (~256 KB) | Delete/consolidate; raise to 500 KB |
| Rule disabled itself | Missing target folder/account | Repoint folder; re-enable |
| Erratic, edits won’t stick | Corrupted rules table | outlook.exe /cleanrules (classic) |
| Rules gone after switching | New Outlook thinner engine | Rebuild server-side; re-add account |
Let an Assistant Handle the Triage Instead of a Brittle Rule
Rules break because they’re rigid — one renamed folder or a full quota and they silently stop. Carly is an AI assistant that works over email and can sort, label, file, and route your inbox the way you describe it in plain English, without you maintaining a stack of fragile rules. It connects to 200+ apps, so when an important message lands, Carly can file it, log it to your CRM, and create the follow-up task in one pass. Carly starts at $35/month.
More on Outlook: How to create rules in Outlook · How to clean up your inbox in Outlook · How to filter emails in Outlook · How to categorize emails in Outlook · How to turn on Focused Inbox in Outlook · How to reach inbox zero in Outlook · How to create a search folder in Outlook
Ready to automate your busywork?
Carly schedules, researches, and briefs you—so you can focus on what matters.
See what people say
"Before Carly, I relied on a Calendly link, but the whole process felt impersonal and not very professional. Carly changed that by handling all the back-and-forth, so I'm no longer stuck in endless email threads trying to line up schedules.
Now Carly reaches out to candidates, shares my real-time availability, lets them pick a slot, then sends a Zoom link and drops it straight into my calendar. She sends reminders to both of us before each call, which has significantly reduced no-shows and last-minute confusion.
On top of scheduling, Carly acts like a full executive assistant, sending me my schedule the night before so I can prepare for each call. It reminds me of the old x.ai assistant, but Carly is noticeably smarter, faster, and better suited to my healthcare recruitment business."


