8 Ways to Uninstall a Program on Windows 10 (2024)

Quick Links

  • Uninstall a Program From the Start Menu
  • Uninstall a Program From the Settings App
  • Uninstall a Program From Control Panel
  • Run the Program's uninstall.exe file
  • Uninstall a Program Using Command Prompt
  • Uninstall a Program Using Windows PowerShell
  • Uninstall a Program Using Windows Registry and Run
  • Third-Party Uninstallers

Removing a program in Windows 10 is a good idea if you no longer need that program or if you just need to free up some storage space. There's more than one way to do it, too. Here are eight ways.

Uninstall a Program From the Start Menu

One of the quickest ways to uninstall a program is by accessing it through the Start menu. Click the Windows icon in the bottom-left corner of the desktop to open the Start menu.

8 Ways to Uninstall a Program on Windows 10 (1)

Next, locate the program you'd like to uninstall from the menu, right-click it, and then click "Uninstall."

8 Ways to Uninstall a Program on Windows 10 (2)

A confirmation window will appear. Click "Uninstall" again and the program will be removed.

Uninstall a Program From the Settings App

You can use the Settings app to uninstall programs from Windows 10. First, click the Windows icon in the bottom-left corner of the desktop, and then click the Gear icon to open the Settings app.

8 Ways to Uninstall a Program on Windows 10 (3)

Next, click "Apps" from the list of options in the Settings app.

8 Ways to Uninstall a Program on Windows 10 (4)

Scroll through the list of programs until you find the one you want to install, click it to show the options for the app, and then click "Uninstall."

8 Ways to Uninstall a Program on Windows 10 (5)

Depending on where the app was installed determines what happens next. If the app was installed through the Microsoft Store, the app will be removed with no additional steps required. Otherwise, a confirmation window will appear asking you to confirm you want to uninstall the app. Do so and then the selected app will be removed.

Uninstall a Program From Control Panel

You can also uninstall programs from Control Panel. Open Control Panel by typing "Control Panel" in the Windows Search bar, and then click it in the search results.

8 Ways to Uninstall a Program on Windows 10 (6)

Next, click the "Uninstall a Program" option under the Programs group.

8 Ways to Uninstall a Program on Windows 10 (7)

Next, scroll through the list until you find the program you want to uninstall, click it, and then select "Uninstall" from the context menu.

8 Ways to Uninstall a Program on Windows 10 (8)

An uninstall Wizard will open. Follow the prompts and the program will be removed once finished.

Run the Program's uninstall.exe file

Several applications come with an uninstaller file. To find this file, you'll need to dig through File Explorer and navigate to the file path that the application's EXE file is located. The uninstall.exe file can be found with it.

Double-click the uninstall file to begin the program-removal process.

8 Ways to Uninstall a Program on Windows 10 (9)

Uninstall a Program Using Command Prompt

Another cool way to uninstall a program is by using Command Prompt. Go ahead and open Command Prompt as an administrator by typing "Command Prompt" in the Windows Search bar, right-clicking "Command Prompt" in the search results, and then clicking "Run as Administrator."

8 Ways to Uninstall a Program on Windows 10 (10)

You'll need to use the Windows Management Instrumentation Command-line (WMIC) software utility in Command Prompt to uninstall a program. Run this command to use Windows Management Instrumentation (WMI) operations:

wmic
8 Ways to Uninstall a Program on Windows 10 (11)

After running the command, if you see wmic:root\cli> , then you're good to go.

8 Ways to Uninstall a Program on Windows 10 (12)

Next, get a list of the programs installed on your PC by running this command:

product get name
8 Ways to Uninstall a Program on Windows 10 (13)

A list of installed programs is returned. This is important because when you run the command to uninstall the program, you must type the program name exactly as it appears in the returned list.

Find the program you want to uninstall, take note of the exact name, and then run this command:

product where name="program name" call uninstall

Just replace program namewith the actual name of the program you want to uninstall. For example, if I wanted to uninstall Skype, I would run this command:

product where name="Skype Meetings App" call uninstall
8 Ways to Uninstall a Program on Windows 10 (14)

After that, you'll be asked to confirm you really want to uninstall the program. Type Yto confirm and then just press the Enter key. If successful, the "Method Execution Successful" message will be returned.

Uninstall a Program Using Windows PowerShell

Uninstalling a program using Windows PowerShell follows the exact same instructions as uninstalling a program using Command Prompt, detailed in the section above.

Open Windows PowerShell as an admin. Run the wmiccommandto use the Windows Management Instrumentation Command-line (WMIC) software utility.

Run product get nameto get a list of installed programs on your PC and take note of the program name.

Run product where name="program name" call uninstall(replace program namewith the actual program name) to uninstall the app. Confirm you want to uninstall the app by typing Yand pressing the Enter key.

That's all there is to it.

Uninstall a Program Using Windows Registry and Run

One of the lesser-known (and more complicated) ways to remove a program is by using a combination of the Windows Registry and Run app.

To get started, open the Registry Editor by typing "regedit" in the Windows Search bar, then click the app in the search results.

8 Ways to Uninstall a Program on Windows 10 (15)

In the Registry Editor, go to this file path:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

A long list of keys can be found under the "Uninstall" folder. Some of these keys have names, which makes them easy to identify. Some are just alphanumerical strings. For these, you can click them and check the DisplayName to see which program it is.

8 Ways to Uninstall a Program on Windows 10 (16)

Once you've selected the program you want to uninstall, find the "UninstallString" value in the right-hand pane. Double-click it.

8 Ways to Uninstall a Program on Windows 10 (17)

The "Edit String" window will appear. Copy the data found in the "Value Data" box to your clipboard.

8 Ways to Uninstall a Program on Windows 10 (18)

Next, all that's left to do is copy and paste that data in the Run app. Open Run by pressing Windows+R, paste the value in the "Open" text box, and then click "OK" or press the Enter key.

8 Ways to Uninstall a Program on Windows 10 (19)

The uninstallation process will begin.

Third-Party Uninstallers

There's no shortage of third-party uninstallers floating around out there on the net. Some of these do the job properly, but in general we don't recommend using a third-party tool unless you trust the developer. These third-party tools are often full of bloatware and can sometimes contain viruses that infect your computer.

If possible, consider using one of the many built-in methods available. If you want to use a third-party tool, verify it's safe to use. If you didn't verify the tool and got hit with a virus, well... we've got you covered.

Related: How to Remove Viruses and Malware on Your Windows PC

8 Ways to Uninstall a Program on Windows 10 (2024)

FAQs

How do you uninstall a program on Windows 10? ›

Use the uninstaller built into Windows 11 and Windows 10.
  1. Open the Start Menu.
  2. Click Settings.
  3. Click Apps.
  4. Select Apps & features from the left-hand side menu.
  5. Select the Program or App that you want to uninstall from the list that appears.
  6. Click the uninstall button that shows under the selected program or app.
May 27, 2024

What are the steps to uninstall Windows 10? ›

How to Remove Windows 10 and Reinstall Another OS
  1. Open Settings.
  2. Go to Update & Security.
  3. Click Recovery.
  4. Under the Advanced Startup section, select the Restart Now button. ...
  5. Select Use a Device.
  6. Navigate to the factory partition, the USB drive, or the DVD drive as applicable.
Nov 7, 2021

How do I remove all traces of a program in Windows 10? ›

How to Remove Remnants of Uninstalled Software
  1. Step 1: Use Control Panel to Uninstall a Program. Type control panel in the search box of Windows 10 and then click this app from the search result.
  2. Step 2: Delete the Remaining Files and Folders. ...
  3. Step 3: Remove App Keys from Windows Registry. ...
  4. Step 4: Empty Temp Folder.
Nov 3, 2023

What is the shortcut key to uninstall a program in Windows 10? ›

Appwiz. cpl is a run command shortcut to open the Add/Remove Programs or Uninstall a Program list on Microsoft Windows XP, Vista, 7, 8, and 10. To use the appwiz. cpl command on your computer, press the Windows Key ( ) + R on your keyboard at the same time.

How to remove software from Windows 10 remotely? ›

Uninstall software remotely using the command line
  1. Step 1: Open CMD. In order to remove the program via the command line, first of all run it as an administrator. ...
  2. Step 2: Type wmic. ...
  3. Step 3: Enter the command product get name. ...
  4. Step 4: Enter the command: product where name = ”program name” call uninstall.
Feb 11, 2019

Does uninstalling a program delete all files? ›

Uninstalling a program typically removes most of its associated files and components. However, some programs may leave behind residual files or registry entries.

How do I uninstall everything on Windows 10? ›

Wiping my hard drive clean (Windows 10)
  1. Press the Windows key.
  2. Type “Settings” to find the Settings app.
  3. Open Settings.
  4. Click Update & Security.
  5. Click Recovery.
  6. Click Get Started.
  7. Use the Remove everything option.
  8. Chose Local reinstall.
Apr 29, 2023

How do I uninstall Microsoft in Windows 10? ›

Press the Windows logo key (or select the search bar on the taskbar) and type control panel. Select Control Panel from the list of results. Select Programs > Programs and features. Select your Microsoft 365 product and choose Uninstall.

How do I remove unnecessary things from Windows 10? ›

  1. Select Start > Settings > System > Storage > Cleanup recommendations. Open Storage settings.
  2. Select the temporary files, unused files, files synced to the cloud, or unused apps you want to remove, then select the Clean up button for each section.

How to force uninstall a program in Windows 10 using CMD? ›

In the Command Prompt window, type wmic and press Enter. This command loads the Windows Management Instrumentation Command-line (WMIC) tool. Now If the app that you want to remove is shown here, continue and enter the command: product where name="name of program" call uninstall.

How do I completely remove a program from the registry? ›

Click Start, click Run, type regedit in the Open box, and then press ENTER. After you click the Uninstall registry key, click Export Registry File on the Registry menu. In the Export Registry File dialog box, click Desktop in the Save in box, type uninstall in the File name box, and then click Save.

How do I uninstall a program on Windows 10? ›

  1. In search on the taskbar, enter Control Panel and select it from the results.
  2. Select Programs > Programs and Features.
  3. Press and hold (or right-click) on the program you want to remove and select Uninstall or Uninstall/Change. Then follow the directions on the screen.

How to uninstall programs in Windows 10 without admin rights? ›

Use the uninstaller built into Windows 11 and Windows 10.
  1. Open the Start Menu.
  2. Click Settings.
  3. Click Apps.
  4. Select Apps & features from the left-hand side menu.
  5. Select the Program or App that you want to uninstall from the list that appears.
  6. Click the uninstall button that shows under the selected program or app.
May 27, 2024

How to uninstall a program without a mouse? ›

Shift+Del - Force Removal of selected item(s)

How do I delete a program that won't delete? ›

Methods to uninstall a program that won't uninstall:
  1. Use Revo Uninstaller Pro to force uninstall the program.
  2. Use the manufacturer's uninstall tool.
  3. Uninstall the application in Safe Mode.
  4. Remove the program by using the Registry Editor.
Apr 22, 2021

Why won't my Apps Uninstall on Windows 10? ›

Start Windows 10 into Safe Mode to Uninstall the Program. If you are unable to uninstall program Windows 10, it might because the uninstall process is interfered by third-party processes. The solution is to boot your Windows 10 computer into Safe Mode, and then remove the program in Safe Mode.

How do I delete unwanted Apps? ›

Delete apps on your Android device
  1. Open the Google Play Store app .
  2. At the top right, tap the Profile icon.
  3. Tap Manage apps & devices. Manage.
  4. Select the name of the app you want to delete.
  5. Tap Uninstall.

How to Uninstall Apps not showing in Control Panel? ›

How to Uninstall Programs Not Listed in Control Panel
  1. Locate the Uninstaller in Installed Folder. Most programs are installed in and include an uninstall script. Locate the folder where your application was installed. ...
  2. Rerun the Installer. Another option is to rerun the installer. ...
  3. Try a Third-Party Uninsaller.

References

Top Articles
Latest Posts
Article information

Author: Duane Harber

Last Updated:

Views: 6018

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Duane Harber

Birthday: 1999-10-17

Address: Apt. 404 9899 Magnolia Roads, Port Royceville, ID 78186

Phone: +186911129794335

Job: Human Hospitality Planner

Hobby: Listening to music, Orienteering, Knapping, Dance, Mountain biking, Fishing, Pottery

Introduction: My name is Duane Harber, I am a modern, clever, handsome, fair, agreeable, inexpensive, beautiful person who loves writing and wants to share my knowledge and understanding with you.