How to Disable Copilot on Windows 11 (and Windows 10)

Microsoft's AI assistant has been integrated more deeply into Windows with each update — but not every user wants it running in the background. Whether you find it distracting, resource-intensive, or simply prefer a cleaner interface, disabling Copilot is a reasonable choice. The process isn't always obvious, and the right method depends on which version of Windows you're running and how your system is configured.

What Is Windows Copilot and Why Would You Disable It?

Windows Copilot is Microsoft's AI-powered assistant built into Windows 11 (and partially rolled out to Windows 10). It sits in the taskbar, responds to natural language queries, and integrates with apps, settings, and Bing. For some users, it's a productivity tool. For others, it's an unwanted feature that:

  • Consumes system resources
  • Clutters the taskbar
  • Raises privacy concerns around always-on AI features
  • Causes interface conflicts with certain workflows or accessibility tools

Disabling it doesn't uninstall Windows — it simply removes it from your active environment.

Method 1: Hide the Copilot Button from the Taskbar

The quickest approach works for users who just want Copilot out of sight without deeper system changes.

  1. Right-click anywhere on the taskbar
  2. Select Taskbar settings
  3. Scroll to the Taskbar items section
  4. Toggle Copilot to Off

This removes the Copilot button from the taskbar immediately. Note that this method hides the shortcut but doesn't fully disable the underlying feature — Copilot can still be invoked via keyboard shortcut (Win + C) on some builds.

Method 2: Disable Copilot Through Group Policy Editor 🛠️

For users who want a more complete disable — preventing Copilot from launching at all — the Group Policy Editor is the more thorough route. This method is available on Windows 11 Pro, Enterprise, and Education editions. It is not available on Windows 11 Home by default.

  1. Press Win + R, type gpedit.msc, and hit Enter
  2. Navigate to: User Configuration → Administrative Templates → Windows Components → Windows Copilot
  3. Double-click Turn off Windows Copilot
  4. Select Enabled (this enables the policy that turns Copilot off)
  5. Click Apply, then OK
  6. Restart your PC

Once applied, Copilot is fully disabled at the system level for that user account. The taskbar icon disappears and keyboard shortcuts no longer trigger it.

Method 3: Disable Copilot via the Registry Editor

For Windows 11 Home users who don't have access to Group Policy, the Registry Editor achieves the same result — but requires more caution, as incorrect edits can affect system behavior.

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

Back up your registry before making changes. Microsoft provides a built-in export option under File → Export in the Registry Editor.

Method 4: Disable Copilot in Microsoft 365 Apps (Work/School Accounts)

If you're seeing Copilot inside Microsoft Word, Excel, Outlook, or Teams — rather than in Windows itself — that's a separate feature governed by your Microsoft 365 subscription and organizational settings.

EnvironmentWho Controls It
Personal Microsoft 365Tied to your subscription tier
Business/Enterprise M365Controlled by IT admin via admin portal
Education accountsManaged by institution

In a managed work or school environment, end users typically cannot disable Copilot in Office apps themselves — that's an admin-level decision made through the Microsoft 365 admin center. If Copilot is appearing in Teams or Outlook and you want it removed, the request generally needs to go through your IT department.

Method 5: Disabling Copilot on Windows 10

Microsoft began rolling out Copilot to Windows 10 in late 2023 via Windows Update, though availability has varied by region and update channel. If Copilot appears on your Windows 10 system, the taskbar toggle method (right-click taskbar → Taskbar settings) is typically the fastest approach. The Group Policy path may also be available depending on your edition.

Not all Windows 10 systems received Copilot — if you don't see it, it either hasn't been pushed to your build yet or was excluded based on your region or update configuration. ⚙️

The Variables That Affect Which Method Works for You

No single method works universally. The right approach depends on several factors:

  • Windows edition — Home users lack Group Policy access; Pro and Enterprise users have more control
  • Windows build number — Copilot's integration changed significantly across Windows 11 versions 22H2 and 23H2; newer builds may behave differently
  • Account type — Personal Microsoft accounts vs. work/school accounts have different permission structures
  • Whether Copilot is in Windows or in Microsoft 365 apps — these are two separate implementations with separate disable paths
  • Managed vs. unmanaged device — Company-issued machines may have policies already in place, or may prevent users from modifying Copilot settings at all 🔒

Understanding which version of Copilot you're dealing with — the Windows taskbar integration or the Microsoft 365 in-app assistant — is the first step before any of these methods will make sense for your specific situation.