Why You Might Want to Remove Copilot
Copilot started as a helpful assistant, but for many Windows 11 users it has become an unwanted, always‑there AI layer. It appears in the taskbar, shows up as a docked sidebar, and is now tied into Microsoft 365 experiences, often without users explicitly opting in. Common complaints include increased background activity, privacy concerns, and frustration when Copilot returns after major system updates or fresh installs. Microsoft’s big AI push has also made Copilot feel unavoidable, especially as it appears across different parts of Windows and productivity apps. After significant backlash, however, Microsoft has begun to roll back some integrations and now offers official ways to remove Copilot more completely. Whether you just want a cleaner desktop, tighter control over AI services, or a leaner system, you can now remove Copilot in several ways—ranging from simple uninstalls to deeper policy and registry changes.

The Quick Way: Uninstall Copilot Like a Normal App
If you simply want Copilot gone from sight, start with the built‑in uninstall options in Windows 11. Open the Start menu, search for "Copilot" or "Microsoft Copilot," then right‑click the result and choose Uninstall. Alternatively, go to Settings, open Apps, then Installed Apps, and locate the Copilot entries. Use the Uninstall button there to remove them. This method is straightforward and works on Home, Pro, and other editions. However, many users have noticed a catch: after some feature updates or reinstallations of Windows, Copilot quietly reappears, especially on managed or work devices. In some cases the app appears to uninstall, but background services continue running. Think of this as a temporary solution that cleans up the visible interface. If you want to uninstall Copilot permanently and prevent it from returning, you will need to use Group Policy, registry tweaks, or scripting tools instead.

Use Group Policy to Uninstall Copilot Permanently (Pro and Above)
On Windows 11 Pro and higher, the April 2026 update adds an official way to remove Copilot at the policy level. This is ideal for advanced users, IT admins, and anyone managing multiple PCs. Press Win+R, type gpedit.msc, and press Enter to open the Group Policy Editor. Navigate to Local Computer Policy > User Configuration > Administrative Templates > Windows Components > Windows AI. Here you should see an entry called "Remove Microsoft Copilot app." Double‑click it, set it to Enabled, and click OK. Windows will then remove Copilot and, crucially, block it from returning after future updates or reinstalls. In many environments this policy also covers Microsoft 365 Copilot integrations, helping organizations keep AI tools disabled by default. If you simply want to hide Copilot without uninstalling it, you can instead enable "Turn off Windows Copilot" under Windows Components > Windows Copilot.

Disable Copilot via the Registry When Group Policy Is Missing
Windows 11 Home users do not officially get the Copilot removal policy in Group Policy Editor, but you can achieve a similar effect using the Registry. This method is for confident users only—editing the Registry incorrectly can affect system stability, so back it up first. Open the Run dialog, type regedit, and press Enter. In the Registry Editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows and create a new key named WindowsAI if it does not already exist. Inside WindowsAI, create a new DWORD value called RemoveMicrosoftCopilotApp and set its value to 1. Close the Registry Editor and restart your PC. After reboot, Windows should remove Copilot and associated Microsoft 365 Copilot components, and it should stay disabled across future sessions. This is effectively a registry‑level version of the Group Policy setting, giving Home users a way to take back control over unwanted AI features.
Advanced Options: PowerShell and Third‑Party Scripts
If policy and registry changes are not enough, you can go deeper and strip out AI components with command‑line tools. PowerShell can remove Copilot packages directly using AppxPackage removal commands, which is useful when the normal uninstall fails or leaves services behind. This approach is best for experienced users who understand package names and are comfortable with elevated PowerShell sessions. For a broader cleanup, community tools like the RemoveWindowsAI script on GitHub can scan for and remove a wide range of AI features, including Copilot and related services. To use it, copy the latest command from the project’s "How to use" section, run it in PowerShell, and follow the prompts to choose which AI components to disable. While powerful, these methods can change system behavior more extensively, so create a restore point first and proceed only if you are sure you no longer want built‑in AI features.
