Cyber StepTracker
Cyber StepTracker Blog
A list of software on a Windows computer

TL;DR How to List Your Installed Software Apps

September 24, 2025 updated January 14, 2025

Six different ways to list the software apps installed on your computer

We show you six different ways to list the software on your PC.

A critical element of Windows computer security is "update your software as often as possible".

However, Windows does not make it easy to identify exactly what software is installed on your computer.

Here are the six methods to get a list of installed software apps:

.

List of Icons of Software

The result is like the tagged photo: a list of dozens or hundreds of runnable software on your PC. However most are built-in Microsoft Windows programs and some are optional features of Windows.

Here is how you can generate this list:

    Hold down Windows-key and "R" at the same time
    A command box pops up
    type in shell:AppsFolder
    click OK

Command for apps list

The result looks like this (truncated):

Small list of some apps

You can double-click to run the program, or right-click to select uninstall or run ("Open"). This is the easiest way to list your software items.

WINGET List of Software

You can get a text listing with the winget command.

Start a CMD program in Administrator mode:

Start CMS as Administrator

Run "winget list" and see this result (truncated).

WINGET LIST result

Run "winget list" piped through FIND to avoid the Microsoft items:

WINGET LIST without Microsoft result

SETTINGS / INSTALLED APPS / List of Software

Search for "apps" in the Windows Search box and you will find the usual Apps list:

Settings Apps result

There is also the tiled view:

Settings Apps Tiled result

WMIC List of Software

This is fairly useless as it shows only a few of the installed apps.

A WMIC command produces this result:

WMIC result

PowerShell List of Software

This is also fairly useless as it shows way too much information, and cannot easily be reformatted.

Start PowerShell at the Windows prompt (or from a CMD line).

Type the command "get-appxpackage".

PowerShell Get-AppxPackage result

That is all.

Latest Articles