How to Effectively Uninstall or Disable Copilot on Windows 11
This comprehensive guide will walk you through the steps to uninstall or disable Copilot in Windows 11, tailored for all editions, including Home, Pro, and Enterprise.
Windows Copilot is a built-in AI assistant integrated into Windows 11, offering features like task automation, app suggestions, and integration with Microsoft services. Despite its usefulness, many users want to remove it due to resource usage or a preference for a minimalist interface.
Why Remove or Disable Microsoft Copilot?
- Privacy Concerns: Copilot may send data to Microsoft servers, raising privacy issues.
- Performance Impact: Copilot can consume system resources, potentially slowing down your PC.
How to Disable or Uninstall Copilot on Windows 11
The method to disable Copilot depends on your Windows 11 edition. Follow the steps below based on your edition and requirements.
Method 1: Disable Copilot Using Group Policy Editor (Windows 11 Pro)
If you're using Windows 11 Pro or Enterprise, you can disable Copilot using the Group Policy Editor. This method effectively prevents Copilot from launching, ensuring it does not consume system resources or interfere with user tasks.
- Press Windows + R to open the Run dialog box.
- Type
gpedit.mscand press Enter. - In Group Policy Editor, navigate to this key:
- User Configuration > Administrative Templates > Windows Components > Windows Copilot
-
-
- Double-click to open the Turn off Windows Copilot policy.
-
- Select Enabled to turn off Copilot and click Apply and then OK.
-
- Close Group Policy and restart your PC to apply the change.
Method 2: Disable Copilot via Registry Editor (Home Edition)
Windows 11 Home does not include Group Policy Editor, but you can turn off Copilot through the Registry Editor. This method involves modifying system registry settings to prevent Copilot from starting, which can enhance system performance and privacy.
Warning: Modifying the registry can cause system issues if not done correctly. Follow these steps carefully.
- Press Windows + R, type
regeditin the Run dialog box, and press Enter to open the Registry Editor. - Navigate to this key:
HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows
-
- Right-click the Windows folder and select New > Key
- Rename the "New Key #1" to "WindowsCopilot" and press Enter.
-
-
- Right-click on WindowsCopilot folder and select New > DWORD (32-bit) Value
- Rename the "New Value #1" to "TurnOffWindowsCopilot" and press Enter.
- Finally, open the TurnOffWindowsCopilot REG_DWORD, set its Value data to 1 and click OK.
-
- Close the Registry Editor and reboot your system to apply the change and disable the Microsoft Copilot.
Method 3: Uninstall Copilot on Windows 11
If you want to completely remove Copilot from your system, you can uninstall it from the Installed Apps. This action will free up system resources and storage space, enhancing overall system efficiency.
-
- Go to Start > Settings > Apps > Installed apps.
- Find Copilot on the list, click on the three dots menu next to it, and select Uninstall. Then click Uninstall again to remove Copilot from your PC.
- That's it! If you change your decision in the future and want to add Copilot back to your computer, you can download and install it from the Microsoft Store using the link below.
Additional Method: Using PowerShell to Disable Copilot
For advanced users, PowerShell provides a command-line method to disable Copilot, offering a scriptable and automated approach. This method is particularly useful for IT administrators managing multiple systems.
- Open PowerShell as an administrator by right-clicking the Start button and selecting Windows PowerShell (Admin).
- Type the following command to disable Copilot and press Enter:
Set-ItemProperty -Path "HKCU:SoftwarePoliciesMicrosoftWindowsWindowsCopilot" -Name "TurnOffWindowsCopilot" -Value 1 - Restart your computer to apply the changes.
Summary
In summary, disabling or uninstalling Copilot on Windows 11 can be achieved through various methods depending on your system edition. The Group Policy Editor is suitable for Pro and Enterprise users, while the Registry Editor and PowerShell offer alternatives for Home users. Uninstalling Copilot via Installed Apps is a straightforward option for complete removal. Each method ensures improved system performance and privacy by preventing Copilot from consuming resources or transmitting data.
By following the above methods, you can effectively disable or uninstall Copilot in Windows 11 and prevent it from interfering with your workflow.
Did it work for you? Please leave a comment in the comment section below or even better: like and share this blog post on social networks to help spread the word about this solution.
Frequently Asked Questions
- Top Windows 11 Issues and Solutions for April 2026: A Comprehensive Guide. - April 29, 2026
- FIX "BitLocker Recovery" Loop after installing KB5083769 - April 27, 2026
- Ultimate CoD Warzone Settings for Enhanced FPS and Visibility - April 9, 2026
