To learn how to check the app user model ID of installed apps on Windows 11, here is a guide that will help you.

An AppUserModelID, or simply AppID or AppUserModelID, is an identification number given to each installed app irrespective of the display name of the program, its installation directory, or path. This article will help you find out how to find it in Windows 11 and Windows 10. Windows leverages the AUMID or AppID data to identify applications with a name for launching, telemetry, or switching. You will also need AUMID of applications for setting up assigned access and creating a dedicated or kiosk device. So, whoever wants to know the Application User Model ID of installed programs, this is the ultimate guide you should try; getting the AppID of installed programs will not require any third-party tool.

Windows 11/10 elevate AppID of all installed programs through

Find Application User Model ID of installed apps in Windows 11

So far, we have discussed four in-built methods of finding the Application User Model ID or AUMID or AppID of the installed apps in Windows 11/10. Following are the ones:

You can know the Application User Model ID of all installed apps via File Explorer.

Get Application User Model ID of all installed programs via Windows PowerShell.

You can use the Registry Editor to find the AUMID or AppID of an application.

Learn the unique identifiers of all the installed apps using the Command Prompt.

Now let's have a look at these ways.

1.Use File Explorer to search for the Application User Model ID of all installed programs.

That would be more convenient for finding the Application User Model IDs of the programs installed on your Windows 11 or 10 computer. You need to do the following:

Open the Run command box with Win+R.

In the text field, write shell:Appsfolder.

Type "Enter" and hit go. You will see all of your installed applications and apps in the Applications folder tab in File Explorer.

Click the Sort option, then select "Group by"AppUserModelID".

All the applications are sorted out, and you can view the AppIDs along with the name of each application with the icons and logos.

You will be able to modify the Group by mode of installed apps by Name, Long display name, or None after you have recorded or obtained the Application User Model ID of all apps.

You can also use File Explorer to find out about the AUMIDs of installed applications in another way.

Right-click on any open area in the Applications folder in File Explorer, then click Group by and then the More. option from the menu. Click on AppUserModelID under the Choose Details pop-up box that will appear, then OK.

You can get the section menu for Group by again by right-clicking an empty space. Now, you should be able to view the AppUserModelID option there. Click on it. Now, applications will be grouped using AppIDs. Once your goal is achieved, you can set the Group by mode back to None.

2. Get Application User Model IDs of all installed programs using Windows PowerShell.



Run the option on your Start menu for Windows PowerShell and retrieve all the installed Application User Model IDs. You can't find applications that are not showing in your Start menu.


Open Windows Terminal and create a new tab for the PowerShell profile. Alternatively, you could use the Search box or howsoever way you have preferred bringing about directly Windows PowerShell. Start the PowerShell and run:


Select "Get-StartApps" and then "Format-Table."


Using the Get-StartApps cmdlet will display all of the apps in the Start menu installed on your Windows 10 machine. You can format the output using the Format-Table cmdlet.


Alternatively, you may run the following script to get the output. From Windows PowerShell, copy the script below and execute it. Depending on your system you may need to hit Enter to get the output.


A list variable $installedapps = Get-AppxPackage is created, and the properties are assigned to variables, respectively: $app, $installedapps, and $id are collected through using the function Get-AppxPackageManifest on $app. "!"+$id+$app.packagefamilyname; Finally, $aumidList is added to a list of $aumid


You will not get the list of installed apps from the above script. The AUMIDs are generated only for the installed apps. Since the AUMID or AppID itself also carries the name of the respective app, to identify which AUMID belongs to which app is easy.


If you want to know when Windows PC apps and programs were installed, read here.

3. Discover AUMID or AppID with Registry Editor.


Although this path is quite long, using Registry Editor, you can determine the AUMID or AppID for each installed app for the current user. Here's how:


Open Registry Editor in Windows 11 or Windows 10.


In the Registry, go to the Classes key. Here's how:


Software classes registry key


Once you get to the Classes key, open it. You will see a very long list of sub-keys there. If you are looking for keys that are named something like this: AppX0t69n30jztar4a12pv0h1xh91e8jsacr, AppX0resaq7r5ermbh4b96ke39yqc1atfhjr, etc., then scroll down further. Those keys correspond to installed applications. Since program names are not part of the Registry keys, things get a bit more complicated based on this solution. So, you will have to check them one by one.


Extend each of these sub-keys individually. As you can observe, within each sub-key, there is one registry key known as Application refer to the above screenshot. Under the Application Registry Key, after clicking, it opens the data, showing AppID or AUMID and the name of the App, which is AppUserModelID.


The subsequent response has a less complicated way to apply the benefits of the approach discussed here. Let's check it out.

4. Use Command Prompt to retrieve installed AppIDs or AUMIDs of applications.


This option will look to the Windows Registry to find what the Application User Model ID is for each app the current user has installed. When an app's AppID or AppUserModelID is found to exist under the HKEY_CURRENT_USER root key in the Windows Registry, data of the said app should be retrieved. That requires a great deal of pain and intricacy to get such information directly from the Windows Registry. Still, with this option, you can simplify the process in front of you and get the job done in no time.


Open the Command Prompt and run the following command in order to get the AppIDs or AUMIDs of all apps installed on the current user's device:


REG_SZ search in HKCUSoftwareClasses using regex.


A collection of AppUserModelIDs at your fingertips.


Learn here in which folder your Microsoft Store apps are stored and how to get to that folder!

Some apps are associated with an application GUID. In Windows, where do I find this?


A GUID, or Globally Unique Identifier, is a 128-bit number that is typically presented in a format of 8 groups of 4 hexadecimal digits, then 3 groups of 12 hexadecimal digits, and so on. Such a number seems to be 7D29FB40-AV72-1067-D91D-00AA030663RA. Of course, it is much easier to start elevated Windows PowerShell and get the GUID of MSI packages installed on your computer by using the following command for getting the list of IdentifyingNumber, Name, and LocalPackage:


Get-WmiObject Win32_Product | Sort-Object -Property Name | Format-Table IdentifyingNumber, Name, LocalPackage -autosize


On a Windows computer, GUID can be found in the Windows Registry.

Which is the following command on windows to find an application's id?


Open Task Manager on Windows 11/10. Click on the Processes tab. Right-click on any column like Name, Status, etc., and select the PID option. After doing this, you'll see the various process IDs of all the running applications and processes of your Windows system in a new column showing PID. Application Process Identifiers can also be located using PowerShell, Registry Editor, and Resource Monitor tool.


We are pretty certain that these steps will lead you to how you can check the application user model ID of applications installed on Windows 11 in a pretty easy way.




Other Articles
How to use Gemini Code Assist in Windows 11
Discover how to effectively use Gemini Code Assist in Windows 11 to enhance your coding experience

How to rebuild BCD or Boot Configuration Data file in Windows 11
Learn how to rebuild the Boot Configuration Data (BCD) file in Windows 11 with our step-by-step.

How to Restart to repair drive errors keep showing up after reboot in Windows 11
Fix persistent drive errors in Windows 11 after rebooting. Discover effective solutions to troubleshoot and repair your system for optimal performance.

How to install MSTY LLM on Windows 11
I will guide you How to install MSTY LLM on Windows 11

How to Fix Windows 11 Sort by Date Modified not working
I will teach you today How to fix the problem that the Sort by date modified function in Windows 11 does not work

How to Fix Windows cannot be installed, BitLocker drive encryption is enabled
In this documentary I will tell you How to fix the problem that Windows cannot be installed, BitLocker drive encryption is enabled

How to Fix Windows detected a potential issue with your graphics device
If you don't know how to solve the problem that Windows detected with your graphics device, here is a guide that will help you.

How to Fix PC crashes during Windows installation
Here you have a complete guide so you can learn how to easily solve PC failures during Windows installation.

How to Fix Error writing the value’s new contents in Registry in Windows 11
Today I will explain to you How to fix the error when writing the new value content to the Registry in Windows 11

How to Fix WARNING: Known issues with graphics driver in Windows 11
I will teach you How to fix WARNING: Known issues with the graphics driver in Windows 11

How to Fix Windows laptop fan keeps running constantly
I will teach you How to fix a Windows laptop fan that keeps running constantly