How to Uninstall a Program/App in Windows 11

How to Uninstall a Program/App in Windows 11 (All Methods, Step-by-Step)

Uninstalling an app in Windows 11 sounds simple—until it isn’t.

Sometimes you’re removing a normal app you installed from the web (like Chrome, Zoom, or VLC). Sometimes it’s a Microsoft Store app. Other times it’s a stubborn program that won’t uninstall, throws an error, or keeps coming back after a restart. And then there are the “built-in” Windows apps, system components, drivers, and leftover files that can still take space even after an uninstall.

That’s why Windows 11 gives you multiple ways to uninstall programs and apps—and each method is useful in different situations:

  • Settings app is best for most people and works for both Store + desktop apps.

  • Start Menu uninstall is the fastest for many apps.

  • Control Panel is the classic method and still best for some older programs.

  • Uninstaller tools (official or built-in) can remove stubborn software cleanly.

  • Safe Mode / troubleshooting options help when the app is broken or won’t uninstall normally.

In this guide, you’ll learn every safe and practical method to uninstall any program/app in Windows 11, with step-by-step instructions, plus what to do if uninstall fails.


Before You Uninstall: Quick Checklist (Recommended)

Do these quick steps to avoid problems:

  1. Close the app completely

    • Right-click the app on the taskbar → Close window

    • Or press Ctrl + Shift + Esc → Task Manager → select the app → End task

  2. Restart your PC (optional but helpful)

    • A restart clears “in-use” files that block uninstallers.

  3. Backup important app data

    • Some apps store files in Documents, AppData, or cloud folders. Uninstalling may remove settings.


Method 1: Uninstall Apps from Windows 11 Settings (Best Overall)

This is the most reliable method for most users because it works for both desktop programs and Microsoft Store apps.

Steps

  1. Press Windows + I to open Settings

  2. Go to Apps

  3. Click Installed apps

  4. Use the search box to find the app (or sort by name/size/date)

  5. Click the three dots (⋯) next to the app

  6. Click Uninstall

  7. Confirm → follow the on-screen uninstaller prompts

✅ Best for: Most apps, quick removals, viewing app size
⚠️ Note: Some apps open a separate uninstaller window—follow it to finish.


Method 2: Uninstall from the Start Menu (Fastest Way)

If you just want to remove a visible app quickly, Start Menu uninstall is perfect.

Steps

  1. Click Start

  2. Find the app:

    • Search the app name, or

    • Go to All apps

  3. Right-click the app

  4. Click Uninstall

  5. Confirm uninstall

✅ Best for: Store apps + many common programs
⚠️ If it redirects you to Settings or Control Panel, that’s normal.


Method 3: Uninstall Desktop Programs via Control Panel (Classic Method)

Some older software is still best removed from the “Programs and Features” list.

Steps

  1. Press Windows + R

  2. Type: control → press Enter

  3. Go to Programs

  4. Click Programs and Features

  5. Select the program

  6. Click Uninstall/Change

  7. Follow the uninstaller instructions

✅ Best for: Traditional Win32/legacy apps, suites (Office tools, drivers, utilities)


Method 4: Uninstall Microsoft Store Apps from the Microsoft Store

If an app came from the Microsoft Store, you can remove it from there too.

Steps

  1. Open Microsoft Store

  2. Click your profile icon

  3. Go to Library

  4. Find the app

  5. Click or the app page

  6. Choose Uninstall (if available)

✅ Best for: Store-installed apps you manage through Store updates


Method 5: Use the App’s Built-in Uninstaller (Official Uninstall Tool)

Many programs include their own uninstaller (often the cleanest for that app).

Steps (common ways)

  • From Start Menu folder

    1. Open StartAll apps

    2. Find the app folder (e.g., “Adobe”, “Zoom”, “WinRAR”)

    3. Click Uninstall or Uninstall [App Name]

  • From the installation folder

    1. Go to C:\Program Files or C:\Program Files (x86)

    2. Open the app’s folder

    3. Look for uninstall.exe or unins000.exe

    4. Run it → complete uninstall

✅ Best for: Apps that bundle services, background tools, drivers, or updaters


Method 6: Uninstall Using Command Prompt (WMIC) (Advanced)

⚠️ WMIC is deprecated on newer Windows builds, but it still works on many systems. Use only if you’re comfortable.

Steps

  1. Search cmd

  2. Right-click Command PromptRun as administrator

  3. Type:

    wmic product get name
  4. Find the exact app name

  5. Then run:

    wmic product where name="APP NAME HERE" call uninstall
  6. Confirm if prompted

✅ Best for: IT/admin scenarios
⚠️ Some apps may not appear in WMIC list.


Method 7: Uninstall Using PowerShell (Store Apps / Built-in Apps) (Advanced)

This is useful for removing certain built-in apps or Store apps.

Steps (remove a Store app for current user)

  1. Right-click StartTerminal (Admin) or Windows PowerShell (Admin)

  2. List installed apps:

    Get-AppxPackage | Select Name, PackageFullName
  3. Remove a specific app (example format):

    Get-AppxPackage *xbox* | Remove-AppxPackage

✅ Best for: Removing built-in Store apps when Settings fails
⚠️ Be careful—removing system apps can affect Windows features.


Method 8: Uninstall in Safe Mode (When Uninstall Keeps Failing)

If the app refuses to uninstall because it’s “running” or crashing, Safe Mode can help.

Steps

  1. Open SettingsSystemRecovery

  2. Under Advanced startup, click Restart now

  3. Go to:

    • TroubleshootAdvanced optionsStartup SettingsRestart

  4. Press 4 for Safe Mode (or 5 for Safe Mode with Networking)

  5. Once in Safe Mode:

    • Use Settings → Apps → Installed apps, or

    • Use Control Panel → Programs and Features to uninstall

✅ Best for: Stubborn apps, malware-like programs (still use antivirus too)


Method 9: Use System Restore (If a New Install Broke Things)

If a program caused crashes or issues and uninstall doesn’t fix it, System Restore can roll back changes.

Steps

  1. Search Create a restore point

  2. Open it → click System Restore

  3. Choose a restore point before the app was installed

  4. Start restore and restart

✅ Best for: Major issues after installing drivers/tools
⚠️ Not always enabled by default.


What to Do If a Program Won’t Uninstall (Fixes)

If uninstall fails, try these in order:

1) Restart and try again

A reboot clears locked files.

2) End the app’s processes

  • Ctrl + Shift + Esc → Task Manager → End tasks related to the app.

3) Use the program’s own uninstaller

Look in Start Menu folder or installation directory.

4) Uninstall in Safe Mode

Follow Method 8.

5) Use the official cleanup tool

Some companies offer dedicated uninstall tools (common for antivirus suites, Adobe, Microsoft Office leftovers).

6) Check for “Uninstall” troubleshooter (optional)

Microsoft has uninstall troubleshooters for stuck programs in some cases.


After Uninstall: Remove Leftover Files (Optional, Safe)

Even after uninstalling, some apps leave cache/settings.

Safe places to check

  1. Downloads (installer files)

  2. C:\Program Files and C:\Program Files (x86) (leftover folders)

  3. C:\Users\YOURNAME\AppData\Local and AppData\Roaming

    • Press Windows + R → type:

      • %localappdata%

      • %appdata%

⚠️ Only delete folders that clearly match the uninstalled app name.


FAQs

Does uninstalling an app delete my files?

Usually it removes the program, but your documents/projects may remain. Some apps offer an option like “remove settings/data”—read uninstall prompts carefully.

Why does Windows 11 show two entries for the same app?

You may have:

  • A Store version + desktop version, or

  • A main app + a helper component (runtime, updater, language pack)

Can I uninstall Windows built-in apps?

Some can be removed (Store apps), but some are part of Windows. Removing system components can break features—use PowerShell only if you know what you’re removing.

What’s the difference between “Uninstall” and “Repair/Modify”?

  • Repair fixes missing/corrupt app files.

  • Modify lets you change installed features.

  • Uninstall removes the program.


Conclusion

Windows 11 offers several reliable ways to uninstall apps and programs. For most users, Settings → Apps → Installed apps is the easiest and safest approach. If an app refuses to uninstall, switch to Control Panel, run the official uninstaller, or try Safe Mode. And if you want a truly clean removal, you can also delete leftover folders from AppData and Program Files after uninstalling.