How do I get Windows Package Manager?
Prerequisites
Check Windows Version
WinGet requires Windows 10 version 1809 (October 2018 Update) or later.Check your version of Windows
Install App Installer
Install App Installer from the Microsoft Store. This is required to install MSIX packages on Windows 10.
Windows Package Manager is shipped with later versions of App Installer.
Stable Releases
The first stable release was v1.0.11451. This release was not published as an automatic update to provide enterprise customers sufficient time to configure Group Policy. You can install the latest stable release directly from the GitHub repository. These packages are signed and will receive automatic updates if IT Policy does not block the Microsoft Store.Developer Releases (Pre-Release)
To receive pre-release builds:- Sign up for the Windows Package Manager Insider program
- Wait for manual approval (may take a few days after email notification)
- Install any release including pre-release builds from GitHub
- Insiders receive updates to the latest build (stable or pre-release) if IT Policy allows
- Other customers only receive stable build updates
- Only Windows Insider DEV channel receives pre-release builds after v1.0.11451
Machine-wide Provisioning
To provision WinGet machine-wide or for each new user:This depends on the Microsoft.VCLibs desktop framework package.
Common Issues
winget command exits with no message
winget command exits with no message
If no output is displayed, your WinGet version may be using a retired Content Delivery Network (CDN).Check version:If version is lower than If problem persists, open an issue with your Windows and App Installer versions.
1.6.3482, follow these steps:Install Latest Version
Choose one method:
- Install App Installer from Microsoft Store
- Install MSIX package from GitHub releases
- Install from https://aka.ms/getwinget
winget command not recognized
winget command not recognized
CMD Error:orPowerShell Error:
Troubleshooting Steps
Enable App Execution Alias
Go to Settings → Apps & features → App execution aliases and enable the Windows Package Manager alias.
Add PATH Environment Variable
Add or in PowerShell:
%userprofile%\AppData\Local\Microsoft\WindowsApps to PATH.Verify by running:Common Errors
Error 0x80072efd - Network Connection Error
Error 0x80072efd - Network Connection Error
This error relates to networking and maps to
ERROR_INTERNET_CANNOT_CONNECT. It could be related to TLS (Transport Layer Security).Solutions:- Enable TLS 1.2
- Flush your DNS cache: Instructions on Microsoft Learn
Error 0x801901a0 - Delivery Optimization Error
Error 0x801901a0 - Delivery Optimization Error
Configure WinGet to use the standard
WININET library instead of Delivery Optimization.Add to your settings file:Error 0x80d03002 - Delivery Optimization Error
Error 0x80d03002 - Delivery Optimization Error
Configure WinGet to use the standard
WININET library instead of Delivery Optimization.Add to your settings file:Error 0x80070490 - Element Not Found
Error 0x80070490 - Element Not Found
Error message:Solution:
- Install the KB5005565 update
- Reboot your machine
- Try installing the appxbundle again
Package Name Not Rendering on Windows 11 Pro (Azure)
Package Name Not Rendering on Windows 11 Pro (Azure)
When updating Microsoft.DesktopAppInstaller from version 1.0.42251.0 on Windows 11 Pro image in Azure, the package name title might not render correctly.Workaround: Install the latest Microsoft.DesktopAppInstaller using WinGet itself.
Failed to Update Source: winget
Failed to Update Source: winget
The WinGet Community repository requires network connectivity to If on WinGet 1.10 or newer:
https://cdn.winget.microsoft.com/cache.First, try:- Uninstall the current source “Windows Package Manager Source (winget) V2”
- Run another winget command, or
- Manually install from: https://cdn.winget.microsoft.com/cache/source2.msix
You may need to download this using “In Private” browsing if you encounter a 404 error.
Getting Help
If these troubleshooting steps don’t resolve your issue:- Check the GitHub Issues for similar problems
- Open a new issue with:
- Windows version
- App Installer version
- Complete error message
- Steps to reproduce