How to Remove Ask Copilot from the Windows 11 Right-Click Menu

Microsoft has been pushing Copilot deeper into Windows 11, and one of the more noticeable additions is the Ask Copilot option appearing inside the right-click context menu. Whether you click on a file, folder, or blank area, Windows now offers to send content to Copilot — and not everyone loves it. For many users, this new context-menu entry clutters the menu or appears even when they never use Copilot in the first place.

Since you’re here reading this guide, we can already guess what’s happening: You want to remove the Ask Copilot option from the Windows 11 right-click menu, and you’re looking for a clean, safe, and reliable method to do so. Well, you’re in the right place. In this in-depth tutorial, we’ll walk you through exactly why the Ask Copilot entry appears, which Windows builds include it, and the proven methods to disable and remove it permanently. So without any further delay, let’s jump right in!

What Is the Ask Copilot Option in the Right-Click Menu?

Before we head straight to the fixes, it helps to understand why the Ask Copilot option shows up in File Explorer in the first place. Starting with newer Windows 11 Dev and Canary builds — and now rolling out more widely — Microsoft is integrating Copilot with File Explorer and the modern context menu. Whenever you right-click a file, Windows detects its type and surfaces AI-powered actions through Copilot, such as summarizing documents or analyzing content.

However, many users have reported a few issues with this addition:

  • It appears even when Copilot is disabled.
  • It shows up for almost every file type.
  • It adds unnecessary clutter to the modern right-click menu.
  • It cannot be disabled through normal File Explorer settings.

If you’ve seen the Ask Copilot entry and have no intention of using it, the good news is that it can be disabled — either through Group Policy, the Registry, or by disabling Copilot entirely.

You can now proceed to the following section to learn about all the possible methods to remove Ask Copilot from the Windows 11 right-click menu.

How to Remove Ask Copilot from the Windows 11 Right-Click Menu

Below, we have listed the most effective methods to disable or remove the Ask Copilot entry from your File Explorer context menu. Each method includes detailed steps so you can choose whichever works best for your Windows build.

1. Disable Copilot Using Group Policy (Best and Cleanest Method)

If you’re running Windows 11 Pro or Enterprise, this is the most reliable way to remove the Ask Copilot option from the right-click menu. Group Policy directly controls whether Copilot appears anywhere in Windows.

Follow the steps below to disable it:

  1. Press Windows + R to open the Run dialog.
  2. Type gpedit.msc and press Enter to open the Group Policy Editor.
  3. Navigate to:
User Configuration ➜ Administrative Templates ➜ Windows Components ➜ Windows Copilot
  1. On the right side, double-click Turn off Windows Copilot.
  2. Set it to Enabled.
  3. Click Apply, then OK.
  4. Restart your PC.

Once your system reboots, the Ask Copilot entry should be gone from the right-click context menu. This also removes Copilot from the Taskbar, Settings, and any other Windows UI panels.

If you are using Windows 11 Home where Group Policy is not included, skip to the next method.

2. Remove Ask Copilot Using Registry Editor (Windows Home Compatible)

If you’re on Windows 11 Home or prefer editing Registry keys directly, you can remove Copilot from the context menu by creating a specific policy entry.

Follow these steps carefully:

  1. Press Windows + R to open the Run dialog box.
  2. Type regedit and press Enter.
  3. When the Registry Editor opens, navigate to:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows
  1. Right-click the Windows folder → select New → Key → name it:
WindowsCopilot
  1. Select the WindowsCopilot key you just created.
  2. On the right side, right-click → New → DWORD (32-bit) Value.
  3. Name it:
TurnOffWindowsCopilot
  1. Double-click the new value and set Value data = 1.
  2. Click OK, then close Registry Editor.
  3. Restart your PC.

After rebooting, the Ask Copilot entry should disappear from the right-click context menu. This method works on all Windows editions.

3. Disable Copilot Integration Feature Flags Using ViveTool

If the Ask Copilot option appears because Microsoft enabled the feature via experimental flags in your Windows build (very common on Insider Dev & Canary channels), you can disable those flags using ViveTool.

Follow the steps below:

  1. Download ViveTool from GitHub (search “ViveTool GitHub”).
  2. Extract the ZIP file to a convenient location.
  3. Right-click the extracted folder and select Copy as path.
  4. Open Command Prompt (Admin).
  5. Use the path you copied:
cd "PASTE_PATH_HERE"
  1. Now disable the Copilot context menu feature IDs:
vivetool /disable /id:48855626
vivetool /disable /id:47205210
vivetool /disable /id:49434059
  1. Restart your Windows 11 PC.

These IDs correspond to:

  • Copilot integration inside modern context menu
  • AI-powered File Explorer actions
  • Ask Copilot entry points

Once disabled, the Ask Copilot option will be removed.

4. Uninstall Windows Web Experience Pack (Limited Use Case)

For some users, the Ask Copilot entry is tied to components delivered through the Windows Web Experience Pack, which handles cloud-integrated features in Windows.

If you rarely use Widgets or Web-based features, you can uninstall it:

  1. Open Settings → Apps → Installed apps.
  2. Search for:
Windows Web Experience Pack
  1. Click the three-dot menu → Uninstall.
  2. Restart Windows.

Note: This may remove Widgets and some online Windows components but will also remove several Copilot-related items, including Ask Copilot.

5. Disable Copilot from Taskbar Settings (Partial Fix)

This method doesn’t always remove Ask Copilot completely, but on some builds, it hides the context-menu entry for many file types.

To try this:

  1. Open Settings → Personalization → Taskbar.
  2. Scroll to Copilot.
  3. Toggle Copilot off.
  4. Restart File Explorer.

While this step alone isn’t always enough, it helps when combined with other methods.

6. Remove Ask Copilot Using a Third-Party Context Menu Editor

If you prefer a simpler graphical method, you can use a context-menu management tool like ShellExView or Context Menu Manager.

To remove Ask Copilot:

  1. Download ShellExView (free tool).
  2. Launch it as Administrator.
  3. Sort the list by Company or Type.
  4. Look for entries labeled Copilot, Microsoft AI, or Windows Web Experience.
  5. Right-click the entry → Disable Selected Items.
  6. Restart your PC.

This removes the related shell extension from File Explorer instantly.

Wrapping Up

With that, we wrap up our detailed guide on how to remove the Ask Copilot option from the Windows 11 right-click menu. Whether you decide to use Group Policy, tweak the Registry, disable experimental feature flags, or remove Web-based components entirely, each method above helps you regain control over your File Explorer context menu.

Ask Copilot may be useful for some, but if you prefer a clean, traditional right-click menu, removing it is quick and straightforward once you know where to look. If this guide helped you clean up your context menu, feel free to let us know — and be sure to check out our other Windows 11 guides for more ways to fine-tune your system.

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.