Microsoft now counts four separate official ways to remove an app from Windows—and the newest method, Windows Package Manager (winget), quietly became the fastest for command-line users. A comprehensive cross-device guide published by Technobezz on July 13, 2026, catalogs the uninstall steps for everything from iPhones to game consoles. But for Windows 11 and Windows 10 users, the landscape has shifted enough that it’s worth zeroing in on what’s changed, what’s practical, and what still trips people up.
The Four Routes to App Removal
Every current Windows build gives you these options, all backed by Microsoft’s own support documentation.
Settings > Installed apps
The modern, touch-friendly path shipped with Windows 11. Open Start, click Settings, go to Apps > Installed apps. Find the program, click the three-dot “More options” button, and choose Uninstall. On Windows 10, the same flow lives under Apps > Apps & features. Settings can now remove many traditional desktop programs, not just Store apps, but some older installers still require a trip to Control Panel.
Start menu
Open Start > All apps, right‑click (or press and hold) the app’s icon, and select Uninstall. This shortcut works for Microsoft Store apps immediately; for Win32 programs, it often opens the Programs and Features window instead, where you then complete the uninstall. It’s the quickest way to clean up a single app you spot in the list.
Control Panel > Programs and Features
The veteran method. Search for “control panel,” open Programs > Programs and Features, select the software, and click Uninstall or Uninstall/Change. This remains the most reliable route for legacy MSI and installer‑based applications whose removal logic doesn’t cooperate with the newer UI. It also gives you a clean grid view of all traditional desktop programs at once.
Windows Package Manager (winget)
Introduced in 2021 and baked into Windows 11, winget now handles uninstalls as cleanly as installs. Open Terminal (right‑click Start and select Terminal), run winget list to see everything it recognizes, then winget uninstall --name "App Name". Elevation prompts and any vendor‑specific uninstaller will still appear, but you never leave the command line. Power users and IT pros should add this to their toolkit because it’s scriptable, remote‑friendly, and far faster when you’re dealing with a batch of removals.
Which Method Should You Use?
The answer depends on your comfort level and the app type, but Microsoft’s own guidance suggests starting with Settings. It’s the most polished, and it hooks into the same removal mechanisms while showing you install size and last‑used date. Jump to Start menu if you’re already looking at the app icon. Stick with Control Panel when Settings can’t find the program or its uninstaller stalls. Reach for winget when you manage lots of machines, need to automate, or just prefer typing.
A quick practical note: some uninstalls will demand a restart, especially for drivers, security tools, virtualization software, or anything with background services. Windows will tell you, but if you’re clearing multiple apps, schedule the reboots so you’re not surprised.
The Hidden Complications: Subscriptions and Managed Devices
Uninstalling an app does not cancel any paid subscription tied to it. Microsoft’s support documentation and the Technobezz guide both stress this. You must cancel recurring billing separately through the store (Microsoft Store, Google Play, Apple App Store) or the service’s own website. Failing to do so leaves you paying for an app you no longer use.
Work or school devices add another layer. If your organization manages your Windows PC through Microsoft Intune, you might find the Uninstall button greyed out or missing. That’s by design: IT sets required app assignments that automatically reinstall removed software within 8 to 24 hours unless the admin changes the policy. Administrators can trigger a temporary “Remove apps and configuration” action from the Intune admin center, but the device will restore those items on its next policy sync. The only permanent removal comes from altering the assignment intent or unenrolling the device. If you’re on a work‑managed Windows machine and an app keeps coming back, don’t fight it—contact your help desk.
How Windows App Management Got Here
Windows’ app‑removal story has been a slow‑motion migration for decades. The Control Panel’s “Add or Remove Programs” first appeared in Windows XP, and it barely changed through Windows 7. Windows 10 introduced a new Settings pane for Store apps, but traditional desktop programs were still stuck in Control Panel. With Windows 11, Microsoft merged both worlds — Installed apps lists everything from a PWA to a decades‑old Win32 program. Still, the old Control Panel continues to ship because certain enterprise‑tested uninstallers rely on its specific COM interface.
The arrival of winget in 2021 was the real turning point for power users. Built open‑source on GitHub, winget draws on a community‑maintained repository and Microsoft’s own Intelligent Assets feed. It gave Windows a proper package manager rivaling apt‑get or Homebrew, complete with uninstall commands. By 2026, winget is mature enough that even Microsoft’s official documentation includes it as an equal removal tool.
What to Do Right Now
Check what you have
Open Settings > Apps > Installed apps and sort by size or date. You’ll often find large, forgotten programs that can free gigabytes.
Use the right tool for the job
- For a single Microsoft Store app, Start menu → Uninstall takes seconds.
- For an old printer utility that refuses to leave, open Control Panel and find it there.
- For mass cleanup or a headless server, fire up Terminal and type winget list then winget uninstall.
Don’t manually delete folders
Dragging a program’s directory to the Recycle Bin leaves behind services, registry entries, drivers, and uninstall records that can corrupt future installs or conflict with other software. Microsoft’s support page explicitly warns against this unless the official uninstaller has failed and the vendor provides a specific manual‑removal guide.
Cancel subscriptions separately
If the app charged you monthly, head to the Microsoft account services page or the third‑party provider to stop billing. The uninstall itself is silent about money.
Be aware of built‑in Windows apps
Some system apps (like Phone Link, Cortana, or Xbox components on certain editions) can be uninstalled, but others are locked. You can often disable or hide them via PowerShell if they bother you, but total removal of deep Windows components isn’t supported and can break updates.
Restart when asked
Skipping the restart after removing security or driver software can leave remnants that reinstall on next boot. It’s annoying but essential.
Looking Ahead
Windows is steadily moving toward a unified app‑management model where winget, Settings, and Microsoft Store share the same backend. Insider builds already show tighter integration, with winget able to manage Store apps and the upcoming Windows Update for apps blurring the line between system and user‑installed software. For now, the four methods coexist, each with its own sweet spot. Knowing all four means you’ll never get stuck by an app that refuses to leave—and you won’t accidentally leave behind a recurring payment either.