Skip to content
Follow
Windows 🟡 Intermediate

How to Enable or Disable Location Services in Windows 11

Richard
Written by
Richard
Apr 27, 2026 Updated Sep 16, 2026 7 min read
How to Enable or Disable Location Services in Windows 11
How to Enable or Disable Location Services in Windows 11

Location services in Windows 11 track your physical position using GPS, Wi-Fi networks, and nearby cell towers to power apps like weather, maps, and local search results . Turning off these features stops apps from checking where you are, which protects your privacy and helps save battery life on laptops.

Advertisement

You can turn location tracking on or off for your whole computer in the Windows 11 Settings app, or pick which specific apps get permission to see your location.

⚡ Quick Answer

Go to Settings Privacy & security Location and use the switch to turn Location services On or Off. You can also use the Terminal or Group Policy Editor for more advanced control.

Advertisement

Understanding Windows Location Services

Windows 11 location services use GPS, Wi-Fi networks, and cell towers to track your physical position for apps and system features. This Windows 11 location data allows tools like your time zone and weather apps to update automatically, though you can view and clear your saved location history at any time in the main settings menu.

Your computer saves your location history when apps use your location. If you sign in with a Microsoft account, your last known location can be saved online for use on other devices. Some older apps, particularly those from discs or the internet, might not work with these settings and could still find your location.

Microsoft requires apps from the Microsoft Store to follow your Windows location settings. However, it’s always smart to be careful about where you download software from. For the best privacy, you could even turn off your device’s wireless connections, but this would also stop your internet, phone calls, and Bluetooth from working.

To protect your privacy, you can check the list of apps that have permission to use your location. This app permission list typically appears in your Windows Settings .

Advertisement
⚠️WarningImportant Note: In an emergency, Windows will try to find and share your exact location, no matter your settings.

Important Note: In an emergency, Windows will try to find and share your exact location, no matter your settings. This is a safety feature that cannot be turned off.

Option 1Turning Location Services On or Off in Settings

This is the easiest and most common way to manage your location services. You do this right in the Windows Settings app.

Step 1Open Windows Settings

Press the Windows key + I keys on your keyboard at the same time. This is a quick way to open the Settings app.

Step 2Go to Privacy & Security

In the Settings window, look for Privacy & security in the menu on the left side. Click on it.

Advertisement
Windows 11 Settings app with Privacy & security highlighted.
Windows 11 Settings app with Privacy & security highlighted.

Step 3Find Location Settings

On the right side of the Privacy & security window, scroll down until you see the Location option. Click on it.

Windows 11 location settings tile on the settings menu.
Windows 11 location settings tile on the settings menu.

Step 4Control Location Services

You can manage Windows 11 location settings directly through the built-in Settings app by toggling the main switch. Open Settings, go to Privacy & security, and click Location to turn Windows 11 location tracking on or off for your entire device and individual apps instantly.

  • To turn Location Services ON: Make sure the switch is in the "On" position. This is how most Windows computers are set up by default.
  • To turn Location Services OFF: Click the switch so it moves to the "Off" position.
Close-up of the location services toggle button in Windows 11 settings.
Close-up of the location services toggle button in Windows 11 settings.

Step 5Confirm If Turning Off

If you decide to turn off Location services, Windows will probably ask you to confirm. You'll see a button that says Turn off. Click this to finish making the change.

Step 6Close Settings

Once you've made the changes you want, you can close the Settings window.

Advertisement

Option 2Managing Location Services with Command Prompt or Windows Terminal

If you like using commands or need to set these changes for multiple computers, you can use Windows Terminal (which includes Command Prompt and PowerShell). You'll need administrator privileges to do this.

Step 1Open Windows Terminal as Administrator

Click the Start button, type Terminal, then right-click on Windows Terminal in the search results and choose Run as administrator. You might see a User Account Control (UAC) message asking for permission to make changes; click Yes.

Step 2Enter the Command

You can manage Windows 11 location settings quickly using Command Prompt or PowerShell with a specific command line tool. Open your terminal as an administrator, enter the correct command string to turn Windows 11 location services on or off, and press Enter to apply the change immediately.

  • To turn Location Services ON:
    SystemSettingsAdminFlows.exe SetCamSystemGlobal location 1
  • To turn Location Services OFF:
    SystemSettingsAdminFlows.exe SetCamSystemGlobal location 0

Explanation: These commands change system settings to turn the main location service on or off. The number '1' usually means 'on' or 'enabled,' and '0' means 'off' or 'disabled.'

Advertisement

Step 3Close the Terminal

After the command runs, you can close the Windows Terminal window.

⚠️WarningBe very careful when typing commands.

A small mistake can cause problems. It's best to copy and paste the commands provided.

Option 3Using the Registry Editor (for Experienced Users)

The Registry Editor offers advanced control over Windows 11 location settings for experienced users who prefer modifying system keys directly. Always back up your registry before changing Windows 11 location values to prevent accidental system errors or data loss.

Important Note: Before you start, it's strongly recommended to create a backup of your registry. You can do this by opening the Registry Editor, going to File > Export, and saving a copy of your registry.

Advertisement

Step 1Open Registry Editor

Press Windows key + R to open the Run box. Type regedit and press Enter or click OK. Click Yes if asked by User Account Control (UAC).

Step 2Go to the Correct Registry Key

You must navigate to a specific registry key to configure Windows 11 location settings manually in the registry. Paste the exact path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Location into the Registry Editor address bar to find or create the required Windows 11 location folder.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Location

If the Location folder (called a "key") doesn't exist, you might need to create it. Right-click on CurrentVersion, choose New > Key, and name it Location.

Step 3Create or Change the Value to Enable Location Services

You can turn on Windows 11 location tracking in the registry by making sure the DisableLocation value is set to 0 or removed entirely. Right-click the correct registry folder, create a new DWORD value named DisableLocation, and set its data to 0 to enable Windows 11 location services.

Advertisement

In the right-hand section, right-click on an empty spot.

  • Choose New > DWORD (32-bit) Value.
  • Name the new value DisableLocation.
  • Double-click on DisableLocation.
  • Make sure its Value data is set to 0. If it's already there and set to 1, changing it to 0 will turn on location services. If it's not there, creating it with a value of 0 will also turn it on.
  • Click OK.

Explanation: A value of 0 for DisableLocation means that location services are *not* turned off, so they are on.

Step 4Create or Change the Value to Disable Location Services

You can turn off Windows 11 location services system-wide by creating or modifying a specific DWORD value in the registry editor. Create or edit the DisableLocation entry and set its value data to 1 to completely disable Windows 11 location features across your computer.

  • In the right-hand section of the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Location key, right-click on an empty spot.
  • Choose New > DWORD (32-bit) Value.
  • Name the new value DisableLocation.
  • Double-click on DisableLocation.
  • Set its Value data to 1.
  • Click OK.

Explanation: A value of 1 for DisableLocation tells Windows to turn off location services.

Step 5Apply Changes

For changes made in the registry to work, you usually need to restart your computer. Sometimes, just restarting the Windows Explorer process can work, but a full restart is often the most reliable.

Summary

You can manage Windows 11 location services easily through the Settings app under Privacy & security. For more advanced control or automation, use the Command Prompt or Windows Terminal with administrator rights. The Registry Editor offers the most granular control but requires caution and a backup.

What happens if you turn off location services in 🪟 Windows 11?

Disabling Windows 11 location services stops apps, websites, and system features from accessing your physical position and nearby Wi-Fi network data. Turning off Windows 11 location tracking means features like automatic time zone updates and map directions will no longer work properly.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How to Enable or Disable Time Zone Automatic Setting in Windows 11
Windows How to Enable or Disable Time Zone Automatic Setting in Windows 11
How to Find your Lost Windows 11 Device
Windows How to Find your Lost Windows 11 Device
How to Enable Location Override in Windows 11
Windows How to Enable Location Override in Windows 11
How to Enable or Disable Set Time Automatically in Windows 11
Windows How to Enable or Disable Set Time Automatically in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *