Disable Windows 11 Copilot via GPO or Registry
Microsoft Copilot is an AI-powered assistant integrated directly into Windows 11. While it provides quick access to AI features, many users and system administrators prefer to remove it to save system resources, reduce interface clutter, or comply with privacy and security policies. This guide outlines the exact steps to disable Windows Copilot system-wide using the Local Group Policy Editor on Windows 11 Pro, Enterprise, and Education, or via the Windows Registry on Windows 11 Home.
Method 1: Disable Copilot Using Local Group Policy Editor
This method is the cleanest approach for Windows 11 Pro, Enterprise, and Education editions.
- Press
Win + Rto open the Run dialog. - Type
gpedit.mscand press Enter to open the Local Group Policy Editor. - In the left sidebar, navigate to the following path:
User Configuration>Administrative Templates>Windows Components>Windows Copilot - In the right pane, double-click the policy named Turn off Windows Copilot.
- Select the Enabled option. (Enabling this policy turns Copilot off).
- Click Apply, then click OK.
- Restart your computer or sign out and sign back in for the changes to take effect.
Method 2: Disable Copilot Using the Windows Registry
Windows 11 Home does not include the Group Policy Editor, but you can achieve the same result using the Windows Registry.
- Press
Win + Rto open the Run dialog. - Type
regeditand press Enter to open the Registry Editor. - In the address bar at the top, paste the following path and press
Enter:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows - Check if a key named
WindowsCopilotexists underWindows. If not:- Right-click the Windows folder, select
New > Key, and name it
WindowsCopilot.
- Right-click the Windows folder, select
New > Key, and name it
- Select the
WindowsCopilotfolder. - Right-click in the empty space on the right pane, select
New > DWORD (32-bit) Value, and
name it:
TurnOffWindowsCopilot - Double-click
TurnOffWindowsCopilot, change its Value data to1, and click OK. - To apply the change system-wide for all users on the machine, repeat
the steps at this path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot(Create theWindowsCopilotkey and theTurnOffWindowsCopilotDWORD with a value of1). - Restart your computer or restart the Windows Explorer process in Task Manager.
How to Re-enable Windows Copilot
If you ever need to restore Copilot: * Group Policy:
Set the Turn off Windows Copilot policy back to
Not Configured or Disabled. *
Registry: Change the TurnOffWindowsCopilot
value from 1 to 0, or delete the
TurnOffWindowsCopilot DWORD entirely.