How to uninstall a program or app in Windows 10

Learn how to uninstall a program or app in Windows 10 in this guide. You can remove an application using Settings app or Command Prompt.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

If you are looking forward to remove a program or app from your Windows 10 to free up the disk space, this guide is for you. There might be anonymous reasons for why you want to uninstall a program. In this article, we will see how to uninstall a program or app in Windows 10.

While installing some programs, you might need administrator permissions, if you’re on a standard user account. If you remove a Desktop app from the system, usually it will be removed for all the user accounts present on the system. However, when you uninstall a universal app, it may not be removed for all users, unless you use PowerShell cmdlet to specify that.

You can try either of the methods mentioned below to remove an app or program.

How to uninstall a program or app in Windows 10

Method 1 – Using Settings app

Follow these steps to uninstall app/program using Settings app.

  1. Right click Start Button or press W8K + X keys and select Settings.
  2. In the Settings app, go to AppsApps & features.
  3. In right pane of Apps & features, highlight the program/app you want to remove and click Uninstall.

How to uninstall a program or app in Windows 10

In the few moments, the app or program will be uninstalled from your system. You can then close Settings app and return to the Desktop, if you like.

Method 2 – Using Command Prompt

1. Right click on Start Button and select Command Prompt (Admin)

2. In administrative Command Prompt window, type wmic command and press Enter key.

How to uninstall a program or app in Windows 10

3. This will populate the list of programs installed on your system. Next, execute following command after substuting name of program you want to remove:

product where name="<PROGRAM NAME>" call uninstall

4. Finally, when asked, type Y and press Enter to confirm uninstall operation. The program/app will now be uninstall and you must receive Method execution successful message in return, as a confirmation. You can now close Command Prompt.

That’s it!

Share this article
https://www.kapilarya.com/how-to-uninstall-a-program-app-in-windows-10

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

Leave a Comment

Your email address will not be published. Required fields are marked *