Best apps for removing Microsoft Copilot from Windows in 2026 (we tested 7)

The XDA piece making the rounds this week pulled up a Group Policy that finally turns Copilot off and keeps it off. Microsoft has been reinstalling the assistant through cumulative updates for over a year, even on machines that explicitly disabled it, and the user pushback has been steady enough that Microsoft eventually published the policy itself.

A Group Policy edit is the cleanest fix for Pro and Enterprise SKUs. For Home edition, which has no Group Policy Editor by default, you need either a third-party tool or a tested PowerShell script. We tested seven Windows desktop tools that strip Copilot, Recall, and the rest of the Bing-flavoured layer, and ranked them by what they actually remove versus what they only hide.

What to look for in a Copilot-removal app

Hiding the Copilot icon is not the same as removing it. Five things separate a real fix from a placebo:

Quick comparison

ToolBest forEdition supportedFree planPricingRemoval method
Group Policy EditorPro and Enterprise usersWin 11 Pro/EnterpriseBuilt-inFreeGroup Policy
WinhanceModern GUI debloaterWin 10, 11 allOpen-sourceFreeAppX + registry
Win11DebloatReliable PowerShell scriptWin 11 allOpen-sourceFreeAppX + scheduled tasks
ThisIsWin11Visual debloating workbenchWin 11 allOpen-sourceFreeMulti-layer
Chris Titus WinUtilOne-window admin suiteWin 10, 11 allOpen-sourceFreeTweaks + AppX
O&O ShutUp10++Privacy-first togglesWin 10, 11 allFreeFreeRegistry + policy
WindhawkVisual mods of Windows UIWin 10, 11 allOpen-sourceFreeUI injection

1. Group Policy Editor, best for Pro and Enterprise users

Group Policy Editor is the Microsoft-sanctioned answer if you are on Windows 11 Pro, Education, or Enterprise. Open gpedit.msc, navigate to User Configuration > Administrative Templates > Windows Components > Windows Copilot, enable “Turn off Windows Copilot.” Restart. Copilot is gone from the taskbar, the keyboard shortcut, and the right-click menus. It survives Windows updates.

Where it falls short: Home edition does not include gpedit.msc out of the box. Adding it manually is possible but fragile across feature updates. And the policy disables Copilot UI, not the underlying AppX package, so disk usage does not shrink.

Pricing:

Platforms: Windows 11 Pro, Education, Enterprise (Windows 10 Pro for older builds)

Download: Group Policy Editor documentation

Bottom line: the canonical fix if you have Pro or higher. Two clicks, done, supported by Microsoft.

2. Winhance, best modern GUI debloater

Winhance is the cleanest GUI on this list. The Copilot removal sits in the AI Removal panel, it pulls the AppX package, applies the policy keys, and disables the scheduled tasks that pull it back. Recall is in the same panel, since the two share back-end components in 2026 builds. The author publishes a changelog with every Windows update that affects the removal path.

Where it falls short: newer project with a smaller user base than the script-based tools, so unusual hardware quirks have less reported coverage. The reversible mode is opt-in rather than default.

Pricing:

Platforms: Windows 10, Windows 11 (all editions including Home)

Download: Winhance on GitHub

Bottom line: the right pick if you want a GUI and do not want to learn PowerShell. The first install on a fresh Windows machine for a lot of builders.

3. Win11Debloat, best reliable PowerShell script

Win11Debloat is a single PowerShell script that runs interactively, asks what to remove, applies the Copilot uninstall plus the policy keys, and tells you what it did. The script has been maintained for two and a half years through every major Windows 11 build, including the awkward 24H2 cycle where Microsoft renamed the Copilot package mid-release.

Where it falls short: a script with no GUI. New users have to trust the prompt and read what the script asks, which is more friction than a one-click button.

Pricing:

Platforms: Windows 11 (all editions), Windows 10 partial support

Download: Win11Debloat on GitHub

Bottom line: the script-first power-user choice. The maintenance pace has earned it the trust the GUI alternatives are still building.

4. ThisIsWin11, best visual debloating workbench

ThisIsWin11 is a workbench rather than a removal button. It exposes the full Windows 11 surface in panels: Copilot, Recall, web search, telemetry, ads, lock screen, search highlights. Each toggle includes a description of what it changes and which registry key it touches. The author also ships a “scripts” panel that runs known-good PowerShell snippets.

Where it falls short: the panel layout can feel overwhelming on first launch, and the project moved homes once which broke some old download links. The latest release is what to trust.

Pricing:

Platforms: Windows 11 (all editions)

Download: ThisIsWin11 on GitHub

Bottom line: the right tool if you want to understand each change before applying. Slower than Win11Debloat, more educational.

5. Chris Titus WinUtil, best one-window admin suite

Chris Titus Tech WinUtil is the Swiss Army knife: install bundles, tweaks, system fixes, plus the debloater that targets Copilot, Recall, OneDrive, and Edge. The Windows Tweaks tab has a single “Recommended Settings” preset that flips the dozen settings most enthusiasts want changed, including the Copilot policy keys. The author runs a YouTube channel that documents each release.

Where it falls short: the bundled installer profile mixes preferences with removal toggles, which makes it less surgical than a Copilot-only tool. Vet the preset before applying.

Pricing:

Platforms: Windows 10, Windows 11 (all editions)

Download: Chris Titus WinUtil on GitHub

Bottom line: install once when setting up a new Windows machine, leave the rest of the tools for daily admin. Reads the right registry keys for Copilot for desktop removal.

6. O&O ShutUp10++, best privacy-first toggles

O&O ShutUp10++ is the older sibling, focused on privacy rather than debloat. The 2026 build added a Copilot section that flips the Group Policy keys, disables the scheduled tasks, and blocks the firewall paths Copilot uses to talk to the Microsoft AI endpoints. The “recommended settings” preset is conservative and reversible.

Where it falls short: the AppX package itself is not removed, only blocked. Disk usage stays the same. The free closed-source distribution is unusual on this list.

Pricing:

Platforms: Windows 10, Windows 11 (all editions)

Download: O&O ShutUp10++

Bottom line: the steady, conservative pick. Pair with Winhance or Win11Debloat if you also want the AppX gone.

7. Windhawk, best for visual UI mods

Windhawk is the outlier. Instead of removing Copilot at the AppX level, it injects mods into the Windows UI to hide the icon, kill the keyboard shortcut, restore the old taskbar context menu, and any number of other tweaks contributed by the mod community. The Copilot-hiding mod is a one-click install from the Windhawk catalogue.

Where it falls short: Windhawk hides Copilot, it does not remove it. The underlying AppX stays. For “make it stop bothering me” this is enough. For “give me the disk space back” use Winhance or Win11Debloat.

Pricing:

Platforms: Windows 10, Windows 11 (all editions)

Download: Windhawk

Bottom line: the right pick if you want to surgically hide just the bits of Copilot that annoy you without committing to a full debloat.

How to pick the right one

FAQ

What is the Microsoft-supported way to disable Copilot?

The Group Policy at User Configuration > Administrative Templates > Windows Components > Windows Copilot > Turn off Windows Copilot. Enable that policy, restart, and Copilot disappears from the taskbar, the Win+C shortcut, and the right-click menus. The Microsoft documentation page confirms this is the supported path.

How do I remove Copilot on Windows 11 Home?

Home does not include the Group Policy Editor by default. The reliable path is Winhance for a GUI experience or Win11Debloat for a PowerShell script. Both apply the same registry keys the Group Policy would set, plus they uninstall the AppX package, which the policy by itself does not do.

Why does Copilot keep coming back after I remove it?

Cumulative Windows updates reinstall the AppX package if it was previously installed. The scheduled tasks named MicrosoftWindowsCopilot are the trigger. A tool that disables those scheduled tasks plus sets the Group Policy keys is what keeps Copilot away across updates. Winhance and Win11Debloat do both.

Does removing Copilot also remove Recall?

Recall and Copilot share back-end components in 2026 builds, so most of the listed tools have a “Remove Recall” toggle next to the Copilot one. The two are technically separate AppX packages, so a tool that only targets Copilot may leave Recall installed. Check the tool’s Recall toggle explicitly if you also want it gone.

Can I put Copilot back if I change my mind?

The Group Policy route reverses by setting the policy back to “Not Configured” and restarting. Winhance, Win11Debloat, and ThisIsWin11 all have a restore or reverse function that reinstalls the AppX package via wsreset or DISM. The script-based tools tend to log what they removed, which makes the restore deterministic.