How to Delete Apps on Windows 10: Every Method Explained
Uninstalling apps on Windows 10 sounds simple — and often it is. But depending on what type of app you're removing, where it came from, and how deeply it's embedded in your system, the right method varies. Here's a clear breakdown of every approach, what each one does, and when one might work better than another.
Why Windows 10 Has Multiple Uninstall Methods
Windows 10 manages two distinct categories of applications:
- Traditional desktop apps — software installed via a standalone installer (like .exe or .msi files), typically downloaded from a website or disc
- Microsoft Store apps (also called "modern" or "UWP" apps) — packaged apps installed through the Windows Store, including many built-in apps
These two types install differently, store files in different locations, and are best removed through different methods. Using the wrong approach might leave behind leftover files, registry entries, or shortcuts.
Method 1: Uninstall From the Start Menu 🖱️
This is the quickest route for Microsoft Store apps and some desktop apps.
- Click the Start button
- Find the app in your app list
- Right-click the app name
- Select Uninstall
For Store apps, this removes the app cleanly and immediately. For traditional desktop apps, this typically opens the program's own uninstaller, which walks you through the removal process.
Method 2: Uninstall Through Settings
Windows 10's Settings panel gives you a consolidated view of installed apps.
- Open Settings (Windows key + I)
- Go to Apps → Apps & features
- Scroll or search for the app you want to remove
- Click the app name, then click Uninstall
This method works for both app types and is the most reliable general-purpose approach. It shows app sizes, helping you identify storage hogs worth removing.
Method 3: Uninstall Through Control Panel
The Control Panel is the legacy method, but it's still fully functional and sometimes the only option for older desktop software.
- Open Control Panel (search for it in the Start menu)
- Click Programs → Programs and Features
- Find your app in the list
- Right-click and select Uninstall, or click the app and use the top toolbar
Some programs launch their own custom uninstallers from here. Others uninstall directly. A few apps only appear here and not in the newer Settings menu — particularly older software not updated for Windows 10.
Method 4: Using the App's Own Uninstaller
Many traditional desktop applications include a dedicated uninstall file — often found in the app's installation folder (typically under C:Program Files or C:Program Files (x86)). Look for a file named uninstall.exe or uninst.exe.
This method is especially useful if:
- The app no longer appears in Settings or Control Panel
- The standard uninstall route is broken or grayed out
- You're troubleshooting a failed uninstall
What Happens to Leftover Files?
Even after a successful uninstall, Windows apps frequently leave behind:
- Residual folders in
C:Program Files,C:Users[YourName]AppData, orC:ProgramData - Registry entries that the uninstaller skipped
- Temporary files in
C:WindowsTempor user-level temp folders
For most users, these leftovers are harmless but accumulate over time. Users who want a thorough removal — especially when reinstalling the same software later — sometimes use third-party uninstaller utilities that scan for and remove these remnants. Whether that extra step matters depends on how much storage you're managing and whether you're experiencing any related software conflicts.
Removing Built-In Windows 10 Apps
Some apps that come preinstalled with Windows 10 — like 3D Viewer, Mixed Reality Portal, or Xbox Game Bar — don't offer a standard uninstall button. They may appear in your app list without a clickable Uninstall option.
These can sometimes be removed using Windows PowerShell with the Get-AppxPackage and Remove-AppxPackage commands. However, this approach:
- Requires comfort with command-line tools
- Can occasionally affect dependent system features
- May be reversed by major Windows updates reinstalling the app
Some built-in apps tied to core Windows functionality cannot be fully removed through any user-accessible method without modifying protected system files — which carries meaningful risk and is generally not recommended for everyday users.
Key Variables That Affect Which Method Works Best
| Factor | What It Affects |
|---|---|
| App type (Store vs. desktop) | Which uninstall paths are available |
| App age / origin | Whether it uses modern or legacy uninstall routines |
| User account permissions | Admin rights required for many uninstalls |
| Whether the app is actively running | Running apps often can't be uninstalled until closed |
| How the app was originally installed | Installer-based apps behave differently than portable apps |
When an App Won't Uninstall
If an app refuses to uninstall — showing errors, hanging, or simply not responding — common causes include:
- The app is still running in the background (check Task Manager)
- Corrupted installation files that the uninstaller can't read
- Missing registry entries that Windows needs to locate the uninstaller
- Insufficient permissions (try right-clicking and running as administrator)
In persistent cases, Microsoft's Program Install and Uninstall Troubleshooter (available as a free download from Microsoft's support site) is specifically designed to fix broken uninstall paths and stuck entries in the Windows registry. 🔧
The Part Only You Can Answer
The method that's right for you depends on what you're removing, why you're removing it, and how thoroughly you want it gone. A casual user clearing up space works fine with Settings or the Start menu. Someone managing a work machine with legacy software may rely more on Control Panel or dedicated uninstallers. A power user freeing up every last megabyte might go further with manual cleanup or third-party tools.
What you're working with — the app, the system, and what you need afterward — shapes which of these paths actually fits. 🖥️