This Windows Winget command tells you which programs have updates
Keeping software up to date on your Windows PCs is not a straightforward process. Sure, some programs include their own update checks and even automatic update options. That's the case for all web browsers and many popular programs out there. Then again, there are lots of programs that don't include automatic update options or even notifications when new versions are released.
Updates may introduce new features, patch security issues or non-security bugs. While they may also introduce unwanted functionality at times, it is usually a good idea to install updates when they do get released.
You may use software update checkers. These programs were popular in the past, as they ran a check across the entire system to find out if updates were available for installed or portable applications. Sumo was one of the most popular apps of its kind, but its developer, KCSoftwares, shut down in October 2023 rather unexpectedly.
Winget is your friend
Windows includes a useful package manager of its own. It is called winget, or Windows Package Manager, and you may use it to install programs or update them. One of the great options of winget is to let it check if updates are available for many of the installed programs.
Since it is integrated into recent versions of Windows, it can be run right away. If you run an older version, you may need to integrate it manually though.
Here is what you need to do:
- Select Start, type CMD and select Command Prompt from the list of search results.
- Type winget list --upgrade-available and press the Enter-key on the keyboard.
- Select Y to agree to the terms of service.
Winget checks the installed programs against its database to find out if updates are available. It lists all applications with updates in a convenient list. The list displays the name of the program, the installed version and the latest version that is available.
You may use winget to upgrade some or even all of the programs, or visit the website of the developer to download the update manually, if you prefer that.
To upgrade a single program using winget, run the command winget upgrade name, e.g. winget upgrade PicPick, and press the Enter-key. This downloads the latest version and starts the installer. The installer may display prompts, just as if you would have downloaded it manually and ran it afterwards.
You may also use winget to update all programs at once. Just type winget upgrade --all and press the Enter-key to do that. It is convenient, provided that you want all listed programs to update. Note that you may get several installation prompts when you run the command.
Closing Words
Winget is a useful tool to quickly check if updates are available and to install these updates either individually or all at once.
Winget is not reliable yet.
Firefox 121.0 came out on December 19, 2023.
Winget was not updated for this for over a week.
Patch My PC caught it sooner.
I’ve tried Chocolatey on another system.
It works in a similar fashion to winget.
I didn’t like the fact that you must use Chocolatey to manage the software.
If I install a program with Chocolatey, and later update it via another mechanism, e.g., through the program’s update feature, it won’t show it being out of date when future updates are released.
This https://www.quickinstaller.net/ is the closest thing to Sumo, for now. It’s still not Sumo’s level though.
My favorite Updater program currently is SecTeer VulnDetect.
It’s free for personal use. It does require registration with an email address.
https://vulndetect.org/
Microsoft should include WingetUI, a graphical interface for Winget Command pre-installed with Windows 11.
Same opinion here! :]
It’s a bit paradoxical and a bit classless, that Windows uses a command line to check for program updates. It’s Windows, not DOS.
Winget is cool, but it seriously needs improvements, especially on the ‘submit’ side, it takes too long to submit a package that Nightly versions are pretty much useless, at least they should do something with github packages from ‘official’ repositories.
There is a GUI here: https://www.marticliment.com/wingetui/
WingetUI is flagged as phishing and malicious by VirusTotal (by 2 security vendors; all others say ‘Clean’).
WingetUI FTW! Also uninstalls cruft/bloat. https://www.marticliment.com/wingetui/
This doesn’t catch very many of the installed programs.
SUMo was much better. I’ll try UCheck.
I’m using UCheck since Sumo’sdemise
Very limited, doesn’t support portable apps.
No match for SUmo.
It supports portable apps if you have installed them through Winget, there is no way they will have any way to detect something they don’t know it even exists.
Why write `winget list –upgrade-available` when `winget update` does the same exact thing?
Just the simply true point, thank you! :]
Why simple if it can be complicated.