Introducing the Windows 11 Store CLI: Revolutionizing App Management
With the recent release of Windows 11, Microsoft has introduced a groundbreaking feature for managing applications directly from the command line: the Store CLI. This tool empowers users to effortlessly search for, install, list, and update apps available in the Microsoft Store, all through simple command-line commands.
Streamlined Experience for Users
The Store CLI is designed for efficiency, offering a more streamlined experience compared to existing tools like the Windows Package Manager (winget).Not only does it support faster commands, but it also provides enhanced formatting capabilities, including support for both free and paid applications. However, it’s important to note that the Store CLI is specifically tailored for Microsoft Store apps and is not intended for publishing purposes.
Getting Started with Store CLI
To launch the Store CLI, simply execute the store command in your Command Prompt or PowerShell. This command brings up various options and functionalities for downloading applications from the Store.

Core Commands to Explore
- To search for an application, use the command:
store search app-name(e.g.,store search vlc). - Discovery commands also allow users to find similar apps with
store similar, while additional options includeaddons,publisher, andextension. - To install an app, the command is straightforward:
store install app-name(for instance,store install vlc).



Comparative Insights and Limitations
Although the experience of utilizing these commands may remind users of the winget command usage, the Store CLI distinguishes itself with superior styling and formatting that simulates a graphical interface. Noteworthy is the fact that this command-line tool strictly caters to apps from the Microsoft Store, excluding downloads from alternative sources, such as GitHub.
Stay Updated
For the latest updates and guides delivered directly to your inbox, consider joining my newsletter.
Subscribe
Current Status and Future Developments
The Store CLI is currently in a preview phase, designated as “v22511.1401.5.0.” As of now, there has been no formal announcement from Microsoft regarding this feature. During my exploration, I did encounter the Microsoft Store Developer CLI tool, intended for developers and organizations, which requires manual installation and is executed with the msstore command.
In conclusion, the Store CLI represents a significant advancement in app management within Windows 11, paving the way for more intuitive interactions with the Microsoft Store.
Leave a Reply