Windows 11 includes a native “Find My Device” feature designed to help users locate a lost or stolen laptop or tablet. When enabled, this feature periodically records the device’s geographical location using GPS, Wi-Fi triangulation, or IP address mapping, and syncs these coordinates to the user’s Microsoft account. While beneficial for personal laptops, deploying this feature across a corporate fleet of stationary desktop workstations is illogical and introduces unnecessary network overhead. Furthermore, in strictly regulated environments (such as government facilities or healthcare organizations), allowing an operating system to continuously poll and transmit geolocation data to external cloud servers represents a significant compliance violation regarding data sovereignty and user privacy.
This guide explains how to completely disable the Find My Device feature system-wide using the Group Policy Editor in Windows 11, ensuring the OS never attempts to track or transmit its physical location.
Disable Find My Device via Group Policy
To enforce a strict block that disables the tracking mechanism and prevents users from turning it back on via the Settings menu, 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 > Windows Components > Find My Device - In the right-hand pane, locate the policy named Turn On/Off Find My Device.
- 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
To enforce the change immediately across the system without requiring a full reboot, open an elevated Command Prompt and execute gpupdate /force.
To verify the restriction is active, navigate to Settings > Privacy & security > Find my device. The master toggle switch will be forced to the Off position and greyed out, preventing any interaction. A message stating “Some of these settings are managed by your organization” will be displayed at the top of the window. The underlying background services responsible for periodically pinging Microsoft’s servers with the device’s geolocation coordinates are now completely neutralized.