Microsoft Edge includes a “Text Prediction” feature that utilizes machine learning models to suggest words or complete sentences as you type in text fields across the web. While this can speed up data entry, it introduces significant privacy and compliance concerns. To provide accurate predictions, the browser must analyze your typing patterns and sometimes send snippets of your text to Microsoft’s cloud services for processing. In enterprise environments handling Protected Health Information (PHI), financial data, or classified communications, transmitting any keystrokes to an external AI model is a severe violation of Data Loss Prevention (DLP) protocols.
This guide explains how to completely disable the Text Prediction feature via Group Policy in Microsoft Edge, ensuring that your keystrokes are never analyzed or transmitted for auto-completion purposes.
Disable Text Prediction via Group Policy
To enforce a strict block that disables the feature and prevents users from turning it back on via the browser’s language settings, 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, strictly follow this exact path:
Computer Configuration > Administrative Templates > Microsoft Edge - In the right-hand pane, locate the policy named Enable text prediction.
- Double-click the policy to open its configuration window.
- Select the radio button next to Disabled.
- 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 verify the restriction is active, open Microsoft Edge and navigate to edge://policy. You will see TextPredictionEnabled listed with a policy value of false. Furthermore, if you navigate to Settings > Languages, the toggle for “Use text prediction” will be completely disabled, greyed out, and flagged with a briefcase icon indicating it is “Managed by your organization.” The browser will no longer attempt to predict or transmit your text input.