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
    2025-03-29T08:59:05+00:00

    You also can use Vivaldi browser with e-mail inside. In that case you don´t have advertising neither.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-03-29T08:49:03+00:00

    https://apps.microsoft.com/detail/9WZDNCRFJ41Q?hl=en-us&gl=US&ocid=pdpshare

    Hi. I've been dealing with the same issue for the last year or so, but there weren't any good

    alternatives on the Windows platform. Now though, I found the same mail app that I was using on my Macbook Pro, and it's just called "Mail". Here is a link to it in the Windows store. Enjoy, and permanently delete your Oulook App and never look back!

    https://apps.microsoft.com/detail/9WZDNCRFJ41Q?hl=en-us&gl=US&ocid=pdpshare

    Brian

    Was this answer helpful?

    0 comments No comments
  3. 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
  4. 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
  5. 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