Location service problem on Windows 11 Pro 25H2 26200.9278

Jo'raboyev Abduhamid 0 Reputation points
2026-09-01T07:27:05.7333333+00:00

Screenshot 2026-09-01 121711

I run into this problem after i bought a used pc

i want to turn this on, but i don't know how

OS build: 26200.9278

Experience: Windows Feature Experience Pack 1000.26100.360.0

Windows for home | Windows 11 | Security and privacy
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 928.6K Reputation points Independent Advisor
    2026-09-01T08:01:34.7+00:00

    That Organization error usually indicates there are group policies applied in Windows by the previous owner's employer.

    1

    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\Policies" /f

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

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

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /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

    2

    If that does not resolve the problem after a restart.

    Click your Start Button, type regedit and hit Enter to open the Registry Editor.

    Click View and make sure 'Address Bar' is turned on.

    Paste this into the Address Bar at the top and hit Enter.

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors

    Please provide a screenshot of that Registry Editor page.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-09-01T07:27:28.7166667+00:00

    That screen usually means the PC still has old organization policy settings from the previous owner.

    Try these checks in order:

    1. Check for a work or school connection
      • Open Settings > Accounts > Access work or school.
      • If any work or school account is listed, select it and choose Disconnect.
      • Restart the PC and check Settings > Privacy & security > Location again.
    2. Refresh local policy
      • Open Command Prompt as administrator.
      • Run:
             gpupdate /force /boot
        
      • After restart, check whether the Location services toggle is available.
    3. Check the Windows Geolocation service
      • Press Win + R, type services.msc, and press Enter.
      • Find Geolocation Service.
      • If it is Disabled, Edge and Windows location features cannot use location.
      • The service should not be disabled.
    4. If the device still says it is managed by an organization, clear leftover policy keys Warning: deleting registry policy keys can affect other Windows settings. Back up the registry first. Open Command Prompt as administrator and run these commands one at a time:
         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 restart the PC and check the Location page again.
    5. After the toggle is restored
      • Go to Settings > Privacy & security > Location.
      • Turn on:
        • Location services
        • Let apps access your location
        • Let desktop apps access your location

    Windows location uses GPS, nearby wireless access points, cell towers, IP address, or a default location, depending on device capability.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer 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.