How to Disable Copilot in Windows 10

Microsoft's AI assistant Copilot arrived in Windows 10 through a late-2023 update, sitting in the taskbar and responding to natural language queries. For many users, it's a welcome addition. For others — whether due to privacy concerns, system performance, distraction, or simply personal preference — it's something they'd rather not have running at all. The good news: disabling it is straightforward, and you have several methods to choose from depending on how thoroughly you want it removed.

What Exactly Is Windows Copilot?

Windows Copilot is a sidebar-based AI assistant integrated directly into the Windows 10 (and Windows 11) interface. It's powered by the same underlying technology as Bing Chat and can answer questions, summarize content, adjust system settings, and interact with open applications.

In Windows 10, it appears as a small icon in the taskbar — typically a blue and green swirl. Clicking it opens a panel on the right side of your screen. It requires an internet connection to function since it processes requests through Microsoft's cloud servers.

Copilot is not a core Windows system process, which means removing or disabling it doesn't affect system stability. This distinguishes it from features like Windows Search or the Start Menu, which are more deeply embedded.

Method 1: Hide the Copilot Button via Taskbar Settings

The quickest approach is simply removing the Copilot button from your taskbar. This doesn't uninstall anything — it just keeps the feature out of sight and out of reach.

  1. Right-click on an empty area of your taskbar
  2. Look for "Show Copilot button" in the context menu
  3. Click it to toggle the button off

The icon disappears immediately. You can reverse this anytime by repeating the steps. This method suits users who want a cleaner taskbar without fully locking down the feature.

Method 2: Disable Copilot Through Windows Settings

For a more deliberate disable — one that prevents Copilot from launching at all — go through the Settings panel:

  1. Open Settings (Win + I)
  2. Navigate to Personalization → Taskbar
  3. Find the Copilot toggle and switch it off

On some builds, this option may appear under Privacy & Security or within a dedicated AI features section, depending on which version of Windows 10 you're running and how Microsoft rolled out the update to your machine.

Method 3: Disable Copilot via Group Policy Editor 🛠️

This method is available on Windows 10 Pro, Enterprise, and Education editions. It's the most robust way to disable Copilot system-wide, particularly useful in managed environments or if you want to prevent re-enabling.

  1. Press Win + R, type gpedit.msc, and press Enter
  2. Navigate to: User Configuration → Administrative Templates → Windows Components → Windows Copilot
  3. Double-click "Turn off Windows Copilot"
  4. Select Enabled and click OK

Setting the policy to Enabled here actually disables Copilot — this is standard Group Policy language where "enabled" means the restriction is active. It's a common point of confusion.

Note: Group Policy Editor is not available on Windows 10 Home. If you're on Home, use Method 4 instead.

Method 4: Disable Copilot via the Registry Editor

For Windows 10 Home users, or anyone who prefers registry-level control, this approach achieves the same result as the Group Policy method.

  1. Press Win + R, type regedit, and press Enter
  2. Navigate to: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows
  3. Right-click the Windows key, select New → Key, and name it WindowsCopilot
  4. Inside that key, right-click, select New → DWORD (32-bit) Value
  5. Name it TurnOffWindowsCopilot
  6. Double-click it and set the value to 1
  7. Restart your computer

Setting the value to 0 re-enables Copilot if you change your mind later.

⚠️ Always back up your registry before making changes. Incorrect edits can affect system behavior.

Comparing the Four Methods

MethodEdition RequiredPermanenceTechnical Skill
Taskbar toggleAll editionsEasily reversibleBeginner
Settings toggleAll editionsEasily reversibleBeginner
Group PolicyPro / Enterprise / EducationPersistentIntermediate
Registry editAll editionsPersistent (manual undo)Intermediate

Will Disabling Copilot Affect Windows Updates?

No. Disabling Copilot through any of these methods doesn't interfere with Windows Update, security patches, or other system processes. However, major feature updates from Microsoft could re-enable the taskbar toggle or reset certain Settings preferences — this has been documented with other Windows features in the past. Registry and Group Policy changes tend to survive updates more reliably than UI-level toggles.

Does Disabling Copilot Improve Performance?

For most modern systems, the performance impact of having Copilot available (but not actively open) is minimal. It's not a background process that runs continuously — it primarily activates when invoked. On lower-spec machines, older hardware, or systems with limited RAM, removing any unnecessary feature from the startup environment is still a reasonable step, but Copilot itself isn't typically a significant resource draw in idle state.

What Varies Between Users

Which method makes sense depends on factors specific to your situation: your Windows 10 edition determines whether Group Policy is available to you, your comfort level with the registry affects which advanced methods are practical, and whether you're managing a personal machine versus a shared or workplace device changes how permanently you might want the restriction enforced.

Some users are fine with the taskbar toggle — out of sight is enough. Others want a policy-level block that survives updates and can't be accidentally re-enabled by another user on the same device. Those two scenarios call for meaningfully different approaches, and only your setup tells you which one fits. 🔍