Hi,

I'm Rodrigo and I'll help you. There is no option to uninstall apps on the Microsoft Store, this has to be done on Settings > Apps > Installed Apps.

Answer from Rodrigo Queiroz on learn.microsoft.com
🌐
Microsoft Support
support.microsoft.com › en-us › windows › uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98
Uninstall or remove apps and programs in Windows - Microsoft Support
In search on the taskbar, enter Control Panel and select it from the results. Select Programs > Programs and Features. Press and hold (or right-click) on the program you want to remove and select Uninstall or Uninstall/Change. Then follow the directions on the screen.
🌐
Reddit
reddit.com › r/windows11 › uninstalling apps from the microsoft store.
r/Windows11 on Reddit: Uninstalling apps from the Microsoft store.
February 19, 2025 -

Sorry if it sounds like a rant! It kind of is!

I have apps installed on my PC, and having started with computer from back in 1996, when i want to uninstall a program, i go to the Control Panel, and go to Uninstall Programs (Sorry if it's not the right term, i'm french!)

Not there!

Oh it's a "Metro UI" thing or what's it called. So i go to the Microsoft Store, in my library i find the app i want deleted, and NOPE. I can't do that...

I need to go in the Start Menu, search for the app, right click and from the Contextual Menu, then i can uninstall.

My suggestion: Consistency. Be consistent. Why change the way things have been done for decades, and worked perfectly. Why go against all basic IT instinct and make it cryptic and hard to uninstall an app?

There is NO excuse for the uninstall option to be absent from the Microsoft Store. And the excuses for not having those apps listed in the "legacy" uninstall programs windows is nothing but laziness.

Just make a list of the Microsoft Store Apps, inject it in the good old "Uninstall Program" list, and add a flag on them so that when we click on uninstall, the PC knows it's a Metro app or whatever it's called, and send the same command it would have sent if i had right-clicked it from the start menu.

I remember people hating Windows 8 for something as trivial as "The start menu is now full screen and left to right instead of Top to Bottom" And i defended it with all my might! It was light weight, stable, great OS, it worked in the same way as before, just presented differently it was a GREAT OS.

But people hate your product because you present them differently. Do not change how your product works fundamentally!

Discussions

how do I uninstall apps on the Microsoft store?
I have an alien ware computer and it doesn't even give me an option to uninstall when I click on the '...', the only options it gives me are to share, write a review, pin to task bar, or pin to start. More on learn.microsoft.com
🌐 learn.microsoft.com
1
32
May 3, 2024
How to remove uninstalled apps from Microsoft Store library?
Asus X1502ZA , Windows 11 Home 3 23H2 (22631.2792) , Intel i3-1215U More on learn.microsoft.com
🌐 learn.microsoft.com
2
68
December 9, 2023
How do I uninstall Apps installed through the Microsoft Store?!
There are several ways for uninstalling Store apps: Right-click on the Start button, choose "Apps and Features", find the app from the list, and uninstall it. From the Start menu, right-click on the app of your choice and select Uninstall. Start PowerShell and use winget to manage your Store apps. This option is for people who are comfortable with command line. winget list gives you a list. winget uninstall lets you uninstall them. Start PowerShell and use Remove-AppxPackage to remove them. This is an advanced technique for power users. More on reddit.com
🌐 r/Windows10
8
3
July 1, 2022
Completely uninstall preinstalled apps on Windows 11
Can you please share how to remove inbuilt Microsoft store apps when we capture image for our organization through MECM. ... Get-AppxProvisionedPackage –online | where-object {$_.packagename –like "PackageName"} | Remove-AppxProvisionedPackage –online · Also , Windows 11 has a built-in package manager called winget. It supports uninstalling ... More on learn.microsoft.com
🌐 learn.microsoft.com
1
2
March 28, 2022
🌐
Microsoft Support
support.microsoft.com › en-us › topic › policy-based-removal-of-pre-installed-microsoft-store-apps-e1d41a92-b658-4511-95a6-0fbcc02b4e9c
Policy-Based Removal of Pre-installed Microsoft Store Apps - Microsoft Support
August 15, 2025 - A Windows 11 device with the Dev channel release. A Microsoft Entra account. Policy-Based Removal of Pre-installed Microsoft Store Apps is disabled by default for Microsoft Entra accounts. The new Remove Default Microsoft Store packages policy must be explicitly enabled, from MDM via OMA URI or by enabling the Group Policy via Configuration Manager.
🌐
Eleven Forum
elevenforum.com › windows support forums › tutorials
Uninstall Apps in Windows 11 | Windows 11 Forum
February 12, 2026 - (see screenshot below) 5 When finished, you can close the Control Panel if you like. ... This option is only available in Windows 11 build 26220.7271 (Dev and Beta 25H2). 1 Open the Microsoft Store app.
🌐
Eleven Forum
elevenforum.com › windows support forums › apps and software
Has anyone removed the Microsoft store? | Windows 11 Forum
May 13, 2025 - This tutorial will show you how to enable or disable the automatic download and install of available app updates in the Microsoft Store for all users in Windows 10 and Windows 11. Microsoft redesigned the Microsoft Store app from the ground up in Windows 11, making space for more content...
🌐
WindowsLoop
windowsloop.com › home › how to › how to uninstall microsoft store apps in windows 11
How to Uninstall Microsoft Store Apps in Windows 11
September 19, 2023 - The easiest way to uninstall an app is from the Start menu. Search for the Store app you want to uninstall in the Start menu, right-click on the app, and select the “Uninstall” option twice.
Find elsewhere
🌐
Eleven Forum
elevenforum.com › windows support forums › apps and software
How to uninstall apps from microsoft store | Windows 11 Forum
December 8, 2024 - Hi, just got a new laptop this morning and in setting it up I downloaded what I thought was a trustworthy mail app (eyacker.com) from microsoft store. Upon further inspection I have realised it is not ideal, and thus uninstalled it from Windows>All Apps list. However, it still shows up in my...
🌐
MakeUseOf
makeuseof.com › home › windows › 3 ways to remove the microsoft store app from windows 11
3 Ways to Remove the Microsoft Store App From Windows 11
April 1, 2023 - The syntax is winget uninstall [app ID]. So, the command will be: winget uninstall Microsoft.WindowsStore_8wekyb3d8bb · Press enter to execute the command and wait for it to execute successfully.
Top answer
1 of 3
20

Built-in apps are called provisioned apps. They are scheduled to be installed for each new user that registers on a Windows 8 PC, so you can't uninstall them completely from the Start screen. To do so, you've to use Windows PowerShell command remove-AppxProvisionedPackage, like so:

remove-AppxProvisionedPackage -package Microsoft.BingTravel_1.2.0.145_x64__8wekyb3d8bbwe -online

That would uninstall the Travel app. To remove Bing Map app, the command would be:

remove-AppxProvisionedPackage -package Microsoft.BingMaps_1.2.0.136_x86__8wekyb3d8bbwe -online

Microsoft.BingMaps_1.2.0.136_x86__8wekyb3d8bbwe is the app package name, which basically is the folder that you find in C:\Program Files\WindowsApps.

To uninstall apps installed from the Windows Store, the command is Remove-AppxPackage. It's syntax is as below:

Remove-AppxPackage PackageFullName

Note: Do not add -online parameter at the end of this command. [source]

2 of 3
10

I had success with the following method. Press Win+X, select Command Prompt (Admin). Run the command

DISM.exe /Online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingTravel_1.2.0.145_x64__8wekyb3d8bbwe

Use folder names in the "C:\Program Files\WindowsApps" folder as package names.

Source: http://technet.microsoft.com/en-us/library/hh852635.aspx

To automate this process, I got a list of packages by running "dir /b". Then converted it into a batch file like this

@echo off
cd /d  C:\Program Files\WindowsApps
DISM.exe /Online /Remove-ProvisionedAppxPackage /PackageName:B9ECED6F.ASUSCalculator_1.0.0.18_neutral__qmba6cd70vzyy
DISM.exe /Online /Remove-ProvisionedAppxPackage /PackageName:B9ECED6F.AsusConverter_1.0.0.27_neutral__qmba6cd70vzyy
DISM.exe /Online /Remove-ProvisionedAppxPackage /PackageName:B9ECED6F.TheWorldClock_1.0.0.6_neutral__qmba6cd70vzyy
DISM.exe /Online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Adera_1.0.0.4957_x86__8wekyb3d8bbwe
DISM.exe /Online /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingFinance_1.2.0.135_x64__8wekyb3d8bbwe
....
pause

Run the batch file as Administrator. This removed all packages in WindowsApps directory: 34 folders, 1.5GB.

🌐
The Windows Club
thewindowsclub.com › the windows club › how to install or uninstall microsoft store apps in windows 11
How to install or uninstall Microsoft Store Apps in Windows 11
If you need to uninstall programs or apps in bulk, you can use the IObit Uninstaller to remove the regular apps or the apps which you downloaded from the store or came preinstalled. It will also remove any leftovers. Check out our detailed guide on how to use it. Our freeware 10AppsManager will let you easily uninstall and reinstall Microsoft Store apps. You can also use CCleaner, Store Applications Manager, or AppBuster to uninstall multiple Windows Store apps at once in Windows 11/10.
Published   September 19, 2025
🌐
LazyAdmin
lazyadmin.nl › home › how to uninstall microsoft store and the apps
How To Uninstall Microsoft Store and the Apps — LazyAdmin
June 23, 2021 - Install WPM by going into the Windows Store and install App Installer. Once installed, open Powershell and type in the command Winget · If correct you should see something like (sorry for the dutch): “Windows Package Manager v1.1.13405 Copyright (c) Microsoft Corporation. Alle rechten voorbehouden. Met het opdrachtregelprogramma WinGet kunnen toepassingen en andere pakketten worden geïnstalleerd vanaf de opdrachtregel.” · You are now able to uninstall apps.
🌐
SOFTWAREHUBS.COM
softwarehubs.com › home › how-to guide › how to remove applications from the microsoft store – 2024
How to Remove Applications from the Microsoft Store - 2024 - SOFTWAREHUBS.COM
October 3, 2024 - Press Windows + X and select Windows PowerShell (Admin) from the menu. ... Locate the PackageFullName of the app you want to uninstall from the list that appears. ... Use the following command to uninstall the app, replacing PackageFullName with the actual name of the app: ... Once the command is executed, the app will be removed from your system. Some Microsoft Store apps, such as Cortana or Xbox Game Bar, are considered system apps and cannot be removed through the usual uninstallation methods.
Rating: 4.7 ​ - ​ 12 votes
🌐
Microsoft Learn
learn.microsoft.com › en-us › hololens › holographic-store-apps
Find, install, and uninstall applications | Microsoft Learn
January 14, 2025 - There are two ways to uninstall applications. You can uninstall applications through the Start menu or from Settings. ... You can't uninstall a system app or the Microsoft Store.
🌐
WinBuzzer
winbuzzer.com › home › how to block, install and uninstall the microsoft store in windows 11 and windows 10
How to Block, Install and Uninstall the Microsoft Store in Windows 11 and Windows 10
November 7, 2024 - Enter the following command in the PowerShell window, which will automatically uninstall the Microsoft Store app: ... You can use this method to install the Microsoft Store if it is missing on Windows 11. While this is the easiest way it comes at the price that you will also reinstall other pre-installed Windows apps.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 5767366 › permanently-remove-an-app-from-microsoft-store-lis
Permanently remove an app from Microsoft Store list. - Microsoft Q&A
February 8, 2026 - If I could completely decouple from Windows, I would. Probably should have done that years ago. My bad. Given that you have tried to answer this question before, and to my amazement, you gave a "Customer No Service" (look that up on Google. It will tell you a lot.) answer. I caution you to not give me the same response again. I have read them all -- that I could find. And just so you know that I know what you tell the plebes, I will repeat your response. "You can uninstall the app from your computer, hide it in MS Store, but you cannot delete it from the list."
🌐
SoftwareKeep
softwarekeep.com › blogs › how-to › how-to-uninstall-apps-on-the-microsoft-store
How to Uninstall Apps on the Microsoft Store
December 20, 2024 - If you're unable to use the Windows search function, you can uninstall desktop apps by clicking the Uninstall button on the desktop program. This method works well for most desktop apps. However, the method doesn't work for modern apps distributed through the Microsoft Store.