How to create a rule in Outlook

How to Create a Rule in Outlook

Quick Takeaways

  • The fastest method: right-click any email, choose Rules > Create Rule, and set a condition and action.
  • Steps differ across classic desktop Outlook, new Outlook / Outlook on the web, and Outlook for Mac — using the wrong menu path is the most common source of confusion.
  • Rules are stored on the Exchange server, capped at 256 KB total per mailbox, not by a fixed rule count.
  • If a rule “stops working,” it’s usually not broken. It’s either disabled, blocked by an earlier rule with “stop processing” turned on, or waiting for a client-only condition that only fires when Outlook is open.
  • Server-side rules run continuously on Exchange. Client-side rules only run while Outlook is open on that specific machine.

What an Outlook rule actually does

A rule is a set of conditions and actions applied automatically to incoming or outgoing mail. Move messages from a specific sender into a folder, flag anything with “urgent” in the subject, forward mail from a distribution list. The logic is always the same: if this condition is true, do this action.

Where the confusion usually starts is which Outlook you’re using. Microsoft has been running classic desktop Outlook, the newer “New Outlook” interface, Outlook on the web, and Outlook for Mac simultaneously, and the rule-creation menus aren’t identical across any of them.

How to create a rule in classic Outlook (desktop)

Steps below follow Microsoft’s own rules documentation, condensed for the two most common paths.

Quick method: right-click a message

  1. Right-click an email in your inbox that matches what you want the rule to catch.
  2. Select Rules > Create Rule.
  3. In the Create Rule dialog, check one or more conditions (sender, subject, recipient) and edit the fields if needed.
  4. Under “Do the following,” check Move item to folder, pick the destination folder, then click OK.
  5. If you want the rule applied to messages already in your inbox, check that option in the confirmation box that appears.

Full method: Manage Rules & Alerts

For anything beyond a simple move-to-folder rule, use the full wizard instead.

  1. Go to File > Manage Rules & Alerts, or Home > Rules > Manage Rules & Alerts.
  2. Click New Rule.
  3. Choose a template, or select “Apply rule on messages I receive” to start from a blank rule.
  4. Set your condition (for example, “with specific words in the subject”) and click the underlined link to enter the actual words or sender.
  5. Choose your action, such as “move it to the specified folder,” and select or create the destination folder.
  6. Name the rule, confirm Turn on this rule is checked, and click Finish.

This method is where the extra options live: exceptions, multiple stacked conditions, forwarding to a distribution list, and the “stop processing more rules” checkbox that controls how rules interact with each other.

How to create a rule in new Outlook and Outlook on the web

New Outlook and Outlook on the web share a settings-based interface rather than the desktop wizard.

  1. Click the Settings gear icon, then go to Mail > Rules.
  2. Click the + icon to start a new rule, or right-click a message and select Rules > Create rule for a quick version.
  3. Name the rule.
  4. Select Add a condition and choose what to match on (sender, subject, keywords).
  5. Select Add an action to define what happens (move, forward, delete, categorize).
  6. If you want the rule applied retroactively, check Run rule now.
  7. Click Save.

New Outlook currently only supports rules for the primary Microsoft account. It doesn’t yet handle rules for connected third-party accounts like Gmail or Yahoo, so those still need to be configured on the provider’s own side.

How to create a rule in Outlook for Mac

Outlook for Mac only supports server-side rules now, per Microsoft’s Mac-specific guidance. Client-only rules were phased out.

  1. Open the Outlook menu and select Settings.
  2. Click Rules in the side panel.
  3. Click + Add Rule.
  4. Name the rule.
  5. Select a condition from the dropdown and fill in any required details.
  6. Select an action, then save.

Because Mac only creates server-side rules, you won’t run into the “client-only” warning that shows up occasionally on Windows. The tradeoff is that a few older, more exotic actions simply aren’t available.

Server-side vs client-side rules (why this matters)

This is the distinction that explains most of the “my rule isn’t working” confusion, and it’s worth understanding before you build anything complicated.

Server-side rules run entirely on the Exchange server. They fire whether Outlook is open, closed, or not even installed on the device you’re checking mail from. Moving mail from a specific sender into a folder that lives in your mailbox is a typical server-side rule.

Client-side rules require Outlook to be open on the specific computer where the rule was created. Playing a sound, moving a message into a local .pst file, or flagging for a follow-up reminder are all actions Exchange can’t perform on its own, so Outlook does the work locally instead.

Outlook always tries to build a rule as server-side first. If any condition or action you pick can only run locally, Outlook warns you that the rule will be client-only and tags it “(client only)” in your rules list. That rule then sits dormant on any device where Outlook isn’t actively running, which is why a rule that worked “yesterday” can quietly stop the moment you switch to your phone or a different machine. Slipstick’s breakdown of this mechanism covers exactly how rule order gets affected when a client-only rule is mixed with server-side ones.

Common reasons rules stop working

Most rule failures fall into a small set of predictable patterns rather than random breakage.

The rule got disabled. Every rule has a checkbox or toggle. It can get unticked by accident, or Outlook disables it automatically after the rule throws an error. Check File > Manage Rules & Alerts (classic) or Settings > Mail > Rules (new Outlook / web) and confirm the toggle is on.

An earlier rule is blocking it. Rules run top to bottom. If a broader rule higher in the list has “stop processing more rules” checked and it matches the message first, every rule below it — including the one you actually wanted to fire — gets skipped entirely. This ordering conflict is one of the more common silent failures people run into without realizing it.

It’s a client-only rule on a device where Outlook isn’t open. If a rule only appears to work on your desktop and never on your phone or the web, it likely has a client-only condition attached.

You’ve hit the rules quota. Outlook rules aren’t limited by count, they’re limited by storage. Exchange Online caps total rule data at 256 KB per mailbox by default, and that figure includes rule names, conditions, actions, and exceptions. Long distribution lists and verbose rule names eat into this faster than you’d expect. Shortening rule names and consolidating similar conditions into fewer rules is the most direct fix.

The target folder was deleted or moved. If a rule points to a folder that no longer exists, Outlook can’t complete the action and may deactivate the rule entirely rather than fail silently.

I’ve found the fastest diagnostic step, before touching any settings, is simply checking whether the rule shows up and runs correctly in Outlook on the web. If it does, the problem is local to one device. If it doesn’t, the issue is with the rule itself or the quota.

Frequently asked questions

Can I create a rule for a specific sender only? 

Yes. Right-click any email from that sender, choose Rules > Create Rule, and select the “From” condition. This works in classic Outlook, new Outlook, and Outlook on the web.

Why does Outlook say my rule is “client only”? 

It means one of the conditions or actions you selected — like flagging for follow-up or moving mail to a local .pst file — can only be processed by the Outlook app itself, not by the Exchange server.

How many rules can I create in Outlook? 

There’s no fixed number. The limit is a 256 KB storage quota for all your enabled rules combined, which is set by your Exchange administrator or Microsoft 365 defaults.

Do rules apply to emails I already received? 

Not by default. Check the “run this rule now” or “run rule on messages already in Inbox” option when you create it if you want it applied retroactively.

Can I set up rules for a Gmail or Yahoo account added to Outlook? 

Not currently in new Outlook. Third-party accounts need their filtering rules configured directly through that provider’s own settings.

Once your Outlook rules are set up, you can make your inbox even easier to manage with a few simple email habits. Learn how to address an email to multiple recipients when you’re sending messages to several people, and explore more Guides & Tutorials on OpenHerald for practical tips on managing email, productivity, and everyday software.