How to completely disable Wi-Fi updates on Android: instructions for all versions

Automatic updates of applications and systems through Wi-Fi on Android These updates can be a real headache: they eat up your internet data, drain your battery at the most inopportune moments, and sometimes install unwanted changes without your knowledge. This problem is especially acute for users with limited data plans or weak network coverage, when each update becomes a painfully long process.

In this article we will look at All possible ways to disable Wi-Fi updates — from standard settings Google Play From hidden developer options to even radical methods for advanced users, you'll learn how to block updates for individual apps, the entire system, or specific file types, as well as what to do if settings reset after a device reboot.

Important: Some methods require permissions. root or changes to system files, which may affect the warranty and stability of your smartphone. We've marked these methods with special warnings—read them carefully before proceeding.

1. Disable auto-updates in Google Play

The easiest and safest way is to configure update settings directly in Google Play MarketThis method works on all devices regardless of version. Android and does not require additional rights.

Open the app Google Play, tap on your profile avatar in the upper right corner and select Settings → Network settings → Auto-update appsHere you will have three options available:

  • 🔄 Through any network channel — updates are downloaded both via Wi-Fi and via mobile Internet (the most power-hungry mode).
  • 📶 Only via Wi-Fi — a standard setting that causes problems for many users.
  • Do not update automatically — completely disable automatic updates (recommended option).

Select the last option to completely block automatic downloads of updates. Please note: this does not prevent you from manually updating apps through the same Google Play — the system will simply stop doing it itself.

2. Block updates via Android settings

On some devices (especially from Samsung, Xiaomi, Huawei) There are additional update management options in the system settings. These options may duplicate or complement the functions Google Play.

Go to Settings → Apps → Google Play Store → Mobile dataHere you will find switches for:

  • 📱 Background data usage — disable this to prevent Play Market from consuming internet access in the background.
  • 🔄 Automatic updates — similar to the settings from the previous section, but at the system level.
  • 📡 Unlimited access to data — prohibits the use of mobile Internet for large files.

On devices Xiaomi Please check the section additionally Settings → Accessibility → Data Limit, where you can manually block network access for Google Play Services And Download Manager - two services responsible for downloading updates.

📊 What brand of smartphone do you use?
Samsung
Xiaomi
Huawei
Google Pixel
Other

3. Using data saving mode

If you need to temporarily pause all background updates (not only for apps, but also for the system), turn on traffic saving modeThis method does not override the settings. Google Play, but limits their action.

There are two ways to activate the mode:

  1. From the quick settings panel: swipe down from the top of the screen and look for the icon Saving traffic (On some devices it is hidden - click on "Edit" and add it manually).
  2. Via the menu: Settings → Networks and Internet → Traffic Saver.

In this mode Android Blocks background activity for most apps, including downloading updates. Exceptions can be configured manually by adding desired apps to a "whitelist." For example, you can allow updates only for messaging apps, leaving other apps unaffected.

What happens if I leave data saving enabled all the time?

Extended use of this mode may result in delays in receiving notifications (for example, in Telegram or WhatsApp), disabling automatic mail and calendar syncing, and issues with some widgets. It is recommended to enable power saving mode only when necessary or configure exceptions for critical apps.

4. Blocking via firewall or third-party applications

For users who require more flexible update management, specialized firewalls are suitable. These applications allow you to completely block network access for specific system processes responsible for downloading updates.

The most popular tools:

  • 🛡️ NetGuard — a free, open-source firewall. Blocks access to Wi-Fi and mobile data for any apps, including Google Play Services.
  • 🔒 AFWall+ — demands root- is right, but offers maximum control over network activity.
  • 📡 DataFirewall — a convenient interface for setting up time-based access rules (for example, blocking updates at night).

To block updates via NetGuard:

  1. Install the app from Google Play or F-Droid.
  2. Open the list of applications and find Google Play Market, Google Play Services And Download Manager.
  3. Disable their access to Wi-Fi (leaving mobile data if necessary).
  4. Activate the firewall using the switch at the top of the screen.
⚠️ Attention: Blocking Google Play Services This may interfere with some features, such as push notifications or geolocation. If you notice any issues, please add this app to your exceptions list.

5. Disabling system updates (for advanced users)

If you are concerned not only about app updates but also automatic firmware updates (For example, monthly security patches) can also be disabled. The methods depend on the device manufacturer:

Manufacturer Path to settings Additional actions
Samsung Settings → Software Update → Auto Update Disable "Download updates automatically"
Xiaomi Settings → About phone → System update → Settings (⚙️) → Auto download Also disable "Auto Install" in this menu
Google Pixel Settings → System → System update → Settings (⚙️) → Auto-update Select "Never"
Huawei Settings → System → Software Update → Settings → Auto Update You may need to disable "Wi-Fi Download"

On some devices (eg. OnePlus or Oppo) these settings may be hidden. In this case, it will help Disabling the update service via ADB:

adb shell pm disable-user --user 0 com.android.updater

adb shell pm disable-user --user 0 com.google.android.gsf.update

⚠️ Attention: Disabling system updates increases the risk of security vulnerabilities. If you use this method, regularly check for critical patches manually.

6. Radical methods: removing updates and changing hosts

For users with root-more radical methods are available to those with rights. One of them is removing system applications, responsible for updates:

  • 🗑️ com.android.vendingGoogle Play Market (removing it will make it impossible to install applications).
  • 🔄 com.google.android.gsfGoogle Services Framework (responsible for checking for updates).
  • 📥 com.android.providers.downloadsDownload Manager (manages downloads).

To remove use Root Explorer or Titanium Backup. Removing these components may impair the operation of your device - create a backup before proceeding!

An alternative method is - editing the hosts fileto block access to update servers. Add to the file /system/etc/hosts the following lines:

127.0.0.1 android.clients.google.com

127.0.0.1 play.googleapis.com

127.0.0.1 android.googleapis.com

Back up your data|Get root access (if not yet)|Install a file manager with root support|Check firmware compatibility with the changes|Prepare a rollback method-->

7. Alternative solutions: time or traffic restrictions

If you don't need to completely disable updates, but just control them, use these methods:

  • Time limit: In some firmware (for example, MIUI) You can set up a "sleep mode" that blocks background activity at night. Find this option in Settings → Battery & Performance.
  • 📊 Traffic limits: Set a monthly Wi-Fi limit in Settings → Networks & Internet → Data usage → Set alertIf the limit is exceeded, updates will stop.
  • 🔌 Scheduled Wi-Fi shutdown: Use apps like MacroDroid or Taskerto automatically turn off Wi-Fi at certain hours (for example, from 11:00 PM to 7:00 AM).

These methods allow you to maintain automatic updates but make them more manageable. For example, you can allow updates to be downloaded only at night, when data is unlimited, or when the device is connected to a charger.

Frequently Asked Questions

Is it possible to disable updates for specific apps only?

Yes, it is done in Google PlayOpen the app page, click the three dots in the corner, and uncheck "Enable auto-update." You can also go to Settings → Manage apps and device → Manage → Auto-update and manually select the programs for which updates are allowed.

Why do automatic update settings reset after rebooting?

This is a typical problem for some firmware (especially Xiaomi And Huawei). The culprit is battery optimization, which resets background processes. To fix:

  1. Add Google Play Market in optimization exceptions (Settings → Battery → Battery optimization → All apps).
  2. Disable "Adaptive Battery" in Battery settings.
  3. Use ADB- command to disable optimization:
    adb shell dumpsys deviceidle whitelist +com.android.vending
Will the smartphone work stably if I disable all updates?

Yes, the device will function, but there are risks:

  • 🔒 Security vulnerabilities: Without updates, the system remains unprotected from new threats.
  • 🐞 Bugs and errors: Some applications may no longer work correctly with the older version. Android.
  • 📱 Incompatibility: Over time, new versions of software may require more recent firmware.

We recommend checking for critical updates manually at least once every 2-3 months.

How do I get automatic updates back if I change my mind?

You can restore settings at any time:

  • IN Google Play: return to Settings → Auto-update apps and select the desired mode.
  • For system updates: enable auto-update in the firmware settings (paths are indicated in the table above).
  • If you have removed system applications through root, restore them from a backup or reflash the device.
Is there a way to block updates only over Wi-Fi, but allow them over mobile data?

Yes, but it requires the use of a firewall (eg. NetGuard). In the application settings:

  1. Allow me Google Play Market access to mobile data.
  2. Block Wi-Fi access for Google Play Services And Download Manager.
  3. Save the settings and activate the firewall.

Now updates will be downloaded only via the mobile network (if it is allowed in the settings) Google Play).