Windows apps can be removed through Settings, Start, Control Panel, or winget, based on how the program was installed.
If you’re searching for how to uninstall an app on Windows, start with the built-in removal tools before downloading a cleaner or third-party remover. Windows gives you several safe routes: Settings for most apps, Start menu removal for Store-style apps, Control Panel for older desktop programs, and Terminal commands for people who manage many apps at once.
The right method depends on the app type. A photo editor from the Microsoft Store may vanish with two clicks. A printer suite, security tool, VPN, or old game may need its own uninstaller or a reboot. Use the steps below to remove the app without deleting personal files by mistake.
Before You Remove The App
A clean uninstall starts before the uninstall button. Close the app, save open work, and sign out if the program syncs data to an account. If the app handles photos, tax files, passwords, or project files, back up the files you created with it. Uninstalling the program usually leaves your documents alone, but settings, plug-ins, and local app data can be removed.
Next, check whether the app is tied to a device or service you still use. Printer tools, graphics drivers, cloud storage clients, VPN clients, and audio suites can affect hardware or account sign-ins. If the app came with a device, keep the driver unless Windows can handle that device without the vendor tool.
- Restart Windows if the app was updated or frozen.
- Close browser tabs that use the app’s extension.
- Write down license codes for paid desktop software.
- Back up templates, presets, saved games, and exports.
How To Remove Windows Apps Without Leaving Clutter
The Settings app is the safest place to begin. Microsoft lists Settings and the Start menu as the normal removal paths in its app removal steps. This works well for Windows 11 and recent Windows 10 builds.
Use Settings For Most Apps
Open Start, then choose Settings. Select Apps, then Installed Apps. Search for the app name, open the three-dot menu beside it, and choose Uninstall. Confirm the prompt. If Windows asks for admin permission, approve it only when the app name and publisher match what you meant to remove.
Some desktop programs open a setup wizard after you click uninstall. Read each screen before pressing next. Decline any offer that reinstalls browser add-ons, bundled tools, trial apps, or old settings you no longer want.
Use The Start Menu For Store Apps
For a Store app, press Start, choose All Apps, find the app, right-click it, then choose Uninstall. This is handy for small apps you rarely use, such as media tools, note apps, games, or trial versions that came with the PC.
If the app returns after a Windows update or after another user signs in, it may be a provisioned app or a manufacturer app. Remove it again from your own account, then check the PC maker’s app if it reinstalls bundled software.
Use Control Panel For Older Desktop Programs
Some programs still rely on the older uninstall list. Press Start, type Control Panel, open it, then choose Programs and Programs And Features. Select the program, then choose Uninstall or Change.
This route is still useful for classic Win32 software, older games, printer suites, database tools, and business apps. If you see Change instead of Uninstall, the wizard may offer repair, remove, or modify choices on the next screen.
| Uninstall Route | Best For | What To Watch |
|---|---|---|
| Settings > Installed Apps | Most Windows 11 and Windows 10 apps | Some entries open a vendor wizard |
| Start Menu | Store apps and small bundled apps | Not every desktop program shows uninstall |
| Control Panel | Older desktop programs and legacy suites | Read prompts so repair and remove choices stay clear |
| App’s Own Uninstaller | Security tools, VPNs, games, and device suites | Use only the vendor file already on your PC |
| Microsoft Store Library | Reinstalling Store apps after removal | You may need the same Microsoft account |
| Terminal With winget | Batch removal or exact package names | A wrong name can remove the wrong app |
| Windows Safe Mode | Apps that refuse to close | Use it only when normal removal fails |
| Vendor Cleanup Tool | Antivirus, GPU, printer, or sync tools | Download only from the vendor’s own site |
When Repair Beats Removal
Don’t uninstall a large app just because it glitches once. Repair can save settings and avoid a long download. Microsoft’s repair apps and programs page explains the repair or change option for apps that offer it.
Try repair when the app opens but crashes, menus are missing, or files still load. Choose uninstall when the app is unwanted, unsafe, expired, bloated, or tied to a service you no longer use.
Use Repair Or Reset For Store Apps
Open Settings, select Apps, then Installed Apps. Choose the three-dot menu if the app has extra options. Try Repair first. If that fails, use Reset; reset can erase local app data.
Remove Apps With Terminal When You Know The Package
Windows Package Manager can remove apps from Terminal with the winget uninstall command. It works well when you know the exact package name.
Open Windows Terminal or PowerShell, then type winget list. Copy the app name or ID, then run winget uninstall "App Name". If several matches appear, use the package ID.
| Problem | Likely Cause | Next Move |
|---|---|---|
| Uninstall button is gray | System component or managed app | Leave it, or ask the PC admin |
| App says it is running | Background process still active | Quit it from the tray, then try again |
| Wizard freezes | Installer service or app files are stuck | Restart Windows and rerun removal |
| App returns after reboot | Startup installer or vendor updater | Remove the updater, then the app |
| Files still open with old app | File association stayed behind | Change default apps in Settings |
| Leftover folders remain | Cache, logs, or saved settings | Delete only folders you can identify |
Clean Up After The Uninstall
After removal, restart the PC. This clears locked files and finishes pending installer tasks. Then open Settings, choose Apps, and search for the app name again. Check Startup Apps and turn off any leftover updater that names the old software.
Next, clean file associations under Settings, Apps, then Default Apps. If PDFs, photos, ZIP files, or media files still point to the removed program, assign them to the app you want.
Handle Leftover Folders Carefully
Leftover folders are common. Many apps leave logs, cache files, profiles, saved games, or templates. Check these areas only if you know what you’re deleting:
C:\Program FilesC:\Program Files (x86)C:\Users\YourName\AppData\LocalC:\Users\YourName\AppData\Roaming
Delete folders only when the name clearly matches the removed app or publisher. Don’t delete shared folders from Microsoft, Intel, NVIDIA, AMD, Realtek, or your PC maker unless you are fixing a known driver issue with vendor instructions.
What To Do If The App Won’t Uninstall
If the normal path fails, restart and try again from Settings. Then try Control Panel. If the app has a vendor uninstaller in its folder, run it as administrator. For security tools and device software, use the vendor’s official cleanup tool.
Use Safe Mode For Stubborn Apps
Safe Mode starts Windows with fewer background tasks. That can free locked files and stop an app from loading before you remove it. After booting into Safe Mode, run the same uninstall path from Settings or Control Panel, then restart normally.
Don’t Chase Every Registry Entry
Registry cleaners promise tidy results, but they can break more than they fix. A few harmless leftover entries rarely slow a PC. If Windows is stable and the app is gone from the app list, leave the registry alone.
Final Checks Before You Move On
You’re done when the app no longer appears in Installed Apps, its startup entry is gone, and its file types open with the right program. Restart one last time if the removed app used drivers, browser extensions, shell menus, or background sync.
For paid software, sign in to the vendor account and remove the old PC from the license page if the plan limits device count. A good uninstall is calm and boring: remove from the right place, reboot, check defaults, and delete only leftovers you can name.
References & Sources
- Microsoft.“Uninstall Or Remove Apps And Programs In Windows.”Shows Microsoft’s Settings and Start menu removal paths for Windows apps and programs.
- Microsoft.“Repair Apps And Programs In Windows.”Explains when Windows offers repair or change choices before removing a program.
- Microsoft Learn.“Uninstall Command (winget).”Documents how Windows Package Manager removes packages from Terminal.
