Every month, hundreds of megabytes of mobile traffic are spent on background updating of applications - even those that you do not use. Automatic update via 3G/4G/5G not only โeatsโ gigabytes from the tariff, but also drains the battery and slows down the smartphone at the most inopportune moment. This is especially critical for devices with limited traffic or a weak processor (for example, Samsung Galaxy A10 or Xiaomi Redmi 9A).
In this article - a complete guide on disabling auto-updates via mobile data on any device. Android smartphone, including hidden settings Google Play, alternative methods for Chinese firmware (MIUI, ColorOS, Realme UI) and bypassing manufacturer restrictions. Let's take a look at how to block updates for individual applications, why sometimes settings are reset after a reboot, and what to do if Play Market ignores your restrictions.
Why updating via mobile data is a bad idea
By default Google Play updates applications automatically using any available type of network - including mobile data. This is why this creates problems:
- ๐ Uncontrolled traffic consumption: One update Facebook or Instagram can weigh 100+ MB, and background updates of 20-30 applications will easily exceed 1 GB per month.
- ๐ Accelerated battery drain: Constant activity Google Play Services in the background increases energy consumption by 15-25%.
- ๐ข Slowdown smartphone: On weak devices (for example, with 2 GB of RAM), simultaneous updating of several applications causes lags.
- ๐ซ Risk of interruption of important tasks: If you download a file or watch a video on
1080p, auto-updates can โstealโ Internet speed.
Smartphone manufacturers (including Samsung, Huawei i Xiaomi) often hide traffic saving settings in deep menus or remove them altogether in proprietary shells. For example, MIUI 14 there is no direct switch to disable updates via the mobile network - you have to look for it in Google Settings.
โ ๏ธ Attention: Some applications (for example, banking or instant messengers) require regular updates for security. Completely disabling auto-updates may increase the risk of vulnerabilities.
Method 1: Disabling through Google Play settings
The most obvious method is to use the built-in options Play Market. It works on all devices with Android 5.0+, but the interface may differ depending on the version of the application.
- Open Google Play Store.
- Tap on your profile avatar in the top right corner.
- Select
Settings โ Network settings. - Click
Auto-update applications. - Select
Only via Wi-FiorDo not update automatically.
If there is no item Network settings update Google Play to the latest version or use Method 2. On some firmware (for example, EMUI from Huawei) this section may be called Updating applications.
โ๏ธ Checking Google Play settings
Method 2: Blocking through Android settings (for all versions)
If Play Market ignores your settings (this happens on Android 12+ with aggressive optimization), use system restrictions:
- Go to
Settings โ Applications โ Google Play Market. - Tap
Mobile data(orData transfer). - Disable the switch
Background data. - Go back and select
Battery โ Optimization batteries. - Find Google Play Services and Play Market, select
Restrict.
This method blocks all background processes Play Market, including checking for updates. Minus: you will have to update applications manually via Wi-Fi. On Samsung One UI the path may look like Settings โ Device care โ Battery โ Background work.
| Firmware | Path to settings | Features |
|---|---|---|
| Stock Android (Pixel, Motorola) | Settings โ Network and Internet โ Data transfer โ Mobile network โ Google Play |
The most direct path, without unnecessary menus. |
| MIUI (Xiaomi, Redmi, POCO) | Settings โ Applications โ Application management โ Google Play โ Data |
May need to be disabled "Autostart". |
| One UI (Samsung) | Settings โ Connections โ Data usage โ Mobile data โ Google Play |
Sometimes settings are reset after a firmware update. |
| ColorOS/Realme UI | Settings โ Connection and sharing โ Data transfer โ Data usage applications |
Requires manual restriction for each Google application. |
โ ๏ธ Attention: On some devices (for example, Huawei without GMS) instead of Google Play is used AppGallery. For it, the update settings are located in Settings โ Application updates โ Wi-Fi only.
Method 3: Using traffic saving mode
If you need to temporarily block updates (for example, in roaming), turn on data saving mode:
- Open
Settings โ Network and Internet โ Traffic saving(orData transfer โ Saving data). - Activate the switch.
- Tap
Unlimited access to dataand uncheck the Google Play Market.
In this mode Play Market will not be able to use the mobile data for downloads, but Updates via Wi-Fi will remain availableon Android 13+ traffic savings can be called Data protection.
If saving traffic does not block updates, try turning it on Airplane mode for 30 seconds, then disable it - this will reset the background processes.
Method 4: Disabling via ADB (for advanced users)
If the manufacturer has blocked the settings (as on some Huawei or Oppo), use ADB (Android Debug Bridge). This method requires a computer and USB debugging enabled.
Instructions:
- Activate
Developer Mode(tap 7 times onBuild numberinSettings โ About phone). - Enable
USB debugginginSettings โ System โ For developers. - Connect your smartphone to the PC and run the command:
adb shell pm disable-user --user 0 com.android.vendingThis will disable Play Market completely (including manual updates).
- To regain access, use:
adb shell pm enable com.android.vending
To selectively disable auto-updates, use:
adb shell settings put global auto_update_app false
โ ๏ธ Attention: Incorrect use ADB can lead to system failures. Before experiments, create a backup copy of your data.
What to do if ADB does not recognize device?
Make sure that the drivers for your smartphone model are installed (download them from the manufacturer's website). Try using a different USB cable (original) and port on your PC. Enable the option Cancel USB debugging authorizationin the developer settings, then reconnect the device.
Method 5: Alternative stores and manual management
If you completely abandon Google Play, consider alternatives:
- ๐ฑ APKMirror: Download APK files manually through a browser (only from trusted sources!).
- ๐ก๏ธ Aurora Store: Open client for Google Play with the ability to disable auto-updates globally.
- ๐ F-Droid: Store for open source applications (updates manually only).
For Aurora Store:
- Install the application from official website.
- Go to
Settings โ Updates. - Select
Never update automatically.
Minus of alternative stores โ no automatic security check (as in Google Play Protect). Use them only for apps you trust.
Frequent problems and solutions
Even after disabling auto-updates, users encounter bugs. Here are the most common ones:
- ๐ Settings are reset after updating the firmware: Check if permissions for Google Play v
Settings โ Applicationshave been reset. Repeat the steps from Method 2. - ๐ฑ Updates occur despite restrictions: Some applications (for example, Google Chrome or YouTube) are updated via Google Play Services. Block background data for this component as well.
- โ๏ธ There is no โAuto-updateโ item in the Play Store: Update the application to the latest version or clear its cache (
Settings โ Applications โ Google Play โ Storage โ Clear cache).
If nothing helps, try reset network settings:
- Go to
Settings โ System โ Reset โ Reset network settings. - Confirm the action (this will delete saved Wi-Fi networks and passwords).
- After the reboot, repeat setting the restrictions.
If the smartphone on Android 10+ ignores your settings, the culprit is Adaptive Battery the Google algorithm, which โdecidesโ which processes can be run in the background. Disable it in Settings โ Battery โ Adaptive Battery.
FAQ: Answers to popular questions
Is it possible to disable updates only for individual applications?
Yes, but not through Google Play. Use Settings โ Applications โ [application name] โ Mobile data and disable Background data. An alternative is to install AppOps (root access required) and block Internet access for a specific APK.
Why do some applications still update after turning off auto-updates?
The culprits are Google Play Services i Download ManagerThey can download updates bypassing the settings. turn off background data for both applications in the Android settings.
How to check which applications are using traffic for updates?
Go to Settings โ Network and Internet โ Data transfer โ Mobile data usage. Sort the list by traffic consumption - Play Market and Google Play Services.
Is it safe to completely disable application updates?
No. Critical applications (banks, instant messengers, antiviruses) need to be updated regularly to avoid vulnerabilities. The best option is to leave automatic updates only via Wi-Fi and manually check important applications once every 1-2 weeks.
Is it possible to roll back an application update if it breaks the functionality?
Yes, but not for all applications. There is no built-in rollback function, but you can: Google Play There's no built-in rollback feature, but you can:
- Uninstall updates via
Settings โ Applications โ [name] โ โฎ โ Uninstall updates(works only for system applications). - Download the old version of APK from APKMirror and install it manually (risky for banking applications!).