Windows 11 Copilot Button Missing After Policy Update: Fix
🔍 WiseChecker

Windows 11 Copilot Button Missing After Policy Update: Fix

You updated Group Policy on your Windows 11 device, and now the Copilot button has disappeared from the taskbar. This happens because a specific Group Policy setting or administrative template controls the visibility of the Copilot feature in Windows 11. When that policy is set to disable Copilot, the button vanishes immediately, and standard settings options to re-enable it may be grayed out or missing.

The root cause is a policy change that explicitly turns off the Copilot integration in Windows 11 version 23H2 or later. This article explains the exact policies that cause the problem, shows you how to revert them, and covers related issues such as grayed-out taskbar settings and persistent Copilot absence after a registry edit.

Key Takeaways: Restoring the Windows 11 Copilot Button After a Group Policy Update

  • Local Group Policy Editor > Computer Configuration > Administrative Templates > Windows Components > Windows Copilot > Turn off Windows Copilot: Set to Not Configured or Disabled to re-enable the Copilot button on the taskbar.
  • Settings > Personalization > Taskbar > Copilot button: Toggle this option to On after the policy is reverted to regain manual control over the button visibility.
  • Registry path HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot: Delete the TurnOffWindowsCopilot DWORD (value 1) if Group Policy is not available on Windows 11 Home editions.

ADVERTISEMENT

Why the Copilot Button Disappears After a Policy Update

The Copilot button in Windows 11 is controlled by a Group Policy setting introduced in Windows 11 version 23H2. When an administrator applies a policy that sets the Turn off Windows Copilot option to Enabled, Windows hides the Copilot icon from the taskbar immediately. This policy overrides the user-facing toggle in Settings > Personalization > Taskbar, which becomes grayed out or disappears entirely.

The policy applies to all users on the device and takes effect without a reboot in most cases. If you updated Group Policy manually via gpedit.msc, through a domain Group Policy Object (GPO), or via a PowerShell command that imports registry-based policies, the result is the same: the Copilot button is removed and the user cannot restore it through normal Settings.

Registry Location of the Policy

The policy writes a DWORD value named TurnOffWindowsCopilot to the registry path HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot. If this value exists and is set to 1, Copilot is disabled. Deleting this value or setting it to 0 re-enables the feature. On Windows 11 Home editions, which lack the Local Group Policy Editor, you must edit the registry directly to fix the issue.

Steps to Restore the Copilot Button by Reverting the Group Policy

Follow these steps to re-enable the Copilot button on the taskbar. You need administrator access on the Windows 11 device.

Method 1: Using Local Group Policy Editor (Windows 11 Pro, Enterprise, Education)

  1. Open Local Group Policy Editor
    Press Windows + R, type gpedit.msc, and press Enter. Confirm the User Account Control prompt if it appears.
  2. Navigate to the Copilot policy
    Go to Computer Configuration > Administrative Templates > Windows Components > Windows Copilot. The right pane shows the policy named Turn off Windows Copilot.
  3. Set the policy to Not Configured
    Double-click Turn off Windows Copilot. Select Not Configured or Disabled. Not Configured removes the policy restriction and lets Windows use its default behavior, which shows the Copilot button. Click OK.
  4. Apply the policy change
    Open a Command Prompt as administrator and run gpupdate /force. This forces the updated policy to apply immediately. Wait for the message that says Computer Policy update has completed successfully.
  5. Verify the Copilot button on the taskbar
    After the gpupdate finishes, check the taskbar. The Copilot button should reappear in the system tray area near the notification center. If it does not appear, restart File Explorer or reboot the device.

Method 2: Using Registry Editor (Windows 11 Home or When Group Policy Is Unavailable)

  1. Open Registry Editor
    Press Windows + R, type regedit, and press Enter. Click Yes in the User Account Control prompt.
  2. Navigate to the Windows Copilot policy key
    In the left pane, expand the path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot. If the WindowsCopilot key does not exist, the policy was never applied, and you should check the taskbar settings instead.
  3. Delete or modify the TurnOffWindowsCopilot value
    In the right pane, locate the DWORD named TurnOffWindowsCopilot. Right-click it and select Delete. Confirm the deletion. Alternatively, double-click the value and change its data from 1 to 0, then click OK.
  4. Restart the device
    Close Registry Editor and restart your computer. A restart is required because registry-based policies do not refresh dynamically like Group Policy. After the restart, the Copilot button should appear on the taskbar.

Method 3: Enable the Taskbar Toggle After Policy Reversion

  1. Open Settings
    Press Windows + I to open Settings.
  2. Go to Personalization > Taskbar
    In the left pane, click Personalization, then click Taskbar. Scroll down to the Taskbar items section.
  3. Toggle the Copilot button setting
    Find the option labeled Copilot button (or Copilot). If the toggle is grayed out, the policy is still active. If it is available, set it to On. The button appears on the taskbar immediately.

ADVERTISEMENT

If the Copilot Button Is Still Missing After the Main Fix

Sometimes the Copilot button does not return even after reverting the policy. The following issues can cause this behavior.

Copilot Button Grayed Out in Taskbar Settings

If the toggle in Settings > Personalization > Taskbar is grayed out, the policy is still active or a secondary policy is overriding it. Check for the policy Turn off Windows Copilot under User Configuration > Administrative Templates > Windows Components > Windows Copilot. Set it to Not Configured as well. Run gpupdate /force and restart.

Copilot Button Missing After a Domain GPO Update

If your device is joined to a domain, the domain administrator may have applied a GPO that disables Copilot. Local policy changes are overwritten at the next group policy refresh. Contact your IT administrator to have the domain GPO modified. Until then, you cannot permanently enable Copilot on a domain-joined device.

Copilot Button Missing in Windows 11 Version 22H2 or Earlier

Copilot is only available in Windows 11 version 23H2 and later. If your device runs version 22H2 or earlier, the Copilot button does not exist regardless of policy settings. Check your Windows version by pressing Windows + R, typing winver, and pressing Enter. If the version is 22H2 or below, update to Windows 11 23H2 or 24H2 to get Copilot.

Copilot Policy Reversion Methods: Local Group Policy vs Registry Editor

Item Local Group Policy Editor Registry Editor
Availability Windows 11 Pro, Enterprise, Education All Windows 11 editions including Home
Complexity Low, graphical interface Medium, requires manual registry navigation
Immediate effect Yes, after gpupdate /force No, requires a system restart
Risk of error Low, policy settings are clearly labeled Moderate, deleting wrong keys can cause system issues
Domain GPO override Can be overridden by domain policies Can be overridden by domain policies

The Local Group Policy Editor is the safer and more straightforward method for Pro and Enterprise users. Registry Editor is the only option on Windows 11 Home and should be used with caution. Both methods are ineffective if a higher-priority domain GPO enforces the policy.

You can now restore the Copilot button on your Windows 11 device by reverting the Turn off Windows Copilot policy through Group Policy or the Registry. After the policy is removed, use the taskbar toggle in Settings > Personalization > Taskbar to control the button visibility. If you manage multiple devices, consider deploying a script that deletes the TurnOffWindowsCopilot registry value to automate the fix across your organization.

ADVERTISEMENT