How to Remove Copilot App from Windows 11
Windows 11 includes Copilot as a built-in digital assistant for tasks like summarizing text and generating images, but you can remove the app if you prefer a cleaner desktop. Microsoft installs this tool automatically on systems running version 23H2 and newer, which often takes up taskbar space.
Uninstalling Copilot normally through the Start menu only hides the shortcut for your current profile. To stop the AI tool from coming back after the next Windows update , you need to run a quick command that deletes the app package entirely from your PC.
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)
Windows 11 Pro, Enterprise, and Education editions include the Group Policy Editor. This utility controls various operating system configurations, including Copilot availability, making it ideal for managing multiple PCs.
Step 1Open the Group Policy Editor
Accessing the Group Policy Editor begins by opening the Run dialog box through the Win+R keyboard shortcut.
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
Following this path requires care. The “Windows AI” folder houses settings dedicated to artificial intelligence features within the operating system.
Step 3Enable the "Remove Microsoft Copilot app" Setting
Locate the 'Remove Microsoft Copilot app' setting and open its properties. Selecting 'Enabled' activates the rule that instructs Windows to remove Copilot.
The Registry Editor, a utility used to manage system settings, opens in a separate window. Choosing the "Enabled" option within this editor activates the internal rule for removing Copilot.
Clicking "Apply" and then "OK" confirms and saves the new configuration.


Step 4Restart Your PC or Sign Out
Restarting the computer or signing out and back in forces the system to apply the Group Policy change. This reboot is mandatory for the removal process to take effect.
This configuration targets both the standard Copilot app and Microsoft 365 Copilot. Combining these targets guarantees complete removal from the machine.
Modifying the Group Policy Editor demands caution since incorrect system adjustments trigger unexpected errors.
Method 2Using the Windows Registry Editor (For 🪟 Windows 11 Home and Other Editions)
Windows 11 Home lacks the Group Policy Editor. Modifying the Windows Registry—the central database for low-level system configuration settings—provides an alternative removal method.
Step 1Open the Registry Editor
Opening the Run dialog box requires pressing Windows key + R. Typing regedit and pressing Enter launches the editor, followed by clicking "Yes" on the User Account Control permission prompt.
Step 2Go to the Right Registry Location
Registry Editor requires locating 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 required for this specific tweak is HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows.
Step 3Create the "WindowsAI" Key
Right-clicking the Windows key in the left pane opens a context menu. Selecting "New" and then "Key" creates a new folder. Naming this key WindowsAI completes the location.
Step 4Create the "RemoveMicrosoftCopilotApp" Value
Highlighting the WindowsAI key allows right-clicking the blank space on the right side. Selecting "New" followed by "DWORD (32-bit) Value" initiates the configuration.
Naming this value RemoveMicrosoftCopilotApp ensures Windows recognizes the rule.
Step 5Set the Value to 1
Double-clicking the RemoveMicrosoftCopilotApp value opens a property window. Changing the "Value data" field to 1 instructs the operating system to purge the app. Clicking "OK" saves the modification.

Step 6Restart Your PC
Rebooting the computer applies the registry modifications. This step ensures Copilot is fully gone.
RemoveMicrosoftCopilotApp value from the registry or altering its "Value data" back to 0.Method 3Using PowerShell (A Quick Scripting Option)
PowerShell provides a command-line interface method for removing Copilot as an application package.
Step 1Open PowerShell as Administrator
Searching for "PowerShell" in the Start menu yields the application. Right-clicking "Windows PowerShell" and choosing "Run as administrator" grants the necessary privileges.
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 strips the package from every user account on the machine.
Get-AppxPackage -AllUsers -Name "Microsoft.Windows.Ai.Copilot.Provider" | Remove-AppxPackageWatching the terminal window confirms execution. A lack of error messages indicates successful removal.

Step 3Restart Your PC (Recommended)
Restarting the PC finalizes the PowerShell uninstallation. This guarantees complete removal.
Future Windows updates occasionally restore the application. Utilizing the Group Policy or Registry methods prevents this reinstallation.
Warning: Copying the command verbatim prevents syntax errors and unexpected execution failures.
A Final Check: Can You Still Uninstall Normally?
Checking for a direct uninstallation option in the Start menu serves as a quick preliminary test.
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.
Typing 'Copilot' in the Start menu reveals the application if present. Right-clicking the result displays an 'Uninstall' button.
Why this might not be enough: Operating system updates often restore software removed through the Start menu. Group Policy and Registry configurations block this recurrence.
Summary
Removing Microsoft Copilot from Windows 11 involves three main approaches: the Group Policy Editor, the Windows Registry, or a PowerShell script.
Can I completely remove Copilot from 🪟 Windows 11?
Yes, removing Copilot entirely from Windows 11 is possible. Group Policy Editor and PowerShell methods strip the software permanently, bypassing future update reinstalls.
How to disable Copilot?
Right-clicking the taskbar and unchecking 'Copilot (preview)' hides the interface. Permanent removal requires Group Policy Editor or PowerShell modifications.
How do I completely remove an app from 🪟 Windows 11?
Navigate to Settings Apps Installed apps, click the three dots next to an application, and select 'Uninstall'. Built-in packages require PowerShell or Group Policy Editor intervention.
Why can't I Uninstall some Apps on 🪟 Windows 11?
Operating system components like Copilot and Microsoft Edge lack standard Settings app removal triggers due to tight system integration, demanding advanced configuration tools.
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!