SELINA.ai
Sign in

How to Remove Copilot from Windows: Every Method, Every Edition, No Guessing

You didn't install it. You didn't ask for it. And yet here it is, pinned to your taskbar, embedded in your Start menu, lurking inside Notepad. If you're searching for how to remove Copilot from Windows, you've probably already discovered that Microsoft didn't make this straightforward. There's no single toggle. The steps differ depending on your Windows edition, whether Copilot arrived as a standalone app or as an OS-level component, and whether you also need to purge it from Microsoft 365. This guide covers all of it.

Key Takeaways

Why Can't I Just Uninstall Copilot Like a Normal App?

Because it often isn't one. On some Windows 11 machines, Copilot ships as a regular app that shows up in Settings > Apps > Installed apps. On others, it's an OS-level component that doesn't appear in the installed programs list at all. Which version you have depends on your Windows build, your update history, and whether your device is managed by an organization. Microsoft's own support forums reflect this confusion: multiple Q&A threads from late 2025 through early 2026 show contradictory guidance from Microsoft community advisors, because there genuinely isn't a single authoritative answer.

The first thing to do is figure out which variant you're dealing with.

How Do I Check Which Version of Copilot I Have?

Open Settings > Apps > Installed apps and search for "Copilot." If it appears there, you have the standalone app version, and you can right-click it (or click the three-dot menu) and select Uninstall. If it doesn't appear, Copilot is integrated at the OS level, and you'll need Group Policy or the registry to remove it.

How Do I Remove Copilot on Windows 11 Pro or Enterprise?

Use Group Policy. Microsoft added a dedicated RemoveMicrosoftCopilotApp policy in the April 2026 update, located under User Configuration → Administrative Templates → Windows Components → Windows AI. Here are the exact steps:

  1. Press Win + R, type gpedit.msc, press Enter.
  2. Navigate to User Configuration → Administrative Templates → Windows Components → Windows AI.
  3. Find the policy named "Remove Microsoft Copilot app."
  4. Double-click it, set it to Enabled, click OK.
  5. Open a command prompt and run gpupdate /force to apply immediately, or wait for the next policy refresh cycle.

One caveat worth knowing: NinjaOne's documentation notes that this policy triggers a one-time automatic uninstall, but only if the Copilot app hasn't been launched in the past 28 days. If you've opened Copilot recently (even accidentally), you may need to wait out that window or combine this with manual removal first. Microsoft designed the removal mechanism around usage data rather than a simple opt-out, which tells you something about the product philosophy at work here.

How Do I Remove Copilot on Windows 11 Home?

Windows 11 Home doesn't include the Group Policy Editor, so you need to edit the registry directly. The same policy has a registry equivalent. Back up your registry first.

  1. Press Win + R, type regedit, press Enter. Approve the UAC prompt.
  2. Navigate to HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows.
  3. If a key named WindowsAI doesn't exist, right-click the Windows key, select New → Key, and name it WindowsAI.
  4. Inside WindowsAI, right-click in the right pane, select New → DWORD (32-bit) Value.
  5. Name it TurnOffWindowsCopilot and set its value to 1.
  6. Restart your computer.

This disables Copilot at the OS level. If Copilot was also installed as a standalone app, go to Settings > Apps > Installed apps and uninstall it separately after the restart.

How Do I Stop Copilot from Reinstalling Itself?

This is the part most guides skip. Copilot can come back after Windows updates, and in some cases after a fresh Windows 11 install. How-To Geek's testing found two registry values you need to set to prevent silent reinstallation:

  1. The TurnOffWindowsCopilot DWORD described above (set to 1).
  2. A second value to disable silent app installation. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager. Find or create a DWORD named SilentInstalledAppsEnabled and set it to 0.

The second key is broader than Copilot. It prevents Windows from silently installing any "suggested" apps, which is probably what you want anyway. Take a registry backup before touching ContentDeliveryManager, since other system behaviors depend on keys in that path.

What About the Copilot Buttons Inside Other Apps?

Removing the Copilot app does not remove Copilot's presence from individual Windows applications. Copilot buttons can still appear inside Paint, Notepad, and across Microsoft 365 apps even after you've uninstalled the standalone Copilot app and set the registry keys. These are separate integrations, and they require separate cleanup.

Paint and Notepad

As of early 2026, Paint's Copilot integration (the "Cocreator" feature) and Notepad's "Rewrite" button are tied to the apps themselves, not to the standalone Copilot app. There's no official toggle to remove these from within the apps. Your options:

Microsoft 365 Desktop Apps (Word, Excel, Outlook, PowerPoint)

This is where it gets layered. Unchecking "Copilot" in File → Options → Customize Ribbon hides the button from the ribbon, but it does not disable Copilot's underlying functionality. If Copilot is licensed for your account, it can still be invoked through other surfaces. To actually disable it, you need to work at the admin or license level.

How Do I Remove Copilot from Microsoft 365?

If you're an individual user on a personal Microsoft 365 subscription, your options are limited to hiding the ribbon button (per above) and declining to use the feature. Microsoft does not currently offer a per-user self-service toggle to fully disable Copilot functionality on personal accounts.

If you're an admin, you have real controls. Here's what actually works:

Option 1: Remove the Copilot License

The most direct approach. In the Microsoft 365 admin center, go to Users → Active users, select the user, click Licenses and apps, and uncheck the Copilot add-on license. For bulk removal, use Azure AD group-based licensing to unassign at scale.

Option 2: Block the Copilot App Tenant-Wide

In the Microsoft 365 admin center, go to Settings → Integrated Apps. Find the Copilot app listing and block or remove it for all users or specific groups. This is a tenant-level control, so it applies broadly.

Option 3: Cloud Policy for the Copilot Chat Pin

If your concern is specifically the Copilot Chat button that appears pinned in Microsoft 365 apps, you can disable it via Cloud Policy in the admin center. Purdue's internal IT documentation notes that this policy can take up to 24 hours to propagate. Not instant, but it sticks.

Most enterprise and education IT teams end up combining all three: revoking the license, blocking the integrated app, and pushing the Cloud Policy. Purdue, for example, built a multi-step internal playbook combining security-group policy pushes with per-app manual settings changes. That's the state of the art for Copilot removal in managed environments right now: a playbook, not a button.

Does Any of This Actually Work Permanently?

Mostly, with caveats. The registry-level blocks and Group Policy settings survive reboots and most updates. But major Windows feature updates (the kind that ship once or twice a year) have been reported to reset certain registry values or reintroduce Copilot. The SilentInstalledAppsEnabled key helps prevent silent reinstallation, but you should verify your settings after any major update.

Community threads on the Microsoft Tech Community Hub from early 2026 show ongoing frustration: users who followed all the documented steps still report Copilot surfaces reappearing after updates. Microsoft's response has been to add more granular policies (like the April 2026 Group Policy), but the pattern is reactive. The controls arrive months or years after the feature was imposed.

A Checklist: The Full Removal Sequence

Here's the complete sequence, in order. Not every step applies to every system, but running through the full list ensures you don't miss anything.

  1. Check Settings > Apps > Installed apps. If Copilot appears, uninstall it there first.
  2. Set the TurnOffWindowsCopilot registry value (or enable the equivalent Group Policy on Pro/Enterprise) to disable OS-level Copilot integration.
  3. Set SilentInstalledAppsEnabled to 0 in the ContentDeliveryManager registry path to prevent silent reinstallation.
  4. Remove the Copilot license in the Microsoft 365 admin center (if applicable).
  5. Block the Copilot integrated app tenant-wide (if you're an admin).
  6. Hide the ribbon button in individual Office apps via File → Options → Customize Ribbon (cosmetic, but reduces accidental invocation).
  7. Verify after the next major Windows update. Check that your registry keys are still set and that the app hasn't returned.

What Does This Tell You About Default-On AI?

The fact that removing a single AI feature from Windows requires Group Policy edits, registry modifications, license revocations, tenant-level app blocks, per-app ribbon customization, and a post-update verification step is not a failure of documentation. It's a design choice. Copilot was built to be present by default and difficult to fully remove. The 28-day usage requirement on the Group Policy removal is telling: Microsoft chose to make removal conditional on proving you don't use the product, rather than simply respecting the request.

This is what opt-out looks like when it's implemented by the same organization that benefits from you staying opted in. The friction is structural. And even if you do navigate every step correctly, you have limited visibility into what data Copilot accessed or transmitted while it was installed and active. The removal process removes the UI. It doesn't retroactively undo whatever happened before you found the switch.

If you'd rather use an AI assistant that starts from the opposite assumption (you choose to install it, your data is encrypted at rest, and removing it means it's gone), start a free 7-day trial of Selina, no card required.

Frequently Asked Questions

Why can't I find Copilot in the list of installed apps to uninstall it?

On some Windows 11 systems, Copilot is baked into the OS as a component rather than installed as a standard app, so it won't appear under Settings > Apps > Installed apps. In that case you need Group Policy or a registry edit instead of a normal uninstall.

How do I remove Copilot on Windows 11 Pro or Enterprise?

Use the Group Policy Editor to enable the 'Remove Microsoft Copilot app' policy under User Configuration → Administrative Templates → Windows Components → Windows AI, then run gpupdate /force. Note that this triggers a one-time automatic uninstall only if Copilot hasn't been launched in the past 28 days.

How do I remove Copilot on Windows 11 Home since it lacks Group Policy Editor?

You need to edit the registry directly by creating a WindowsAI key under HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows and adding a DWORD named TurnOffWindowsCopilot set to 1, then restarting. If Copilot was also installed as a standalone app, uninstall it separately afterward.

How can I stop Copilot from reinstalling itself after Windows updates?

Set the TurnOffWindowsCopilot DWORD to 1 and also create a SilentInstalledAppsEnabled DWORD set to 0 under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager. Back up the registry first, and check these settings again after major Windows feature updates since they can get reset.

How do I fully remove Copilot from Microsoft 365 apps like Word or Outlook?

Individual users on personal subscriptions can only hide the ribbon button, which doesn't disable the underlying functionality; there's no self-service toggle for full removal. Admins can remove the Copilot license, block the app tenant-wide via Integrated Apps, and/or disable the Copilot Chat pin through Cloud Policy, often combining all three for complete removal.

Sources & References

Michael C.

Michael C.

Founder & Principal Engineer, Selina Labs

Michael builds Selina, a privacy-first AI that remembers you across conversations. He ships security-sensitive AI in production — real attacks, real fixes, measured in minutes and dollars — and writes about privacy, security, and LLMs from that seat. Top Rated Plus and expert-verified on Upwork.

Learn more about Selina.ai