Learn how to remove Windows 11 system apps easily with PowerShell
Here's how you can remove Windows 11 system apps (Cortana, Microsoft Photos, Microsoft Edge, etc.) using PowerShell.- Article authored by Kunal Chowdhury on .
Here's how you can remove Windows 11 system apps (Cortana, Microsoft Photos, Microsoft Edge, etc.) using PowerShell.- Article authored by Kunal Chowdhury on .
Pre-installed or system apps, such as Cortana, Microsoft Photos, Microsoft Edge, and the People app, are essentially impossible to uninstall from Windows 11. These apps cannot be uninstalled using the Control Panel or Settings.
But if you're a more experienced user, you can use Windows PowerShell to remove any system apps from your Windows 11 installation. Here are the steps for removing system applications on Windows 11 using PowerShell.

To remove Windows 11 system apps using PowerShell, you can use the following steps:
Note: Please keep in mind that removing system apps may cause issues with your system, so proceed with caution and ensure that you are only removing apps that you no longer need or want.
Also do note that some apps can't be removed by "Remove-AppxPackage", those apps are called provisioned apps. You can remove them using the command "Remove-AppxProvisionedPackage -PackageName <package name> -online".
Solution Architect & Former Microsoft MVP
Kunal Chowdhury is an enterprise solution architect and former multi-year Microsoft MVP. He is the author of three technical books: Windows Presentation Foundation Development Cookbook, Mastering Visual Studio 2017, and the Mastering Visual Studio 2019.
He publishes technical and non-technical articles on Kunal-Chowdhury.com.