- To install winget on Windows 11, open the “App Installer” page in the Microsoft Store and click the Update button.
- Alternatively, open the winget page on GitHub, download the “appxbundle” file, and double-click it to install it.
On Windows 11 (and 10), you can install the “Windows Package Manager” (winget) in multiple ways, including from the Microsoft Store and GitHub, or wait until the support arrives automatically. The “Windows Package Manager” is a command-line tool designed to make it easier and automate the process of searching, downloading, installing, upgrading, and configuring apps on your device.
If you have ever had to install one or multiple apps, you know how time-consuming it is to find the links, download, and reinstall all your apps. Using the winget client, you can use a simple command to specify which apps you want to get. Then, the tool will find and install the latest version automatically.
Microsoft makes the tool available through the Microsoft Store on devices running a supported version of Windows 10 and 11. However, you can get it manually without waiting for the update by installing the latest version of the “App Installer.”
The command-line tool is likely already available if you are already running Windows 10 22H2 or Windows 11 22H2. You can check by invoking the “winget” command in Command Prompt or PowerShell. Otherwise, check for updates first and then continue with the steps below.
This guide will teach you how to install the winget-CLI client on Windows 10.
Install winget on Windows 11 from Microsoft Store
To install the Windows Package Manager on Windows 11 or 10, use these steps:
-
-
Click the Get button.
-
Click the Open Microsoft Store button.
-
Click the Update button.
-
Open Start.
-
Search for Command Prompt and click the top result to open the terminal.
-
Type the following command to confirm the Windows Package Manager is already installed and press Enter:
winget
Once you complete the steps, the winget-CLI will install on the device, and you can begin searching and installing apps using commands.
Install winget on Windows 11 from GitHub
To install winget with the offline installer without the Microsoft Store, use these steps:
-
Under the “Latest” section, click the “Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle” download link.
-
Double-click the file to launch the winget installer.
-
Click the Update button.
After completing the steps, the Windows Package Manager will apply to Windows 11 or 10, and you can start using Command Prompt and PowerShell to install apps.
If you get an error on an older version of Windows 10, you may need to install the VC++ v14 Desktop Framework Package.
Alternatively, you can also create your private client application. You can find more details on how to do this process on GitHub.