How to Launch Microsoft Store Apps with URI in Windows 11
You can launch Microsoft Store apps in Windows 11 using their unique Uniform Resource Identifier (URI) schemes.
A URI scheme is a custom protocol that acts like a direct command, telling Windows exactly which application to open and potentially what action to perform.
This technique lets you bypass the Start Menu and open apps like the Calculator directly from the Run dialog box (⊞ Win+R) or command-line tools using `calculator:`. Many built-in Windows 11 apps, such as Settings, have their own URIs.
Using app URIs offers a powerful way to automate tasks and access your installed programs faster, especially useful for power users and scripters.
Launch Microsoft Store apps using their URIs in the Run dialog (Windows Key + R), Command Prompt, or PowerShell. Type the URI directly, or use “start” before it in Command Prompt. For example, use `calculator:` to open the Calculator app.
How to use URI commands
Launching Microsoft Store apps with a URI command is simple and can be done directly from the Run dialog, Command Prompt, or File Explorer address bar.
Note: Most commands do not need special permissions. However, some system-level tools may require you to run your command prompt with Admin Privileges.
Troubleshooting Launch Failures
If your command to launch a Microsoft Store app with a URI isn’t working, there are a few common issues to check first.
- Ensure the app is installed on your system.
- Check for typos in the URI string.
- Verify the app is not disabled in the Windows Registry under 🗝️HKEY_CURRENT_USER\Software\Classes.
- If the app fails to open, try using
PowerShellwith theStart-Processcommand.
Advanced Automation: PowerShell and Batch Scripts
You can automate app launching using batch files. Create a text file, add the command start ms-settings: inside, and save it with a `.bat` extension. For more control, you can use PowerShell:
Start-Process "calculator:"
How to find your AppUserModelID
If a standard URI does not work, you may need the AppUserModelID. Open PowerShell as an administrator and run this command:
Get-StartApps
This command will show you all your installed apps and their unique AppUserModelIDs. You can then use these IDs to launch specific app versions through shell commands.
List of App URI Commands
- Available Networks:
ms-availablenetworks: - Calculator:
calculator: - Settings:
ms-settings: - Microsoft Store:
ms-windows-store: - Windows Security:
windowsdefender:
Reference: Microsoft Official Documentation
Summary
URIs are simple text shortcuts for launching Microsoft Store apps. By using the Run dialog, Command Prompt, or automation scripts, you can open apps instantly. This method improves your workflow and helps troubleshoot app launch issues effectively.
Can I launch Microsoft Store apps from a desktop shortcut?
Yes. Right-click your desktop, select New, then Shortcut. In the location box, type the URI (e.g., calculator:). Click Next, name your shortcut, and click Finish. You can now launch the app by double-clicking this icon on your desktop anytime.
Why does my app URI command return an error?
Errors usually occur if the app is uninstalled, the URI is typed incorrectly, or the protocol handler is corrupted. Ensure the app appears in your Start menu. If it still fails, try resetting the app via Settings or check if your system policy restricts launching apps via command line.
Can I launch apps automatically on Windows startup?
Yes. You can add your URI command to a batch script and place that file in the Windows Startup folder. Press Windows Key + R, type shell:startup, and press Enter. Move your shortcut there to have the app launch automatically every time you log into your computer.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
[…] Microsoft Store apps are available for download through the Microsoft Store on Windows 10 and Windows 11. When you install apps from the store, their icons are accessible from the Start menu and the Apps folder. […]
[…] article explains how to enable or disable the video autoplay in the Microsoft Store app on Windows […]