Uninstalling Applications Using Windows Package Manager (Winget)

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

Uninstall Applications Using Windows Package Manager

1. If you haven’t installed Winget yet, go to: Winget’s GitHub repository to download and install.

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

open powershell - Windows package manager

3. Next, type ‘winget properties’ to make sure it is installed properly. 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.

wing features

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

settings

4. We will enable two experimental features – removal and listing. The first will help you uninstall apps, while the second will show you the list of apps installed on your PC. When the text editor opens, Paste the following text into settings.json and save.

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

enable uninstall feature

5. Now, use the command ‘wing list’ To see the list of apps installed on your Windows 10 PC

wing list - uninstall apps windows package manager

6. Now you can ‘winget uninstall’ to uninstall the app use ‘ Using the Windows Package Manager. Note that if the name has a space, you will need to enclose the name of the application in double quotes. For example, the command to uninstall Microsoft To Do would be:

winget uninstall "Microsoft To Do"

winget uninstall - uninstall apps windows package manager

7. After entering the uninstall command, you will see a progress bar with the text ‘Starting unpacking…’ in the Powershell window. You will see the message ‘Successfully removed’ when the progress bar reaches 100%. The app you requested is no longer available on your Windows 10 PC.

In relation :  Next Cristiano Ronaldo: Manchester United may sign Brazilian striker Antony from Ajax as new manager Erik ten Hag tops their list ahead of the summer transfer window

Use Winget to Uninstall Software in Windows 10

This is how you can uninstall apps and software using Winget on your Windows 10 PC. It is undoubtedly a welcome addition, especially for users accustomed to the command line interface. If you prefer the old-fashioned way, check out our articles on how to remove built-in apps to clear clutter from your Windows 10 PC, general instructions for uninstalling apps. Command line interface is not for everyone and you can also use the best free uninstaller for Windows 10.