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: Oldest
  1. Anonymous
    2024-10-20T23:18:59+00:00

    the average computer owner shouldn't have to know how to write code to fix your screwups...LEAVE THE DAMN EMAIL THE WAY IT WAS! NOW WE CAN'T ACCESS EMAIL AT ALL

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-10-21T00:28:01+00:00

    with all the garbage you have to do , i could have installed thunderbird and gotton a much better mail client than outlook

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-10-21T17:10:24+00:00

    Thank you, Fred. This does seem to have "worked." Albeit, with a little caveat. I did everything that you had indicated, however, Microsoft still "tries" to install/load the new Outlook - however, it seems to be what I would refer to as a "non-working" version and hasn't yet forced/opened at its will any new version of Outlook. So.....I am cautiously optimistic. Thanks for the feedback and if there is any suggestion you might have with the respect to permanently blocking the "non-working" version of the new Outlook that you can think of, I would be most appreciative. Thanks again.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-11-04T20:03:32+00:00

    I hate this outllok new I want to remove

    or uninstall

    . How can I do that.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-11-05T16:06:21+00:00

    Why isn't MS adding to the conversation, and helping? They are silent. How do we stop Outlook New from constantly and repeatedly installing? I have uninstalled it every time it installs. Sometimes multiple times a day. As fast as I uninstall it, it reinstalls itself. Outlook New is awful. It is not ready for prime time. Why is MS forcing this on us, and constantly installing it, as fast as we uninstall it? Has NS not gotten the idea that we do not want it? It really screws things up, especially at sites with multiple computers on a network. Is there not a way to STOP Outlook New from repeatedly installing?

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments