Method I – Run the program manufacturers uninstall tool
Most third-party software now comes with a purpose-built uninstaller tool. This can commonly be found by going to the start menu and scrolling down the all programs list until you find the appropriate program or app. Open the folder, and the uninstaller is listed there. Double-click the uninstaller and follow the on-screen instructions.
Sometimes you need to open the Explorer program and go to the location of the program. The uninstaller is listed there as an .exe file. Again, double-click the file and follow the on-screen instructions.
Back to Top
Method II – Run the uninstall from Control Panel
Use the uninstaller built into Windows 11, and Windows 10.
-
Open the Start Menu.
-
Click Settings.
-
Click Apps
-
Select Apps & features from the left-hand side menu.
-
Select the Program or App that you want to uninstall from the list that appears.
-
Click the uninstall button that shows under the selected program or app.
-
Follow the on-screen instructions to complete the uninstall.
Back to Top
Method III – Uninstall after closing program or app in Task Manager
Use the Task Manager built into Windows 11, and Windows 10.
-
Press down the CTRL + SHIFT + ESC keys together to open the Task Manager.
-
It should already be on the processes tab.
-
Select the Program or App that you want to uninstall from the list under processes.
-
Right click on the Program/App and select End Task
-
Now try running the uninstall on the Program/App again.
Back to Top
Method IV – Run the uninstall from Safe Mode
Boot the computer into safe mode and try running the uninstall from there:
- How to Boot to Safe Mode in Windows 11, and Windows 10
Back to Top
Method V – Run the Microsoft Install/Uninstall troubleshooter
Download the uninstall troubleshooter program from Microsoft:
- Fix problems that block programs from being installed or removed
-
Open the troubleshooter program on the affected computer.
-
Click the Advanced link on the window that opens.
-
You can run the repairs automatically by clicking next, to be more specific clear the Apply repairs automatically box, then click next.
-
Select uninstalling.
-
Select the program that you are having trouble uninstalling from the list. (If it is not there, check for an entry marked Not Listed and select that instead.) Then click next.
-
Follow the on-screen instructions.
-
When it finishes, it gives the option to try uninstalling the program again.
-
It tells you it could not identify the problem and that you can give feedback on the program and to close it. However, you can click the link View detailed information to receive a report.
-
After clicking next on the report screen, it will take you to a screen. This is where you can select the repairs that you want to run on the program you want to uninstall. Ensure that the program is there, and the check box marked.
-
Click next for it to run through these repairs.
-
You should then get a report if this was successful or not.
-
Back to Top
Method VI – Use a third-party Uninstaller
Using a search engine, you can usually find either a generic third-party removal tool, or one specific to the Program/App you are trying to uninstall.
Dell does not recommend using third-party software unless you are sure of the supplier and are confident in its use. These programs are often sources of infection to your computer or if used in an improper manner can cause system issues to occur on your computer.
Back to Top
Method VII – Run System Restore
If you have enabled Restore Points on your computer, you can use System Restore. This method allows you to take your computer back to a previous date before the particular piece of software was installed. However, this does remove any other programs that are installed in that same period. You can find out more on the following link:
- Reset or reinstall Windows 10 on your Dell computer
Back to Top
Method VIII – Remove Preinstalled Items
You can right-click the App icon in the Start Menu and select uninstall.
However, if this is not available or does not work, you can also use Command Prompt or PowerShell which are Command Line Interfaces (CLI). Be aware Command Prompt and PowerShell are powerful tools and you can make changes which may affect your computer.
Dell does not recommend using a CLI unless you are experienced in its use. You may want to ensure you have a backup of your computer, before you start using commands in a tool like this.
-
First you need to open the CLI with Administrator rights
-
You can find this in the start menu.
-
Alternatively, you can right-click the start menu button to open a power users’ menu and select it from there.
-
Or you can click the start menu and type Command Prompt, or PowerShell and select it from the list that appears.
-
-
Enter the following command (Where AppName is the name of the App you want to remove.):
Get-AppxPackage *AppName* | Remove-AppxPackage
-
You can generate a list of AppNames by entering the following command:
Get-AppxPackage | ft name, PackageFullName -AutoSize
Back to Top
Method IX – Clean ghosts from the Control Panel
When using Control Panel, you may see references to Programs and Apps that are already uninstalled.
This is usually because there remains some part of the Program or App in the Registry. We do not recommend going into the Registry and deleting strings.
You can use a search engine to find a third-party registry cleaner to remove these leftover strings.
However as with any third-party software, you run the risk of infecting your computer.
Most Registry cleaners react to your anti-virus and conversely, so you need to be careful of what they quarantine or delete.
If you cannot identify what the string does, I would not recommend using a cleaner either. Deleting the wrong thing in the registry can cause system issues to your computer.
Back to Top
Method X – Remove Problem Updates
You can uninstall recent windows update files from the Apps & features page of the Control Panel, as you would any Program or App.
For anything more serious I would recommend going through the article on the following link:
- Fix Windows Update issues
Back to Top