Copilot does not appear on Windows 11 taskbar

Christian Vago 75 Reputation points
2024-07-08T13:41:05.9+00:00

Copilot still doesn't appear on the Windows 11 taskbar, even after the 23H2 update, despite running the command microsoft-edge://?ux=copilot&tcp=1&source=taskbar and / or modifying the AllowCopilotRuntime, IsCopilotAvailable settings in the registry (which makes Copilot open in the browser rather than on the right-hand side of the screen).

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,604 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
283 questions
0 comments No comments
{count} votes

Accepted answer
  1. S.Sengupta 18,666 Reputation points MVP
    2024-07-09T01:45:11.0066667+00:00

    Try enabling Copilot using PowerShell or Command Prompt:

    New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "TaskbarCopilot" -Value 1 -PropertyType DWORD -Force
    Stop-Process -Name explorer -Force
    
    
    1 person found this answer helpful.

4 additional answers

Sort by: Most helpful
  1. Kapil Arya 8,136 Reputation points MVP
    2024-07-09T02:29:00.92+00:00

    Hello,

    See if this fix helps you:

    https://www.kapilarya.com/fix-copilot-is-missing-in-windows-11

    Let us know if this helps!

    Note: Included link in this reply refers to blog by a trusted Microsoft MVP.


  2. Christian Vago 75 Reputation points
    2024-07-09T21:34:27.2633333+00:00

    Also, here are the values that come back automatically to zero at every reboot :

    IsUserEligible (HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Copilot\BingChat)

    AllowCopilotRuntime (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WindowsCopilot)

    IsCopilotAvailable (HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Copilot)

    ShowCopilotButton (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced)

    0 comments No comments

  3. Christian Vago 75 Reputation points
    2024-07-12T03:40:24.63+00:00

    Since Microsoft recently turned Copilot into a PWA (Progressive Web App) we can pin Copilot from Edge to the taskbar and the start menu :

    1. with Edge, enter the URL edge://apps/all?q=copilot // or go to bing.com and click the Copilot icon to the right of the search field //
    2. open the ··· menu on Edge upper right corner, then > Apps > Install

    Other actions that can be tested beforehand (but which in many cases produce no results) are :

    • open the command prompt [Windows] + [R] and write microsoft-edge://?ux=copilot&tcp=1&source=taskbar
    • and/or set to 0 or 1 the value of the following registry variables:
      • HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Copilot\BingChat (for IsUserEligible=1)
      • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WindowsCopilot (for AllowCopilotRuntime=1)
      • HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Copilot (for IsCopilotAvailable=1)
      • HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot (for TurnOffWindowsCopilot=0)
      • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced (for ShowCopilotButton=1)

  4. Christian Vago 75 Reputation points
    2024-08-22T13:30:48.85+00:00

    @Martyn Higgs Copilot (Preview) button on the lower right hand side of the taskbar desappearing is due to the fact that Microsoft recently turned Copilot into a PWA (Progressive Web App) in opposition to a real software.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.