The “Preload pages for faster browsing and searching” feature in Microsoft Edge utilizes DNS prefetching and speculative prerendering to proactively load resources for links the browser predicts the user might click next. While this optimizes page load times and provides a highly responsive user experience on consumer connections, it introduces severe operational security (OPSEC), privacy, and bandwidth liabilities in strict enterprise environments. On networks utilizing metered connections, VPNs with strict traffic quotas, or in highly secure environments where every outbound HTTP request must be justified and logged, speculative prerendering generates unauthorized, “ghost” traffic. This can pollute proxy logs, inadvertently download tracking pixels, or leak internal network state to external servers before the user has made an explicit navigation decision.
This guide explains how to completely disable “Preload pages for faster browsing and searching” via Group Policy in Microsoft Edge, enforcing a strict zero-trust network model where the browser is cryptographically prevented from initiating speculative network connections.
Disable Preloading via Group Policy
To enforce a strict block that permanently neutralizes network prefetching and prerendering globally across the OS, 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 network prediction (Note: Microsoft Edge utilizes the term ‘network prediction’ in policy to encompass all preloading behavior).
- Double-click the policy to open its configuration window.
- Select the radio button next to Enabled (Note: We must explicitly enable this policy to assert a specific restrictive state).
- In the Options pane below, click the drop-down menu and select Do not predict network actions on any network connection. (By explicitly configuring this policy, we instruct the Edge rendering engine to completely sever its predictive DNS resolution and speculative TCP handshake algorithms, forcing it to wait for explicit user click events before initiating any external connection).
- 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, launch Microsoft Edge and navigate to edge://settings/privacy (Privacy, search, and services). Scroll down to the “Services” section. The toggle for “Preload pages for faster browsing and searching” will be locked in the “Off” position (greyed out) with a briefcase icon indicating that “This setting is managed by your organization.” The browser is now cryptographically bound to a strict, reactive-only networking state.