Windows 11 24H2 (Build 26200.8973) - Geolocation Service stuck on UK location until LfSvc cache deleted

Brent 0 Reputation points
2026-08-04T11:52:34.94+00:00

My Windows PC suddenly thought it was in Ulverston, UK. Automatic time zone switched to GMT, and every app using Windows geolocation (Google Maps, Chrome Geolocation API, etc.) received the same incorrect coordinates. My public IP correctly resolved to Melbourne, Australia, there was no VPN, and the issue occurred on multiple networks.

Restarting the Geolocation Service did not help. The fix was:


After deleting the LfSvc\Cache folder, Windows immediately rediscovered the correct location and automatically corrected the time zone.

Has anyone else seen the Geolocation Service cache become permanently stuck on an old/incorrect location??

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

Answer recommended by moderator

Brent 0 Reputation points
2026-08-04T11:54:11.7533333+00:00

Fix in CMD

net stop lfsvc

rd /s /q "%ProgramData%\Microsoft\Windows\LfSvc\Cache"

net start lfsvc

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Alex-L 10,190 Reputation points Microsoft External Staff Moderator
    2026-08-05T14:07:04.31+00:00

    Hi Brent

    Glad to hear clearing the LfSvc cache resolved the issue. I'll go ahead and recommend your answer for better visibility, so that those who may run into the same thing as you can find this much needed solution.

    This appears to have been a stale or corrupted Windows Geolocation Service cache causing Windows to persist an incorrect UK location despite the correct IP-based location. Since deleting the cache immediately restored accurate location detection and time zone settings, your findings could help others experiencing similar issues on Windows 11 Insider Build 26200.8973.

    If the problem does not return, it was likely a one-time cache corruption. Consider submitting feedback through Feedback Hub so Microsoft can investigate whether this affects other Insider users.

    Was this answer helpful?

    0 comments No comments

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.