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
    2024-12-14T19:56:03+00:00

    As soon as they get fat enough, companies like Microsoft start own destruction. Let them go to Hell and take their new outlook with them.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-11-13T22:04:23+00:00

    Well....that didn't work either. Tried twice. If you have any other thoughts let me know. New Outlook is like a persistent weed that just never dies.

    Thanks again for trying.

    Was this answer helpful?

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

    Sadly, it is a one time solution. You can open mail once. After closing it icon pinned to task bar changed to outlook new. If I try to open mail app it redirects with an error, saying it needs to repair outlook settings.

    My Windows was upgraded from 7 to 10 to 11. I do not have migrations. This solution is the only one I got working. Just onece though.

    Any other suggestions?

    Was this answer helpful?

    2 people found 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-10-15T18:06:59+00:00

    Thank you! this has helped me finally, apparently, it was installing automatically without any permission, I'd still prefer to use the Windows Mail App and Microsoft Legacy Outlook instead of New Outlook as it lack too many features and is simply not useful enough for my needs.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments