Removing unwanted apps from your Windows 11 device can help free up space and improve performance. If you installed an app through the Microsoft Store, uninstalling it is straightforward and safe. This guide will walk you through each step in a simple, easy-to-understand way.
Whether you’re new to Windows 11 or just need a refresher, this step-by-step guide ensures you won’t miss anything important. Each instruction is explained clearly so you can follow along without confusion.
By the end of this article, you’ll know multiple ways to uninstall Microsoft Store apps, including some alternatives and troubleshooting tips. Let’s get started with the basics.
Uninstalling apps you no longer need helps keep your device organized and running smoothly.
Quick Note Before You Begin
Before uninstalling apps, make sure your device is connected to the internet and that you are signed in with an account that has administrator privileges. This is important because some apps may require admin rights to uninstall.
Also, check if the app you want to remove contains any important data or settings you wish to keep. Uninstalling will usually delete all app data.
Step-by-Step Guide to Uninstall Apps from Microsoft Store on Windows 11
Step 1: Open the Start Menu
Click on the Start button (the Windows icon) located at the bottom-left corner of your screen. This opens the Start Menu where you can access all your installed apps.
Step 2: Locate the App You Want to Uninstall
Scroll through the list of apps or use the search bar at the top of the Start Menu to find the app you want to remove. Typing the app’s name is often the quickest way.
Step 3: Right-Click on the App
Once you find the app, right-click on its icon. This will open a small menu with several options related to the app.
Step 4: Select “Uninstall”
In the menu, click on the Uninstall option. This tells Windows you want to remove the app from your device.
Step 5: Confirm the Uninstallation
A confirmation window will appear asking if you’re sure you want to uninstall the app. Click Uninstall again to proceed. Windows will then remove the app and all its files.
Alternative Method: Uninstall Apps via Settings
If you prefer, you can also uninstall apps through the Settings app. This method offers a clear overview of all installed apps and their sizes.
Step 1: Open Settings
Click the Start button and select the Settings icon (it looks like a gear). Alternatively, press Windows + I on your keyboard to open Settings directly.
Step 2: Navigate to Apps
In the Settings window, click on Apps from the sidebar on the left.
Step 3: Go to Installed Apps
Click Installed apps (sometimes labeled as “Apps & features”). This shows a list of all apps installed on your PC.
Step 4: Find the App and Click the Three Dots
Scroll or search to find the app you want to uninstall. Click the three vertical dots (⋮) next to the app’s name for more options.
Step 5: Click Uninstall
Select Uninstall from the dropdown and confirm when prompted. The app will be removed from your system.
Why Is It Important to Uninstall Unused Apps?
Uninstalling apps you no longer use helps free up valuable storage space. It also reduces clutter, making it easier to find the programs you actually need. Moreover, fewer apps running in the background can improve your device’s speed and battery life.
Advanced Option: Using PowerShell to Uninstall Apps
For users comfortable with command-line tools, PowerShell offers a powerful way to uninstall built-in or stubborn apps that don’t show an uninstall option in the usual places.
Step 1: Open PowerShell as Administrator
Right-click the Start button and select Windows Terminal (Admin) or Windows PowerShell (Admin). This opens a command window with administrator rights.
Step 2: Find the App Package Name
Type the following command to list all installed Microsoft Store apps:
Get-AppxPackage | Select Name, PackageFullName
Look through the list to find the exact package name of the app you want to remove.
Step 3: Uninstall the App
Use this command to uninstall the app, replacing PackageFullName with the package name you found:
Remove-AppxPackage -Package PackageFullName
This method is useful if the app cannot be removed by the usual methods.
FAQs
Can I recover an app after uninstalling it?
Yes, you can reinstall any Microsoft Store app anytime by opening the Microsoft Store and downloading it again, as long as it is still available.
Will uninstalling apps delete my personal files?
Typically, uninstalling an app removes only the app itself and its related data. Personal files stored outside the app will not be deleted.
Why don’t I see the uninstall option for some apps?
Some built-in Windows apps cannot be uninstalled using normal methods. For those, you may need to use PowerShell or third-party tools, but proceed carefully to avoid system issues.
Does uninstalling apps improve system performance?
Removing unused apps can help free up storage and reduce background processes, which may improve your system’s overall responsiveness.
When Nothing Works
If you are unable to uninstall an app using the above methods, try restarting your PC and attempting again. Sometimes a simple reboot fixes temporary issues.
If problems persist, consider checking official Microsoft support pages or forums for help: Microsoft Support.
For complex issues, performing a system restore or resetting Windows might be necessary, but these are last resorts and should be done carefully with proper backups.
Conclusion
Uninstalling apps from the Microsoft Store on Windows 11 is a simple process that can be done in just a few clicks. Whether you use the Start Menu, Settings, or PowerShell, each method provides a way to manage your apps effectively.
Remember to check app data before uninstalling and to use administrator privileges when needed. Keeping your device free of unused apps helps maintain better performance and organization.
With the tips and alternatives provided here, you should be well-equipped to manage your Microsoft Store apps confidently. Happy cleaning!