How to Uninstall Apps Using Windows Package Manager (Winget)

First introduced at Build 2020 last year, Windows Package Manager is a tool Microsoft has developed to simplify the app installation process. While we’ve seen excellent third-party solutions like Winstall to bulk install Windows 10 apps using Winget, Microsoft has now added the option to let users utilize Winget for uninstalling software. However, it is still an experimental feature. In this article, you’ll learn how to enable Windows Package Manager right now and use Winget to uninstall apps.

Uninstall Apps Using Windows Package Manager

1. If you have not installed Winget yet, go to Winget’s GitHub repository to download and install it.
download and install winget

2. Once installed, open Powershell/ Command Prompt using the Windows Search bar. You should click ‘Run as Administrator’ to open the window.

open powershell - windows package manager

3. Then, type ‘winget features’ to make sure it is properly installed. This command also shows you the list of experimental features, and they are disabled by default. You can see the ‘Disabled’ status next to each feature.

winget features

3. To enable the uninstall functionality on Winget, type the command ‘winget settings’ in Powershell. You will now notice that a .json file opens in your default text editor.

settings

4. We will enable two experimental features – uninstall and list. While the former helps you uninstall apps, the latter shows you the list of installed apps on your PC. When the text editor opens, paste the following text in the settings.json file and save it.

"experimentalFeatures": {
"uninstall": true,
"list": true
},

enable uninstall feature

5. Now, use the command ‘winget list’ to see the list of installed applications on your Windows 10 PC.

winget list - uninstall apps windows package manager

6. You can now use ‘winget uninstall <app name>’ to uninstall the app using the Windows Package Manager. Do keep in mind that you will need to add the app’s name in double quotes if there are spaces in the name. For example, the command to uninstall Microsoft To Do would be:

winget uninstall "Microsoft To Do"

winget uninstall - uninstall apps windows package manager

7. Once you input the uninstall command, you will see a progress bar with the text ‘Starting package uninstall…’ in the Powershell window. You will see a ‘Successfully uninstalled’ message once the progress bar hits 100%. The desired app is no longer available on your Windows 10 PC.

Use Winget to Uninstall Software on Windows 10

So that’s how you can uninstall apps and software using Winget on your Windows 10 PC. It is undoubtedly a welcome addition, especially for users who are accustomed to the command line interface. If you prefer going the old-fashioned way, check out our articles on how to uninstall built-in apps, general instructions for uninstalling apps to declutter your Windows 10 PC. The command line interface is not everyone’s cup of tea, and you can use the best free uninstaller software for Windows 10 as well.

comment Comments 0
Leave a Reply