Geolocation on smartphones Android has become an integral part of everyday use: from navigation in Google Maps to targeted advertising on social networks. However, constant operation GPS module drains the battery, and collecting location data raises privacy issues. In some situations - for example, when traveling abroad or using corporate devices - disabling geolocation becomes necessary.

In this article you will find current ways to disable GPS on Android for different OS versions (from Android 10 to Android 14), including branded shells Samsung One UI, MIUI, EMUI and clean Android. We will look at not only completely disabling the module, but also selective management of application permissions, as well as hidden settings for advanced users. Particular attention is paid to the issues security and energy saving โ€”you will learn how to minimize the background use of geodata without loss of functionality.

1. Standard disabling GPS via the notification panel

The fastest way to deactivate geolocation is to use quick settings panel. This method works on all devices regardless of manufacturer and version Android, but has limitations: some system applications (for example, Google Play Servicesmay continue to use the approximate location through networks Wi-Fi and cell towers.

To turn off GPS completely:

  • ๐Ÿ“ฑ Swipe down from the top edge of the screen to open the notification panel.
  • ๐Ÿ” Find the icon "Location" (usually styled like a navigator or pin icon).
  • ๐Ÿ”˜ Click on it once - the color of the icon will change to gray, and the geolocation indicator will disappear in the status bar.
  • ๐Ÿ›‘ To completely disable it, hold your finger on the icon for 1-2 seconds, then move the slider to position "Off." in the menu that opens.
๐Ÿ’ก

On some devices (for example, Samsung Galaxy S23), the location icon may be hidden behind the "More" button (โ‹ฎ) - swipe the panel to the left to see all the elements.

โš ๏ธ Attention: Even after turning off individual applications through the notification panel (for example, Google Photos or Instagram) may request access to geodata the next time it is launched. To block this, you will need to configure permissions manually (see Section 3).

2. Completely disabling GPS in Android settings

If you need to be sure to deactivate all location methods (including networks Wi-Fi and data from mobile operators), use system settings. This method is suitable for devices with Android 9 and newer, but the path to the menu may differ depending on the shell.

Instructions for clean Android (for example, Pixel 7, Nokia G42):

  1. Open application "Settings" (gear icon).
  2. Go to section Security and location โ†’ Location.
  3. Move the top slider to position "Off.".
  4. For additional protection, tap on Advanced settings โ†’ Scan and disable the options "Search for devices Bluetooth" and "Search for Wi-Fi access points".

For devices Samsung (shell One UI 5/6):

Settings โ†’ Connections โ†’ Location โ†’ Switch "Location" (off)

โ†’ Advanced โ†’ Location Accuracy โ†’ Disable "Improve Accuracy"

Disabled the main "Location" slider|Deactivated Wi-Fi/Bluetooth scanning|Closed all applications that use geodata (for example, maps)|Rebooted the smartphone to apply the changes-->

โš ๏ธ Attention: On devices s Android 12+ even after completely turning off GPS, some system services (for example, Google Location Accuracymay periodically enable geolocation to "improve performance". To avoid this, revoke permissions for com.google.android.gms via Settings โ†’ Applications โ†’ Show system โ†’ Google Play Services โ†’ Permissions.

3. Selectively disable GPS for individual applications

If you need to leave geolocation enabled for navigators (for example, Yandex Navigator or Waze), but deny access to social networks or games, use permission management. This method allows you to save battery power and limit data collection without completely disabling GPS.

How to set up:

  • ๐Ÿ”ง Open Settings โ†’ Applications.
  • ๐Ÿ“‹ Select an application from the list (for example, Instagram or TikTok).
  • ๐Ÿ“ Tap on the item "Permissions" โ†’ "Location".
  • ๐Ÿšซ Select the option "Deny" or "Only during using the application" (if you want to leave limited access).

To disable permissions in bulk:

  1. Go to Settings โ†’ Privacy โ†’ Permission Manager โ†’ Location.
  2. Sort applications by access status (for example, "Allowed" always").
  3. Disable permissions for unnecessary applications with one tap.

Navigators (Google Maps, Yandex Maps)|Social networks (Instagram, Facebook)|Fitness trackers (Strava, Google Fit)|Games (Pokรฉmon GO)|For none, I disable it completely-->

๐Ÿ’ก Tip: On devices Xiaomi (shell MIUI 14) there is a hidden function "Automatic permission management". Activate it in Settings โ†’ Accessibility โ†’ Automation โ†’ Auto permissionsso that the system itself blocks access to GPS for rarely used applications.

4. Disabling GPS through power saving modes

Many users do not know that energy saving modes automatically limit the operation of the GPS module. This is convenient if you need to temporarily disable it. geolocation to save battery power without changing system settings. For example, Samsung Galaxy in "Maximum energy saving" GPS mode is forcibly turned off.

How to activate:

Manufacturer Path to settings Effect on GPS
Samsung Settings โ†’ Device care โ†’ Battery โ†’ Modes energy saving In the "Maximum" mode, GPS is completely disabled, in "Medium" it works only for system applications.
Xiaomi/Redmi Settings โ†’ Battery โ†’ Energy saving mode GPS is deactivated for background applications, but remains available for active ones (for example, maps).
Google Pixel Settings โ†’ Battery โ†’ Adaptive battery Limits background GPS use, but does not turn it off completely.
Huawei/Honor Settings โ†’ Battery โ†’ Power saving mode V "Ultra" mode, GPS is blocked for all applications except emergency calls.

โš ๏ธ Attention: On some devices (for example, Realme or Oppo) power saving modes may conflict with operation Google Services, which leads to account synchronization errors. If the mode is stopped after activation. receive notifications from Gmail or Google Drive, check the synchronization settings in Settings โ†’ Accounts.

5. Hidden methods: disabling GPS via ADB and Developer

For advanced users who want to completely block access to GPS at the system level (for example, to test applications or increase privacy), there are advanced methods. They require activation Developer mode and use ADB (Android Debug Bridge).

๐Ÿ”ง Step 1. Activating the mode. developer:

  1. Open Settings โ†’ About phone.
  2. Find item "Build number" and tap on it 7 times in a row.
  3. Enter the device PIN code, if required.

๐Ÿ”ง Step 2. Disabling GPS via ADB:

  1. Connect your smartphone to the PC and install ADB Tools (you can download from the official website Android Developers).
  2. On the command line, run:
    adb shell settings put global location_providers_allowed -gps

    This command disables GPS, but leaves the ability to determine location through networks.

  3. To completely disable all geolocation providers, use:
    adb shell settings put global location_providers_allowed""
How to return GPS settings after ADB commands?

To restore default settings, run the command:

adb shell settings put global location_providers_allowed +gps,+network,+passive

After that, reboot the device.

โš ๏ธ Attention: Changes via ADB can lead to unstable operation of system services, especially on devices with custom firmware (for example, LineageOSBefore executing commands create a backup copy of your data using adb backup or built-in recovery tools.

6. Problems after turning off GPS and their problems. solutions

Disabling geolocation can cause some smartphone functions to malfunction. Here are the most common problems and ways to fix them:

๐Ÿ”„ Problem 1: Stopped working Google Maps or Yandex Maps.

  • ๐Ÿ“ Solution: Turn GPS back on and check if the option "High accuracy" is activated in the location settings. Google Maps also requires permission to access "Accurate location" (and not approximate).

๐Ÿ”„ Problem 2: Notification "Weak GPS signal" does not disappear even after turning off.

  • ๐Ÿ”ง Solution: Clear the application cache Google Play Services:
    1. Settings โ†’ Applications โ†’ Show system โ†’ Google Play Services โ†’ Memory โ†’ Clear cache.
    2. Restart the device.

๐Ÿ”„ Issue 3: Battery drains quickly after turning off GPS.

  • ๐Ÿ”‹ Solution: Perhaps background processes (for example, Google Location History) continue to use mobile network data to determine location. Turn off "Location history" in Google Settings โ†’ Google account management โ†’ Data and privacy โ†’ Location history.
๐Ÿ’ก

If, after turning off the GPS, the smartphone begins to overheat or slow down, check the activity of the processes via Settings โ†’ Battery โ†’ Battery usage. Often, it is not system services that are to blame, but third-party applications (for example, activity trackers or instant messengers) that incorrectly process the lack of geodata.

7. data-i="214">If you need to retain some of the geolocation functionality, but its impact on the battery and privacy, consider these options:

If you want to retain some of the geolocation functionality but the impact on battery life and privacy, consider these options:

  • ๐Ÿ“ฑ Mode "Only by". Wi-Fi": In the location settings, select the detection method "Networks only" (without GPS). This is less accurate, but saves battery.
  • ๐Ÿ”„ Automatic disable: Use applications like Tasker or MacroDroidso that GPS is activated only when you launch specific applications (for example, Uber).
  • ๐Ÿ›ก๏ธ Fake location: For testing or privacy, you can replace coordinates via Mock Locations (developer mode required). Popular applications: Fake GPS Location or Lexa Fake GPS.
  • ๐Ÿ“Š Restrict background access: Add applications that are prohibited from background access to GPS. Settings โ†’ Applications โ†’ Special access โ†’ Battery optimization add applications that are not allowed background access to GPS.

๐Ÿ’ก Tip for travelers: If If you are afraid that turning off GPS will interfere with the operation of offline maps, download the desired regions in advance in Google Maps or Maps.me. These applications can use saved data without active geolocation.

Frequently asked questions questions

โ“ Is it possible to disable GPS only for system applications (for example, Google Play Services)?

No, system applications Android do not allow you to selectively disable access to GPS through standard settings. However, you can:

  • Revoke location permission for Google Play Services (but this may break some functions, such as searching for a device through Find My Device).
  • Use ADBcommands to block access (see section 5).
  • Install custom firmware with modified permissions (for example, LineageOS for MicroG).

โš ๏ธ Restricting access to GPS for system services can lead to account synchronization errors Google and problems with application updates.

โ“ Why do some applications still show my location after turning off GPS?

This is due to the use alternative geolocation methods:

  • IP address: Applications (for example, browsers) can determine the city by the IP of your Internet provider.
  • Mobile data networks: The operator transmits approximate coordinates through towers (accuracy ~1โ€“5 km).
  • Wi-Fi networks: If the module is enabled Wi-Fi, the smartphone can determine its location using nearby access points.
  • To completely hide the location:

    1. Disable Wi-Fi and mobile data (leave only Airplane mode enabled Wi-Fi for local networks).
    2. Use a VPN with a change function geolocation (for example, ProtonVPN or NordVPN).
โ“ Does disabling GPS affect the operation of contactless payments (NFC)?

No, NFC and GPS are independent modules. Disabling geolocation will not affect:

  • Payment via Google Pay, Samsung Pay or Mir Pay.
  • Reading NFC tags (for example, transport cards or electronic passes).
  • Data transfer via Android Beam (if supported device).

However, some banking applications (for example, SberBank Online: Tinkoff data-i="281">before connecting to the car or Tinkoff) may request access to the location for additional security. In this case, when GPS is disabled, transaction confirmation via SMS or biometrics may be required.

โ“ How to disable GPS on Android Auto (in the car)?

Android Auto uses geolocation for navigation and voice commands. To turn off GPS:

  1. On your smartphone, turn off location via the notification panel before connecting to the car.
  2. If Android Auto is already running, say the voice command: "Okay, Google, turn off geolocation".
  3. To permanently turn off, go to Android Auto Settings โ†’ Location and deactivate the option.

โš ๏ธ Without GPS, the following will stop working:

  • Real-time navigation (Google Maps, Waze).
  • Voice commands linked to location (for example, โ€œFind the nearest gas stationโ€).
  • Automatic detection of time zone.
โ“ Is it possible to disable GPS at the SIM card level?

No, GPS is a hardware module of the smartphone, and its operation does not depend on SIM cards. However, mobile operators can use tower data to determine approximate location (technology Cell-ID). data-i="299">Settings โ†’ Mobile network โ†’ Data transfer

  1. Disable mobile network data in Settings โ†’ Mobile network โ†’ Data transfer.
  2. Use SIM card without support LBS (Location-Based Services) - such tariffs are offered by some virtual operators (for example, Tele2 or Yota).
  3. Configure firewall (for example, NetGuard) to block application access to mobile network data.

๐Ÿ“Œ Important: Completely disabling mobile data will not deprive you of only geolocation, but also the ability to make/receive calls (except emergency ones).