**WinGet** is a command line tool enabling users to discover, install, upgrade, remove and configure applications on Windows 10, Windows 11, and Windows Server 2025 computers. This tool is the client interface to the [[Windows Package Manager]] service.
# Update all applications
```bash
winget upgrade -r, -r-recurse, --all
```
Upgrade all installed packages to the latest version if available.