If you’ve grown tired of Microsoft’s AI assistant popping up in your taskbar, you’re not alone. Many users want a cleaner, more private Windows experience—and that means getting rid of Copilot for good. But here’s the catch: simply hiding the button doesn’t uninstall the underlying app. In this 2026 guide, you’ll learn exactly how to remove Copilot from Windows 11 permanently, using methods that actually work today, and why older tricks have stopped working.
Why Hiding the Copilot Button Isn’t Enough
Before you start, it’s crucial to understand the difference between hiding the Copilot icon and removing the app itself. Hiding the button only removes the visual shortcut from your taskbar—it doesn’t stop Copilot from running in the background or consuming system resources. To truly remove Copilot from Windows 11, you need to uninstall the application entirely. This video walks you through both approaches, so you can choose the one that matches your needs. If you’re on a managed work device, you’ll also see why Microsoft’s official AppLocker method is the safest route.
Method 1: Uninstall Copilot from Windows 11 via Settings
The easiest way to remove Copilot from Windows 11 is through the Settings app. Here’s how:
1. Open **Settings** (Win + I).
2. Go to **Apps** > **Installed apps**.
3. Search for “Microsoft Copilot.”
4. Click the three-dot menu next to it and select **Uninstall**.
That’s it—Copilot is gone. However, on some systems, the uninstall button may be greyed out or missing entirely. When that happens, you’ll need a more powerful tool: PowerShell.
Method 2: Remove Copilot from Windows 11 Using PowerShell
If the standard uninstall fails, PowerShell is your next best friend. Open PowerShell as administrator and run the following command to remove Copilot from Windows 11:
“`powershell
Get-AppxPackage *Microsoft.Copilot* | Remove-AppxPackage
“`
This command targets the Copilot package directly and forces its removal. After running it, restart your PC to ensure all components are cleared. This method works on most Windows 11 versions, including the latest 2026 updates. It’s also the go-to solution for users who’ve previously tried to remove Copilot but found it kept coming back after updates.
Preventing Copilot from Reinstalling Automatically
One of the most annoying things about Copilot is its tendency to reappear after a Windows update. To prevent that, you need to block its installation at the system level. The video suggests using **AppLocker**—a built-in Windows feature that allows you to deny execution of specific apps. For managed devices, this is Microsoft’s recommended approach because it’s both secure and reversible.
Here’s a quick outline:
1. Open **Local Security Policy** (secpol.msc) or **Group Policy Management** on domain-joined PCs.
2. Navigate to **Application Control Policies** > **AppLocker** > **Packaged app Rules**.
3. Create a new rule that denies execution for the Microsoft.Copilot package.
While this method requires a bit more setup, it ensures Copilot stays off your system permanently—even after feature updates.
Why Old Group Policy and Registry Hacks No Longer Work
If you’ve been searching for ways to remove Copilot from Windows 11, you’ve probably stumbled across older tutorials that mention Group Policy or Registry edits. Unfortunately, those methods are now outdated. Microsoft has updated Copilot’s architecture, and the old “Remove Microsoft Copilot app” policy no longer affects the standalone app—it only hides the button. Similarly, registry hacks that worked in 2023 or 2024 have been patched in recent builds. The video explains exactly why these fail and what to use instead, saving you hours of frustration.
Final Thoughts: Choose the Right Method for Your Setup
To sum up, removing Copilot from Windows 11 is entirely possible, but you need to use the right tool for the job. For most home users, the Settings uninstall is enough. If that fails, PowerShell is your reliable fallback. And for IT admins managing multiple devices, AppLocker provides the only permanent, policy-based solution. Whichever path you choose, this guide gives you the exact steps to reclaim your system from unwanted AI.
Ready to see it in action? Watch the full video below for a step-by-step walkthrough, including troubleshooting tips for stubborn installations. Don’t forget to subscribe for more practical Windows 11 tips and optimization guides every week.