Introduction

In many organizations, maintaining a stable and consistent email environment is important. The introduction of the new Outlook experience can sometimes cause compatibility issues with existing add-ins, workflows, or internal applications.

To avoid unexpected changes, administrators may want to disable the "Try the new Outlook" toggle button in the Microsoft Outlook classic application.

This article explains simple methods to remove the toggle and prevent users from switching to the new Outlook experience.

Why Disable the Toggle?

Organizations may choose to disable the toggle for several reasons:

Method 1: Disable Using Group Policy (Recommended)

This is the best method for enterprise environments where devices are managed through Active Directory.

Step 1: Download Administrative Templates

C:\Windows\PolicyDefinitions

Step 2: Configure the GPO

User Configuration
 → Administrative Templates
   → Microsoft Outlook 2016
     → Outlook Options
       → Other

Find the policy:

Hide the “Try the new Outlook” toggle in Outlook

Set the policy to Enabled.

Click Apply and OK.

Step 3: Apply the Policy

gpupdate /force

Result

Once applied:

Method 2: Disable Using Registry (Single Computer)

If Group Policy is not available, you can disable the toggle using registry changes on individual machines.

Before You Start

Step 1: Uninstall New Outlook (if installed)

Go to:

Settings → Apps → Installed apps

Uninstall New Outlook if it is present.

Step 2: Open Registry Editor

regedit

Step 3: Configure Registry Keys

Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\General

Create a DWORD (32‑bit) value:

Name: HideNewOutlookToggle
Value: 1

Delete the following values if they exist:

NewOutlookAutoMigrationStage
NewOutlookAutoMigrationType

Delete the following key if it exists:

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\NewOutlook

Next, navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences

Create a DWORD (32‑bit) value:

Name: UseNewOutlook
Value: 0

Delete the following values if they exist:

NewOutlookRenudgeStartDate
NewOutlookRenudgeWatermark

Step 4: Restart the Computer

Restart the device to apply the changes.

Result

Conclusion

Disabling the "Try the new Outlook" toggle helps organizations maintain stability and control over their email environment.

By applying these methods, you can ensure users continue working with the approved version of Microsoft Outlook without unexpected changes.