

To show the list of apps on a specific user, type the below command: Get-AppXPackage -User Lavin38 | Select Name, PackageFullName Copy or note down the app name or the package’s full name.

To uninstall an app, you will need either the correct app name or the full package name. The above command lists every system app and third-party application installed on your Windows 11 device including full app name, full package name, version, publisher, architecture, etc.įor your convenience, type the below command to get the list of only the app names and their corresponding full package name: Get-AppxPackage | Select Name, PackageFullNameĪs you can see below, the above command only lists the app’s full name and its full package name (for the current user account). Once the PowerShell window opens, type the following command and hit Enter. And choose ‘Yes’ when you see the User Account Control prompt. Or, right-click the result and select ‘Run as Administrator’. Then, click ‘Run as Administrator’ for the top results on the right. Open the Start menu and search for ‘PowerShell’ in the Windows search. You can use the Remove-AppxPackage cmdlet to remove an app package from a specific user account or all user accounts. Windows PowerShell is a powerful command-line shell and scripting language that can quickly delete any preinstalled apps and programs. Uninstall Built-In Apps on Windows 11 using Windows PowerShell There are three different ways to uninstall apps in PowerShell – Remove-AppxPackage cmdlet, DISM tool, or Winget command line tool. You can use Windows PowerShell to remove any System apps in Windows 11.

Provisioned apps are built-in apps that come pre-installed with Windows and are automatically installed when a new user account is created and signed in.īy clearing these unwanted built-in apps, you can save so much space and boost your PC performance. Most of these apps are bloatware, only there to drain your system’s resources and waste hard drive space. Microsoft and the manufacturer add several unnecessary programs to your computer to promote their apps and products. You can’t even find an uninstaller in the app directory to remove them.

Windows doesn’t offer any uninstall option to uninstall certain provisioned apps in Settings or Control Panel. Have you ever tried uninstalling pre-installed or system apps (such as Cortana, Microsoft Photos, Edge browser, People app, etc.) in Windows 11? It’s nearly impossible.
