Microsoft Edge includes a “Mini Menu” feature that automatically presents a small, context-sensitive toolbar whenever a user highlights text on a webpage. This mini menu offers quick shortcuts for actions like copying text, searching the web, utilizing the Edge Dictionary, or querying Microsoft’s Copilot AI. While intended as a productivity enhancement, this dynamic UI overlay can be highly disruptive in locked-down kiosk environments, secure testing/examination browsers, or strict enterprise web applications where text selection should not trigger external search queries or AI data exfiltration. Allowing the browser to inject an interactive overlay over highlighted content bypasses native application workflows and creates a vector for users to escape tightly controlled browsing sessions.
This guide explains how to completely disable the ‘Mini Menu’ via Group Policy in Microsoft Edge, enforcing a strict UI lockdown that mathematically prevents the browser from rendering the quick actions toolbar upon text selection.
Disable the Mini Menu via Group Policy
To enforce a strict configuration that explicitly strips the Chromium UI of its dynamic text-selection overlay and prevents the associated background queries to Microsoft’s AI and search services, 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 the mini menu when selecting text (internally known as
QuickSearchShowMiniMenu). - 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 proactively block the rendering of the mini menu DOM overlay whenever a text selection event is fired, reverting the browser to standard, passive text highlighting behavior without triggering external API calls).
- Click Apply, then click OK.
Verify the Configuration Lockdown
Group Policy changes modifying the Chromium UI layout require the browser to update its local policy state.
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 actively enforced, launch Microsoft Edge and navigate to any text-heavy webpage (e.g., Wikipedia). Use your mouse to highlight a paragraph of text. You will immediately notice that the three-dot mini menu that previously hovered above your cursor is completely absent. Furthermore, navigating to edge://settings/appearance will show that the toggle for “Show mini menu when selecting text” is completely greyed out and locked in the “Off” position, accompanied by a briefcase icon indicating total administrative enforcement.