Windows 11 Update Removes Copilot From Taskbar: Fix
🔍 WiseChecker

Windows 11 Update Removes Copilot From Taskbar: Fix

After installing a recent Windows 11 cumulative update, many users find the Copilot icon missing from the taskbar. This happens because certain updates reset or modify taskbar customization settings. The Copilot button is not permanently deleted; a system setting or a group policy change hides it. This article explains why the update removes the icon and provides three reliable methods to restore it to the taskbar.

Key Takeaways: Restoring Copilot After a Windows 11 Update

  • Settings > Personalization > Taskbar > Taskbar items > Copilot (preview): Toggle this setting to On to show the Copilot icon immediately.
  • Local Group Policy Editor > Computer Configuration > Administrative Templates > Windows Components > Windows Copilot > Turn off Windows Copilot: Set this policy to Not Configured to allow the taskbar button.
  • ViveTool command vivetool /disable /id:44774629: Disables an experimental feature ID that may suppress the Copilot icon on unsupported builds.

ADVERTISEMENT

Why the Windows 11 Update Removes Copilot From the Taskbar

Windows 11 cumulative updates often include configuration resets for taskbar elements. Microsoft uses feature flags and policy settings to control the visibility of new components like Copilot. An update may flip the associated toggle in Settings to Off or enable a Group Policy that hides the icon. This is not a bug in the traditional sense; it is a side effect of how Windows manages feature rollouts and user preferences during servicing.

The Copilot button relies on two separate mechanisms: the per-user taskbar setting under Settings and a machine-wide Group Policy setting. If either one is set to hide Copilot, the icon disappears. An update can modify the Group Policy registry keys or the taskbar layout cache, causing the icon to vanish after reboot.

Steps to Restore the Copilot Button on the Taskbar

Use the following methods in order. Start with the simplest setting in Windows Settings. If that does not work, move to Group Policy or the ViveTool command.

Method 1: Enable Copilot in Taskbar Settings

  1. Open Settings
    Press Windows + I to open Settings. Click Personalization in the left sidebar.
  2. Go to Taskbar settings
    Click Taskbar. This opens the taskbar customization page.
  3. Enable the Copilot toggle
    Scroll to the Taskbar items section. Find Copilot (preview). Toggle the switch to On. The Copilot icon appears on the right side of the taskbar near the notification area.
  4. Check the taskbar immediately
    No restart is required. If the icon does not appear, proceed to Method 2.

Method 2: Verify Group Policy Settings for Copilot

  1. Open Local Group Policy Editor
    Press Windows + R, type gpedit.msc, and press Enter. This tool is available on Windows 11 Pro, Enterprise, and Education editions. If you use Windows 11 Home, skip this method and use Method 3.
  2. Navigate to the Copilot policy
    Go to Computer Configuration > Administrative Templates > Windows Components > Windows Copilot.
  3. Check the policy setting
    Double-click Turn off Windows Copilot. If the policy is set to Enabled, Copilot is hidden. Select Not Configured or Disabled. Click OK.
  4. Apply the change
    Close the Group Policy Editor. Open a Command Prompt as administrator and run gpupdate /force. Restart your PC.

Method 3: Use ViveTool to Disable the Feature Flag

ViveTool is a third-party command-line tool that controls hidden feature IDs in Windows. Use this method if the first two fail or if you run Windows 11 Home without Group Policy.

  1. Download ViveTool
    Go to the ViveTool GitHub repository and download the latest release. Extract the ZIP file to a folder, for example C:\ViveTool.
  2. Open Command Prompt as administrator
    Press Windows + X and select Terminal (Admin). Switch to Command Prompt if needed by typing cmd and pressing Enter.
  3. Navigate to the ViveTool folder
    Type cd C:\ViveTool and press Enter. Adjust the path to match your extraction location.
  4. Disable the Copilot suppression feature ID
    Run this command:
    vivetool /disable /id:44774629
    Press Enter. You should see a success message.
  5. Restart Windows Explorer
    Open Task Manager with Ctrl + Shift + Esc. Find Windows Explorer in the list, right-click it, and select Restart. The Copilot icon should reappear.

ADVERTISEMENT

If Copilot Still Does Not Appear After the Fix

Copilot Icon Missing After a Feature Update

A feature update like Windows 11 23H2 or 24H2 can reset the taskbar layout entirely. Run Method 1 again after the update. If the toggle is grayed out, your region or account type may not support Copilot. Check the Microsoft Copilot availability page for your country or region.

Copilot Toggle Is Grayed Out in Settings

A grayed-out toggle means a Group Policy or registry key is enforcing the setting. Run Method 2 to clear the policy. If you use Windows 11 Home, open Registry Editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot. Delete the TurnOffWindowsCopilot DWORD value if it exists. Restart your PC.

Copilot Button Disappears After Every Reboot

This indicates a persistent policy or a third-party taskbar customization tool overriding the setting. Check for software like StartAllBack or ExplorerPatcher that may hide the Copilot button. Temporarily disable such tools and test again. Also verify that no startup script resets taskbar settings.

Copilot Taskbar Button vs Copilot Chat: Visibility Differences

Item Copilot Taskbar Button Copilot Chat in Edge
Description Dedicated icon on the taskbar that opens the Copilot side panel Chat interface accessed via the Edge browser sidebar or edge://copilot
Visibility control Settings > Personalization > Taskbar > Taskbar items > Copilot (preview) Edge settings > Sidebar > Copilot toggle
Affected by system updates Yes, updates can reset the toggle or policy No, Edge updates do not remove the sidebar button
Group Policy control Yes, via Turn off Windows Copilot policy No, Edge policy controls the sidebar independently

After applying one of the three methods, the Copilot taskbar icon should return. If you prefer using Copilot only in Edge, you can leave the taskbar button hidden and access Copilot via the Edge sidebar. For most business users, the simplest fix is toggling the setting in Settings > Personalization > Taskbar. If the problem recurs, check Group Policy or use ViveTool to disable the suppression feature ID.

ADVERTISEMENT