Share via

Location is greyed out (has been for months) - response to attempts to use is wrong.

Robin Clune 0 Reputation points
2026-04-08T11:41:43.5+00:00

I have read the local help files on my computer. I have read **[Windows location service and privacy - Microsoft Support](https://support.microsoft.com/en-us/windows/windows-location-service-and-privacy-3a8eee0a-5b0b-dc07-eede-2a5ca1c49088"Windows location service and privacy - Microsoft Support")**support.microsoft.com. I also asked this question in the Tech Community, but indirectly as a response to a response, so I don't know how long that will take to be seen.

My location services are greyed out. They have been for months. I've gone in a few times to try to turn them on, but it has not worked. The last few times I tried, I got an error message that "some of [my] setting are controlled by my organization." Can't be. No organization. Just me. Created an admin account the first time I saw this. Tried using that to change. Same error message. Cannot enable Location, and need to.

Is there another way? Should I delete the Admin account?

Thanks.

R.

Windows for home | Windows 11 | Settings
0 comments No comments

Answer accepted by question author
  1. DaveM121 862.2K Reputation points Independent Advisor
    2026-04-08T12:13:48.49+00:00

    Click your Start Button, then just type cmd

    On the resulting list, right click Command Prompt and select 'run as Administrator'

    Paste each of these commands into Command one at a time and press Enter, wait for each command to complete, before running the next command, if you receive an error on any command, ignore that and continue to the next command.

    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f

    reg delete "HKLM\Software\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f

    reg delete "HKCU\Software\Policies" /f

    reg delete "HKLM\Software\Microsoft\Policies" /f

    Then, close Command Prompt and restart (not shut down) your PC.

    1 person found this answer helpful.

Answer accepted by question author
  1. Q&A Assist
    2026-04-08T11:42:01.0666667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Location being greyed out and showing “Some of these settings are managed by your organization” on a home Windows 11 PC is typically caused by a policy or third‑party privacy tool, not by the Windows location feature itself.

    From the provided context, a known cause is SpyBot AntiBeacon, which can force-disable sensors and location and then keep reverting changes after restart. In that scenario, changing Group Policy or registry values manually does not persist because the tool reapplies its own settings.

    Actionable steps based on that scenario:

    1. Check for privacy/telemetry tools
      • Look for tools such as SpyBot AntiBeacon or similar “anti‑tracking/anti‑telemetry” utilities that may have been installed in the past.
      • If SpyBot AntiBeacon is present, open it and review its protection settings.
    2. Re‑enable sensors/location in SpyBot AntiBeacon
      • In SpyBot AntiBeacon, locate the settings related to “sensors” or “location” protection.
      • Uncheck or disable the options that block sensors/location.
      • Apply the changes and reboot the PC.
      • After reboot, go back to Start > Settings > Privacy & security > Location and verify whether the Location Services toggle is no longer greyed out.
    3. If the tool is no longer needed
      • After confirming that location is working again, consider fully disabling or uninstalling the privacy tool if it conflicts with required Windows features.

    There is no need to delete the Windows admin account; the issue is policy-based, not account-based. Once the third‑party tool stops enforcing its settings, the Location Services control in Windows should become available again.


    References:


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.