Apps Find Application User Model ID (AUMID) of Installed App in Windows 11


  • Staff
Apps_banner.png

This tutorial will show you how to find the Application User Model ID (aka: AUMID, AppUserModelId, or AppID) of installed apps in Windows 10 and Windows 11.

Windows uses Application User Model ID values to identify and differentiate applications for switching, launching, telemetry, and other functions. AUMID are unique to each installed application, and independent of the installation path or the application's display name.

To configure Assigned Access, which is the Configuration Service Provider (CSP) used to create a kiosk or dedicated device, you must use the AUMID of the apps installed on a device.

You can also use the AppID to open an app or create an app shortcut:
  • Open: shell:AppsFolder\<AppID>
  • Shortcut/command: explorer shell:AppsFolder\<AppID>
References:


Contents

  • Option One: Find Application User Model IDs of Installed Apps in File Explorer
  • Option Two: Find Application User Model IDs of Installed Apps in Command Prompt
  • Option Three: Find Application User Model IDs of Installed Apps in PowerShell
  • Option Four: List of Application User Model IDs of Common Windows Apps




Option One

Find Application User Model IDs of Installed Apps in File Explorer


You will not be able to copy and paste the AppUserModelId using this option.


1 Open File Explorer (Win+E).

2 Type shell:appsfolder into the address bar of File Explorer, and press Enter to open the Applications folder.

3 Click/tap on Sort on the command bar, click/tap on Group by, and click/tap on AppUserModelId. (see screenshot below)

AUMID_File_Explorer-1.png

4 The "group name" of each app is the AppUserModelId (AUMID). (see screenshot below)

AUMID_File_Explorer-2.png

5 If you wanted to restore the default view of the Applications folder, click/tap on Sort on the command bar, click/tap on Group by, and click/tap on (None). (see screenshot below)

AUMID_File_Explorer-3.png




Option Two

Find Application User Model IDs of Installed Apps in Command Prompt


1 Open Windows Terminal, and select Command Prompt.

2 Copy and paste the command below into Windows Terminal, and press Enter. (see screenshot below)

reg query HKCU\Software\Classes\ /s /f AppUserModelID | find "REG_SZ"

3 You will now see the AppUserModelId of each installed app listed.

AUMID_command.png





Option Three

Find Application User Model IDs of Installed Apps in Command Prompt


1 Open Windows Terminal, and select Windows PowerShell.

2 Copy and paste the command below into Windows Terminal, and press Enter. (see screenshot below)

Get-StartApps | Format-Table

3 You will now see the AppID of each installed app listed.

Apps not listed in the Start menu will not appear in the output of the Get-StartApps cmdlet.


AUMID_PowerShell.png





Option Four

List of Application User Model IDs of Common Windows Apps


App Name​
Application User Model ID (AUMID, AppID, or AppUserModelId)​
CalculatorMicrosoft.WindowsCalculator_8wekyb3d8bbwe!Appv
Calendarmicrosoft.windowscommunicationsapps_8wekyb3d8bbwe!microsoft.windowslive.calendar
CameraMicrosoft.WindowsCamera_8wekyb3d8bbwe!App
ClockMicrosoft.WindowsAlarms_8wekyb3d8bbwe!App
CopilotMicrosoft.Copilot_8wekyb3d8bbwe!App
Dev HomeMicrosoft.Windows.DevHome_8wekyb3d8bbwe!App
FamilyMicrosoftCorporationII.MicrosoftFamily_8wekyb3d8bbwe!App
Feedback HubMicrosoft.WindowsFeedbackHub_8wekyb3d8bbwe!App
Game BarMicrosoft.XboxGamingOverlay_8wekyb3d8bbwe!App
Get HelpMicrosoft.GetHelp_8wekyb3d8bbwe!App
MapsMicrosoft.WindowsMaps_8wekyb3d8bbwe!App
Media PlayerMicrosoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic
Microsoft ClipchampClipchamp.Clipchamp_yxz26nhyzhsrt!App
Microsoft StoreMicrosoft.WindowsStore_8wekyb3d8bbwe!App
Microsoft TeamsMSTeams_8wekyb3d8bbwe!MSTeams
Microsoft To DoMicrosoft.Todos_8wekyb3d8bbwe!App
Movies & TVMicrosoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo
NewsMicrosoft.BingNews_8wekyb3d8bbwe!AppexNews
NotepadMicrosoft.WindowsNotepad_8wekyb3d8bbwe!App
OneDriveMicrosoft.SkyDrive.Desktop
Outlook (new)Microsoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows
PaintMicrosoft.Paint_8wekyb3d8bbwe!App
Phone LinkMicrosoft.YourPhone_8wekyb3d8bbwe!App
PhotosMicrosoft.Windows.Photos_8wekyb3d8bbwe!App
Power AutomateMicrosoft.PowerAutomateDesktop_8wekyb3d8bbwe!PAD.Console
Quick AssistMicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe!App
Settingswindows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel
Snipping ToolMicrosoft.ScreenSketch_8wekyb3d8bbwe!App
Solitaire & Casual GamesMicrosoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe!App
Sound RecorderMicrosoft.WindowsSoundRecorder_8wekyb3d8bbwe!App
Sticky NotesMicrosoft.MicrosoftStickyNotes_8wekyb3d8bbwe!App
TerminalMicrosoft.WindowsTerminal_8wekyb3d8bbwe!App
Terminal PreviewMicrosoft.WindowsTerminalPreview_8wekyb3d8bbwe!App
WeatherMicrosoft.BingWeather_8wekyb3d8bbwe!App
Windows BackupMicrosoftWindows.Client.CBS_cw5n1h2txyewy!WindowsBackup
XboxMicrosoft.GamingApp_8wekyb3d8bbwe!Microsoft.Xbox.App


That's it,
Shawn Brink


 
Last edited:
Back
Top Bottom