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-11-14T12:08:55+00:00

    Same here, that didn’t work for me. New outlook continues to install whenever I launch the Mail app.

    My guess is the Mail app performs the install of New Outlook, bypassing windows update.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-11-18T15:08:38+00:00

    Just uninstall it normally. Then go to %Programfiles%\WindowsApps\ folder and create a file called "Microsoft.OutlookForWindows_1.2024.1107.0_x64__8wekyb3d8bbwe" now open the properties and under security tab, remove all permissions for it from all accounts. This is important so the mail app cannot delete it and put the freaking thing back. My main reason was to do that , because every single time i had the mail open it just installed the "freak ad show" back on my computers and I don't want to see any ads in my mailbox. You need to do some research before you can get in the folders Windows Security don't really like you to poking in there, and changing staff. Hope it helps.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-11-19T01:47:23+00:00

    Thanks GaborMezey,

    This appears to be working. It's been 1 hr and New Outlook hasn't come back so far.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-11-19T14:05:30+00:00

    Microsoft changed the mail synchronisation settings in Windows.

    Already in Windows 10 you no longer could view all the spam mail in favor of the Webmail where it was possible.

    More recently Mail&Calendar has no longer the same synchronisation as the webmail and NewWindows mail app.

    When you delete a mail, close the Mail&Calendar app and open it again it´s possible the deleted mail is still there.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-11-24T13:57:51+00:00

    hoe to remove outlook form my computer and go back to gmail.com

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments