Newsletter Subscribe
Enter your email address below and subscribe to our newsletter
If you are new to Windows OS and don’t know anything about WINGET then this is the best article for you. Here is everything you need to know about Windows Package Manager. You will learn how you can install and manage Windows Package Manager in Windows 11.
Table of Contents
Windows Package Manager is a command-line tool that you can use to find, download, install and update applications in Windows 11. You can install or delete anything with this WINGET command in Windows 10 & 11. The tool is installed by default in Windows OS so you don’t need to download and install it externally.
If it is not installed, you can install it manually from Microsoft Store.
Step 1: Open Microsoft Store from the Start menu or search for it using Windows Search.
Step 2: In the App Store, search for App Installer.
Step 3: In-App Installer, click on the Get button to install it. If it shows an update button then you have to update it.
Step 4: If you don’t have an internet connection then you can download and install offline package manager using this GitHub page.
Step 5: Go to the GitHub page and then select the latest version.
Step 6: Find and download .msixbundle file to download the offline installer.
Step 7: Once finished, double click on it to install the app. Once installed, reboot your PC and it’s done.
Now if you have installed the Windows Package Manager tool, you have to learn how to run widget commands.
Follow these steps to run the Winget command.
Step 1: First you have to open the command prompt tool as an administrator. To open it, open the start menu with the Windows button on your keyboard and then search for CMD.
Step 2: Find and click on the Run as administrator button in the right sidebar. Click on the Yes button to confirm.
Step 3: To start Winget command lime tool, just type the “Winget” command and press enter.
Once done, you can enter commands to install, delete or update an app. Here is a list of Winget commands.
You can also check which version of Windows Package Manager you are using in CMD.
If you want to know more about the winget tool and its usage, use this command and press enter.
You can also search for Apps in Windows 11 using this winget tool. You can find any app very quickly using the winget command-line tool.
Here are the steps to search for any app using winget.
Step 1: First you have to open the command prompt tool as an administrator. To open it, open the start menu with the Windows button on your keyboard and then search for CMD.
Step 2: Find and click on the Run as administrator button in the right sidebar. Click on the Yes button to confirm.
Step 3: To start Winget command lime tool, just type the “Winget” command and press enter.
Step 4: To find the app, type the following command and press enter.
Replace ‘<App_ name>’ with the app you want to search.
Example:
If you want to search for Edge then use winget search Edge command and press enter.
You have to check the source agreement before using the tool winget tool. Once done, the tool will search for the app you entered automatically in the background.
If it shows an error then you enter the wrong app name or id.
You can also use -q or –query to search for the app packages related to your search term. Like: winget search -q Edge
If the app name has spaces then you have to enter the app name with spaces too in the tool.
Like: winget search “Mozzila Firefox”
You can also filter the search results in the winget tool. As you can see, Winget shows all the apps or IDs or tags related to your search term. Now you have to filter out your app from the search. It is very hard to find the app from the hundreds of search results.
To solve this issue, Winget comes with search filter options to find the app you are searching for quickly.
You can run this command in the CMD tool to list all the search parameters.
Now here you have to type the filter name. Winget supports multiple search filters. Here are they:
Above we shared how many search filters are available with Winget. Here is how you can search by name with the Winget tool.
winget search –name <App Name>
Example: winget search –name Edge
This command will only search your app name with the name field.
When you run this command, it will show all the results with the Edge name field.
Just like the name, you can search the app with the ID field. Each and every app has a unique ID so it is very easy to find the app with the ID field.
If you want to find the packages by the app ID, use this command:
or
Example: winget search –ID = 9WZDNCRFJ140
Replace App_ID with your app ID name. You can find the app ID on the official manufacturer’s website.
If the app name contains spaces then you can use a full stop.
winget search –ID Google.Chrome
Related Post: