
How to Disable Copilot in Windows 11: Every Method, Ranked by Permanence
Your operating system should not have opinions. If you want to disable Copilot in Windows 11, the reasons are yours and they're probably obvious: you didn't ask for an AI sidebar, you don't want contextual suggestions while you're renaming files, and you'd prefer your taskbar to contain things you chose to put there. This guide covers every current method, from the cosmetic to the registry-level, and tells you which ones actually stick.
Key Takeaways
- Hiding the Copilot icon from the taskbar is not disabling it. The process can continue running in the background, and the underlying feature remains active.
- Group Policy is the most reliable method for Pro, Enterprise, and Education editions. A new "Remove Microsoft Copilot app" policy shipped with the April 2026 update (KB5083769), and it lives under a different policy folder than the older, deprecated one.
- Windows 11 Home users don't get Group Policy. You need to create the registry key manually. It works, but it requires more precision.
- Even after a full removal, Copilot can reappear through Windows Updates, feature rollouts, or policy resets. This is a recurring maintenance task, not a one-time fix.
- Windows 11 actually ships with two overlapping Copilot experiences (the OS-level one and the Microsoft 365 rebrand), which is why you sometimes see duplicate icons even after disabling one.
Why Does Windows 11 Have So Many Copilot Entry Points?
Because Microsoft treated Copilot as a platform feature, not an app. It's embedded in the taskbar icon, the sidebar, Notepad, File Explorer, Microsoft 365 apps, and Edge. You can invoke it via the taskbar, Win+C, a dedicated hardware Copilot key on newer keyboards, Start menu search, or the Edge sidebar. Each path is a separate surface. Disabling one does not disable the others.
This fragmentation is the core problem. You're not removing one thing. You're suppressing a feature that Microsoft wired into multiple subsystems. The methods below are ordered from least to most thorough.
Method 1: How Do I Hide the Copilot Icon from the Taskbar?
Right-click the taskbar, select "Taskbar settings," and toggle off the Copilot icon. This takes about four seconds.
It also does almost nothing. The icon disappears. The feature does not. The underlying process can keep running in the background, and Win+C still launches the sidebar. This is the equivalent of turning off a lamp and calling the room demolished. If all you want is a cleaner taskbar and you don't care about the rest, fine. Otherwise, keep reading.
Method 2: How Do I Disable the Win+C Shortcut?
There's no built-in toggle for this. The keyboard shortcut is bound to the Copilot experience at the OS level. Once you disable Copilot via Group Policy or the registry (Methods 3 and 4), the shortcut stops working. If you want to remap it before that, you'll need a third-party key remapper like PowerToys or AutoHotkey. Not ideal, but it works as a stopgap.
Method 3: How Do I Disable Copilot with Group Policy?
Group Policy is the cleanest method, and it's what Microsoft intended for managed environments. There are now two relevant policies, and the distinction matters.
The Old Policy (Deprecated)
The original policy lived at User Configuration > Administrative Templates > Windows Components > Windows Copilot and was called "Turn off Windows Copilot." It worked. Then Microsoft deprecated it, meaning newer Copilot experiences delivered via Insider or preview builds may not respect it. If you're running a recent 25H2 build, this policy alone is not sufficient.
The New Policy (April 2026+)
With the April 2026 update (KB5083769, version 25H2), Microsoft shipped a new policy called "Remove Microsoft Copilot app." It lives in a different location: User Configuration > Administrative Templates > Windows Components > Windows AI. Note the folder name change from "Windows Copilot" to "Windows AI."
To enable it:
- Open
gpedit.msc(press Win+R, type it, hit Enter). - Navigate to
User Configuration > Administrative Templates > Windows Components > Windows AI. - Double-click "Remove Microsoft Copilot app."
- Set it to "Enabled."
- Click Apply, then OK.
- Restart your machine or run
gpupdate /forcefrom an elevated command prompt.
One important detail: this policy triggers uninstallation after 28 days of disuse as a one-time action, not a permanent block. It is a removal mechanism, not a suppression mechanism. If a future update re-provisions the app, the policy doesn't automatically fire again. You'd need to re-evaluate after major updates.
For a more persistent block, enable both the old and new policies. Belt and suspenders. The deprecated policy may still catch legacy code paths that the new one doesn't address, and vice versa.
Which Windows Editions Support Group Policy?
Pro, Enterprise, Education, and IoT Enterprise/LTSC. If you're on Windows 11 Home, Group Policy Editor isn't available. You need Method 4.
Method 4: How Do I Disable Copilot via the Registry on Windows 11 Home?
The registry method replicates what Group Policy does, but manually. It works on all editions, including Home.
- Open Registry Editor: press Win+R, type
regedit, press Enter. Accept the UAC prompt. - Navigate to
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows. - Right-click the
Windowskey, select New > Key, and name itWindowsCopilot. If this key already exists, skip this step. - With
WindowsCopilotselected, right-click in the right pane, select New > DWORD (32-bit) Value. - Name it
TurnOffWindowsCopilot. - Double-click it, set the value data to
1, and click OK. - Restart your computer.
After reboot, the Copilot icon should be gone from the taskbar, and Win+C should do nothing. The registry-based approach is straightforward, but a typo in the key name or path will silently fail. Double-check your spelling. TurnOffWindowsCopilot is one word with specific capitalization.
If you want to reverse this later, set the value to 0 or delete the WindowsCopilot key entirely.
What About Copilot in Edge, Notepad, and Microsoft 365?
The methods above address the OS-level Copilot (taskbar, sidebar, Win+C). They do not touch Copilot integrations inside individual apps. Windows 11 ships with two overlapping Copilot experiences: the built-in Windows Copilot tied to the taskbar, and the Microsoft 365 Copilot rebrand that surfaces inside Word, Excel, Outlook, and other Office apps.
Edge
Open Edge, go to edge://settings/sidebar, and toggle off the Copilot sidebar. You can also disable the "Discover" button and other AI features from the same settings page. For enterprise deployments, Edge has its own set of Group Policies under Administrative Templates > Microsoft Edge.
Notepad and File Explorer
These integrations are controlled by the OS-level Copilot feature. Disabling Copilot via Group Policy or registry should suppress them. If they persist after a reboot, check that you've applied the policy under the correct user configuration (not computer configuration) and that your build version matches the policy requirements.
Microsoft 365 Apps
The M365 Copilot is a separate product with its own licensing. Disabling Windows Copilot does not disable Copilot in Word or Excel. For those, you need to manage the feature through the Microsoft 365 admin center, or via the Copilot toggle in individual Office app settings. Enterprise admins can use M365 Cloud Policy to control this at scale.
Does Copilot Come Back After Updates?
Yes. This is the most frustrating part of the whole exercise. Copilot can reappear through Windows Updates, taskbar feature rollouts, or default policy resets. Major feature updates (like the move from 24H2 to 25H2) are especially likely to re-enable features you've disabled.
Your options for persistence:
- Keep both Group Policy settings enabled. They survive most updates, though a major version change can reset them.
- Export your registry keys (right-click the
WindowsCopilotkey, select Export) and save the .reg file somewhere accessible. After a major update, double-click it to reimport. - If you manage multiple machines, script the registry write and run it as a post-update task via Task Scheduler.
This is maintenance, not a permanent fix. Plan accordingly.
Why Is Microsoft Making This So Difficult?
Because Copilot is a strategic bet, not a convenience feature. Microsoft embedded AI across the OS as a platform differentiator. The aggressive rollout has drawn significant backlash. Microsoft quietly rolled back several Copilot integrations in mid-March 2026, shelving plans to extend it into the Notification Center and pausing other AI nudges. The dedicated uninstall policy that arrived in April 2026 was a direct response to admin requests.
The broader context is worth noting. The U.S. House of Representatives banned congressional staff from using Copilot over data security concerns, specifically the risk of leaking House data to unauthorized cloud services. Roughly a third of the 1.5 billion PCs worldwide have not upgraded to Windows 11, with AI feature bloat cited as a contributing factor. Dell executives have publicly stated that consumers aren't buying laptops based on AI capabilities.
Microsoft's own Recall feature, which captured and stored screenshots for AI analysis, was redesigned as opt-in rather than on-by-default after the backlash. The pattern is clear: ship it enabled, wait for complaints, then provide a toggle. The toggle is what you're reading about right now.
What's the Difference Between Disabling and Uninstalling?
Disabling (via Group Policy or registry) prevents Copilot from launching, removes the icon, and suppresses the keyboard shortcut. The app files may remain on disk. Uninstalling (via the new removal policy or manual app removal through Settings > Apps) deletes the app package. The removal policy's 28-day disuse trigger means it's not immediate, which is an odd design choice, but it does eventually clean things up.
For most users, disabling is sufficient. The app sitting inert on your drive, consuming a few megabytes of storage, is not a practical concern. The concern is the running process, the network calls, and the UI intrusions. Disabling addresses all of those.
Can I Disable Copilot on a Hardware Copilot Key?
Newer laptops ship with a dedicated Copilot key on the keyboard. Disabling Copilot via the methods above will make this key do nothing when pressed. If you want to remap it to something useful (like opening a specific app or triggering a screenshot), use Microsoft PowerToys' Keyboard Manager or a similar remapping tool. The key sends a specific scancode that the OS interprets, so remapping is straightforward once Copilot itself is out of the picture.
Should I Also Disable Other AI Features in Windows 11?
Copilot is the most visible AI feature, but not the only one. Windows 11 also includes Recall (screenshot-based activity history), AI-generated search highlights, suggested actions, and various telemetry-adjacent features. One walkthrough documented 13 distinct AI features that can be individually disabled without third-party tools.
If your goal is a quieter OS that does what you tell it and nothing more, you'll want to audit these as well. The Windows 11 Privacy Guide (May 2026) covers the full surface area. Copilot is the loudest feature, but it's not the only one collecting data or injecting suggestions.
The Bigger Problem: Toggles Are Not Architecture
Here's what this whole exercise reveals. You're spending time in Group Policy Editor and Registry Editor to convince your operating system to stop doing something you never asked it to do. The feature was shipped enabled. The removal mechanism was added months later, under pressure. And it can still reappear after updates.
This is a design philosophy problem, not a bug. When AI features are bolted onto existing software as a growth vector, the default posture is opt-out (if you're lucky) and the controls are scattered across multiple subsystems with overlapping, sometimes deprecated policy names. The fragmentation of methods across Windows 11 releases means guides go stale quickly. A policy that works on one build may be ignored on the next.
The alternative is building AI tools where the user's data posture is the starting point, not an afterthought you negotiate with via registry hacks. Where consent is the default, not a concession extracted by backlash.
Quick Reference: Which Method Should I Use?
- Just want the icon gone, don't care about the rest: Taskbar settings toggle. Two clicks.
- Windows 11 Pro/Enterprise/Education, want it actually off: Both Group Policy settings (old and new), plus restart.
- Windows 11 Home, want it actually off: Registry edit with
TurnOffWindowsCopilotset to1, plus restart. - Want it uninstalled, not just disabled: Enable the "Remove Microsoft Copilot app" policy (April 2026+) and wait 28 days, or uninstall manually via Settings > Apps.
- Want it to stay gone after updates: Export your registry keys, check settings after each major update. There is no permanent solution that survives all update scenarios.
None of these methods are complicated. The complication is that you have to do them at all, and that you'll probably have to do them again.
If you'd rather use an AI assistant that starts from the assumption it shouldn't be in your way unless you ask, start a free 7-day trial of Selina, no card required.
Frequently Asked Questions
Does hiding the Copilot icon from the taskbar actually disable it?
No. Hiding the icon only removes it visually; the underlying process can keep running and Win+C still opens the sidebar.
What's the best way to disable Copilot on Windows 11 Pro or Enterprise?
Use Group Policy. Enable both the older deprecated 'Turn off Windows Copilot' policy and the new 'Remove Microsoft Copilot app' policy (added in the April 2026 update under Windows AI) for the most thorough block.
How do I disable Copilot on Windows 11 Home, since it lacks Group Policy?
Create a registry key manually: add a WindowsCopilot key under HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows, then add a DWORD value named TurnOffWindowsCopilot set to 1, and restart.
Will disabling Windows Copilot also remove it from Word, Excel, or Edge?
No. Microsoft 365 Copilot in Office apps is a separate product managed through the Microsoft 365 admin center or app settings, and Edge's Copilot sidebar has its own toggle at edge://settings/sidebar.
Can Copilot reappear after I've disabled it?
Yes, Windows Updates, feature rollouts, or policy resets can re-enable it, especially during major version updates, so you may need to reapply Group Policy settings or reimport your exported registry key afterward.
Sources & References
- Hide or Remove Windows Copilot in Windows 11 (2026 Guide)
- How to turn off or disable copilot in windows 11 permanently? | Microsoft Community Hub
- How do you disable Copilot in windows 11 - Microsoft Q&A
- How to Disable Copilot in Windows 11 (2026 Updated Guide)
- Completely Disable and Remove Copilot in Windows 11 | Windows 11 Forum
- How I disabled 13 AI features in Windows 11 safely, no third-party apps needed
- Remove or Disable Copilot on Windows 11 (2026 Guide) | The Droid Guy
- How to disable Copilot on Windows 11 | Windows Central
- New on Yahoo
- Hide or Remove Windows Copilot in Windows 11 (2026 Guide)
- How to Remove or Block Copilot in Windows 11: Complete Guide
- Hide or Remove Copilot in Windows 11 and Microsoft 365: Complete Guide | Windows Forum
- Windows 11 now lets you remove Microsoft Copilot app with Group Policy or Registry, as it tries to win back users
- How to Remove or Block Copilot in Windows 11 (App, Policy, Registry) | Windows Forum
- Completely Disable and Turnoff Microsoft Copilot AI Windows 11
- Microsoft Scales Back Copilot Branding on Windows 11 Amid Privacy Backlash - Windows News
- 2026 Microsoft Copilot Security Concerns Explained
- Windows Copilot Goes System Wide: Privacy, Regulation, and User Backlash | Windows Forum
- Windows 11 Privacy Guide (May 2026): Reduce Copilot Intrusiveness - Windows News
- Windows 11 Privacy Guide (May 2026): Reduce Copilot Intrusiveness | Windows Forum
- Microsoft Quietly Retreats from Copilot Push in Windows 11
- Windows Copilot Pullback: Privacy, Reliability and Admin Controls on Windows 11 | Windows Forum
- How to Lock Down Windows 11 Privacy Settings in 2026 | PrivacyOn | PrivacyOn
- Microsoft Rolls Back Copilot Surfaces in Windows 11, Focusing on Privacy and Control | Windows Forum
- Microsoft Starts Dialing Back Windows 11 AI Features After User Backlash - gHacks Tech News
- You won: Microsoft is walking back Windows 11’s AI overload | Windows Central
- Windows 11 2026 Update: Less AI, More Performance | SoftwareKeep – Softwarekeep
- 5 Controversial Windows 11 Features Users Never Wanted
- Microsoft Steps Back from "AI Everywhere" in Windows 11 to Focus on Core Features | TechPowerUp
- Vast Number of Windows Users Refusing to Upgrade After Microsoft's Embrace of AI Slop
- Dell reveals people don't care about AI in PCs – and a new truly embarrassing Windows 11 fail shows why
- New on Yahoo
