Forum Discussion
Easy way to let me uninstall or remove copilot from windows 10?
I don't like Copilot popping up from time to time. It takes up space on the taskbar and seems to run in the background, so the goal is to remove or disable it completely. There are many guides online, but some only hide the Copilot button while others claim to uninstall it. As a beginner, it is difficult to tell which method actually works and whether future Windows updates will bring it back.
What is the best way to remove copilot from windows 10? Is there a safe method using Windows Settings, PowerShell, or Group Policy that will completely disable it?
8 Replies
- HenryRobinsonIron Contributor
You can uninstall copilot app from control panel on windows 10.
- AdamWuIron Contributor
This lightweight, community-driven open-source PowerShell script lets you adjust system settings with a single click to quickly disable Copilot, helping you remove copilot from windows 10.
Usage Guide: Run PowerShell as an administrator, paste and execute the command
`irm “https://christitus.com/win” | iex`
to load the utility menu. Navigate to the ‘Tweaks’ section and select “Disable Copilot,” click “Apply” to confirm all changes, and then restart your Windows 10 computer for the policy changes to take effect.
The script is based on open-source community code, eliminating the need for tedious manual registry or Group Policy edits. It allows you to quickly remove Copilot while providing dozens of additional system optimization adjustments through a single interface.
It is particularly useful for users aiming to batch disable unnecessary Windows built-in tools, perform quick system cleanup before major OS upgrades, or avoid the complex multi-step manual methods needed to fully erase Copilot and finish thorough remove copilot from windows 10 operations on Windows 10 devices.
ps
- Be sure to run PowerShell with administrator privileges; otherwise, the script will not be able to modify system policies to disable Copilot.
- Carefully review all configuration options before applying them to avoid accidentally disabling features you still need.
- Create a system restore point before running the script so you can roll back system changes in case of a problem.
- If you only need to configure Copilot without making any other system adjustments, check the “Disable Copilot Only” box and uncheck all other optimization options.
- VgasparCopper Contributor
You can try to hide the Copilot icon from the taskbar by right-clicking the taskbar, selecting "Taskbar settings," and disabling the Copilot icon if available. This doesn't disable the feature but removes its visual presence.
Using Task Manager by itself won't fully remove Copilot from Windows 10. It's not a magic uninstall button. What it can do, though, is stop Copilot from automatically launching every time you start up your computer. If your main annoyance is that Copilot window popping up on its own, this is a super quick and effective fix.
Here's how you do it:
1. Open Task Manager: Right-click on your taskbar (the bar at the bottom of your screen) and select "Task Manager" from the menu. Or, just press Ctrl + Shift + Esc on your keyboard.
2. Go to the Startup Tab: In Task Manager, click on the "Startup" tab. This shows you all the programs that launch when Windows boots up.
3. Find Microsoft Copilot: Scroll through the list and look for "Microsoft Copilot" or something similar.
4. Disable It: Right-click on it and select "Disable". That's it! The next time you restart your computer, Copilot won't start automatically.
So, to be clear, using Task Manager this way doesn't actually remove Copilot from Windows 10 —it just stops it from running at startup. The Copilot app will still be installed on your PC. Many users have found that Copilot can still pop up later, for example when you open Microsoft Edge.
- BreckenFosterSteel Contributor
Windows includes a built-in tool called Group Policy Editor that you can use to fully disable Windows Copilot, completing the operation to uninstall copilot from windows 10 and prevent it from loading automatically on startup.
Instructions: Press Win + R shortcut keys, enter gpedit.msc and press Enter, navigate to User Configuration → Administrative Templates → Windows Components → Windows Copilot, double-click Turn off Windows Copilot policy item, select Enabled and click OK, then restart your PC to apply all settings.
Its advantages include adopting official native Windows management rules with high stability, supporting one-click toggle to enable or disable Copilot without complicated registry creation, strong anti-reset ability against minor system patch updates, and simple operation to quickly restore Copilot functions when needed.
Its drawbacks include being exclusive to Windows 10 Pro, Enterprise and Education editions while unavailable for Home version users, only taking effect for the currently logged-in user, merely blocking Copilot startup without deleting its program files, and possible configuration reset after large Windows version upgrades.
This allows you to permanently disable Windows Copilot through official system policies. This method is suitable for users of Windows Pro who need to permanently and reliably uninstall copilot from windows 10.
- MateoduCopper Contributor
Here's the casual lowdown on how this method works to help you remove copilot from Windows 10. Think of it as telling Windows directly to turn Copilot off. You're basically creating a secret switch (a Registry key) that says "don't show this thing."
The Step-by-Step to remove copilot from Windows 10:
1. Open the Registry Editor: Hit the Windows key + R, type regedit, and hit Enter. This is your gateway to the system's core settings .
2. Navigate to the Right Folder: In the Registry Editor, you need to find the right folder. In the left panel, go down this path: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows. This tells Windows you're changing settings just for your user account.
3. Create the "WindowsCopilot" Key: Right-click on the Windows folder. Choose New > Key . Name this new key exactly WindowsCopilot .
4. Create the "TurnOffWindowsCopilot" Value: Now, inside the new WindowsCopilot folder you just made, right-click on the right-hand empty space. Choose New > DWORD (32-bit) Value. Name it TurnOffWindowsCopilot .
5. Set the Switch to "On": Double-click on the TurnOffWindowsCopilot value you just created. A window will pop up. Change the "Value data" to 1 and click OK . A value of 1 tells Windows to turn Copilot off.
6. Restart Your PC: The final step is to restart your computer for the change to kick in . You should reboot or at least sign out and back in for this to take effect.
- YatesGriffinIron Contributor
Hiding Copilot entries inside Microsoft Edge acts as a vital supplementary measure that, paired with system-wide disabling tools, lets you fully remove copilot from windows 10 and eliminate Copilot across your entire device.
How to Remove Copilot from Windows 10
Method 1: Graphical quick disable in Edge settings
- Open Microsoft Edge browser
- Click the three-dot top-right menu and select Settings
- Enter Sidebar page, locate Copilot option and turn off Show Copilot
- Switch to Appearance page, disable the Show Copilot icon switch
Method 2: Permanently Disable via the Registry Editor
- Press Win + R, type regedit, and press Enter to open the Registry Editor.
- Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
- Right-click in the blank space on the right and create a DWORD value named HubsSidebarEnabled
- Double-click the DWORD value and set the value data to 0
- Close the Registry Editor and restart Microsoft Edge for the changes to take effect
After completing the steps above, Copilot will no longer appear in Edge’s sidebar or toolbar. Disabling Copilot in the browser alone will not turn off system-level Windows Copilot. You’ll need to use system-level methods—such as PowerShell, Group Policy, or the Registry—to completely remove Copilot from Windows 10, covering both the system and browser levels.
ps
- Changes to graphics settings will take effect only after you restart Edge.
- Back up the registry entries before editing them so you can restore them if the system malfunctions.
- This method applies only to Microsoft Edge; Chrome and other third-party browsers are not affected.
- VincentedyTin Contributor
I understand you want to remove Copilot from Windows 10. Here is a breakdown of the free methods available to you.
1. Uninstall the Copilot App
This is the most direct and commonly suggested approach. You can remove Copilot from Windows 10 just like any other application you've installed.
Steps:
- Open the Settings app.
- Go to Apps.
- Look for "Copilot" in the list of installed apps.
- Select it and choose Uninstall.
Note: Many users have reported that uninstalling the app works smoothly . However, some have noted that Copilot may still appear in applications like Microsoft Word after uninstalling the standalone app . It's also worth noting that a system update can sometimes reinstall it .
2. Disable Copilot via Group Policy (For Windows Pro/Enterprise)
If uninstalling the app isn't enough or you want to prevent it from running, this is a robust method. The "Turn off Windows Copilot" policy is designed to disable the feature.
Steps:
- Press Windows key + R, type gpedit.msc, and press Enter.
- Navigate to User Configuration > Administrative Templates > Windows Components > Windows Copilot.
- Find and double-click the policy named "Turn off Windows Copilot".
- Select Enabled and click OK.
- Restart your computer for the change to take effect.
- JulianSandersIron Contributor
Combining PowerShell app removal and registry restriction, this two-step thorough solution lets you uninstall copilot from windows 10 and permanently prevent Copilot from restoring automatically after PC restarts.
How to Uninstall Copilot from Windows 10
Step 1: Open the Registry Editor
- Press Win + R, type regedit, and press Enter.
Step 2: Navigate to the target registry key path:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows
Step 3: Create a new key:
- Right-click the Windows folder → New → Key, and rename it to WindowsCopilot.
Step 4: Create a DWORD value:
- Right-click an empty area in the right pane → New → DWORD Value, and name it TurnOffWindowsCopilot.
Step 5: Double-click the DWORD value and set the Value data to 1.
Finally, close the Registry Editor and restart your computer.
After the device restarts, Copilot will be completely hidden and disabled system-wide. If you need to re-enable Copilot later, simply change the value to 0 or delete the WindowsCopilot registry key.
Pros
- Native Windows built-in tool
- Changes take effect system-wide after a restart; Copilot will not pop up automatically
- Easy to enable or disable by adjusting values
- No installation files remain after disabling
Cons
- Improper editing of the registry may cause some Windows features to stop working
- Major Windows system updates may reset the registry settings
- Applies only to the current user account; does not apply to all user groups on the device
- Cannot delete Copilot program files; only prevents them from appearing and launching