How to Completely Disable ‘Quick Actions’ via Group Policy in Microsoft Edge

Microsoft Edge incorporates a feature known as “Quick Actions,” which surfaces contextual pop-up menus when a user highlights text or interacts with specific elements on a webpage. These actions often include dynamic suggestions like defining a word, translating text, or initiating a web search. While designed to enhance user productivity, Quick Actions rely on transmitting the highlighted content to Microsoft’s cloud services (such as Bing or Azure Cognitive Services) for processing. In a strict enterprise, legal, or zero-trust environment, this localized telemetry creates a severe data exfiltration vulnerability. Highlighting proprietary code, sensitive client information, or classified documents could inadvertently transmit that highly sensitive data to external servers for contextual analysis.

This guide explains how to completely disable ‘Quick Actions’ via Group Policy in Microsoft Edge, enforcing a strict zero-trust model where all localized text telemetry is cryptographically blocked.

Disable Quick Actions via Group Policy

To enforce a strict block that disables the Quick Actions telemetry engine globally across the browser, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.

  1. Log into Windows 11 with an Administrator account.
  2. Press the Windows Key + R to open the Run dialogue box.
  3. Type gpedit.msc and press Enter to launch the Local Group Policy Editor.
  4. In the left-hand navigation pane, strictly follow this exact path:
    Computer Configuration > Administrative Templates > Microsoft Edge
  5. In the right-hand pane, locate the policy named Enable Quick Actions.
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Disabled. (By explicitly disabling this policy, we instruct the Edge rendering engine to permanently sever the connection to Microsoft’s contextual analysis servers, completely blocking the rendering of the Quick Actions pop-up menu when text is highlighted).
  8. Click Apply, then click OK.

Verify the Configuration Lockdown

Group Policy changes require the browser to read the registry upon its next launch.

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, open Microsoft Edge and navigate to any webpage containing text. Highlight a block of text. The contextual Quick Actions pop-up (which normally appears hovering near the cursor offering definitions or search options) will completely fail to render. The browser is now cryptographically bound to operate as a sterile environment, entirely mitigating the risk of text-highlighting telemetry and preventing accidental data exfiltration.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.