Windows Copilot is a built-in assistant in Windows 11 that integrates with system features and productivity tools. Depending on your edition, you can enable, disable, or uninstall it using Group Policy or Registry Editor. Here’s a structured breakdown.
Method 1: Group Policy Editor (Pro, Enterprise, Education)
This method fully disables or re-enables Copilot.
Steps
- Press Windows Key + R, type gpedit.msc, and press Enter.
- Navigate to: User Configuration > Administrative Templates > Windows Components > Windows Copilot.
- Double-click Turn off Windows Copilot.
- Choose:
- Enabled to disable Copilot.
- Disabled or Not Configured to enable it.
- Click Apply and OK.
Method 2: Registry Editor (All Editions)
Use this if Group Policy Editor is unavailable.
Steps
- Open Command Prompt as Administrator.
- Run one of the following commands:
Disable Copilot:
Reg add "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "1" /f
Enable Copilot:
Reg add "HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "0" /f
Restart your system to apply changes.
Uninstall Copilot
If Copilot is installed as a standalone app:
- Go to Settings > Apps > Installed Apps.
- Find Copilot, click Uninstall.
- Confirm removal.
Managing Windows Copilot in Windows 11 gives you control over its availability. Use Group Policy or Registry Editor for enabling/disabling, and uninstall if you prefer not to keep it installed. These steps ensure flexibility depending on your workflow and edition.
