How to Uninstall an Application on Windows 11

Last Updated : 5 Dec, 2025

Uninstalling applications on Windows 11 is a quick and effective way to free up storage, improve system performance, and remove unwanted or problematic software. Whether you're cleaning up your PC or troubleshooting issues, Windows 11 offers multiple ways to remove applications safely.

How-to-Uninstall-an-Application-on-Windows-11

Below are six easy methods to uninstall apps on Windows 11.

Method 1: Uninstall Apps Using Settings

This is the most common and user-friendly way to remove apps.

Here's how to do it:

  • Click the Start icon and select Settings, or press Win + I.
  • Go to Apps.
  • Click Installed Apps.
  • Scroll and locate the app you want to remove.
  • Click Uninstall.
  • When prompted by User Account Control (UAC), click Yes to proceed.

Uninstall an Application on Windows

Method 2: Uninstall Apps Using Control Panel

Ideal for users familiar with traditional Windows interfaces.

Here's how to do it:

  • Open Start and type Control Panel.
  • Go to Programs → Programs and Features.
  • Find the software, right-click it, and select Uninstall.
  • In the UAC prompt, click Yes.

Uninstall an Application on Windows

Method 3: Uninstall Apps Using File Explorer

This method uses the app’s built-in uninstaller.

Here's how you can do it:

  • Press Win + E to open File Explorer.
  • Go to This PC.
  • Open Program Files (or Program Files (x86) for 32-bit apps).
  • Find the folder of the application you want to uninstall.
  • Look for uninstall.exe or unins000.exe.
  • Double-click the file and confirm with Yes in UAC.
  • When the uninstaller asks for confirmation, click Yes to complete.

Note: Avoid deleting files manually. Removing critical files may cause system issues.

Uninstall an Application on Windows

Method 4: Uninstall Apps Using the Start Menu

Another easy way to remove apps on Windows 11 is through the Start Menu. This method is quick and convenient, making it suitable for anyone who prefers a more visual approach to removing applications.

Here's how you can do it:

  • Open the Start Menu.
  • Right-click the app you want to uninstall.
  • Select Uninstall.
  • Click Uninstall again if prompted.
  • Confirm the UAC prompt by clicking Yes.

Uninstall an Application on Windows

Method 5: Uninstall Apps Using Command Prompt

If you prefer using text commands, you can also remove applications on Windows 11 using Command Prompt. This method offers a quick way to uninstall apps without navigating through graphical interfaces.

Steps:

  • Open Command Prompt as Administrator.
  • Type: wmic and press Enter.
  • Type: product get name to list installed programs.
  • Uninstall using:

product where name='program name' call uninstall

Uninstall an Application on Windows

  • Press Y and hit Enter to confirm.

Replace program name with the software name exactly as listed.

Method 6: Uninstall Apps Using Registry Editor (Advanced)

Only use this method if you are experienced, editing the registry incorrectly can harm your system.

  • Search regedit in Start and open Registry Editor.
  • Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  • Locate the folder of the app you want to remove.
  • Double-click UninstallString and copy the value data.

Uninstall an Application on Windows

  • Press Win + R, paste the copied command, and press Enter.

Uninstall Application on Windows

  • Click Yes on the UAC prompt.
  • Confirm any uninstall prompts by clicking Yes.
Comment