Skip to content
Lina SantiagoPractical articles for living well after 55
Outlook··7 min read

Outlook rules: automate your inbox in 10 minutes

Outlook rules can move, flag, and reply to incoming email automatically based on conditions you define. A practical tutorial with the four rules everyone should have.

L

Lina Santiago

Independent writer

Outlook rules: automate your inbox in 10 minutes

Affiliate disclosure: Some links in this article may earn us a commission at no extra cost to you. Learn more.

Inbox zero is mostly a myth, but inbox manageable is achievable for anyone willing to spend 10 minutes setting up rules. Outlook rules silently process incoming email — moving newsletters to a folder, flagging messages from your boss, auto-replying to specific addresses — without you having to think about it.

Here's how rules work, the four rules every Microsoft 365 user should have, and the common pitfalls that make rules misbehave.

What an Outlook rule is

A rule in Outlook is an if-this-then-that automation. Whenever a message arrives or is sent, Outlook checks each rule's condition. If it matches, the rule's action runs.

Conditions can include: sender, subject contains, recipient, with specific words in the body, has an attachment, importance level, is sent only to me, and many more. Actions include: move to folder, delete, flag, mark as read, forward, play a sound, run a script, and others.

Rules can run on the Microsoft 365 server (so they fire even when Outlook is closed) or on your desktop client (so they only fire when Outlook is open). Server-side rules are preferred for almost everything — they keep working on your phone too.

How to open the rules editor

In Outlook for Windows (new Outlook):

  1. Click the Settings gear icon (top right).
  2. Choose Mail → Rules.
  3. Click + Add new rule.

In classic Outlook:

  1. File → Manage Rules & Alerts → New Rule.
  2. Or right-click any message and choose Rules → Create Rule for a quick wizard.

In Outlook on the web (outlook.office.com or outlook.live.com):

  1. Click the gear icon at the top right → View all Outlook settings.
  2. Mail → Rules → + Add new rule.

All three interfaces apply the same server-side rule, so you only need to set it up once.

The four rules everyone should have

Set these up once and your inbox immediately becomes more tolerable.

Rule 1: Newsletters and marketing → "Read later" folder

  1. Create a folder called Read later under your Inbox.
  2. New rule. Condition: from address contains newsletter or noreply or specific newsletter domains (e.g. substack.com, medium.com).
  3. Action: Move to folder → Read later.
  4. Save.

Your inbox is now free of newsletters. You can scan the Read Later folder once a week when you have time.

Rule 2: External email → flag yellow

This one is for people who want to know at a glance whether a message came from inside or outside the company.

  1. New rule. Condition: sender is outside my organisation.
  2. Action: Apply category → External (create a yellow-coded category).
  3. Save.

External messages are now marked with a yellow tag in your inbox. Useful for spotting phishing and prioritising.

Rule 3: Messages from your manager → flagged + sound

If you don't want to miss anything from your boss:

  1. New rule. Condition: From: [your manager's email].
  2. Action: Flag for follow-up: Today and Play sound (pick a distinctive notification sound).
  3. Save.

You'll get an audible alert and a flagged-today reminder whenever your boss emails you.

Rule 4: "Sent only to me" → priority folder

A simple way to separate direct one-on-one messages from CC'd noise:

  1. Create a folder called Direct under your Inbox.
  2. New rule. Condition: Sent only to me (i.e. you are the only recipient, not on CC).
  3. Action: Move to folder → Direct.
  4. Save.

Messages where you're the sole recipient land in Direct. Group blasts and CCs land in Inbox. Check Direct first — most actually need a reply.

Order matters: rules run top to bottom

Rules are evaluated in the order they appear in the rules list, and a message can be touched by multiple rules unless you tell Outlook otherwise.

For example, if your "Move to Read Later" rule is above your "Flag from manager" rule, and your manager somehow includes the word "newsletter" in a message, the newsletter rule fires first, moves the message to Read Later, and the flag rule never runs — because the message is no longer in the Inbox.

Two practical tactics:

  • Put your most-important rules at the top, so they fire first.
  • For rules where you want no other rules to run afterwards, tick Stop processing more rules at the end of the rule. Useful for special-case overrides.

Rules vs Focused Inbox

Outlook's Focused Inbox is an AI-based separator that learns which senders are "important" and shows them in Focused while everything else goes to Other. It is different from rules:

  • Focused Inbox is automatic and based on machine learning.
  • Rules are manual and based on conditions you define.

Use both. Focused Inbox handles the long tail of senders you've never set rules for. Rules handle the specific senders you really care about.

Server-side vs client-side rules

When you create a rule, Outlook decides where it runs:

  • Server-side rules run on the Microsoft 365 mail server, before the message reaches your devices. They work whether Outlook is open or not, on every device. Most simple "move to folder" rules are server-side.
  • Client-side rules run only when Outlook desktop is open. They're triggered by actions Outlook itself can perform — playing a sound, running a script, displaying a desktop alert. The rule icon next to the rule name has a small computer icon for client-side rules.

If you want a rule to fire even when your laptop is asleep (so the message is correctly filed on your phone), keep it server-side. Avoid actions like "play a sound" if you need server-side behaviour.

Troubleshooting

Common rule problems:

  • The rule used to work, now it doesn't. Often caused by a sender changing their display name or domain. Check the rule's condition — if it's "sender is someone@oldcompany.com" and they moved to someone@newcompany.com, the rule no longer matches.
  • Rules apply on PC but not on phone. Means the rule is client-side. Edit the rule and remove client-only actions like Play sound, or recreate it via Outlook on the web (which can only create server-side rules).
  • Outlook says "Rules cannot run server-side". Some conditions force client-side. The most common culprits are "with specific words in the body" combined with action "run a script". Simplify the rule.
  • Rule fires on old messages too. When you create a rule, Outlook offers to apply it to existing messages. Tick that box only if you want.

Backup and restore your rules

If you set up an elaborate system, export it before you lose it:

  1. File → Manage Rules & Alerts → Options → Export Rules.
  2. Save the .rwz file somewhere safe (OneDrive, ideally).
  3. To restore later (or transfer to a new computer): Options → Import Rules.

You can also forward your .rwz file to a colleague who wants the same setup.

TL;DR

Outlook rules automate your inbox. Set up four rules — newsletters to "Read later", external mail flagged, manager mail with sound, "sent only to me" to a Direct folder — and you'll process email in half the time. Keep rules server-side when possible so they work on your phone too. Order rules by priority and use "Stop processing more rules" when needed.

Tags:#outlook#rules#automation#inbox-zero#productivity

One Microsoft 365 tip every Tuesday.

Practical tutorials, troubleshooting, and shortcuts — straight to your inbox. No spam. Unsubscribe anytime.

Related articles