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: Most helpful
  1. Anonymous
    2025-04-14T21:16:55+00:00

    Microsoft may be mistaking in how pissed and aggrieved their users are over icrosoft hijacking our computers forcing us to use

    Something we do not want.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-03-25T18:31:31+00:00

    I WISH TO DELETE "OUTLOOK" FOREVER ON THIS COMPUTER

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-01-22T19:00:07+00:00

    Up until today I was able to keep my old email if I just minimized it and only put my computer to sleep. Today, I either transfer to the new program or I am hooped. My next operating system will not be Microsoft, for sure.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-01-22T15:45:37+00:00

    I have given up fighting windmills. To delete the "mail with advertising" ( Microsoft calls this "new mail") is not a problem , but the functionality of mail&agenda is not the same anymore.

    Another solution is Linux!

    I just installed it and use Mozilla Thunderbird Mail: without advertising!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-10-17T13:56:48+00:00

    Dear Mr Addie,

    Thank you for this narrative i would like to know what it shows after inputting the code, just to be sure that the command was successful.

    Thank you.

    Was this answer helpful?

    0 comments No comments