How to Completely Disable ‘Windows Location Provider’ via Group Policy in Windows 11

The Windows Location Provider is a core system component in Windows 11 that calculates the geographic location of the endpoint. Unlike GPS hardware (which is rare on desktop PCs), the Windows Location Provider determines location by scanning nearby Wi-Fi access points, cell tower triangulation (on cellular-equipped laptops), and IP address geolocation, subsequently cross-referencing this data with Microsoft’s cloud-based location services. In highly secure enterprise environments, government facilities, or for privacy-conscious users, allowing the operating system to continuously poll nearby wireless networks and transmit that telemetry to external servers is a severe operational security (OPSEC) vulnerability.

This guide explains how to completely disable the Windows Location Provider via Group Policy in Windows 11, ensuring the OS cannot utilize Microsoft’s location APIs to track the device.

Disable the Windows Location Provider via Group Policy

To enforce a strict block that disables the core location resolution engine, 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 > Windows Components > Location and Sensors > Windows Location Provider
  5. In the right-hand pane, locate the policy named Turn off Windows Location Provider.
  6. Double-click the policy to open its configuration window.
  7. Select the radio button next to Enabled. (Note: We are enabling the policy to enforce the shut down of the provider).
  8. Click Apply, then click OK.

Verify the Configuration Lockdown

To enforce the change immediately across the system without requiring a full reboot, open an elevated Command Prompt and execute gpupdate /force. However, because this policy affects sensor subsystems, a reboot is highly recommended.

To verify the restriction is active post-reboot, navigate to Settings > Privacy & security > Location. The overarching “Location services” toggle may be greyed out, or applications that specifically rely on the Windows Location Provider (like the native Maps app or Weather widget) will fail to resolve your geographic coordinates, defaulting to manual entry. The endpoint is now cryptographically isolated from Microsoft’s location telemetry networks, preserving organizational privacy.

Get the best tech tips delivered straight to your inbox.

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