Skip to main content

How to Completely Disable Copilot in Windows 11 (Permanent Fix – 2026)

How to Completely Disable Copilot in Windows 11 (Permanent Fix – 2026) 

Windows Copilot can be useful for some people, but many users find it distracting, intrusive, or unnecessary—especially on work PCs or low-end systems. If you tried turning it off and it keeps coming back after updates, this guide is for you. 

Here you’ll learn how to permanently disable Copilot in Windows 11 using reliable system-level methods. We’ll also explain the important difference between hiding Copilot and disabling it.

Note: Follow these steps only on your own PC or a system you’re authorized to manage.


Hide vs Disable Copilot (Important Difference)

  • Hide Copilot: Removes the Copilot button from the taskbar, but the feature still exists and may return after updates.
  • Disable Copilot: Blocks Copilot at the system/policy level so it does not run or appear.

If you want Copilot completely gone, you must disable it—not just hide it.


Method 1: Disable Copilot Using Group Policy (Best & Cleanest)

Works on: Windows 11 Pro, Enterprise, Education

Does not work on: Windows 11 Home

Step-by-Step Instructions

  1. Open Run: Press Windows + R
  2. Launch Group Policy Editor: Type gpedit.msc and press Enter
  3. Navigate to the Copilot policy:
    Computer Configuration > Administrative Templates > Windows Components > Windows Copilot
  4. Edit the policy: Double-click Turn off Windows Copilot
  5. Enable the restriction:
    • Select Enabled (yes, “Enabled” means you enable the turn-off rule)
    • Click ApplyOK
  6. Restart your PC to apply the change and remove Copilot from the taskbar.

Why this works: Group Policy blocks Copilot at the OS policy level and usually survives Windows updates.

Note (Windows 11 Home): If gpedit.msc is missing, use the Registry method below.

Method 2: Disable Copilot Using Registry Editor (Works on Windows 11 Home)

This method is ideal if you’re using Windows 11 Home, which doesn’t include the Group Policy Editor.

Steps

  1. Press Windows + R
  2. Type regedit and press Enter 
  3. Go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
  4. Right-click WindowsNewKey
  5. Name the key: WindowsCopilot
  6. Right-click the right pane → NewDWORD (32-bit) Value
  7. Name it: TurnOffWindowsCopilot
  8. Double-click it → set Value data to 1 → click OK
  9. Restart your PC

Why this works: You’re creating a system policy that tells Windows to block Copilot.


Method 3: Disable Copilot Using PowerShell (Advanced Users)

This method is useful for advanced users or admins who want a quick way to apply the policy via command line.

Step-by-Step Instructions

  1. Open PowerShell as Administrator:
    • Click Start and type PowerShell
    • Right-click Windows PowerShellRun as administrator
    • Click Yes on the UAC prompt
  2. Run this command:
    # Create the policy key and disable Copilot in one go
    $path = "HKCU:\Software\Policies\Microsoft\Windows\WindowsCopilot"
    if (!(Test-Path $path)) { New-Item -Path $path -Force }
    New-ItemProperty -Path $path -Name "TurnOffWindowsCopilot" -Value 1 -PropertyType DWord -Force
    
  3. Restart your system to fully apply the changes.
Note: PowerShell is best used alongside Group Policy or Registry methods.

Copilot Still Showing? Try These Fixes

  • Restart Windows Explorer (Task Manager → Windows Explorer → Restart)
  • Sign out and sign back in
  • Restart the system once after changes
  • Windows updates may re-enable UI elements, but the policy usually remains active

Will Disabling Copilot Break Windows?

No. Disabling Copilot does not affect core Windows features, updates, or security. You can re-enable it anytime.


How to Re-Enable Copilot (If Needed)

  • Group Policy: Set Turn off Windows Copilot to Not Configured
  • Registry: Delete the WindowsCopilot key (or set TurnOffWindowsCopilot to 0)
  • Restart your PC

FAQ

Can I remove Copilot completely?

There’s no official uninstall option in most Windows 11 editions yet, but disabling it prevents it from running or appearing.

Will Windows updates re-enable Copilot?

UI elements may return, but Group Policy or Registry settings usually remain.

Is it safe to disable Copilot?

Yes. Copilot is optional and not required for Windows to function.


Final Advice

  • Use Group Policy if available
  • Use Registry on Windows 11 Home
  • Restart once after changes
  • Keep Windows updated for security

If this guide helped you, check out our other Windows 11 fixes below. (Your PC will thank you. Copilot might not.)

Other Helpful Windows Guides

Comments

Popular posts from this blog

Windows Update Stuck at 0% or 100%? Here’s How to Fix It (2025 Guide)

Windows Update Error 0x800f081f: Complete Step-by-Step Fix (2025)

Windows Update KB5034441 Error 0x80070643 – Complete Fix (2025)