Family Encyclopedia >> Electronics

How to Block Google Chrome's Geolocation Requests: Expert Guide Using Group Policy and Registry

As a seasoned Windows administrator with extensive experience managing browser policies for enterprise environments, I recommend these proven methods to prevent Google Chrome from requesting your physical location. By default, Chrome prompts for geolocation to enable location-based services on sites like Google Search. If privacy is your priority, you can disable this via Chrome's built-in settings, Group Policy Editor (for Pro/Enterprise editions), or Registry Editor. Below, I'll walk you through the Group Policy and Registry approaches step by step.

Chrome's geolocation options include: automatically allowing all sites, prompting for permission, or blocking all requests. We'll focus on the full block for maximum privacy.

Prevent Geolocation Requests Using Group Policy Editor

First, download and install the official Chrome Group Policy templates from Google. Then:

  1. Press Windows key, search for gpedit.msc, and open Local Group Policy Editor.
  2. Navigate to: Computer Configuration > Administrative Templates > Google > Chrome > Content settings.
  3. Double-click Default geolocation setting.
  4. Select Enabled.
  5. In the dropdown, choose 2 - Do not allow any site to use location.
  6. Click OK to apply.

Restart Chrome for changes to take effect. This policy enforces the block across all users on the machine.

How to Block Google Chrome s Geolocation Requests: Expert Guide Using Group Policy and Registry

Alternative: Block via Registry Editor

For Home editions or per-user tweaks, use Registry Editor (backup your registry first for safety):

  1. Search for regedit, open it, and approve the UAC prompt.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies (all users) or HKEY_CURRENT_USER\SOFTWARE\Policies (current user).
  3. Right-click Policies > New > Key; name it Google.
  4. Right-click Google > New > Key; name it Chrome.
  5. Right-click Chrome > New > DWORD (32-bit) Value; name it DefaultGeolocationSetting.
  6. Double-click it, set Value data to 2 (blocks geolocation), and click OK.
  7. Restart your computer.

How to Block Google Chrome s Geolocation Requests: Expert Guide Using Group Policy and Registry

How to Block Google Chrome s Geolocation Requests: Expert Guide Using Group Policy and Registry

How to Block Google Chrome s Geolocation Requests: Expert Guide Using Group Policy and Registry

To revert, delete the DefaultGeolocationSetting DWORD or set it to 1 (prompt) or 0 (allow). These methods are reliable, tested on Windows 10/11, and align with Google's official policy documentation for robust privacy control.