How to uninstall Outlook (new) on Windows 11 and prevent it from redownloading when opening the Windows Mail?

Anonymous
2024-10-09T19:51:01+00:00

Hello!

Could you please help me with uninstalling the new Outlook from my computer (Windows 11) as I would still like to use the outdated Windows Mail app?

What I tried:

  1. Uninstalled the new Outlook from settings (Windows Settings > Apps > Installed apps)
  2. Blocked new Outlook preinstallation via:
  • Remove-AppxProvisionedPackage -AllUsers -Online -PackageName (Get-AppxPackage Microsoft.OutlookForWindows).PackageFullName
  • Remove-AppxPackage -AllUsers -Package (Get-AppxPackage Microsoft.OutlookForWindows).PackageFullName
  1. Blocked new Outlook installation as part of Mail and Calendar deprecation via:
  • Get-AppxProvisionedPackage -Online | Where {$_.DisplayName -match "microsoft.windowscommunicationsapps"} | Remove-AppxProvisionedPackage -Online -PackageName {$_.PackageName}
  • Remove-AppxPackage -AllUsers -Package (Get-AppxPackage microsoft.windowscommunicationsapps).PackageFullName

All shell commands were run as Administrator and I also deleted OutlookUpdate folder in Registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator\UScheduler_Oobe\OutlookUpdate

I would appreciate any advice regarding my question :)

Outlook | Windows | New Outlook for Windows | For business

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

59 answers

Sort by: Newest
  1. Anonymous
    2024-10-12T14:12:06+00:00

    This is so annoying, i do the same, uninstall and when open mail outlook is back

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-10-11T09:57:21+00:00

    No, it does not work. Outlook (new) auto-installs itself.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-10-11T09:56:37+00:00

    Hello!

    Many thanks for your support!

    I tried the methods you suggested, but I still can not uninstall Outlook (new), as it auto-installs after I use the Mail app a couple of times.

    Regarding the methods you suggested:

    • I tried method one and then method 3, but after opening the Windows mail app a couple of times, it auto-installs Outlook (new) again and redirects me there.
    • I also opened the link in Method 2, but I cannot find the Preferences folder inside the registry path of Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences. What I have is just two lines (Default) - (no value) and Bitness - x86.

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-10-11T08:46:52+00:00

    Hello, do you remember problem with internet explorer that Microsoft forced to use? This is even worse and sooner or later it will ends in juridical problem and heavy millions lost by Microsoft, let's hope sooner, waiting for that,, I move to Linux and already I've ordered Macs

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-10-11T05:08:37+00:00

    #3 sounds deceptively simple. Does it really work? I have never used outlook and now its making me crazy!

    GJM

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments