× Search About Posts Code Music Links
Blank Try
experiment
lots
learn
more

Winget

Last site update: 1 Sep 2025

Unfinished article

Winget is a package manager that comes with Windows 10.

You can quickly see most1 apps installed on your machine with winget list. This will show you which apps have upgrades available.

Alternatively use winget upgrade to see only those apps that have upgrades available.

To upgrade all packages just use the --all flag: winget upgrade --all though BEWARE, it’s not always accurate.

You don’t need to upgrade from an elevated prompt though doing so bypasses the Windows confirm dialogue box.

For help with any command use the --help flag after the command. For example: winget show --help.

commanddescription
installInstalls the given package
showShows information about a specific package
sourceManage sources of packages
searchFind and show basic info of packages
listDisplay installed packages (inc. those not installed with Winget)
upgradeShows and performs available upgrades
uninstallUninstalls the given package
hashHelper to hash installer files
validateValidates a manifest file
settingsOpen settings or set administrator settings
featuresShows the status of experimental features
exportExports a list of the installed packages
importInstalls all the packages in a file
helpShow these commands

Winstall

Winstall is a website listing all apps available with Winget. You can quickly select a bunch of apps, hit the Generate Script button and you get a simple batch script you can paste into the command line and download the apps.


  1. This doesn’t show all apps installed with Chocolatey, though may show some of them. ↩︎