You set an automatic reply in Outlook and now it refuses to stop sending. The reply keeps going out even after you cleared the settings. This happens because Outlook stores automatic reply rules in two separate locations: the Exchange server and the local Outlook client. If one location still holds the old rule, the reply persists. This article explains why the reply gets stuck and provides three methods to force it off.
The root cause is almost always a mismatch between the server-side rule and the client-side setting. Outlook 2016, 2019, and Microsoft 365 versions can each behave slightly differently when saving or clearing automatic replies. The fix requires you to verify and clear the rule in both places.
Key Takeaways: Stopping Stuck Automatic Replies in Outlook
- File > Info > Automatic Replies (Out of Office): The primary dialog to turn off internal and external replies. Must show “Do not send automatic replies” selected.
- Outlook Web App > Settings > Automatic Replies: The server-side toggle that overrides the local Outlook setting. Clearing this guarantees the rule stops.
- Outlook /cleanrules command switch: A startup parameter that deletes all client-side rules including stuck automatic reply rules.
Why Outlook Automatic Replies Stay Active After You Turn Them Off
Outlook automatic replies are controlled by two systems. The Exchange server stores the master rule. The Outlook client stores a local copy. When you turn off automatic replies in the client, Outlook sends a command to the server to disable the rule. If the server does not receive or process that command, the server-side rule remains active. Outlook then continues to send the reply because the server is still running the rule.
Several scenarios cause this sync failure. A network interruption during the save process can prevent the disable command from reaching the server. A corrupted Outlook profile can block the command from being sent at all. A cached Exchange mode delay can make the client think the rule is off when the server never changed. In rare cases, a third-party add-in intercepts the command and stops it.
The fix requires you to check and disable the rule on the server directly. The Outlook client setting alone may not be enough. The methods below start with the simplest client-side check and escalate to a full profile repair if needed.
Method 1: Turn Off Automatic Replies in the Outlook Client Properly
This method forces the client to send the disable command again. Many users accidentally leave the rule set to send replies during a specific time range, which keeps the rule active even after the end date passes.
- Open the Automatic Replies dialog
In Outlook, click the File tab. Click Info. Click the Automatic Replies (Out of Office) button. If you see a button labeled Out of Office instead, click that. - Select Do Not Send Automatic Replies
In the Automatic Replies dialog, on the Inside My Organization tab, select Do not send automatic replies. Click the Outside My Organization tab and confirm the same option is selected there. Click OK. - Clear any scheduled time range
If the Only send during this time range checkbox is checked, uncheck it. Even if the start and end times have passed, the checkbox can keep the rule active. Uncheck it and click OK. - Send a test email to yourself
Wait two minutes. Send an email to your own mailbox. If you receive the automatic reply, the server-side rule is still active. Proceed to Method 2.
Method 2: Turn Off Automatic Replies Using Outlook on the Web
Outlook on the web (OWA) connects directly to the Exchange server. Disabling the rule here guarantees the server receives the command. This method works for Microsoft 365, Exchange Online, and on-premises Exchange accounts.
- Open Outlook on the web
Go to outlook.office.com or your company’s OWA URL. Sign in with your work or school account. - Open the Automatic Replies settings
Click the Settings gear icon in the top-right corner. At the bottom of the Settings pane, click View all Outlook settings. In the Settings window, click Mail and then click Automatic replies. - Turn off automatic replies
Select Don’t send automatic replies. If the Send replies only during a time period toggle is on, turn it off. Click Save at the top of the pane. - Verify the rule is off
Close the Settings window. Send a test email to your own mailbox. Wait five minutes. If you do not receive the automatic reply, the rule is fully disabled. If the reply still arrives, proceed to Method 3.
Method 3: Clear All Rules with the /cleanrules Command Switch
The /cleanrules startup switch deletes all client-side rules in the current Outlook profile. This includes the automatic reply rule. Use this method only if Methods 1 and 2 did not work, because it removes all rules you created manually.
- Close Outlook completely
Make sure Outlook is not running. Check the system tray for the Outlook icon and right-click it, then select Exit. - Open the Run dialog
Press Windows Key + R. In the Open field, type: outlook.exe /cleanrules. Click OK. - Allow Outlook to start
Outlook opens and displays a message that all rules have been deleted. The automatic reply rule is now gone from the client. - Reapply the disable command
Go to File > Info > Automatic Replies. Select Do not send automatic replies on both tabs. Click OK. Send a test email to confirm the reply has stopped.
If Automatic Replies Still Do Not Turn Off After All Methods
Outlook profile is corrupted
A corrupted Outlook profile can prevent the client from communicating with the Exchange server. Create a new profile in Control Panel > Mail > Show Profiles. Add your email account to the new profile and set it as the default. Open Outlook with the new profile and turn off automatic replies again.
An add-in is blocking the disable command
Third-party add-ins, especially those that manage out-of-office rules, can intercept the disable command. Start Outlook in safe mode by pressing Windows Key + R, typing outlook.exe /safe, and pressing Enter. In safe mode, go to File > Info > Automatic Replies and turn off the rule. If it works, disable add-ins one by one in File > Options > Add-Ins to find the culprit.
Exchange server has a cached rule
In rare cases, the Exchange server caches the rule and does not clear it even after OWA shows it is off. Contact your IT administrator and ask them to run the Set-MailboxAutoReplyConfiguration PowerShell command with the -AutoReplyState Disabled parameter on your mailbox.
Outlook Client vs Outlook on the Web: Key Differences for Automatic Replies
| Item | Outlook Client | Outlook on the Web |
|---|---|---|
| Rule storage location | Local copy of server rule | Direct server-side rule |
| Sync requirement | Must be connected to Exchange server | Always connected to server |
| Affected by add-ins | Yes, add-ins can block commands | No, add-ins do not run in browser |
| Supports scheduled time range | Yes, with start and end times | Yes, with start and end times |
| Supports internal vs external rules | Yes, separate tabs | Yes, separate toggles |
| Reliability for turning off | Lower if sync is interrupted | Higher, direct server command |
When the Outlook client fails to turn off automatic replies, Outlook on the web is the most reliable fallback. The client relies on a successful sync, while OWA writes the change directly to the Exchange server. For persistent issues, the /cleanrules switch or a new profile resolves client-side corruption.
You can now force automatic replies off using the Outlook client, Outlook on the web, or the /cleanrules command. Start with the client dialog and verify the scheduled time range is cleared. If the reply persists, switch to Outlook on the web for a direct server-side disable. For future prevention, always check automatic replies in OWA after changing them in the client to confirm the rule is fully disabled.