How to Remove Copilot App from Windows 11
You can remove the Copilot app from Windows 11 to reclaim screen space and reduce AI interference.
Copilot is Microsoft’s AI assistant, which is built right into Windows 11 to help you with different tasks.
However, if you find it disruptive or prefer not to use it, you can uninstall it. You can do this, even if you’re running the latest Windows 11 23H2 update.
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.
Why Remove Copilot?
You might want to remove Copilot from Windows 11 if its constant presence feels distracting or if it doesn’t fit how you use your computer.
Copilot is installed similarly to other applications. Occasionally, you might find an “Uninstall” button for it directly within your Start menu. However, sometimes after a Windows update, it may reappear. If you’re seeking a more lasting solution, or if you need to remove it from multiple computers, the methods outlined below are what you need.
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 might 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
In the Group Policy Editor, find the “Remove Microsoft Copilot app” setting and double-click it to open its properties.
A new window appears. To remove Copilot, select the “Enabled” option. It might seem a little counterintuitive to ‘enable’ a setting to remove an app. However, you’re essentially activating the rule that instructs Windows to remove the Copilot application.
After selecting “Enabled,” click “Apply” and then “OK”. This confirms and saves your selection.

Step 4 Restart Your PC or Sign Out
After changing the Group Policy setting to remove Copilot, you need to restart your PC or sign out and back in for the changes to take effect.
Tip: This setting doesn’t exclusively target the standard Copilot app. It can also help manage Microsoft 365 Copilot if you have that installed. It’s a comprehensive approach to ensuring Copilot is removed.
Warning: The Group Policy Editor is a powerful utility. Exercise caution and avoid altering settings you don’t fully understand, as this could inadvertently lead to computer issues.
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
As before, open the Run dialog box by pressing Windows key + R. Type regedit and press Enter or click OK. You might encounter a prompt requesting permission (User Account Control). Click “Yes” to proceed.
Step 2Go to the Right Registry Location
You’ll need to navigate to a specific location within the Registry Editor. On the left-hand side, follow this path:
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.

Step 6 Restart Your PC
Just like with the Group Policy method, you must restart your computer after making changes to the Windows Registry to remove Copilot.
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.
Get-AppxPackage -AllUsers -Name "Microsoft.Windows.Ai.Copilot.Provider" | Remove-AppxPackageThis 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.

Step 3 Restart Your PC (Recommended)
While the PowerShell command often removes Copilot right away, restarting your PC is recommended to ensure all changes are applied correctly.
Tip: This method is efficient for uninstalling. However, as noted, Windows updates may reintroduce Copilot. If this occurs, you might need to rerun this script, or opt for the Group Policy or Registry methods for a more enduring solution.
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 searching for it in the Start menu and looking 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?
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.
No comments yet — be the first to share your thoughts!