UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows laptop showing Outlook inbox with Rules and Alerts dialog open, desk with coffee cup, warm desk lamp lighting, focused professional atmosphere
Fix It Yourself · Troubleshooting

Outlook rules not working

Updated 16 June 202612 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

You've set up an Outlook rule to automatically move emails from your boss into a folder. Or sort newsletters away from your inbox. But nothing happens. The rule sits there, enabled, looking innocent. This gets frustrating fast, especially when you're expecting the sorting to just work.

TL;DR

Outlook rules not working usually means the rule is disabled, pointing to a deleted folder, or client-only and not running while Outlook is closed. Start by running the rule manually to confirm it works. Then check rule ordering, folder paths, and enable server-side behaviour. If corruption is suspect, repair your data file with SCANPST.EXE or reset Outlook's Send/Receive settings file.

⏱️ 14 min read✅ 92% success rate📅 Updated May 2026

Key Takeaways

  • Most Outlook rules fail because they're disabled, misconfigured, or blocked by rule ordering
  • Client-only rules only run when Outlook is open; server-side rules run always
  • A deleted or renamed folder breaks the rule instantly without warning
  • Data file corruption or outdated Outlook versions cause unpredictable rule behaviour
  • SCANPST.EXE repairs PST/OST damage; resetting the .SRS file fixes Send/Receive issues

At a Glance

  • Difficulty: Medium
  • Time Required: 15, 30 mins
  • Success Rate: 85, 92% of users with these steps

What Causes Outlook Rules Not Working?

There are several reasons Outlook rules fail silently. Understanding the cause saves time chasing the wrong fix.

The most common culprit is a rule that's simply disabled. You created the rule months ago, but someone (or a Windows update) unchecked it. It's visible in your Rules and Alerts list, but it won't fire. Another frequent cause is rule ordering: if an earlier rule has a stop processing instruction enabled, it blocks all later rules from running on the same message.

The second-biggest issue is that the rule's destination folder no longer exists. Maybe you deleted a folder, renamed it, or moved it to a different location. The rule still references the old path, and Outlook silently skips the action rather than complaining. This is especially sneaky because the rule looks fine when you edit it.

Then there's the client-only versus server-side split. Rules that rely on Outlook categories, local PST files, or custom scripts are client-only and only run when Outlook is actually running. If you rely on rules to sort mail while you're offline or not at your desk, client-only rules won't help. Server-side rules (using simple conditions like From, To, Subject) work even when Outlook is closed, but only on Microsoft 365 or Exchange accounts.

Data file corruption is another nasty cause. If your PST or OST file is damaged, Outlook may not execute rules reliably, or may skip them entirely. The Send/Receive Settings file (.SRS) can also get corrupted, preventing automatic rule execution on schedule.

Finally, outdated Outlook versions sometimes have rule-related bugs that are fixed in updates. An old version might disable a rule unexpectedly or fail to apply rules to incoming messages.

Outlook Rules Not Working: Quick Fix

1

Run Your Rule Manually to Confirm It Works Easy

  1. Open Outlook
    Go to the Home tab and click Rules, then Manage Rules and Alerts.
  2. Select your rule
    Find the rule that should be moving emails. Click on it to select it.
  3. Click Run Rules Now
    This button appears in the Rules and Alerts window (not always visible by default; you may need to scroll). Click it.
  4. Choose a folder
    A dialog asks where to run the rule. Select your Inbox (or whichever folder contains test emails).
  5. Click Run Now
    Outlook processes the rule against all messages in that folder.
  6. Check the result
    Switch to the destination folder and see if emails moved. If they did, the rule logic is correct, and the issue is with automatic triggering or environment. If nothing moved, the rule itself is broken (wrong conditions or target folder).
If emails moved, skip to the intermediate fixes below. If they didn't, edit the rule to check conditions and folder path.
Note: Running rules manually only works on messages already in Outlook. It doesn't trigger on new incoming mail automatically. That's the whole problem we're solving.

More Outlook Rules Not Working Solutions

2

Check If the Rule Is Enabled and Not Blocked by Rule Ordering Easy

  1. Open Rules and Alerts
    Go to Home > Rules > Manage Rules and Alerts.
  2. Look at the checkbox
    Next to your rule, there's a checkbox. It must be checked. If it's blank, your rule is disabled. Click the box to enable it.
  3. Check rule order
    Below the rule list, you'll see the order: Rule (applied in this order). If your rule is at the bottom, move it up. Click your rule and click Move Up several times to place it near the top of the list.
  4. Edit preceding rules
    Double-click each rule above yours. Look for an option that says Do not apply other rules to messages that meet the same conditions or Stop processing more rules. If it's checked and you didn't intentionally set it, uncheck it. Click OK.
  5. Test again
    Send yourself a test email that matches your rule's conditions. Wait 30 seconds and check if it moved.
If your rule is now moving emails, you're sorted. If not, move to the next fix.
Important: Don't change rule order randomly. Move your rule up only enough to ensure it runs before any rule with a stop processing setting.
3

Fix Folder and Condition Issues Easy

  1. Open Rules and Alerts
    Go to Home > Rules > Manage Rules and Alerts.
  2. Double-click your rule to edit
    This opens the rule wizard.
  3. Check the destination folder
    Look for the line that says move it to the specified folder or similar. Click that line to see which folder is selected. If it's blank or greyed out, the folder has been deleted. Click the folder button and select a folder that actually exists in your mailbox.
  4. Verify your conditions
    Scroll to the conditions section. If you used with specific words in the subject, click specific words and confirm the words match what's actually in your incoming emails. A typo here breaks everything silently.
  5. Check other conditions
    If your rule checks from a specific sender, click that field and verify the email address is correct and spelled right.
  6. Finish and save
    Click Finish and OK. Test with a fresh email.
Many rules break because the destination folder was deleted or a condition has a typo. This fix catches both instantly.
4

Identify Server-Side Versus Client-Only Rules Medium

  1. Open Rules and Alerts
    Go to Home > Rules > Manage Rules and Alerts.
  2. Read the rule list carefully
    Some rules have a label in parentheses: (client-only). These apply only when Outlook is running. If you're closing Outlook at night or using a mobile app, client-only rules won't sort mail.
  3. Identify your rule type
    If your rule uses Outlook categories, a local PST file as the destination, or custom scripts, it's client-only. If it uses only these conditions (From, To, Subject, recipient), it's likely server-side and will work always-on.
  4. If you need always-on behaviour
    Delete the client-only rule and create a new one using only simple From/To/Subject conditions and a destination folder within your mailbox (not a local PST or archive).
  5. For Exchange or Microsoft 365 accounts
    Create rules using the Outlook on the web interface instead. Sign in to your email at outlook.com or your work portal, go to Settings (gear icon) > View all Outlook settings > Mail > Rules. Rules created there are server-side and more reliable.
Server-side rules run whether Outlook is open or closed, on all devices. If you're relying on rules to sort mail 24/7, server-side is what you need.
Client-only rules aren't bad, they're just limited. If you only care about sorting when you're actively using Outlook, client-only is fine.

Advanced Outlook Rules Not Working Fixes

5

Repair Outlook Data File with SCANPST.EXE Medium

  1. Close Outlook completely
    Make sure Outlook is not running. Check Task Manager (Ctrl + Shift + Esc) and kill any Outlook.exe processes.
  2. Find SCANPST.EXE
    Press Win + R and paste this path: C:\Program Files\Microsoft Office\root\Office16\SCANPST.EXE
    Note: If you have Office 2013, use Office15 instead of Office16. If Office 2019 or 365, Office16 is correct. Adjust based on your version.
  3. Run SCANPST
    The Inbox Repair Tool window opens. It looks basic, but it's powerful.
  4. Locate your PST/OST file
    Click the folder browse button. Navigate to your data file. If you don't know where it is, open Outlook, go to File > Account Settings > Account Settings, click the Data Files tab, and look at the path listed there. Copy that path into SCANPST.
  5. Start the scan
    Click Start. This takes 2, 10 minutes depending on file size. SCANPST checks for corruption.
  6. Review results
    If errors are found, SCANPST asks permission to repair. Click Repair. A backup file is created automatically (same name with .bak extension).
  7. Run again if needed
    Close SCANPST. If errors were found, run it again on the same file to confirm no more errors. Repeat until SCANPST reports zero errors.
  8. Restart Outlook
    Open Outlook and test your rules again with a fresh incoming email.
Data file corruption is a hidden cause of rule failures. SCANPST fixes this and often resolves sporadic rule behaviour.
Backup your PST file before running SCANPST. While SCANPST creates a backup (.bak), having your own copy is smart.
6

Reset Send/Receive Settings (.SRS File) Medium

  1. Close Outlook
    Make sure Outlook is completely shut down.
  2. Open File Explorer
    Press Win + R and paste: %appdata%\Microsoft\Outlook
  3. Find Outlook.srs
    Look for a file called Outlook.srs. This is the Send/Receive Settings file and can get corrupted.
  4. Rename it as backup
    Right-click the file and rename it to Outlook.old.srs. This backs it up without deleting it.
  5. Restart Outlook
    Open Outlook. It detects that the .SRS file is missing and creates a new one automatically. This often clears rule-triggering issues.
  6. Reconfigure Send/Receive (if needed)
    Go to Send/Receive tab > Send/Receive Groups and check your schedule. Make sure rules are set to run on a schedule you like (every 1, 5 minutes for active checking, longer for background sync).
  7. Test with fresh mail
    Send yourself a test email and watch for automatic rule execution.
This fix often works for rules that are enabled and correct but simply don't trigger on new mail. A corrupted .SRS file is the culprit.
The .SRS file stores Outlook's send/receive schedules and settings. Deleting it doesn't lose anything important, Outlook rebuilds it with defaults.
7

Clear All Rules and Recreate Them (Last Resort) Hard

  1. Back up your rules first
    Open Home > Rules > Manage Rules and Alerts. Click Options (or File) and look for Export Rules. Save a .RWZ file. You can reimport these later if needed.
  2. Close Outlook
    Shut down Outlook completely.
  3. Clear rules via command line
    Press Win + R and type: outlook.exe /cleanrules
    This removes all client-side and server-side rules from your current profile. Outlook may ask for confirmation.
  4. Reopen Outlook
    Open Outlook normally. Your rule list should be empty.
  5. Recreate one simple rule
    Create a test rule: Home > Rules > New Rule. Set it to move emails from a known sender into a test folder. Keep it simple: just From and move action.
  6. Test the new rule
    Send yourself a test email from an account that matches the rule. Wait and see if it moves automatically.
  7. If it works, add back your other rules slowly
    Create each rule one at a time and test before moving to the next. This isolates which rule (if any) causes problems.
  8. If it still doesn't work, create rules in Outlook on the web instead
    Sign in to your email at outlook.com or your work email portal, go to Settings > Mail > Rules, and create the rule there. Server-side rules are more reliable.
This nuclear option works for deep rule corruption. You lose all old rules, but often regain automatic execution when you recreate them simply.
This is destructive. Only use it after all other fixes have failed. Back up your rules with Export Rules first.
8

Update Outlook and Repair Office Medium

  1. Check for updates
    Open Outlook and go to File > Office Account (or Account on older versions). Look for Update Options or Updates Available.
  2. Install updates
    Click Update Now. Outlook downloads and installs any available patches. This may take a few minutes.
  3. Restart Outlook
    Close and reopen Outlook. Test your rules.
  4. If updates don't help, run Office Repair
    Close all Office apps. Go to Control Panel > Programs and Features (or Apps and Features on Windows 11). Find Microsoft Office or Microsoft 365. Click it and select Change.
  5. Choose Quick Repair
    A dialog offers Quick Repair or Online Repair. Start with Quick Repair; it takes 1, 2 minutes.
  6. If Quick Repair doesn't work, run Online Repair
    This reinstalls core Office files and takes 5, 10 minutes. Restart your PC after it finishes.
  7. Test rules again
    Open Outlook and send a test email.
Outdated Outlook versions sometimes have rule bugs. Updating often fixes them. Online Repair fixes deeper installation problems.

Preventing Outlook Rules Not Working

Once you've fixed your rules, keep them working.

First, keep Outlook updated. Go to File > Office Account > Update Options > Update Now every month. Rule-related bugs get fixed in updates, so staying current prevents regressions.

Second, design simple rules. Avoid rules with 10 conditions stacked together. Split them: one rule for emails from your boss, another for emails with 'invoice' in the subject. Simple rules stay within server limits, run faster, and are less likely to corrupt.

Third, never rely on categories or local PST as a rule destination. Use folders in your mailbox. Categories and local PST files make rules client-only, so they won't run when Outlook is closed. If you're on Microsoft 365 or Exchange, always prefer mailbox folders.

Fourth, don't delete or rename folders that rules use. If you must reorganise, update the rule first. Open the rule, change the destination folder, and save it before you delete the old folder. This prevents silent rule failure.

Fifth, run SCANPST once every six months as preventive maintenance. Close Outlook, run SCANPST (even if you see no errors), and let it check your data file. A small corruption caught early stays small.

Sixth, test your critical rules every month. Pick your most important rule (say, emails from your manager go to a VIP folder). Send yourself a test email from that sender and confirm it moved. Catch issues early rather than discovering rules are broken months later.

Finally, export your rules (Home > Rules > Manage Rules and Alerts > Options > Export Rules) and save the .RWZ file somewhere safe. If you ever need to rebuild your profile or migrate Outlook, you can reimport your rules instead of recreating them from scratch.

Outlook Rules Not Working Summary

Outlook rules not working is frustrating, but it's fixable. In most cases, the rule is just disabled, pointing to a deleted folder, or blocked by rule ordering. Start with the quick fixes: enable the rule, move it up in order, and check the destination folder. If those don't work, identify whether your rule is client-only (which won't work offline) and switch to a server-side rule if needed. If logic and ordering look sound, repair your PST/OST file with SCANPST or reset your .SRS file. Both are common sources of silent rule failure. Finally, if nothing else works, recreate your rules from scratch or use Outlook on the web to create server-side rules that are more reliable. Test rules regularly and keep Outlook updated. With these steps, your email will sort itself automatically again.

Frequently Asked Questions

Because they're client-only rules using categories, local PST, or scripts. They can't run on the server. Redesign them as server-side rules by avoiding categories, local PST destinations, and custom scripts. Use folders in the mailbox instead.

Rules normally run automatically only when messages arrive or are sent. For existing messages, you must run the rule manually. Open Rules and Alerts, select your rule, click Run Rules Now, and choose your Inbox.

Usually rule order or a stop processing setting is blocking later rules. Check the rule order in Rules and Alerts and move your rule up if needed. Edit preceding rules and ensure 'Do not apply other rules' isn't set unless intentional.

Rules still reference old or deleted folders. You must update rule destinations to point to valid folders in the new mailbox or recreate rules entirely.

In Rules and Alerts, look at the rule list. Rules labelled (client-only) apply only when Outlook is open. Rules using categories, local PST, or scripts are usually client-only.