Alright, let’s dive into getting Winget, the Windows Package Manager, up and running on your Windows 10 machine. It’s a super handy tool that lets you install, update, and manage your applications directly from your command line, making life a whole lot easier for anyone who uses their PC regularly. The process is pretty straightforward, usually involving a quick trip to the Microsoft Store to update your App Installer, or, if that doesn’t quite work, a direct download from GitHub. You’ll use a command-line interface, like PowerShell, to check whether it’s there and start using it. Trust me, once you have it, you’ll wonder how you ever managed without it.
Tutorial – How to Install Winget on Windows 10
Getting Winget installed on your Windows 10 system is a simple process that will open up a world of streamlined application management. These steps will walk you through the most common and effective ways to get this powerful tool ready for action, so you can start installing and updating your favorite software with just a few keystrokes.
Step 1: Check your Windows 10 version.
Before you do anything else, you’ll want to make sure your Windows 10 operating system is up to snuff. Winget requires Windows 10 version 1809 or newer to work properly.
To check your version, press the Windows key and the ‘R’ key on your keyboard at the same time, type “winver” into the little box that pops up, then press Enter. A window will appear showing your Windows version and OS Build number, so you can quickly confirm you’re on a compatible release.
Step 2: Open the Microsoft Store.
The easiest and most common way to get Winget is to ensure your App Installer application, which hosts Winget, is up to date through the Microsoft Store. This is usually where all the magic happens without you even realizing it.
You can find the Microsoft Store by clicking your Start menu, typing “Microsoft Store” into the search bar, and selecting it from the results. It’s that familiar shopping bag icon, just waiting for you to click on it.
Step 3: Search for “App Installer” and update it.
Once you’re in the Microsoft Store, use the search bar at the top to look for “App Installer.” This application is crucial because Winget is bundled within it.
When you find “App Installer,” click on it. If there’s an “Update” button, go ahead and click it to get the latest version. If it says “Open” or “Install,” either it’s already updated, or you need to install it first. Often, just installing or updating this app automatically brings Winget along for the ride.
Step 4: Verify Winget installation.
After updating or installing the App Installer, it’s time to check whether Winget is installed and ready to go. You’ll need to use a command-line interface for this.
Open a new PowerShell or Command Prompt window. You can do this by searching for “PowerShell” or “CMD” in your Start menu. Once the window is open, simply type winget and press Enter. If you see a bunch of help text and command options, congratulations, Winget is successfully installed and working!
Step 5: (Alternative) Download Winget from GitHub if the Store method fails.
If for some reason the Microsoft Store method didn’t work out, don’t worry, there’s a direct way to get Winget. You can always download the latest version straight from Microsoft’s official GitHub page.
Head over to the Windows Package Manager GitHub releases page (you can search for “winget github releases” to find it easily). Look for the latest stable release, scroll down to the “Assets” section, and download the .msixbundle file that matches your PC’s architecture, usually Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle for most people. Just double-click the downloaded file to install it, following any on-screen prompts.
Once you’ve completed these steps, Winget will be fully integrated into your Windows 10 system. You’ll be able to open up your preferred command-line interface, like PowerShell or Command Prompt, and immediately start using winget commands to search for, install, and update your software. It’s a game-changer for managing applications, giving you quick and powerful control over your digital toolkit.
Tips for Installing Winget on Windows 10
- Always check the official GitHub page for the latest releases if the Store method isn’t working for you, as it’s the definitive source for the newest versions.
- Make sure your Windows 10 operating system is fully updated through Windows Update before attempting to install Winget, as this can prevent compatibility issues.
- If you encounter issues after installation, try restarting your computer; sometimes a fresh boot is all it takes for the system to recognize new tools.
- Remember that Winget is a command-line tool, so getting comfortable with basic PowerShell or Command Prompt commands will make your experience much smoother.
- Keep an eye on Winget’s development, as new features and improvements are constantly being added, making it even more powerful over time.
- If the
wingetcommand still isn’t recognized, try closing and reopening your command-line window, or even restarting your PC, as this often refreshes the system’s command paths.
Frequently Asked Questions
What is Winget and why do I need it?
Winget, short for Windows Package Manager, is a free and open-source command-line tool developed by Microsoft. It lets you quickly install, update, or remove applications on your Windows 10 PC using simple text commands. Think of it like a smart app store for your command line, making it incredibly easy to manage software without clicking through endless installers or visiting multiple websites. It saves you tons of time and effort, especially if you frequently set up new computers or manage many programs.
Is Winget safe to use?
Absolutely, yes! Winget is developed by Microsoft itself, which means it’s built with security as a top priority. It sources applications from trusted repositories, including the official Microsoft Store and verified GitHub releases. While you should always be cautious about what software you install, Winget provides a much safer and more streamlined experience than manually searching for and downloading installers from random corners of the internet.
My winget command isn’t working after installation, what gives?
Don’t panic, this can happen sometimes! First, try closing and reopening your PowerShell or Command Prompt window. Sometimes the system needs a fresh start to recognize new commands. If that doesn’t work, double-check that you’ve installed the latest “App Installer” from the Microsoft Store or the correct .msixbundle from the official GitHub page. A quick reboot of your entire computer can also magically fix things by refreshing all system paths.
Can I install any software with Winget?
Not any software, but a vast and rapidly growing library of popular applications. Winget relies on a community-driven repository of packages, so it includes many common and essential tools, such as web browsers, code editors, communication apps, and more. While it’s incredibly comprehensive, some niche or very new software might not be available in the Winget repository yet. You can always use winget search [app name] to see if what you’re looking for is listed.
How do I update Winget itself?
That’s a great question! Winget usually updates automatically when you update the “App Installer” application through the Microsoft Store. You don’t typically need to do anything special or manual to keep Winget itself up to date. However, if you’re using a developer build or a specific version you downloaded directly from GitHub, you might need to manually download and install a newer .msixbundle file from the GitHub releases page to get the very latest features and bug fixes.
Summary
- Check Windows 10 version.
- Open Microsoft Store.
- Update App Installer.
- Verify Winget.
- (Alternative) Download from GitHub.
Conclusion
So, there you have it: a complete guide to installing Winget on Windows 10. We’ve walked through the simple steps, whether you prefer the straightforward Microsoft Store route or the direct GitHub download. By now, you should have Winget ready to revolutionize how you manage software on your PC. It’s not just about installing programs; it’s about embracing a more efficient, modern, and powerful way to interact with your operating system. Think of Winget as your personal assistant for software, always ready to fetch, update, or remove applications with minimal fuss.
This tool truly embodies the future of Windows software management. No more hunting for obscure download buttons, battling with outdated installers, or wondering if you’re getting the legitimate version of an application. With Winget, you gain a centralized, trusted hub for your software needs, right from the comfort of your command line. It empowers you to be more productive, whether you’re setting up a new machine, refreshing an old one, or simply keeping your favorite tools up to date. The beauty of Winget lies in its simplicity and effectiveness, making complex tasks feel effortless.
I highly encourage you to start exploring what Winget can do for you. Try out some basic commands like winget search "your favorite app" to see if it’s available, then use winget install "app name" to add it to your system. You’ll quickly discover a vast repository of applications at your fingertips, from web browsers and communication tools to development environments and utilities. This is more than just an installation guide; it’s an invitation to become a more efficient Windows user. Dive in, experiment, and let Winget simplify your digital life. The power to manage your software with unparalleled ease is now firmly in your hands.

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.