How to Turn Off Copilot on Windows 11

Microsoft introduced Copilot as an integrated AI assistant in Windows 11. While some users appreciate its quick suggestions, commands, and productivity tools, others prefer not to have an AI panel on their desktop. If you find Copilot distracting, unnecessary, or simply want to free up space on the taskbar, Windows 11 gives you multiple ways to disable it completely.

In this guide, we’ll walk you through all the methods to turn off Copilot on Windows 11, whether you want to hide its taskbar icon, disable it using Group Policy, or remove it entirely using the Registry Editor.

1. Turn Off Copilot Using Windows Settings

This is the simplest way to disable Copilot for most users.

  1. Press Windows + I to open the Settings app.
  2. Navigate to Personalization → Taskbar.
  3. Scroll down until you find the Taskbar items section.
  4. Turn off the toggle for Copilot.
  5. The Copilot icon will instantly disappear from your taskbar.

This hides Copilot from your system without modifying deeper settings.

2. Disable Copilot Using Group Policy Editor

If you want to fully block Copilot from launching, even through shortcuts, Group Policy is the most effective method.

  1. Press Windows + R, type gpedit.msc, and press Enter.
  2. In the left panel, navigate to: User Configuration → Administrative Templates → Windows Components → Windows Copilot
  3. Double-click Turn off Windows Copilot.
  4. Select Enabled.
  5. Click Apply → OK.
  6. Restart your PC.

Once enabled, Copilot becomes completely unavailable on your computer.

3. Disable Copilot Using Registry Editor

Windows 11 Home does not include Group Policy, but you can achieve the same result using Registry Editor.

  1. Press Windows + R, type regedit, and press Enter.
  2. Navigate to this path manually: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows
  3. Right-click the Windows folder and choose New → Key.
  4. Name the new key WindowsCopilot.
  5. Select the new key, then right-click on the right pane → choose New → DWORD (32-bit) Value.
  6. Name it TurnOffWindowsCopilot.
  7. Double-click it and set the Value data to 1.
  8. Click OK and restart your PC.

After rebooting, Copilot will be fully disabled on your system.

4. Unpin Copilot From Taskbar Using Right-Click

If you only want to hide it and don’t need full disablement, you can simply unpin it.

  1. Right-click the Copilot icon on the taskbar.
  2. Click Unpin from taskbar.
  3. The icon disappears instantly.

This is a quick way to clean up your taskbar without touching system settings.

5. Disable Copilot Shortcut (Win + C)

Some users turn off Copilot but still accidentally open it using keyboard shortcuts. You can disable the shortcut as well.

  1. Open Settings.
  2. Go to Accessibility → Keyboard.
  3. Find the Keyboard shortcuts section.
  4. Turn off the toggle for Use Windows key + C for Copilot.

This prevents Copilot from opening unintentionally.

6. Turn Off Copilot in Microsoft Edge

Even if Copilot is disabled in Windows, it may still appear inside Microsoft Edge. You can turn it off from the browser too.

  1. Open Microsoft Edge.
  2. Click the three dots at the top-right corner.
  3. Select Settings.
  4. Go to Sidebar in the left panel.
  5. Turn off the toggle for Copilot.
  6. To fully hide the sidebar, disable the Show sidebar toggle.

This ensures Copilot does not appear inside Edge, even if the browser updates.

7. Remove Copilot Using PowerShell (Advanced Users)

This method is for users who want to eliminate Copilot components entirely.

  1. Open PowerShell as Administrator.
  2. Run the following command: winget uninstall "Microsoft Copilot"
  3. Allow the process to complete.
  4. Restart your PC.

If Copilot is supported as a uninstallable component, this removes it fully.

8. Check for Windows Updates

Microsoft updates Copilot integration often, so new settings may appear or old ones may change.

  1. Open Settings → Windows Update.
  2. Click Check for updates.
  3. Install updates and restart your PC.

After updating, return to Personalization → Taskbar to confirm Copilot remains off.

Wrapping Up

Turning off Copilot in Windows 11 can be done in several ways depending on how deeply you want it removed. Whether you’re simply hiding the taskbar icon or blocking the feature entirely using Group Policy or the Registry, Windows gives you full control over the experience. Once disabled, your desktop becomes cleaner and distraction-free without Copilot appearing unexpectedly.

If you want, I can also create a Quick Comparison Table showing each method and what level of disablement it provides (Hide vs Disable vs Remove).

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.

X