How to Disable Microsoft Copilot in Windows and Microsoft 365

Microsoft Copilot has become deeply embedded across Windows 11, Microsoft 365 apps, and the Edge browser. For some users it's genuinely useful. For others — especially in managed work environments, low-resource machines, or situations where AI-assisted features are unwanted — knowing how to disable it is a practical necessity.

The process isn't one-size-fits-all. Where Copilot lives, and how it can be turned off, depends on which version of Windows you're running, whether your device is managed by an organization, and which Microsoft products you're using.

What Is Microsoft Copilot, Exactly?

Microsoft Copilot is an AI assistant built on large language model technology, integrated into multiple Microsoft surfaces: the Windows 11 taskbar, Microsoft 365 apps (Word, Excel, Outlook, Teams), and the Edge browser sidebar. Each of these is technically a separate integration, which is why disabling Copilot in one place doesn't automatically remove it everywhere.

Understanding that Copilot exists as multiple components — not a single switch — is the foundation for disabling it effectively.

Disabling Copilot in Windows 11

Via Windows Settings

On most consumer Windows 11 installations (version 22H2 and later), Copilot appears as a taskbar icon. The quickest way to hide it:

  1. Right-click the taskbar
  2. Select Taskbar settings
  3. Toggle Copilot off

This removes the icon and prevents the sidebar from opening with the Win + C shortcut. It does not uninstall Copilot — it suppresses the interface entry point.

Via Group Policy (Windows 11 Pro, Enterprise, Education)

On editions that support Group Policy Editor (gpedit.msc), Copilot can be disabled more thoroughly:

  • Navigate to: User Configuration > Administrative Templates > Windows Components > Windows Copilot
  • Enable the policy: "Turn off Windows Copilot"

This is the approach typically used in managed enterprise environments, where IT administrators push this policy across fleets of devices. It prevents users from re-enabling Copilot through Settings.

Via Registry Edit (Windows 11 Home)

Windows 11 Home doesn't include Group Policy Editor, but the same effect can be achieved through the Registry Editor (regedit):

  • Path: HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows
  • Create a new key called WindowsCopilot
  • Add a DWORD value: TurnOffWindowsCopilot set to 1

⚠️ Registry edits carry risk if done incorrectly. Always back up the registry or create a restore point before making changes.

Disabling Copilot in Microsoft 365 Apps

Copilot in Microsoft 365 (Word, Excel, PowerPoint, Outlook, Teams) is a licensed feature — meaning it's typically tied to specific subscription tiers rather than being universally present. If your organization has a Microsoft 365 Copilot license, admins can control access through the Microsoft 365 Admin Center.

For individual users:

  • In apps like Word or Excel, Copilot typically appears as a sidebar or ribbon button. There is currently no universal in-app toggle to remove it entirely from the interface without admin-level policy changes.
  • In Teams, Copilot features can be managed by tenant admins through Teams Admin Center > Meetings > Copilot settings.
  • In Outlook, Copilot writing suggestions can often be dismissed per-session, but persistent removal requires admin policy.

The important distinction here: Microsoft 365 Copilot is a paid add-on, so if your account doesn't have that license, most of the AI features in desktop apps simply won't be active, regardless of settings.

Disabling Copilot in Microsoft Edge

Edge includes a Copilot sidebar (formerly the Bing Chat integration) accessible via a panel on the right side of the browser.

To disable it:

  1. Open Edge Settings > Sidebar
  2. Toggle off "Show Copilot" or manage it under App and notification settings

In enterprise environments, this can be controlled via Microsoft Edge policies deployed through Group Policy or Intune, specifically the HubsSidebarEnabled and CopilotPageContext policy keys.

Key Variables That Affect Your Approach

FactorImpact on Disabling Copilot
Windows edition (Home vs. Pro/Enterprise)Determines whether Group Policy is available
Windows version (21H2 vs. 22H2 vs. 23H2+)Older builds may not have Copilot at all
Device management (personal vs. work-managed)Org policies may already control Copilot, or may prevent you from changing it
Microsoft 365 subscription tierDetermines whether in-app Copilot is even licensed/active
Edge version and profile typeConsumer vs. enterprise Edge has different sidebar controls

What "Disabled" Actually Means 🔍

It's worth being precise about the difference between hiding, disabling, and uninstalling Copilot:

  • Hiding (taskbar toggle): Removes the UI entry point; Copilot components may still run in the background
  • Disabling via policy: Enforces non-availability for a user or device; more thorough than hiding
  • Uninstalling: On some builds, Copilot can be removed as an app via PowerShell (Get-AppxPackage *copilot* | Remove-AppxPackage), though Microsoft has varied whether this is fully possible depending on the update cycle

For users who want Copilot gone purely from view, hiding is straightforward. For those concerned about background resource usage or data handling, policy-level disabling or removal is the more complete approach — and the right method depends on which Windows build is actually installed on that machine.

Whether the taskbar toggle is enough, or whether Group Policy and registry edits are needed, comes down to the specific Windows edition, version, and management context of each individual device.