In the modern world, the smartphone has become an integral part of our lives, providing us with access to navigation, entertainment content and instant communication. However, the convenience of geolocation services comes at the cost of high energy consumption and, more critically, leakage of personal data. Many users sooner or later wonder how to limit application access to their location or completely deactivate the satellite receiver.

Disabling GPS module on devices running the Android operating system is not always a trivial process, since add-on manufacturers and OS versions themselves can differ significantly. In this article, we will analyze in detail all the possible ways to stop the geopositioning service: from simple switches in the notification shade to deep settings through the engineering menu and ADB.

You will learn what consequences completely disabling navigation entails, how this affects the operation of instant messengers and maps, and also receive expert recommendations on balancing between privacy and functionality of your gadget. We will look at the nuances of working with different versions of Android so that you can find a solution that is suitable specifically for your device model.

Quick shutdown via the notification panel

The easiest and most obvious way to stop transmitting coordinates is to use the quick menu, which is available on any screen. To do this, you need to swipe your finger from top to bottom across the display to expand notification shade. Depending on the firmware version, you may need to swipe again or press the edit button to see the full set of icons.

Look for the icon, usually labeled as "Location", "Geodata" or a map pin icon. Clicking on it instantly breaks the connection with navigation satellites. If the icon is grayed out or inactive, the module is disabled. This method is ideal for temporarily hiding a location, for example, when entering airplane mode or to save battery at a critical moment.

However, it is worth remembering that in some shells, such as MIUI or OneUI, this button can control not only GPS, but also network positioning via Wi-Fi and cell towers communications. Complete physical disabling of the chip in this way is not always guaranteed, although for most tasks this is quite sufficient.

⚠️ Attention: When using the quick switch, the system may automatically enable geolocation when launching certain applications, such as Yandex.Maps or Uber, if background use is allowed in the settings.

📊 How often do you disable geolocation?
Constantly, to save battery
Only on the plane
Never, I need maps
Forgot where this button is

Deep customization through the system menu

For more reliable control over access rights, you need to go deeper into the system settings. The path may vary, but the standard algorithm is as follows: go to Settings → Location (or “Geodata”). Here you will see the main toggle switch, which is responsible for the operation of all coordinate determination services.

In modern versions of Android, starting from 10 and higher, the system offers to select location mode. You can choose the option “GPS Only”, “By Network Coordinates” or “High Accuracy”. Selecting the “GPS Only” mode will disable the use of cell towers and Wi-Fi for triangulation, which will increase privacy, but will slow down the search for satellites indoors.

Also, an important option is often hidden in this section - “Improve Accuracy” or “Wi-Fi Scanning”. Even if the main GPS is turned off, the phone can periodically scan the airwaves to clarify its position. It is recommended to disable these sub-items by following the path Settings → Location → Additional settings → Scanning. This will prevent background activity of radio modules.

💡

If you cannot find the “Location” item, use the search bar at the top of the settings menu and enter the request “GPS” or “Geodata” - the system will redirect you to the desired one section.

It is important to check permissions for individual applications. Go to the section Applications → Rights Manager → Location. Here you can deny access to coordinates to specific apps, leaving it active only for the navigator. This is a flexible approach that allows you not to sacrifice functionality for security.

Using power saving modes

Many users do not know that activating the power saving mode automatically limits the operation of the GPS module. When the battery charge drops below a certain level (usually 15-20%), the system enters an aggressive resource management mode. In this state, the background search for satellites is blocked, and the frequency of coordinate updates for active applications is reduced.

You can manually activate this mode without waiting for a critical discharge. In the battery settings, select Energy saving or Ultra Power Saving. In the advanced settings of this mode, you can often explicitly specify which services will be limited. Disabling geolocation here is one of the most effective ways to extend the life of a smartphone in the field.

There is also a “Super Saving Mode”, which turns the smartphone into a regular dialer. In this mode, the interface is simplified to a black background with large icons, and all background processes, including GPS synchronizationare completely stopped. This is a radical measure, but it ensures that no one can track your movements through your phone.

Operating mode Impact on GPS Battery consumption Accuracy navigation
High accuracy GPS + Wi-Fi + Network High Maximum
Battery saving Only network/Wi-Fi Medium Low (city)
Device only GPS chip only Medium/High High (outdoors)
Complete shutdown No signal Minimal None
💡

Energy saving modes are a compromise solution: they limit the frequency of coordinate requests, but do not always physically de-energize the antenna module.

Disablement via the engineering menu and ADB

For advanced users who want to ensure that the module is disabled at the hardware level, there are methods that do not require root access, but involve working with debugging. The first way is to use the engineering menu. Enter the code ##4636##into your phone. If the menu opens, find the “Phone Information” or “GPS Information” section.

There may be type switches GPS Toggle or settings for positioning protocols. Changing these parameters may force the chip to stop working. However, the interface of this menu is highly dependent on the device processor (Qualcomm, MediaTek, Exynos), and on some new models access to these functions is closed by the manufacturer.

A more universal method is to use the ADB (Android Debug Bridge) utility from your computer. Connect your smartphone via USB, enable debugging and enter the command to disable the location service. This allows you to prevent system processes from polling the GPS receiver.

adb shell pm disable-user --user 0 com.android.location.fused

This command disables the federated location provider. To turn it back on, use the command replacing disable-user to enable. Be careful: improperly disabling system services can lead to malfunctions of maps and even the inability to make an emergency call to emergency services that use geodata.

⚠️ Attention: ADB commands require a driver installed on the PC and USB debugging enabled. Inexperienced intervention in system services can disrupt the stability of the operating system.

What to do if the engineering menu does not open?

On many smartphones of the Samsung and Xiaomi brands, the engineering menu codes are blocked in global firmware. In this case, the only safe option is to use ADB or install specialized applications from the Play Market, such as “GPS Status & Toolbox”, which allow you to control the module’s state programmatically.

Impact on the operation of applications and services

Complete disabling of GPS inevitably affects the functionality of the smartphone. Applications that depend on your location will start throwing errors or working incorrectly. Maps (Google Maps, Yandex.Maps, 2GIS) will lose the ability to build routes and show your current position, although offline maps will remain available for viewing.

Taxi and food delivery services will not be able to determine the delivery address automatically. You will have to manually enter the coordinates or address in text, which increases the order time. Messengers such as Telegram or WhatsApp will not allow you to send a geotag to your interlocutor until the module is activated again.

  • 📷 Photos will no longer contain geotags in the EXIF metadata, which increases privacy when publishing pictures on social networks.
  • 🌤 Weather widgets may stop automatically updating data for your region, requiring manual city selection.
  • 🏃 Activity trackers (pedometers, running apps) will not be able to create jogging or cycling tracks.

In addition, security features such as “Find My Device” will become useless if the phone is stolen. You will not be able to track the location of a stolen gadget if GPS has been disabled in advance. Therefore, it is recommended to use selective disabling of rights for applications, rather than global blocking of the module.

Frequently asked questions and problems (FAQ)

Why does the GPS icon in the status bar continue to light up even though I turned it off?

This may be due to the fact that some application is requesting access to geolocation through the network Wi-Fi or cell towers rather than via satellite chip. Check your Accuracy Enhancement settings and turn off Wi-Fi scanning. It is also possible that the icon reflects the operation of another service, for example, Bluetooth beacons.

Is it possible to fake a location without turning off GPS?

Yes, there are spoofer applications for this (Mock Location). In the settings for developers, you need to select “Application for fictitious locations” and install the necessary utility. However, many banking applications and games (for example, Pokémon GO) have learned to detect such substitutions and can block access.

Does turning off GPS affect the speed of the Internet?

No, the GPS module does not directly affect the speed of data transfer via 4G/5G or Wi-Fi. However, some networks may use location data to optimize traffic routing (CDN), so in rare cases, loading content from local servers may become slightly slower.

How to check if your phone is really not transmitting coordinates?

Download an application like "GPS Test" or "GPS Status". Run it in an open area. If the module is disabled correctly, the application will show zero number of visible satellites and the status “No Fix”. If it finds satellites, it means that the shutdown was not complete.

Are GPS settings reset after rebooting the phone?

Usually the state of the “Location” toggle switch is saved after a reboot. However, if you used ADB commands to disable system services, in some cases, after a system update or reset, the services may return to the default active state.

☑️ Privacy check

Done: 0 / 5