To uninstall Microsoft Copilot on Windows 11, the quickest method is to go to Settings > Apps > Installed apps, search for Copilot, click the three-dot menu, and select Uninstall. If the "Uninstall" option is greyed out or missing, Copilot is integrated into your system build. In such cases, you can disable it by toggling it off in Taskbar settings or using the Group Policy Editor.

Microsoft has aggressively integrated artificial intelligence into the Windows ecosystem. While many users find the generative AI capabilities useful for drafting emails or changing system settings, others view it as unnecessary bloatware that consumes system resources and raises privacy concerns. Because the way Copilot is delivered to your PC depends on your specific Windows 11 version and region, there is no "one size fits all" removal tool.

Understanding Copilot Integration on Your PC

Before attempting to remove Copilot, it is essential to understand how it resides on your hard drive. Microsoft has transitioned through several deployment models:

  1. The Standalone App: In recent updates (specifically Windows 11 version 24H2 and some late 23H2 builds), Copilot is treated as a distinct application. This is the best-case scenario for users who want it gone, as it can be uninstalled like any third-party software.
  2. The Integrated Web Component: In earlier iterations, Copilot was essentially a glorified Microsoft Edge shortcut embedded into the taskbar and the OS shell. This version cannot be "uninstalled" in the traditional sense because it is part of the Windows Feature Experience Pack.
  3. The Microsoft 365 Extension: If you use Office apps, Copilot may also appear within Word, Excel, or PowerPoint. Removing it from Windows will not necessarily remove it from your productivity suite.

Method 1: Uninstalling Copilot via Windows Settings

If you are running a newer version of Windows 11, Copilot is likely listed as an app. This is the most straightforward and safest method.

  1. Press the Windows key + I to open the Settings menu.
  2. On the left-hand sidebar, click on Apps.
  3. Select the Installed apps tile on the right.
  4. In the "Search apps" bar at the top, type Copilot.
  5. Locate the Microsoft Copilot entry. Click the three dots (...) on the far right.
  6. Select Uninstall. A confirmation prompt will appear; click Uninstall again.

If the uninstall button is not clickable, your version of Windows considers Copilot a core system component. You will need to use one of the alternative methods listed below.

Method 2: Removing Copilot Using PowerShell

For users who prefer a command-line interface or need to remove Copilot when the GUI option is disabled, PowerShell is a powerful tool. This method targets the Appx package directly.

Uninstalling for the Current User

  1. Right-click the Start button and select Terminal (Admin) or Windows PowerShell (Admin).
  2. Enter the following command and press Enter: Get-AppxPackage *microsoft.copilot* | Remove-AppxPackage
  3. The command will execute silently. If no error appears, the app package has been removed for your account.

Uninstalling for All Users

If you are managing a shared computer and want to ensure no user has access to the Copilot app:

  1. Open PowerShell (Admin).
  2. Type the following command: Get-AppxPackage -allusers *microsoft.copilot* | Remove-AppxPackage -AllUsers
  3. This effectively de-provisions the app from the entire system.

Verification

To verify the removal, you can run: Get-AppxPackage *microsoft.copilot* If the command returns no output, the package is successfully gone.

Method 3: Hiding Copilot from the Taskbar

Sometimes, you don't need to delete the files; you just want to stop looking at the icon. Hiding Copilot is the least invasive method and prevents any potential system instability caused by deleting system files.

  1. Right-click on any empty space on your Taskbar.
  2. Select Taskbar settings.
  3. Under the Taskbar items section, you will see a list including Search, Task view, Widgets, and Copilot (preview).
  4. Toggle the switch next to Copilot to Off.

The icon will disappear immediately. However, note that Copilot can still be triggered using the keyboard shortcut Windows + C unless it is disabled at the system level.

Method 4: Disabling Copilot via Group Policy Editor

If you use Windows 11 Pro, Enterprise, or Education editions, the Local Group Policy Editor (gpedit) is the most effective way to kill Copilot system-wide. This prevents the feature from running even if the app files are technically still present.

  1. Press Windows + R, type gpedit.msc, and hit Enter.
  2. In the left pane, navigate to the following path: User Configuration > Administrative Templates > Windows Components > Windows Copilot
  3. In the right pane, find the setting named Turn off Windows Copilot.
  4. Double-click it to open the configuration window.
  5. Select the Enabled radio button. (Note: Enabling this policy is what disables the feature).
  6. Click Apply and then OK.
  7. Restart your computer or run gpupdate /force in a Command Prompt to apply the changes immediately.

Once this policy is active, the Copilot icon will vanish from Taskbar settings entirely, and the keyboard shortcut will no longer function.

Method 5: Disabling Copilot via the Registry Editor

Windows 11 Home users do not have access to the Group Policy Editor. However, you can achieve the same result by manually editing the Windows Registry.

Warning: Incorrectly editing the Registry can cause serious system errors. We strongly recommend creating a System Restore point before proceeding.

  1. Press Windows + R, type regedit, and press Enter.
  2. Navigate to the following key: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows
  3. Right-click the Windows folder, select New > Key, and name it WindowsCopilot.
  4. Select the new WindowsCopilot key. In the right pane, right-click in the empty space and select New > DWORD (32-bit) Value.
  5. Name this value TurnOffWindowsCopilot.
  6. Double-click TurnOffWindowsCopilot and change the Value data from 0 to 1.
  7. Click OK and close the Registry Editor.
  8. Restart your PC.

To revert this change, simply go back to the same location and set the value to 0 or delete the WindowsCopilot key.

Method 6: Managing Copilot in Microsoft Edge

Since Copilot's engine is heavily tied to Microsoft Edge, it often appears in the browser's sidebar even after you have removed it from the Windows taskbar.

  1. Open Microsoft Edge.
  2. Click the three dots (...) in the top right corner and select Settings.
  3. Click on Sidebar in the left menu.
  4. Under App and notification settings, click on Copilot.
  5. Toggle off Show Copilot.

Additionally, you can visit edge://apps in the address bar. If Copilot appears as an installed web app here, you can click the three dots on the app card and select Uninstall.

Why Many Users are Choosing to Uninstall Copilot

The decision to remove Copilot is rarely about hating technology; it is usually about control. Here are the primary reasons why users seek to uninstall it:

Privacy and Data Telemetry

Copilot works by sending your queries and sometimes your context (like what is on your screen) to Microsoft's cloud servers for processing. For users handling sensitive legal or medical data, having an "AI observer" integrated into the OS feels like a security liability. While Microsoft claims data is encrypted and handled according to strict privacy standards, the mere presence of the feature is a deterrent for privacy-conscious individuals.

Resource Allocation

AI features require significant processing power. On laptops with limited RAM or older CPUs, the background processes associated with Copilot can lead to micro-stuttering or reduced battery life. Even on "AI PCs" with dedicated NPUs (Neural Processing Units), some users prefer to save those cycles for specialized software like video editors or local LLMs (Large Language Models).

UI Minimalism

Windows 11 has faced criticism for its increasingly cluttered interface. Between the "Start" menu recommendations, Widgets, and now Copilot, the desktop can feel like a billboard for Microsoft services. Disabling Copilot is a step toward reclaiming a clean, distraction-free workspace.

Common Issues After Uninstalling Copilot

Why does Copilot keep coming back?

Windows is designed to be self-healing. When you perform a major Windows Update, the system checks for "missing" core components. If Copilot was removed via PowerShell but the "provisioned package" remains, Windows might reinstall it automatically. To prevent this, use the Group Policy method (Method 4) or the Registry method (Method 5), as these settings tell Windows that the feature is intentionally disabled, not missing.

The Copilot Key on New Keyboards

Some newer laptops feature a dedicated physical Copilot key. Uninstalling the software will not change the fact that the key is there. If you press it after uninstallation, it might launch a search window or do nothing. You can use tools like Microsoft PowerToys to remap this physical key to a more useful function, such as the Task Manager or a specific app.

What about "Debloater" Scripts?

You may find scripts on platforms like GitHub that claim to "One-click Remove AI" from Windows. While effective, these scripts can be "brittle." They often disable services that other Windows features depend on (like Search or the Store). Unless you are a highly advanced user who can read and understand the script's code, it is generally safer to stick to the manual methods outlined in this guide.

Summary of Methods

Method Effort Level Best For Reversible?
Settings / Apps Low Casual users (App version) Yes
Taskbar Toggle Low Hiding the icon only Yes
PowerShell Medium Removing app files Yes (via Store)
Group Policy Medium Pro/Enterprise users Yes
Registry Editor High Home users (System-wide) Yes

Conclusion

Whether you view Microsoft Copilot as a revolutionary assistant or intrusive bloatware, Windows 11 provides enough flexibility to manage it—if you know where to look. For the average user, simply hiding the icon or uninstalling it from the Apps menu is sufficient. However, for those seeking a truly AI-free environment, the Group Policy and Registry methods provide the most robust solution.

As Microsoft continues to evolve Windows into an "AI-first" operating system, these settings may shift. It is a good practice to check your Taskbar and App settings after every major feature update (such as the annual 24H2 or 25H2 releases) to ensure your preferences remain intact.

FAQ

Does uninstalling Copilot delete my data?

No. Copilot is an interface to a cloud service. Uninstalling the app or disabling the feature only removes the local access point. Your previous chat history is tied to your Microsoft Account and can still be accessed via the Copilot website if you sign in.

Will disabling Copilot break Windows Search?

No. While Copilot and Windows Search share some underlying UI elements, disabling Copilot through the official channels (Settings, Group Policy, or Registry) will not impact your ability to search for local files or apps.

Is Copilot the same as Cortana?

Essentially, Copilot is the successor to Cortana. While Cortana focused on voice commands and basic tasks, Copilot uses Large Language Models to provide much deeper assistance. If you managed to live without Cortana, you will find the process of removing Copilot very similar.

Can I get Copilot back after uninstalling it?

Yes. If you uninstalled it as an app, you can simply download it again from the Microsoft Store. If you disabled it via Group Policy or Registry, just revert the settings (set the value to 0 or "Not Configured") and restart your PC.