Windows location can stay wrong even when settings look correct because Windows location services use GPS, nearby Wi‑Fi access points and routers, cell towers, IP address, or a default location. Also, some apps and services can still estimate location by other methods such as IP address, so correcting Windows location does not guarantee every app will match.
For a Windows 11 home device, the supported actions in the available guidance are:
- Check the device location settings in Start > Settings > Privacy & security > Location.
- Make sure Location services is on.
- Under Let apps access your location, review which apps recently used location and the last access time.
- Set or reset the default location.
- Go to Start > Settings > Privacy & security > Location.
- Under Default location, select Set default.
- In the map app, select the correct point on the map or type the address, then select Save.
- If an old default is stuck, clear the address box and select Save, then set it again.
- Clear cloud-stored location activity tied to the Microsoft account.
- Go to account.microsoft.com.
- Select Clear location activity, then select Clear.
- This applies to location history stored in the cloud for a signed-in Microsoft account.
- If the problem is mainly in Microsoft Edge websites, verify site permission separately.
- Edge asks for permission the first time a site requests location.
- Website location permission can be turned off or changed in Edge settings.
- If Edge is wrong on every site while other browsers work, check whether the Windows Geolocation service is disabled.
- A common cause is the Windows Geolocation service (
lfsvc) being disabled, often by policy. - For diagnosis, collect:
- Edge version from
edge://settings/help - Geolocation service status from
sc query lfsvc - Active policies from
edge://policy - Group Policy report from
gpresult /h gpresult.html - Screenshot of Settings > Privacy & security > Location
- Windows version from Settings > System > About
- Edge version from
- A common cause is the Windows Geolocation service (
- If location settings are greyed out or show Some of these settings are managed by your organization, that points to policy control rather than a normal location-setting issue.
Important limitation: the available Microsoft guidance does not provide a documented repair for stale or incorrect backend map/location data beyond resetting default location, clearing cloud activity, checking permissions, and verifying the geolocation service and policies. It also states that third-party apps may still determine location independently.
A moderator-posted workaround in Microsoft Q&A shows clearing the LfSvc cache and restarting the service. That is a higher-risk troubleshooting step because it deletes service cache data, so it should only be used carefully and only if comfortable with command-line admin actions:
net stop lfsvc
rd /s /q "%ProgramData%\Microsoft\Windows\LfSvc\Cache"
net start lfsvc
If the issue is system-wide across multiple apps and has persisted for months, the strongest evidence to provide in an escalation is:
- the wrong city shown in Settings > Privacy & security > Location
- the correct default location configured
- confirmation that cloud location activity was cleared
- whether Edge and other apps are all wrong or only some apps
-
lfsvcstatus and policy outputs if Edge is affected