Microsoft has deeply integrated its Copilot AI (formerly Bing Chat) into the Edge browser. It manifests as a prominent button in the sidebar, offering contextual summaries of webpages, AI-assisted drafting for emails, and a chat interface. While powerful for individual productivity, many enterprise organizations require Copilot to be completely disabled. This is often due to strict data compliance regulations (e.g., GDPR, HIPAA) where organizations cannot risk employees inadvertently pasting sensitive customer data, proprietary source code, or internal financial figures into an external, cloud-hosted Large Language Model (LLM).
This guide explains how to completely disable Copilot (Bing Chat) system-wide in Microsoft Edge using Group Policy, ensuring the sidebar icon is removed and the AI features are inaccessible.
Disable Copilot via Group Policy
To enforce a strict block that prevents the browser from loading the Copilot interface and locks the setting from user modification, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, navigate precisely to this path:
Computer Configuration > Administrative Templates > Windows Components > Windows CopilotNote: In newer builds, this policy handles both the OS and Edge integration. If you need Edge-specific granularity, navigate to
Computer Configuration > Administrative Templates > Microsoft Edgeand look for DiscoverPageContextEnabled and HubsSidebarEnabled. However, the most effective way to kill the AI is the master switch. - Locate the policy named Turn off Windows Copilot.
- Double-click the policy to open its configuration window.
- Select the radio button next to Enabled. (Counter-intuitively, you must “Enable” the “Turn off” policy).
- Click Apply, then click OK.
Verify the AI Lockdown
To enforce the change immediately, open an elevated Command Prompt and execute gpupdate /force. Then, close all active instances of Microsoft Edge.
To verify the restriction is active, reopen Microsoft Edge. Look at the top right corner of the browser window. The brightly coloured, animated Copilot icon that typically resides next to the settings menu (or embedded in the sidebar) will be completely missing. Furthermore, attempting to summon the Copilot pane via its keyboard shortcut will yield no result. The browser is now strictly a standard web renderer, completely severed from Microsoft’s generative AI backend, ensuring corporate data remains strictly local.