Microsoft Edge features an integrated “Discover” button (often visually represented as the Bing Chat/Copilot icon or a dedicated Discover tab) pinned directly to the browser toolbar. Clicking or hovering over this button opens a dynamic sidebar that fetches personalized news feeds, localized weather, shopping recommendations, and AI-driven chat responses directly from Microsoft’s remote servers. While designed to enhance consumer engagement, the Edge Discover feature represents a significant operational security (OPSEC) and data exfiltration liability in highly restricted enterprise environments, secure kiosks, or standardized educational deployments. In such environments, allowing the browser to continuously poll external, unmanaged content feeds wastes network bandwidth and introduces unpredictable UI elements that can bypass local internet filtering policies.
This guide explains how to completely disable ‘Edge Discover’ via Group Policy in Microsoft Edge, enforcing a strict UI lockdown that mathematically removes the Discover button from the toolbar and severs its background polling connections.
Disable Edge Discover via Group Policy
To enforce a strict configuration that strips the Chromium UI of the Discover button and actively blocks the associated sidebar from rendering remote content, we must deploy an administrative template.
- Log into Windows 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, strictly follow this exact path:
Computer Configuration > Administrative Templates > Microsoft Edge - In the right-hand pane, locate the policy named Enable Discover (internally known as
DiscoverPageControlEnabled). - Double-click the policy to open its configuration window.
- Select the radio button next to Disabled. (By explicitly setting this to ‘Disabled’, we instruct the Chromium engine to instantly purge the Discover/Bing icon from the top-right corner of the toolbar, completely disable the hover-to-open functionality, and block the browser from fetching the dynamic XML/JSON feeds associated with the Discover page, guaranteeing a static, predictable browsing environment).
- Click Apply, then click OK.
Verify the Configuration Lockdown
Group Policy changes modifying the Chromium UI layout and background network polling require the browser to restart to instantiate the new security baseline.
Close all active instances of Microsoft Edge. To force the policy update immediately across the OS, open Command Prompt as Administrator and run gpupdate /force. To verify the restriction is active, launch Microsoft Edge. Look at the top right corner of the browser window, next to the Settings (three dots) menu. The Discover button (often a “B” logo or a starburst icon) will be completely missing. Furthermore, attempting to force the sidebar open via keyboard shortcuts will not load the Discover feed, and navigating to edge://policy will show DiscoverPageControlEnabled set to false. The browser is now operating under total OPSEC compliance regarding unmanaged content discovery.