How To Turn Off Forwarding In Outlook : Email Forwarding Turn Off Steps

Setting up email forwarding is convenient, but you might need to stop it to keep your inbox private. If you are wondering how to turn off forwarding in outlook, this guide walks you through every method clearly. Whether you use Outlook desktop, web, or mobile, you can disable forwarding in just a few clicks.

Forwarding can be a security risk if left on. Maybe you shared your email with a colleague temporarily, or you set up forwarding to an old address. Now you want it gone. No problem.

This article covers all Outlook versions. You will learn step-by-step instructions, common pitfalls, and answers to frequent questions. Let us start with the most common method.

How To Turn Off Forwarding In Outlook

This is the core method for the desktop version of Outlook. It works for Outlook 2016, 2019, 2021, and Microsoft 365. Follow these steps carefully.

  1. Open Outlook on your computer.
  2. Click on File in the top-left corner.
  3. Select Manage Rules & Alerts from the dropdown menu.
  4. A new window opens. Click on the Email Rules tab.
  5. Look through the list of rules. Find any rule that says “forward” or “redirect.”
  6. Select the forwarding rule you want to remove.
  7. Click Delete or Disable (depending on your version).
  8. Confirm the deletion when prompted.
  9. Click OK to close the window.

That is it. Your forwarding rule is now gone. Check by sending yourself a test email. If it does not forward, you are all set.

Common Issues With Desktop Method

Sometimes the rule list is empty. That means forwarding was set up differently. You might have used the “Forwarding” option in account settings instead of a rule.

If you cannot find any rule, try the next method for Outlook Web Access (OWA).

Turning Off Forwarding In Outlook Web (OWA)

Outlook on the web is popular for work and school accounts. The steps are slightly different but still simple.

  1. Go to outlook.com or your organization’s Outlook web login.
  2. Sign in with your email and password.
  3. Click on the Settings gear icon in the top-right corner.
  4. Select View all Outlook settings at the bottom of the panel.
  5. Choose Mail from the left menu.
  6. Click on Forwarding under the Mail section.
  7. You will see a toggle switch. Turn it off.
  8. If there is a forwarding address listed, delete it.
  9. Click Save at the top of the page.

Now forwarding is disabled. This method works for both personal and business Outlook accounts.

What If The Toggle Is Grayed Out?

Sometimes the forwarding toggle is disabled. This usually means your IT administrator has blocked forwarding. You cannot change it yourself. Contact your IT support team for help.

Another possibility is that you are using a shared mailbox. Shared mailboxes have different settings. You may need admin rights to change forwarding.

Disabling Forwarding In Outlook Mobile App

The Outlook mobile app does not have a direct forwarding setting. But you can still stop forwarding by managing rules from the app. Here is how.

  1. Open the Outlook app on your phone.
  2. Tap on your profile picture or initials in the top-left corner.
  3. Select the gear icon for settings.
  4. Choose the email account you want to modify.
  5. Scroll down to Rules and tap on it.
  6. You will see any existing forwarding rules.
  7. Tap on the rule and select Delete or Turn off.

Note: The mobile app only shows rules created within the app or synced from the server. If forwarding was set up on the desktop or web, it might not appear here. In that case, use the web method instead.

How To Turn Off Forwarding In Outlook For Specific Emails

Sometimes you only want to stop forwarding for certain senders. You can edit the rule instead of deleting it entirely. This is useful if you still want some emails forwarded.

Editing A Forwarding Rule

  1. Go to Manage Rules & Alerts in the desktop app.
  2. Select the forwarding rule you want to edit.
  3. Click Change Rule then Edit Rule Settings.
  4. Modify the conditions. For example, remove a specific sender or domain.
  5. Click OK and then Apply.

You can also change the action from “forward” to “delete” or “move to folder.” This way you keep the rule but stop the forwarding.

Removing Forwarding From Outlook Exchange Account

Exchange accounts are common in corporate environments. Forwarding might be set at the server level. Here is how to check.

  1. Open Outlook and go to File > Account Settings.
  2. Select your Exchange account and click Change.
  3. Click on More Settings.
  4. Go to the Advanced tab.
  5. Look for Open these additional mailboxes. Remove any forwarding addresses.
  6. Also check the Security tab for any forwarding settings.

If you cannot find it here, the forwarding is likely set via a rule or server-side setting. Use the web method for Exchange Online accounts.

Using PowerShell To Turn Off Forwarding In Outlook

For advanced users or IT admins, PowerShell can disable forwarding for multiple users at once. This is not for beginners.

Basic PowerShell Command

Open Exchange Management Shell or connect to Exchange Online. Run this command:

Set-Mailbox -Identity "user@domain.com" -ForwardingSmtpAddress $null

This removes the forwarding address. To disable forwarding entirely, use:

Set-Mailbox -Identity "user@domain.com" -ForwardingEnabled $false

Always test on a single mailbox first. PowerShell changes are immediate and affect the entire mailbox.

Common Mistakes When Turning Off Forwarding

Many users think forwarding is off but it is not. Here are frequent errors.

  • Only disabling the rule instead of deleting it. Disabled rules can be re-enabled accidentally.
  • Forgetting to save changes in Outlook Web.
  • Not checking all rules. Sometimes multiple forwarding rules exist.
  • Confusing forwarding with delegation. Delegation allows others to send on your behalf, not forward emails.
  • Overlooking server-side forwarding set by IT.

Double-check by sending a test email. If it still forwards, revisit the steps.

How To Verify Forwarding Is Off

After you disable forwarding, verify it is truly off. Here are three ways.

  1. Send a test email from another account. Check if it arrives in the forwarded address.
  2. Check the rule list again. Make sure no forwarding rules remain.
  3. Look at the forwarding settings in Outlook Web. The toggle should be off.

If you still see forwarding, there might be a hidden rule. Use the “Run Now” option in Rules to see what actions are active.

Turning Off Forwarding For Multiple Accounts

If you manage several email accounts, you can turn off forwarding for all of them at once. This saves time.

Using Outlook Web For Multiple Accounts

Log in to each account separately and repeat the web steps. There is no bulk option in the web interface.

Using PowerShell For Bulk Removal

IT admins can use a script. Here is a simple one:

Get-Mailbox -ResultSize Unlimited | Set-Mailbox -ForwardingEnabled $false

This disables forwarding for all mailboxes in your organization. Be careful with this command.

What To Do If Forwarding Keeps Coming Back

Sometimes forwarding reappears after you turn it off. This can happen due to:

  • Syncing issues between devices. Turn off forwarding on all devices.
  • Malware or add-ins. Run a virus scan and disable suspicious add-ins.
  • IT policies that enforce forwarding. Contact your admin.
  • Shared mailbox settings. Check if the mailbox is shared and has its own rules.

If the problem persists, create a new rule that deletes forwarded emails. This is a temporary fix.

How To Turn Off Forwarding In Outlook For A Shared Mailbox

Shared mailboxes are different. You need full access permissions to change forwarding.

  1. Open Outlook and add the shared mailbox to your profile.
  2. Go to File > Account Settings > Change.
  3. Select the shared mailbox and click More Settings.
  4. Go to Advanced and remove any forwarding addresses.

Alternatively, use Exchange Admin Center. Go to Recipients > Shared mailboxes. Select the mailbox and disable forwarding.

Turning Off Forwarding In Outlook For Mac

Outlook for Mac has a different interface. Here is how to stop forwarding.

  1. Open Outlook for Mac.
  2. Click on Tools in the top menu.
  3. Select Rules.
  4. Find the forwarding rule in the list.
  5. Click on it and press the minus (-) button to delete.
  6. Click OK to save.

You can also disable the rule by unchecking the box next to it. But deletion is safer.

How To Turn Off Forwarding In Outlook For A Distribution Group

Distribution groups can also have forwarding. This is less common but possible.

  1. Go to Exchange Admin Center.
  2. Select Groups > Distribution groups.
  3. Find the group and double-click it.
  4. Go to Mail flow settings.
  5. Look for forwarding options and disable them.

You cannot do this from the Outlook client. It requires admin access.

Frequently Asked Questions

How do I stop email forwarding in Outlook 365?

Go to Outlook Web, click Settings > View all Outlook settings > Mail > Forwarding. Turn the toggle off. For desktop, use Manage Rules & Alerts.

Can I turn off forwarding for only certain emails?

Yes. Edit the forwarding rule and add conditions. For example, only forward emails from a specific sender. Remove other conditions to stop forwarding for others.

Why is my forwarding toggle grayed out in Outlook?

Your IT administrator has disabled forwarding. You cannot change it. Contact your support team to request changes.

Does turning off forwarding delete existing rules?

No. It only disables the forwarding action. The rule itself remains unless you delete it. Check your rule list to remove it completely.

How do I remove forwarding from Outlook mobile?

Open the app, go to Settings > your account > Rules. Delete any forwarding rules. If none appear, use the web version instead.

Final Tips For Managing Forwarding

Always review your forwarding settings after changing passwords or devices. Forwarding can be set without your knowledge if someone gains access.

Use two-factor authentication to protect your account. This reduces the risk of unauthorized forwarding.

If you need forwarding temporarily, set a reminder to turn it off. A simple calendar alert works.

Remember that forwarding can slow down email delivery. If you no longer need it, disable it for better performance.

By following this guide, you now know how to turn off forwarding in outlook across all platforms. Take a moment to check your settings today. Your inbox privacy is worth it.