


In the command, change APP-NAME for the complete or partial part of the name for the app. (Optional) Type the following command to search for an installed app with the winget command and press Enter: winget list APP-NAME This example queries any app that has the word “edge” in the name: Get-AppxPackage –Name *edge* The asterisk is a wildcard to list every app containing the part of the name you specified. In the command, replace *PARTIAL-APP-NAME* for the partial name of the app, you want to check. Type the following command to view a list of installed apps and press Enter: Get-AppxPackage –Name *PARTIAL-APP-NAME* To search if an app is installed with PowerShell, use these steps: If the list is too long, you can perform a query to list apps that match the name or part of the name.

If you use the winget command, you will be able to also list apps installed from other sources. Once you complete the steps, you’ll see a list of all the Microsoft Store apps installed on Windows 10. (Optional) Type the following command to review installed apps with the winget command and press Enter: winget list (Optional) Type the following command to view all the apps with details and press Enter: Get-AppxPackage –AllUsers Type the following command to view a list of installed apps and press Enter: Get-AppxPackage –AllUsers | Select Name, PackageFullName Search for PowerShell, right-click the top result, and click the Run as administrator option. To view a list of all installed apps with PowerShell, use these steps:

In this guide, you’ll learn the steps to view all the apps installed on Windows 10 using PowerShell. Whatever the reason might be, there are many ways to use PowerShell to generate a list of apps installed on Windows 10. However, perhaps the best use scenario is when you have to uninstall a Microsoft Store app that you can’t remove from Settings, and you want to find out its internal name to force the uninstall using PowerShell. On Windows 10, the ability to view all the installed apps using PowerShell can come in handy in many situations.
