Skip to main content

Install Microsoft Store Apps without Microsoft Store, using Winget

If you are using Windows LTSC version, one of the first thing you will notice is that it does not come with the Microsoft Store by default. Some of the apps that you may have seen on other edition of Windows, such as the Calculator or Snipping Tool, will instead default to the classic versions on Windows LTSC edition. 

If you want to install those more modern, Microsoft Store only apps, but does not want to install the whole Microsoft Store, you can use Winget to do so. 

Winget is a command-line tool for managing software packages on Windows, similar to the package manager on Linux. 

Install Winget

You can check if you have Winget on your system by running the following in Powershell:

winget -v

If it shows a version, then that means Winget is already on yoru system. 

Screenshot_2025-10-12_191611.png

If you don't already have Winget on your system, head over to the official github page for Winget, at https://github.com/microsoft/winget-cli 

Screenshot_2025-10-12_185618.png

Head over to the releases page, https://github.com/microsoft/winget-cli/releases, and download the .msixbundle file. This is the executable file for winget. 

Screenshot_2025-10-12_185839.png

Once downloaded, launch Powershell as Admin, and run the following to install the package:

Add-AppPackage -Path /path/to/the/downloaded/.msixbundle

Screenshot_2025-10-14_222646.png

Install Microsoft Store Apps with Winget

Head over to the Microsoft Store website https://apps.microsoft.com/, and search for the Microsft Store App you want to install, and open the app page. 

Screenshot_2025-10-12_193957.png

In the app page URL, copy the ID string after the /details/ portion. This is the unique App ID for the app. 

Screenshot_2025-10-12_193934.png

Launch powershell, and run the following:

winget install <app-ID>

If you are running winget to install Microsoft Store app for the first time, you will be asked to agree to the license agreement. 

Screenshot_2025-10-12_194515.png

Enter Y to continue to install the app. 

Screenshot_2025-10-12_194549.png

That's it! 

Common Microsoft Store Apps

Below are a list of common Microsoft Store apps that I find useful to have on a LTSC system: 

#Windows Calculator
winget install 9wzdncrfhvn5

#Microsoft Photos
winget install 9wzdncrfjbh4

#Paint
winget install 9pcfs5b6t72h

#Snipping Tool
winget install 9mz95kl8mr0l

#Windows Media Player
winget install 9wzdncrfj3pt

#Sticky Notes
winget install 9nblggh4qghw

#Windows Terminal
winget install 9n0dx20hk701