If you are missing classic Outlook on a new computer or after a Windows or Office update, see Classic Outlook missing from computers
Microsoft has two "new" Outlooks, one for MacOS and one for Windows. The Windows version will replace Windows Mail & Calendar in late 2024. Microsoft is hoping to eventually replace classic Outlook with new Outlook, but that is years away. It's just not robust and lacks too many features.
While you cannot turn off the option to try the new Outlook in Windows mail, you can turn it off in classic Outlook for Windows.
Remove Try New Outlook switch
If you want to disable the option "Try the new Outlook", you need to set this registry key then restart Outlook.
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\General DWORD: HideNewOutlookToggle Value: 1
If you don't want to edit the registry, you can open the Run command using Windows key + R and paste the following into the box.
reg add "HKCU\Software\Microsoft\Office\16.0\Outlook\Options\General" /v HideNewOutlookToggle /t REG_DWORD /d 00000001 /f
If you prefer to use .reg files, I have this ready-to-use registry file available:
HideNewOutlookToggle.reg
If you prefer to download as a compressed folder (.zip):
HideNewOutlookToggle.zip
Switch back to classic Outlook
To switch back to classic Outlook or Windows Mail, you will either have a New Outlook slider on the top right or an option on new Outlook's Help menu.
Slide New Outlook switch to the left to go back to classic Outlook (or windows Mail).
Click Go to classic Outlook (or Windows Mail.)
If you don’t have the slider to turn off the new Outlook or on the Help menu, and can’t find both Outlook's on your Start menu, you need to find Outlook.exe. It's under C:\Program Files (or C:\Program Files (x86)) at \Microsoft Office\root\Office16\OUTLOOK.EXE. Double click to run it then pin it to your Taskbar or Start menu.
If the new Outlook opens when you run outlook.exe, you'll need to edit the registry.
- Open the Registry Editor by typing regedit in the Start menu and open the registry editor when it comes up.
- Go to
Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences
. - Find UseNewOutlook and double click on it.
- Set the Value Data field to 0.
If you don't want to edit the registry, you can open the Run command using Windows key + R and paste the following into the box.
reg add "HKCU\Software\Microsoft\Office\16.0\Outlook\Preferences" /v UseNewOutlook /t REG_DWORD /d 00000000 /f
Or, if you prefer, I have a ready to use reg file you can download and run. It is available in both a .reg file and in a .zip file, if you prefer downloading zip files.
UseNewOutlook.reg
Or Zipped:
UseNewOutlook.zip
You can have both Outlooks pinned to the taskbar or start menu and both open at the same time.
Outlook for Mac
To switch between Legacy Outlook and New Outlook, go to the Outlook app menu and choose Legacy Outlook to toggle between versions. (The command weas previously named New Outlook.) You can also switch from the Help menu.
This command should block the new Outlook, hopefully even for updates:
Quit Outlook, open Terminal and paste then run this line:
defaults write com.microsoft.Outlook EnableNewOutlook -Integer 1
Possible values
0 = Switch hidden
1 = Switch displayed, default off
2 = Switch displayed, default on (default)
3 = New Outlook enabled with switch hidden
The above is from Set preferences for Outlook for Mac - Deploy Office | Microsoft Learn
Block New Outlook on Windows 10
Administrators can block new Outlook from being installed as part of the Windows 10 update by adding the following key. (This should work for anyone, but I have not tested it yet to confirm.)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe REG_SZ: BlockedOobeUpdaters Value: ["MS_Outlook"]
If you don't want to edit the registry, open the Command Prompt using Run as Administrator paste the following command. (To open the Command Prompt, type cmd on the start menu or in the search box and choose Run as Administrator.)
reg add "HKLM\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe" /v BlockedOobeUpdaters /t REG_SZ /d ["MS_Outlook"] /f
thx! works fine!
Can't thank you enough for perfect instructions to get rid of that Try New Outlook toggle. So easy to accidentally turn it on and so difficult to go back to a real, functional email program that Microsoft programmers totally ruined "to make it better'.
Diane, I'm in my early 80s and in Australia. I have no family members here who can assist me. Whilst I am competent with software, I am out of my depth when it comes to the technology and "technospeak." I have a Dell laptop that sits on my desk, Windows 10, and I don't want to change that. I don't know what version I have, or the version of Outlook, and don't know how to find either, but my computer seems to update regularly so I assume I must have close to the latest versions. I was forced onto "New Outlook" back in September 2024, when my internet and email provider changed server settings, and the Geek who came to my home to assist me could not get Classic Outlook back to work. He was able to keep what I had in Classic Outlook, so all my historical information is preserved, but that "Classic Outlook" is not hooked up to the internet. He then installed "New Outlook" for me. My version of New Outlook works, and has all sorts of inadequacies which are well known, and I joined a Microsoft Community Group to try and sort some of them out.… Read more »
You shouldn't lose anything switching back to classic Outlook, especially if using IMAP or Microsoft exchange account in classic. (POP3 is download inbox only.)
Any error messages when you try to use classic outlook?
hello
I am marcus and i use windows 10, i tried to config the mail to stop. but now it show this message
This message block everything and if i press the grey button, it opens outlook
do you know to to remove this message?
Microsoft killed Mail. The only thing you can do is Export the data and then import into new Outlook (or another app). Sorry.
So sad..... Thank you very much for answering
I'm trying to help my dad with this issue. I'm a Mac user who has avoided all Microsoft products for the last two decades just because of nonsense like this. Anyway, my dad noticed the force switch when he clicked on an email link in the body of an email in classic Outlook. It opened New Outlook and presented a page for connecting his accounts to New Outlook. We have not connected anything. I tried to follow your instructions above. First I searched for the toggle switch in New Outlook, but I did not find one - maybe because we haven't activated New Outlook?? so I tried to modify the Registry keys as described above, but his computer does not have the UseNewOutlook key.
Any advice?
If the key does not exist, add it. Or use the reg file I have - https://www.slipstick.com/doit/UseNewOutlook.reg
If new Outlook is open, look on the Help tab - for Go to classic Outlook.
When trying to remove the toggle option using reg edt. the general tab is not under options. under Outlook tab there is a "NewOutlook" tab idk if they updated to try and hide this optiion better.
Simply lovely, worked like a charm!
Worked perfectly. At last I could get rid of that annoying toogle in the corner! Thank you very much.