How to Uninstall a Program on Windows 10 (3 Methods)

Photo of author

By Victor Ashiedu

Published

We may want to remove a previously installed program because we no longer need it. Use one of the 3 methods below to uninstall programs on Windows 10.

Option 1: Uninstall a Program From Control Panel

This is the oldest and simplest method to uninstall a program from Windows 10. Here are the detailed steps:

  • Type Control Panel in the search bar. Then open it from the search results.
Uninstall a Program in Windows 10 from Control Panel
  • When Control Panel opens, click Uninstall a Program.
Uninstall a Program in Windows 10 from Control Panel
  • At Program and Features, click the program you wish to remove. Then click Uninstall.

Option 2: Uninstall a Program From Windows Settings

This is the new method of uninstalling Windows Apps. The Control Panel option cannot remove Windows System and store Apps. To uninstall built-in apps, use the method in this section. Here are the steps:

  • Type Apps & features in the search bar. Then open it from the search results.
  • Scroll down the list of Apps. When you locate the program or App you wish to uninstall click it. Then click Uninstall.
If you compare the programs listed in Apps & features to the Programs & features list in Control Panel, you will notice that Apps & features has additional Apps. The additional apps in Apps & features are Windows 10 built-in Apps. You may be able to uninstall some of them but for some others, the Uninstall option will be greyed out.

Option 3: Uninstall a Program with PowerShell

PowerShell offers the ability to uninstall any type of program or app in Windows 10. Here are the steps to uninstall Microsoft Apps:

  • Search for PowerShell. Then right-click Windows PowerShell from the result and click Run as administrator.
  • To get a list of all Microsoft Apps, type this command. Then press enter.
Get-AppxPackage 

The command may take some time to list all Apps installed on your PC. Here are the Apps installed in my computer (most of them are not shown in the image).

  • To uninstall a specific app, add the app name to the command. Then pipe the result to the Remove-AppxPackage Cmdlet. In this example I want to remove Alarms & Clocks. As you can see from the image below, this app cannot be uninstalled from Apps & features.
  • The first step is to find the name of the app. The command below will do the job…
Get-AppxPackage | Where-Object {$_.Name -like "*alarm"}

The name of the App is Microsoft.WindowsAlarms. See the image below..

uninstall program windows 10
  • To uninstall the App, type this command and press enter.
Get-AppxPackage -Name Microsoft.WindowsAlarms | Remove-AppxPackage

Wait for the command to complete. Should be quick…

  • If you now check Apps & features, Alarms & Clocks is gone!
uninstall program windows 10

Conclusion

No matter your reason for removing a program from your Windows PC, one of the 3 methods discussed in this guide should do the job.

We love to hear the method you used and why you prefer it. Share your feedback by responding to the “Was this page helpful?” question below.

For more Windows 10 Itechguides, visit our Windows How To page.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment

Send this to a friend