How to Disable Copilot on Windows 11

Microsoft Copilot has become a built-in part of the Windows 11 experience, providing AI-powered assistance for searching, writing, troubleshooting, and other tasks. On newer Windows 11 PCs, the Microsoft Copilot app may already be installed and can appear in the Start menu or Taskbar. Microsoft also allows the Copilot app to be uninstalled from Settings > Apps > Installed apps when it is installed as a regular application.

Although Copilot can be useful, not everyone wants an AI assistant integrated into Windows. Some users prefer a simpler desktop, want to prevent accidental activation, or simply do not use Copilot. Fortunately, Windows 11 provides several ways to hide, disable, or remove Copilot depending on your Windows edition and the version of Copilot installed.

In this guide, we will explain several methods to disable Copilot on Windows 11, starting with the easiest option and progressing to more advanced solutions. You will learn how to remove Copilot from the Taskbar, uninstall the Copilot application, disable Windows Copilot through Group Policy, and use the Registry on Windows 11 Home. We will also explain how to reverse the changes if you decide to use Copilot again.

Important: Hiding the Copilot icon is not necessarily the same as disabling Copilot. The Taskbar option mainly controls its visibility, while policy-based methods are intended to prevent access to Windows Copilot. Microsoft is also moving toward newer app-management methods, so some older Copilot policies may eventually be deprecated.

What Is Microsoft Copilot in Windows 11?

Microsoft Copilot is Microsoft’s AI assistant. Depending on your Windows version and installed applications, Copilot can be available as a dedicated Windows application, through Microsoft Edge, or inside Microsoft 365 applications such as Word, Excel, PowerPoint, and Outlook.

The important distinction is that Windows Copilot and Microsoft 365 Copilot are not exactly the same thing.

Disabling or uninstalling the Windows Copilot application does not automatically disable every Copilot feature in Microsoft 365. Microsoft provides separate controls for Copilot in applications such as Word, Excel, and PowerPoint.

Therefore, if your goal is specifically to remove the Copilot application from Windows 11, the methods below are appropriate. If your goal is to disable every Copilot feature across Windows and Microsoft 365, additional settings may be necessary.

Method 1: Hide Copilot From the Windows 11 Taskbar

The simplest method is to remove the Copilot button from the Taskbar.

This method is ideal if you do not necessarily need to remove Copilot but simply do not want its icon taking up space on your Taskbar.

Step 1: Open Windows Settings

Press:

Windows + I

windows-i

This opens the Windows 11 Settings application.

Step 2: Open Personalization

Select:

Personalization > Taskbar

personalisation-taskbar

Windows 11 provides Taskbar customization options from this section.

Step 3: Find the Copilot option

Depending on your Windows 11 version, go to other system tray icons.

you may see a Copilot-related toggle or an Ask Copilot option.

other-tray-icons-copilot-off

Turn the option Off.

Step 4: Check the Taskbar

The Copilot button should disappear from the Taskbar.

This method is quick and safe because it does not require Registry modifications or third-party software.

What Does This Method Actually Do?

It is important to understand that this method primarily hides the Copilot interface from the Taskbar.

It does not necessarily uninstall the Copilot application or prevent every possible way of accessing Copilot. Copilot may still be available through other Windows components or applications depending on your Windows version.

If you want Copilot removed from the computer rather than simply hidden, continue to the next method.

Method 2: Uninstall the Microsoft Copilot App

If Microsoft Copilot appears as a normal application in Windows 11, you may be able to uninstall it directly.

This is one of the easiest methods because it does not involve Group Policy or Registry Editor.

Step 1: Open Settings

Press:

Windows + I

Step 2: Go to Installed Apps

Navigate to:

Apps > Installed apps

Step 3: Search for Copilot

Use the search box and type:

Copilot

If the Microsoft Copilot application is installed as a removable app, it should appear in the results.

Step 4: Open the App Menu

Click the three dots (…) next to Copilot.

Step 5: Select Uninstall

Select:

Uninstall

Follow the instructions displayed by Windows.

Step 6: Restart Windows

Restarting Windows is not always required after uninstalling the app, but it can help refresh the Start menu, Taskbar, and other Windows components.

When Should You Use This Method?

Use this method when:

  • Copilot appears under Installed apps.
  • You want to remove the Copilot application rather than simply hide its icon.
  • You do not want to modify the Registry.
  • You are using a recent Windows 11 version where Copilot is distributed as a normal application.

If you do not see an Uninstall option, do not worry. The application may be managed differently on your Windows installation. In that situation, use one of the policy-based methods below.

Method 3: Disable Windows Copilot Using Group Policy

Windows 11 Pro, Enterprise, and Education users can use the Local Group Policy Editor to configure Windows policies.

This method is particularly useful for administrators and advanced users who want to prevent Windows Copilot from being available to users.

Step 1: Open the Run dialog

Press:

Windows + R

Step 2: Open Group Policy Editor

Type:

gpedit.msc

Press Enter.

If Windows opens the Local Group Policy Editor, you can continue.

Step 3: Navigate to Windows Copilot

In the left pane, navigate to:

User Configuration > Administrative Templates > Windows Components > Windows Copilot

Depending on your Windows build and administrative templates, the exact presentation can vary.

Step 4: Find the Copilot policy

Look for:

Turn off Windows Copilot

Double-click it.

Step 5: Enable the policy

Select:

Enabled

Then click:

Apply > OK

This may sound confusing, but it is important to understand the wording. You are enabling the policy that turns Copilot off.

Step 6: Refresh Group Policy

You can restart Windows, or open Command Prompt and run:

gpupdate /force

After the policy is applied, sign out and sign back in if necessary.

What Does This Method Do?

The policy is designed to disable Windows Copilot rather than simply hide its Taskbar button.

However, Microsoft has changed how Copilot is packaged and managed in newer Windows 11 releases. The traditional Turn off Windows Copilot policy is considered a legacy approach, and Microsoft now recommends newer application-management methods for some managed-device scenarios.

For that reason, this method is useful when the policy is available on your particular Windows 11 installation, but it may not behave identically on every current Windows build.

Method 4: Disable Copilot Using Registry Editor

Windows 11 Home does not normally include the Local Group Policy Editor. If you are using Windows 11 Home and want to apply the traditional Windows Copilot policy, you can use the Registry.

Before changing the Registry, create a restore point or Registry backup if possible. Incorrect Registry modifications can cause Windows configuration problems.

Step 1: Open Registry Editor

Press:

Windows + R

Type:

regedit

Press Enter.

Select Yes if User Account Control asks for permission.

Step 2: Navigate to the Windows policy location

Go to:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows

You can paste the path into the Registry Editor address bar.

Step 3: Create the WindowsCopilot key

Right-click the Windows key.

Select:

New > Key

Name the new key:

WindowsCopilot

Step 4: Create the DWORD value

Select the new WindowsCopilot key.

Right-click an empty area in the right pane.

Select:

New > DWORD (32-bit) Value

Name it:

TurnOffWindowsCopilot

Step 5: Set the value

Double-click:

TurnOffWindowsCopilot

Set Value data to:

1

Click OK.

Step 6: Restart Windows

Close Registry Editor and restart the computer.

Alternatively, sign out and sign back in.

After Windows restarts, check whether Copilot is disabled.

Method 5: Disable Copilot Using Windows Terminal

If you prefer commands instead of manually navigating through Registry Editor, you can create the same Registry policy from Windows Terminal.

This is particularly convenient because the command automatically creates the required Registry path and value.

Step 1: Open Windows Terminal

Right-click the Start button.

Select:

Terminal

You can also search for Windows Terminal from Start.

Step 2: Run the command

Enter:

reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f

Press Enter.

If the command completes successfully, the policy has been written to the current user’s Registry.

Step 3: Restart Windows

Sign out and sign back in, or restart the computer.

Why Use Terminal?

The Terminal method is useful if:

  • You are comfortable with command-line tools.
  • You want a quick solution.
  • You are configuring multiple computers.
  • You want to avoid manually creating Registry keys.

However, remember that this is still a Registry-based modification. You should understand what the command does before running it.

How to Re-Enable Copilot

If you disable Copilot using the Registry and later change your mind, you can remove the policy.

Open Windows Terminal and run:

reg delete HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /f

Then sign out and sign back in or restart Windows.

Alternatively, open Registry Editor and remove the WindowsCopilot policy key.

For Group Policy, return to:

User Configuration > Administrative Templates > Windows Components > Windows Copilot

Open Turn off Windows Copilot and set it to:

Not Configured

Then apply the policy and restart or sign out.

Frequently Asked Questions

1. Can I completely remove Copilot from Windows 11?

If Copilot is installed as a normal application, Microsoft provides an uninstall option through Settings > Apps > Installed apps on supported Windows 11 versions.

However, different Windows 11 releases can package and manage Copilot differently. In some cases, you may only be able to disable or hide the Windows Copilot experience rather than remove every Copilot-related component from Windows.

2. Is Disabling Copilot Safe?

Yes, using Windows’ built-in Settings, supported Group Policy controls, or the documented Registry policy does not require modifying Windows system files.

However, Registry editing should always be performed carefully. Before making manual Registry changes, create a backup or restore point.

3. Does Disabling Copilot Improve Windows 11 Performance?

Usually, you should not expect a dramatic performance improvement simply from hiding or disabling Copilot. If Copilot is rarely used, removing its visible interface can nevertheless reduce clutter and prevent accidental activation.

The main benefit for most users is greater control over the Windows experience rather than a major speed increase.

4. Can I Enable Copilot Again Later?

Yes.

If you only hid Copilot, turn the corresponding Taskbar option back on.

If you uninstalled the application, you can reinstall it through the Microsoft Store when it is available for your device.

If you used Group Policy or Registry, reverse the policy and restart Windows.

Conclusion

Windows 11 gives you several ways to deal with Microsoft Copilot, ranging from simply hiding its Taskbar button to uninstalling the Copilot application or applying a policy that disables Windows Copilot.

For most users, the recommended starting point is the simplest solution: open Settings > Personalization > Taskbar and turn off the Copilot-related option if available. If Copilot is installed as a regular application, you can instead go to Settings > Apps > Installed apps, search for Copilot, and select Uninstall.

Windows 11 Pro, Enterprise, and Education users can also use Group Policy where the relevant policy is available. Windows 11 Home users can use the Registry-based policy described above. Keep in mind, however, that Microsoft’s Copilot architecture is changing, so the exact settings available can vary between Windows 11 releases.

Finally, remember that disabling Windows Copilot does not automatically disable Copilot in Microsoft 365 applications. If you want Copilot disabled in Word, Excel, PowerPoint, or other supported applications, check each application’s own Copilot settings.

For a typical Windows 11 home user, the safest approach is therefore to start with uninstalling Copilot through Settings if the Uninstall option is available. If that option is unavailable and you need stronger control, use the appropriate policy or Registry method for your Windows edition.

Related Articles

Popular Categories