Skip to content
Follow
Windows 🟡 Intermediate

How to Remove Copilot App from Windows 11

Richard
Written by
Richard
May 24, 2026 Updated Jul 12, 2026 7 min read
Desktop showing Windows settings interface on clean desk
Desktop showing Windows settings interface on clean desk

Copilot in Windows 11 is Microsoft’s AI assistant that helps you with tasks, but you can remove it if you find it distracting or don’t use it.

This AI tool, built into Windows 11, can sometimes take up valuable screen space or feel intrusive.

Even after recent updates like version 23H2, you can uninstall Copilot to clean up your system. While it might seem uninstallable like any other app from the Start menu, it can reappear after a Windows update.

For a permanent solution that works across multiple computers, these steps will guide you through the complete removal process.

⚡ Quick Answer

You can remove Copilot by accessing its settings in the Start menu or by using the Group Policy Editor or Registry Editor for a more permanent solution. Navigate to Settings Apps Installed apps, find Copilot, and select Uninstall.

Method 1Using Group Policy Editor (For 🪟 Windows 11 Pro, Enterprise, and Education)

If you’re using Windows 11 Pro, Enterprise, or Education, you can utilize the Group Policy Editor. This tool lets you adjust various settings on your computer, including the removal of Copilot. It’s particularly beneficial if you manage more than one PC.

Step 1Open the Group Policy Editor

To begin removing Copilot using Group Policy, first open the Run dialog box by pressing the Windows key + R on your keyboard.

Step 2Find the Windows AI Policy

Within the Group Policy Editor, navigate the left-hand pane. Click your way through these folders:User Configuration > Administrative Templates > Windows > Components > Windows AI

This path can look a bit complicated, so follow it carefully. The "Windows AI" folder contains settings specifically for AI features within Windows.

Step 3Enable the "Remove Microsoft Copilot app" Setting

To remove Copilot using Group Policy, find the 'Remove Microsoft Copilot app' setting and open its properties. Select 'Enabled' to activate the rule that tells Windows to remove Copilot. It sounds a bit backward, but this setting will do the job.

The Windows Registry editor, a tool used to manage system settings, opens a new window. To remove Copilot, select the "Enabled" option within the registry editor. This action activates a system rule that instructs Windows to remove Copilot.

After selecting "Enabled," click "Apply" and then "OK". This confirms and saves your selection.

Group Policy Editor settings to remove Copilot from Windows 11.
Group Policy Editor settings to remove Copilot from Windows 11.
Group Policy Editor options for disabling Copilot in Windows 11.
Group Policy Editor options for disabling Copilot in Windows 11.

Step 4Restart Your PC or Sign Out

After changing the Group Policy to remove Copilot, restart your PC or sign out and back in for the changes to stick. This step is crucial for the system to apply the setting and remove the app.

This setting manages both the standard Copilot app and Microsoft 365 Copilot if installed. This combined management ensures a thorough removal of Copilot from your system.

The Group Policy Editor utility requires user caution because changing system configurations without understanding can cause computer problems. This warning applies to all users who change system settings.

Method 2Using the Windows Registry Editor (For 🪟 Windows 11 Home and Other Editions)

If you're using Windows 11 Home, you won't have access to the Group Policy Editor. However, you can still remove Copilot by modifying settings within the Windows Registry. The Registry is a crucial database that stores your computer's configuration settings.

Step 1Open the Registry Editor

To begin, open the Run dialog box by pressing Windows key + R. Type regedit and press Enter or click OK. You may see a prompt asking for permission (this is User Account Control). Click "Yes" to proceed.

Step 2Go to the Right Registry Location

Registry Editor, a tool for changing Windows settings, requires users to locate a specific path. On the left side of Registry Editor, follow this exact path: `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer`.

The exact path you need to navigate to is HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows.

Step 3Create the "WindowsAI" Key

Once you've reached the Windows key, you'll need to create a new folder, which is referred to as a key. Right-click on Windows in the left pane. Select "New," then choose "Key." Name this new key precisely WindowsAI.

Step 4Create the "RemoveMicrosoftCopilotApp" Value

Now, with the newly created WindowsAI key highlighted, right-click in the blank area on the right side. Select "New," then choose "DWORD (32-bit) Value."

Name this new value exactly RemoveMicrosoftCopilotApp.

Step 5Set the Value to 1

Double-click the RemoveMicrosoftCopilotApp value you just created. A small window will appear. In the "Value data" field, type 1. This number tells Windows to remove the Copilot app. Click "OK" to save this setting.

Registry Editor window for removing Copilot from Windows 11.
Registry Editor window for removing Copilot from Windows 11.

Step 6Restart Your PC

Similar to the Group Policy method, you must restart your computer after editing the Windows Registry to remove Copilot. This restart ensures that the registry changes are fully applied and Copilot is gone.

💡Tip
If you decide you want Copilot back in the future, you can simply delete the RemoveMicrosoftCopilotApp value from the Registry. Alternatively, you can change its "Value data" back to 0.
⚠️Warning
Making errors while editing the Windows Registry can lead to significant system problems. Proceed with extreme care and follow these instructions precisely. If you feel uncertain, it's advisable to create a backup of your Registry before you begin.

Method 3Using PowerShell (A Quick Scripting Option)

If you're comfortable working with command-line interfaces, PowerShell offers a quick way to uninstall Copilot. This approach treats Copilot as a standard application package that can be removed using a specific command.

Step 1Open PowerShell as Administrator

In your Start menu, search for "PowerShell." Right-click on "Windows PowerShell" and select "Run as administrator." This grants the command the necessary permissions to uninstall applications.

Step 2Run the Uninstall Command

Open PowerShell as an administrator and paste the command `Get-AppxPackage -AllUsers -Name "Microsoft.Windows.Ai.Copilot.Provider" | Remove-AppxPackage` to uninstall Copilot. This command finds and removes the Copilot package from all user accounts on your system.

PowerShell
Get-AppxPackage -AllUsers -Name "Microsoft.Windows.Ai.Copilot.Provider" | Remove-AppxPackage

This command searches for the Copilot package across all user accounts on your system and then removes it. You should observe the command executing. If no errors appear, Copilot will be successfully uninstalled.

Windows Terminal commands to uninstall Copilot from Windows 11.
Windows Terminal commands to uninstall Copilot from Windows 11.

While the PowerShell command usually removes Copilot immediately, restarting your PC is recommended to make sure all changes are applied properly. This ensures Copilot is fully gone from your system.

This uninstallation method effectively removes Copilot. However, Windows updates may reinstall Copilot. Rerunning the script or using Group Policy or Registry methods offers a more permanent solution for Copilot removal.

Warning: Ensure you copy the command precisely as it is written. Typos can lead to incorrect actions or unintended consequences.

A Final Check: Can You Still Uninstall Normally?

Before diving into the more complex methods, it's always worthwhile to check if the direct uninstall option is readily available. Microsoft has enhanced the process for uninstalling Copilot directly from the Start menu in recent updates.

How to Check:

  • Click the Start button.
  • Type "Copilot" in the search bar.
  • When the Copilot app shows up, right-click on it.
  • Look for an "Uninstall" option.

You can check if Copilot has been successfully removed from Windows 11 by going to the Start menu and typing 'Copilot'. If it shows up, right-click on it and look for an 'Uninstall' option.

Why this might not be enough: As previously mentioned, this direct uninstall might not always offer a permanent solution, particularly after significant Windows updates. The Group Policy and Registry methods provide a more robust way to prevent Copilot from reappearing.

Summary

This guide shows you how to remove the Microsoft Copilot app from Windows 11 using three main methods: Group Policy Editor, Windows Registry, or a PowerShell script.

Can I completely remove Copilot from 🪟 Windows 11?

Yes, you can completely remove Copilot from Windows 11. While a direct uninstall option isn't always available, methods like using the Group Policy Editor or PowerShell allow for its removal, even after Windows updates. This ensures it doesn't reappear unexpectedly.

How to disable Copilot?

To disable Copilot, right-click the taskbar and select 'Copilot (preview)' to uncheck it. For a more permanent solution, especially if it reappears, use the Group Policy Editor or PowerShell to disable and remove it entirely from your Windows 11 system.

How do I completely remove an app from 🪟 Windows 11?

To completely remove an app from Windows 11, go to Settings Apps Installed apps. Find the app, click the three dots, and select 'Uninstall'. For apps that don't offer this option, like some built-in ones, you may need to use PowerShell or Group Policy Editor.

Why can't I Uninstall some Apps on 🪟 Windows 11?

Some apps on Windows 11, particularly system-integrated ones like Copilot or Microsoft Edge, cannot be uninstalled through the standard Settings app. These are often considered essential for Windows functionality and require advanced methods like PowerShell or Group Policy Editor for removal.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Enable or Disable Browse with Copilot in Microsoft Edge on Windows 11
Browsers How to Enable or Disable Browse with Copilot in Microsoft Edge on Windows 11
Microsoft is Making Taskbar and Start more personal in Windows 11
Windows Microsoft is Making Taskbar and Start more personal in Windows 11
How to Open and Use the On-Screen Keyboard in Windows 11
Windows How to Open and Use the On-Screen Keyboard in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *