Why Disable Copilot in Windows 11?
Microsoft Copilot is deeply integrated into Windows 11, designed to assist with web searches, document summaries, and system settings. However, not everyone finds an AI assistant necessary. You might want to disable Copilot if you are experiencing performance issues on older hardware, have privacy concerns about data collection, or simply prefer a clean, distraction-free desktop environment.
Method 1: Hide Copilot from the Taskbar
If you only want to remove the Copilot icon from your view but leave the underlying service intact, the easiest method is to hide it via the Windows Settings app.
- Right-click anywhere on the empty space of your taskbar and select Taskbar settings.
- Under the Taskbar items section, locate the toggle switch next to Copilot.
- Click the switch to turn it Off.
The Copilot icon will immediately disappear from your taskbar. Note that this does not completely disable the feature; you can still summon it using the Windows key + C shortcut.
Method 2: Disable Copilot Using the Group Policy Editor (Pro and Enterprise)
For a complete system-wide disablement, Windows 11 Pro and Enterprise users can use the Local Group Policy Editor. This method ensures Copilot is entirely disabled and inaccessible via keyboard shortcuts.
- Press the Windows key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to open the Local Group Policy Editor. - Navigate to the following path in the left pane:
User Configuration > Administrative Templates > Windows Components > Windows Copilot - In the right pane, double-click on the policy named Turn off Windows Copilot.
- Select the Enabled option in the top left corner of the window.
- Click Apply and then OK.
- Restart your computer for the changes to take effect.
Method 3: Disable Copilot Using the Registry Editor (Windows 11 Home)
Because Windows 11 Home does not include the Group Policy Editor, you will need to modify the Windows Registry to completely disable Copilot. Warning: Always back up your registry before making changes, as incorrect modifications can cause system instability.
- Press the Windows key + R, type
regedit, and press Enter. Click Yes if prompted by User Account Control. - Navigate to the following path:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows - Right-click on the Windows folder, select New, and click Key.
- Name the new key
WindowsCopilotand press Enter. - Right-click the newly created WindowsCopilot key, select New, and click DWORD (32-bit) Value.
- Name this new value
TurnOffWindowsCopilot. - Double-click on TurnOffWindowsCopilot and change its Value data from
0to1. - Click OK, close the Registry Editor, and restart your PC.
Can I Re-Enable Copilot Later?
Yes. If you decide you want to use the AI assistant in the future, you can easily reverse these steps. Simply toggle the taskbar setting back to On, change the Group Policy to “Not Configured,” or change the Registry value back to 0.