How to Disable Copilot in Windows 11
Microsoft's AI assistant, Copilot, ships enabled by default in Windows 11. For some users it's a useful productivity tool — for others it's an unwanted distraction, a performance concern, or simply something they never asked for. Whatever your reason, there are several legitimate ways to disable it, and which method makes sense depends on your version of Windows, your account type, and how thoroughly you want it gone.
What Is Windows Copilot, Exactly?
Windows Copilot is Microsoft's AI-powered sidebar integrated into Windows 11. It can answer questions, summarize content, adjust system settings, and connect to web services through Bing. It appears as a button in the taskbar and can be opened with the keyboard shortcut Win + C.
Copilot isn't just a cosmetic feature — it has hooks into the operating system and, in some configurations, connects to Microsoft's cloud services. That's part of why some users want it off: privacy preferences, network usage, or simply wanting a cleaner interface.
Method 1: Hide the Copilot Button from the Taskbar
The quickest approach — and the one available to any standard user — is removing the Copilot icon from your taskbar. This doesn't disable the feature entirely, but it removes the visual clutter and makes it harder to trigger accidentally.
- Right-click anywhere on the taskbar
- Select Taskbar settings
- Scroll to the Taskbar items section
- Toggle Copilot to Off
This hides the button. The keyboard shortcut Win + C may still work depending on your Windows build, so if you want a more complete disable, keep reading.
Method 2: Disable Copilot Through Windows Settings 🛠️
On some Windows 11 builds, Microsoft has added a dedicated toggle inside Settings:
- Open Settings (Win + I)
- Go to Personalization → Taskbar
- Find the Copilot toggle and switch it off
This achieves the same result as right-clicking the taskbar, just through a different path. Both options are limited to surface-level hiding rather than deep system-level removal.
Method 3: Disable Copilot via Group Policy Editor
This option applies to users running Windows 11 Pro, Enterprise, or Education editions. The Group Policy Editor (gpedit.msc) gives you much deeper control.
- Press Win + R, type
gpedit.msc, and press Enter - Navigate to:
User Configuration → Administrative Templates → Windows Components → Windows Copilot - Double-click "Turn off Windows Copilot"
- Set it to Enabled
- Click Apply, then OK
- Restart your PC
When this policy is enabled, Copilot is fully disabled at the system level — the button disappears, the shortcut stops working, and the feature is blocked from loading.
Important: Group Policy Editor is not available on Windows 11 Home. If you're on Home edition, you'll need the Registry method below.
Method 4: Disable Copilot via the Registry Editor
This method works on all Windows 11 editions, including Home, and produces the same result as the Group Policy approach.
⚠️ Editing the registry carries risk. Incorrect changes can affect system stability. Back up your registry before proceeding.
- Press Win + R, type
regedit, and press Enter - Navigate to:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows - Right-click the Windows key, select New → Key, and name it
WindowsCopilot - Inside that new key, right-click, select New → DWORD (32-bit) Value
- Name it
TurnOffWindowsCopilot - Double-click it and set the value to 1
- Restart your PC
To reverse this later, you can set the value back to 0 or delete the DWORD entirely.
Comparing Your Options
| Method | Windows Editions | Disables Fully? | Reversible? | Technical Skill Needed |
|---|---|---|---|---|
| Taskbar toggle | All | No (hides only) | Yes | Low |
| Settings toggle | All | No (hides only) | Yes | Low |
| Group Policy | Pro / Enterprise / Education | Yes | Yes | Medium |
| Registry edit | All editions | Yes | Yes | Medium–High |
What "Disabled" Actually Means Across Builds
Here's where things get nuanced. Microsoft has changed how Copilot works across different Windows 11 update versions. In earlier builds, Copilot was more of a pinned web panel. In newer builds (particularly post-23H2), it has deeper system integration.
This matters because:
- On older builds, the taskbar toggle is often sufficient
- On newer builds, the taskbar toggle may only hide the button while background processes continue running
- On managed enterprise devices, IT administrators may already have policies in place that override your personal settings
Your Windows build number (found under Settings → System → About) determines which methods are actually effective for your situation. The Group Policy and Registry methods are the most consistent across builds when a complete disable is the goal.
A Note on Windows Updates
Microsoft has adjusted Copilot's behavior through several feature updates, and this is likely to continue. A method that fully disables Copilot today may need to be revisited after a major update — particularly if Windows resets certain policy settings or introduces Copilot in a new form. Users who've applied the Registry or Group Policy method sometimes find they need to recheck their settings after a significant OS update. 🔄
The Variable That Changes Everything
The "right" method depends entirely on what you're trying to achieve. Hiding the button from your taskbar takes thirty seconds and requires no technical knowledge. Fully blocking the feature at a system level takes a few more steps but gives you more control — and which path is appropriate depends on your edition of Windows, whether you're on a personal or managed device, your comfort level with the registry, and whether you want a quick cosmetic fix or a thorough disable.
Those variables are specific to your machine and your situation — and they're the piece no general guide can fill in for you.