Uninstalling an app in Windows 10 using Command Prompt (CMD) might sound complicated, but it’s actually pretty straightforward. First, you need to open CMD as an administrator. Then, you’ll use a specific command to list all installed apps. Finally, you’ll execute another command to uninstall the desired app. This process ensures a clean removal without having to navigate through the graphical user interface.
How to Uninstall App in Windows 10 Using CMD
In this guide, you’ll learn how to remove an application from your Windows 10 system using the Command Prompt. This method provides a more direct approach and can be useful when other methods fail.
Step 1: Open Command Prompt as Administrator
First, open the Command Prompt with administrative privileges.
To do this, type "cmd" in the Windows search bar, right-click on Command Prompt, and select "Run as administrator." This ensures you have the necessary permissions to uninstall applications.
Step 2: List Installed Applications
Next, use the Command Prompt to list all installed applications.
Type wmic product get name and press Enter. This command fetches a list of all installed programs, so you can identify the exact name of the application you want to remove.
Step 3: Identify the Target Application
Locate the application you wish to uninstall from the list.
Scroll through the list and find the exact name of the app. It’s crucial to get the name exactly right for the uninstallation command to work.
Step 4: Execute the Uninstall Command
Finally, type the uninstall command to remove the app.
Type wmic product where "name='ApplicationName'" call uninstall and press Enter. Replace ‘ApplicationName’ with the exact name of the app you want to remove. You may be prompted to confirm the uninstallation.
After completing these steps, the application will be uninstalled from your Windows 10 system. The CMD approach is highly effective for removing stubborn apps that might not uninstall easily through other methods.
Tips for How to Uninstall App in Windows 10 Using CMD
- Always run CMD as an administrator to ensure you have the necessary permissions.
- Double-check the exact name of the application before running the uninstall command.
- If you encounter errors, try restarting your computer and executing the commands again.
- Note that some system applications might require additional steps to uninstall and might not be removable via CMD.
- Keep your system updated to avoid any compatibility issues with CMD commands.
Frequently Asked Questions
What if I don’t have administrative privileges?
You need administrative rights to uninstall applications using CMD. If you don’t have them, seek assistance from someone who does.
Is it safe to uninstall apps using CMD?
Yes, it’s safe if you follow the steps correctly. Just ensure you’re uninstalling the right application.
Can I uninstall multiple apps at once using CMD?
CMD doesn’t support batch uninstallation directly. You’ll need to run the uninstall command for each application separately.
What if the app doesn’t uninstall?
If the app doesn’t uninstall, restart your computer and try again. If it still fails, consider using a third-party uninstaller tool.
Do I need to back up my system before uninstalling apps?
It’s always a good idea to back up your system before making changes, although uninstalling apps generally doesn’t affect your system files.
Summary
- Open Command Prompt as Administrator
- List Installed Applications
- Identify the Target Application
- Execute the Uninstall Command
Conclusion
Uninstalling an app in Windows 10 using CMD may seem like a daunting task, but it’s quite manageable with the right steps. This method is particularly useful for dealing with stubborn applications that refuse to be removed through conventional methods. By running CMD as an administrator, listing your installed apps, identifying the one you want to remove, and executing the uninstall command, you can keep your system clean and efficient.
Not only does this method provide a more direct approach, but it also empowers you to take control of your computer’s software environment in a way that the graphical user interface might not allow. Plus, it’s a handy skill to have up your sleeve for those times when traditional uninstallation methods just don’t cut it.
For further reading, you might explore advanced CMD commands and other ways to manage applications and settings in Windows 10. If you found this guide helpful, consider sharing it with others who might benefit from learning how to uninstall apps using CMD. Happy computing!

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.