How to Remove Microsoft Copilot from Windows 11 Permanently

Avatar photo

How to Remove Microsoft Copilot from Windows 11 Permanently

To permanently remove Microsoft Copilot from Windows 11, you have three reliable methods depending on your edition: uninstall it through Windows Settings (works on all editions), disable it via Group Policy Editor (Windows 11 Pro and Enterprise only), or block it through the Registry Editor (all editions, including Home, and required after the 24H2 update). Each method takes under five minutes. The Registry method is the most durable because it survives Windows feature updates that re-enable Copilot automatically.

Microsoft has repositioned Copilot multiple times since its 2023 debut. After the Windows 11 24H2 update released in October 2024, Copilot became a standalone app distributed through the Microsoft Store rather than a baked-in shell component. That architectural shift means the Settings uninstall path now actually removes it, but it also means Windows Update can quietly reinstall it. If you have uninstalled Copilot before and found it back on your taskbar two weeks later, that is why. This guide covers the fix for every scenario.

Before you start, check your Windows build: press Win + R, type winver, and hit Enter. Note whether you are on 22H2, 23H2, or 24H2. Your version determines which method is fastest and which is necessary.

Method Comparison: Which Removal Path Is Right for You

MethodWorks OnDifficultySurvives Updates?Time Required
Windows Settings (Uninstall)All editions, 24H2+EasyNo, reinstalls with updates2 minutes
Group Policy EditorPro and Enterprise onlyModerateYes3 minutes
Registry EditorAll editions (Home + Pro)ModerateYes4 minutes

For most users on Windows 11 Home 24H2, the fastest permanent solution is to uninstall via Settings first, then apply the Registry block so it cannot reinstall itself. For Pro and Enterprise users, Group Policy alone is sufficient and easier to manage at scale.

Method 1: Remove Copilot from Windows 11 Using Settings (Simplest, All Editions)

This method works on Windows 11 24H2 and later, where Copilot runs as a Microsoft Store app rather than a shell component. On earlier builds (22H2 and 23H2), Copilot was integrated into the Windows shell and this path either does not appear or only hides the taskbar button without a full uninstall. If you are on a pre-24H2 build, skip to Method 2 or Method 3.

  1. Open Settings by pressing Win + I.
  2. Navigate to Apps, then select Installed apps.
  3. In the search field at the top, type Copilot. Microsoft Copilot will appear in the results.
  4. Click the three-dot menu to the right of the Copilot entry and select Uninstall.
  5. Confirm the uninstall prompt when Windows asks for permission. The process takes under 30 seconds.
  6. Restart your PC. The Copilot icon will be gone from the taskbar and the app will no longer be accessible.

The limitation here is real: Windows Update can push Copilot back as a recommended app reinstall, particularly after cumulative updates. Microsoft has done this with several inbox apps, including the Xbox app and Phone Link. To prevent that, pair this uninstall with the Registry block in Method 3. If you are on Windows 11 Pro and want a one-step permanent solution, Group Policy in Method 2 handles both the removal and the block simultaneously.

Method 2: Disable Copilot Permanently via Group Policy Editor (Windows 11 Pro and Enterprise)

Group Policy is the cleanest administrative solution for Windows 11 Pro and Enterprise. A single policy setting disables Copilot at the system level and prevents it from being re-enabled by Windows Update. This method does not work on Windows 11 Home because Microsoft removes the Local Group Policy Editor from Home editions.

  1. Press Win + R, type gpedit.msc, and press Enter. The Local Group Policy Editor will open.
  2. In the left-hand tree, navigate to: User Configuration > Administrative Templates > Windows Components > Windows Copilot. On some builds the path reads Computer Configuration > Administrative Templates > Windows Components > Windows Copilot. Check both if you do not see it immediately.
  3. In the right pane, double-click Turn off Windows Copilot.
  4. Select Enabled in the policy settings window. Despite the label saying “Enabled,” this enables the policy that turns Copilot off.
  5. Click Apply, then OK.
  6. Close the Group Policy Editor and restart your PC to apply the change.

After restart, the Copilot button will be absent from the taskbar and attempting to launch Copilot via keyboard shortcut or search will produce no result. This policy persists through Windows feature updates because Group Policy settings are written to a protected area of the registry that Windows Update does not overwrite. IT administrators managing multiple machines can deploy this policy via Active Directory or Microsoft Intune instead of editing individual machines. For home users on Pro, the local policy approach above is sufficient.

Method 3: Block Copilot Permanently via Registry Editor (All Editions, Including Home)

The Registry Editor method is the most universal path to removing Copilot permanently on Windows 11 and preventing it from returning. It works on Home, Pro, and Enterprise, and it is the correct approach for any machine running Windows 11 24H2 where you want both removal and update-proof blocking without the Group Policy tool. This method manually writes the same registry value that Group Policy would write on Pro editions.

Before editing the registry, create a backup. Open Registry Editor, go to File > Export, choose All as the export range, name the file something like registry-backup-before-copilot, and save it to your desktop. If anything goes wrong, you can restore it by double-clicking the .reg file.

  1. Press Win + R, type regedit, and press Enter. Accept the UAC prompt.
  2. Navigate to the following path. You can paste it directly into the address bar at the top of Registry Editor: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot. If the WindowsCopilot key does not exist, you need to create it. Right-click on the Windows key in the left pane, select New > Key, and name it WindowsCopilot.
  3. With the WindowsCopilot key selected, right-click in the right pane and choose New > DWORD (32-bit) Value.
  4. Name the new value TurnOffWindowsCopilot. Spelling and capitalization must be exact.
  5. Double-click the new DWORD and set its value data to 1. Click OK.
  6. Close Registry Editor and restart your PC.

After restarting, Copilot will be disabled and the taskbar button will not appear. On 24H2 systems where Copilot is a Store app, this registry entry prevents the app from launching and blocks Windows Update from silently re-enabling it. Some users on 24H2 report the Copilot app entry still appears in the Apps list even after applying this key; that is cosmetic. The app will not run. If you want the entry fully gone from Settings as well, run the Settings uninstall from Method 1 first, then apply this registry block to prevent reinstallation.

For users who prefer not to navigate the registry manually, you can create a .reg file to apply this change in one click. Open Notepad, paste the following text exactly as shown, save the file with a .reg extension, and double-click it to merge the values: Windows Registry Editor Version 5.00 followed by the key path and DWORD value. The effect is identical to editing the registry manually.

Why Copilot Keeps Coming Back After You Remove It

Microsoft distributes Copilot through two channels simultaneously: the Windows shell (on pre-24H2 builds) and the Microsoft Store (on 24H2 and later). When you uninstall the Store app version, Windows Update can push it back as part of cumulative or feature updates, in the same way it restored the Cortana app and the Xbox app on earlier Windows 10 builds. The registry or Group Policy block prevents this by telling Windows not to activate the component regardless of installation state.

A second reason Copilot reappears on some systems is the Get the latest updates as soon as they’re available toggle in Windows Update settings. Enabling that option opts your machine into pre-release cumulative updates, some of which have re-introduced Copilot as an “optional feature” without explicit user consent. Disabling that toggle and using only standard release updates reduces the frequency of unwanted app reinstatement.

Users on domain-joined machines managed by an organization may find that Copilot reappears because an Intune or SCCM policy is actively deploying it. In that scenario, the individual registry edits above will be overwritten on the next policy sync. Contact your IT department to apply the Group Policy block at the domain level instead.

Frequently Asked Questions

Does removing Copilot from Windows 11 cause any system problems?

No. Copilot is not a core system component and removing it does not affect Windows stability, performance, or security. The Windows shell, file system, networking stack, and all other Windows components operate independently of Copilot. Microsoft itself documents the Group Policy and registry disable paths in its official Windows IT Pro documentation, confirming that removal is a supported configuration.

Will Windows 11 updates reinstall Copilot automatically after I remove it?

Potentially, yes, if you use only the Settings uninstall without applying a registry or Group Policy block. Windows Update has reinstalled Copilot on some 24H2 machines after cumulative updates. Applying the TurnOffWindowsCopilot registry DWORD set to 1, or enabling the Group Policy setting on Pro editions, prevents Windows Update from reactivating it regardless of what update packages are installed.

Can I remove Copilot from Windows 11 Home without the Group Policy Editor?

Yes. Windows 11 Home does not include the Local Group Policy Editor, but the Registry Editor method produces the identical result. Navigate to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot, create the key if it does not exist, add a DWORD named TurnOffWindowsCopilot with a value of 1, and restart. This works on all Windows 11 Home builds including 24H2.

How do I remove the Copilot button from the Windows 11 taskbar without fully uninstalling it?

Right-click any empty area of the taskbar and select Taskbar settings. Under the Taskbar items section, toggle the Copilot switch to Off. This hides the button without uninstalling the app or disabling the feature. The Copilot app remains accessible via Windows Search or the keyboard shortcut Win + C, and this toggle does not prevent Copilot from running in the background.

Remove Copilot from Windows 11 Permanently: Choosing the Right Method

To remove Microsoft Copilot from Windows 11 permanently, the correct approach depends on your edition and build. On Windows 11 Pro or Enterprise, set the Group Policy to “Turn off Windows Copilot” enabled and you are done in three minutes. On Windows 11 Home or any edition running 24H2, uninstall the app through Settings and then apply the TurnOffWindowsCopilot registry DWORD to block reinstallation through future updates. Either path gives you a clean system without the Copilot icon, without the background process, and without it returning after the next Patch Tuesday. For more control over what runs on your system, the Windows 11 optimization tips section covers disabling telemetry, managing startup programs, and reducing background processes that affect real-world performance. If you are evaluating tools to replace Copilot’s functionality with something less intrusive, the best Windows apps guide includes local AI tools and productivity apps that do not require a Microsoft account. And if you noticed a performance improvement after removing Copilot and want to push further, the Windows 11 gaming performance guide covers HAGS, GPU scheduling, and memory optimization settings that make a measurable difference.

Want more Windows 11 control tips like this? Browse the full Windows optimization section on Ordoh for registry tweaks, debloat scripts, and performance guides tested on real hardware across every major Windows 11 build.

Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

Does Fast Charging Damage Your Battery? What the Data Shows in 2026

Next Post
Best clipboard manager for Android

Best Clipboard Manager for Android in 2026

Related Posts