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-10T19:07:04+00:00

    Dear Marocco2,

    Could you provide some clarification/explanation on a few of the steps in the App Locker instructions? For instance, under Select User or Group am I choosing Advanced and if so, then what do I choose next? Find Now? Then what - choose System? The instruction link you provided shows "Conditions" as the next step but that step is not even shown in my version it jumps right to Publisher. On that step do I choose "Use an Installed Packaged App as a Reference" or "Use a Packaged App Installer as a Reference?" In the first of the aforementioned selections I chose the first of the two and after clicking Select I was able to find Outlook for Windows in the choices. I did not select it or go any further as I wanted more clarification/instruction before proceeding. Under the second of the two it opened my File Explorer, should I choose that option and then look for Outlook for Windows that way?? Because of the version for creating packaged app rules that is on my computer I have to first choose the reference then I can set the "Scope" for the rule, at which point based on the link you provided, I am not sure which one to choose - "Applies to Specific Publisher or Applies to a Package Name."

    As you can see, I need a little extra help in understanding and choosing the correct steps.

    Thank you for getting back as soon as you can.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-11-11T08:54:47+00:00

    Dear Marocco2,

    Could you provide some clarification/explanation on a few of the steps in the App Locker instructions? For instance, under Select User or Group am I choosing Advanced and if so, then what do I choose next? Find Now? Then what - choose System? The instruction link you provided shows "Conditions" as the next step but that step is not even shown in my version it jumps right to Publisher. On that step do I choose "Use an Installed Packaged App as a Reference" or "Use a Packaged App Installer as a Reference?" In the first of the aforementioned selections I chose the first of the two and after clicking Select I was able to find Outlook for Windows in the choices. I did not select it or go any further as I wanted more clarification/instruction before proceeding. Under the second of the two it opened my File Explorer, should I choose that option and then look for Outlook for Windows that way?? Because of the version for creating packaged app rules that is on my computer I have to first choose the reference then I can set the "Scope" for the rule, at which point based on the link you provided, I am not sure which one to choose - "Applies to Specific Publisher or Applies to a Package Name."

    As you can see, I need a little extra help in understanding and choosing the correct steps.

    Thank you for getting back as soon as you can.

    In select group leave Everyone as it is.

    Choose Deny, next, Publisher, next, Use an Installed Packaged App as a Reference, choose Outlook for Windows, next, next and finish.

    Now it should ask if you want to add more rules to prevent critical apps from running: click YES. If it doesn't, delete that rule you've just created.

    If everything has been done correctly, you should see 4 rules: 3 allows and 1 deny (which is outlook)

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-11-11T19:52:49+00:00

    In select group leave Everyone as it is.

    Choose Deny, next, Publisher, next, Use an Installed Packaged App as a Reference, choose Outlook for Windows, next, next and finish.

    Now it should ask if you want to add more rules to prevent critical apps from running: click YES. If it doesn't, delete that rule you've just created.

    If everything has been done correctly, you should see 4 rules: 3 allows and 1 deny (which is outlook)

    It never asked if I wanted to add more rules, so nothing to click "Yes" on and so, per your instructions I deleted the rule. Also, there was only ever "One" rule - deny everyone - not 4 rules with 3 allows and 1 deny. I went through the steps twice and both ended with the same single rule - deny everyone. I don't know where I went wrong but.....

    Anything else you can advise??

    Thanks again for getting back as soon as you can.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-11-13T14:48:52+00:00

    That's unfortunate.

    In this case, you need to do the following:

    1. New rule
    2. Allow, everyone
    3. Publisher
    4. Select any app already installed
    5. Slide that cursor to the top so that there will only be *
    6. Add exception and select outlook
    7. Finish

    After reboot it will block installation of new Outlook permanently (occasionally it will nag at boot about an app blocked by an administrator but you can close it when it happens)

    Was this answer helpful?

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