How to completely disable auto-update apps on Android Xiaomi: all ways

Automatic app updates on Xiaomi smartphones are a convenient feature that saves time but often causes unexpected problems. Users face the disappearance of free space due to background downloads, battery discharge at the wrong time or even failures after updating programs, especially for owners of devices with limited memory (for example, Redmi 9A or Poco C31), where every megabyte counts.

In this article, weโ€™ll look at all the ways you can disable auto-updates, from standard Google Play settings to hidden MIUI shell capabilities to advanced methods for power users. Youโ€™ll learn how to block updates for individual applications, how to completely disable Play Market background activity, and what to do if settings are reset after a reboot. The instructions are relevant for all modern Xiaomi models, including Redmi Note 12, Xiaomi 13, Poco F5 and others.

Why Auto Updates Are Harming Xiaomiโ€™s Smartphone

At first glance, automatic app updates seem like a useful feature: you donโ€™t have to manually check for new versions, and developers guarantee bug fixes and improved security.

  • ๐Ÿ“‰ Uncontrolled traffic: Updates can eat up to 500MB-1GB per month, especially if you have a lot of games or social media installed.
  • ๐Ÿ”‹ Hidden battery discharge. Background download updates activate processor and module Wi-Fi/4G, This reduces the time without recharging. 10โ€“15%.
  • ๐Ÿ“ฑ System freezes on weak devices (e.g. Redmi) 8A) Simultaneously updating multiple apps can cause lags or overheating.
  • ๐Ÿ”„ Incompatibility of new versions: some applications after updating stop working correctly on older versions of Android or MIUI.

In addition, Xiaomi often adds its own system application update mechanisms (such as Mi Browser, Security or Themes) to MIUI firmware that ignore Google Play settings, which means that even after disabling auto-updates in the Play Market, some programs can be updated through Xiaomi system services.

๐Ÿ“Š How often do you encounter problems due to auto updates?
It's always annoying!
Sometimes, but I do.
It used to be, but it solved the problem.
Never noticed.

Method 1: Disabling Auto Updates in Google Play

The most obvious and secure method is to configure update options directly in the Google Play Market, which works on all Xiaomi devices, regardless of MIUI or Android.

Instructions:

  1. Open the Google Play Market app.
  2. Slip on the profile avatar in the upper right corner.
  3. Select the Settings item.
  4. Go to Network Settings โ†’ Auto-Update Applications.
  5. Choose one of the options: Over any network, updates are downloaded over Wi-Fi and mobile data (the most dangerous option); Wi-Fi only, updates are swung only when connected to a wireless network; Do not update automatically - completely disable auto-updates.

Important: Even after disabling auto-updates, Google Play may occasionally offer to update apps manually, and to avoid this, you can further disable notifications from the Play Market:

  • ๐Ÿ› ๏ธ Go to Settings. โ†’ Annexes โ†’ Application management โ†’ Google Play Market โ†’ Notifications.
  • ๐Ÿ”• Turn off the switch Show notifications or selectively disable alerts about available updates.

โ˜‘๏ธ Checking to disable auto updates in Google Play

Done: 0 / 4

Method 2: Prohibit updates for individual applications

If you need to leave auto-updates for most programs, but block them for specific ones (for example, for Facebook, which after the update starts to โ€œeatโ€ the battery), use custom settings.

How to do this:

  1. Open the Google Play Market and find the app you want through search.
  2. On the app page, tap three dots in the top right corner.
  3. Uncheck the box from the item Enable auto-update.

This method is convenient for:

  • ๐ŸŽฎ Games that require more resources after updating (for example, PUBG Mobile or Genshin Impact).
  • ๐Ÿ“ฑ Xiaomi system applications that may add unnecessary ads after an update (e.g. Mi Video or Mi Music).
  • ๐Ÿ”’ Applications with critical errors in new versions (e.g, VK Telegram after a failed update).

Limitation: If the application is system-based (e.g., Security or Miui Daemon), its updates may not be managed through the Play Market, but through MIUI system services.

How do I know if the system application is in place?
Open Settings โ†’ Applications โ†’ App Management and find the app you want, and if it says System or Built-in, then updates can be controlled by MIUI, not Google Play.

Method 3: Turn off background activity of Google Play

Even after disabling auto-updates, Google Play Market can continue to consume resources, checking for new versions of applications, and to completely ban this activity, you can limit the service in the background.

Instructions for MIUI 12/13/14:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the Google Play Market and tap it.
  3. Select the Battery Consumption.
  4. Activate the option to limit background activity.
  5. Go back and select Mobile Data and Wi-Fi, then turn off Background Data.

Warning: After these actions, Play Market will stop automatically checking for updates, but there may also be problems with:

  • ๐Ÿ”„ Synchronize installed applications between devices.
  • ๐Ÿ›ก๏ธ Getting critical security updates (e.g. for Google Chrome or Android System WebView).
  • ๐Ÿ“ฅ Download applications over 100 MB on a mobile network.

๐Ÿ’ก

If Play Market stops opening after the background activity is limited, restart your device or temporarily remove the restrictions to update Google Play itself to the latest version.

Method 4: Blocking system updates to MIUI

Xiaomi uses its own mechanisms to update embedded apps that are independent of Google Play, which means that even after disabling auto-updates in the Play Market, programs like Mi Browser, Security or Themes can be updated through Xiaomi servers.

To ban it:

  1. Go to Settings. โ†’ The phone.
  2. Slip the MIUI version 7-10 times to activate the developer mode.
  3. Back to Settings โ†’ Additionally. โ†’ For developers.
  4. Find the option to Disable Automatic System Application Update and activate it.

If there is no such option (it is hidden on some firmware), use an alternative method:

  • ๐Ÿ“Œ Remove updates for system applications manually: Go to Settings โ†’ Annexes โ†’ App management. Select a system application (e.g. Mi Browser) and tap three points. โ†’ Remove updates.
  • ๐Ÿ”’ Stop installing updates through MIUI Optimizing Center: Open Security โ†’ Optimization. Go to Settings (โš™) โ†’ Autoclean. Turn off the option Automatic app updates.

๐Ÿ’ก

Xiaomi system applications can be updated even when Google Play is disabled. To completely block this process, you need to disable MIUI services or use ADB (see Method 5).

Method 5: Advanced Methods (ADBs and Third Party Utilities)

If standard settings donโ€™t help and system applications keep updating, you can use ADB commands or specialized utilities, which is suitable for advanced users.

Method 1: Disconnection through ADB

This will require:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB-driver.
  • ๐Ÿ“ฑ Included Debugging by USB on a smartphone (Settings) โ†’ For developers).
  • ๐Ÿ”Œ USB-plug-in.

Commands to disable auto updates:

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


adb shell dumpsys deviceidle whitelist -com.android.vending

The first command turns off the Google Play Market, the second one removes it from the list of apps that have background activity.

adb shell pm enable com.android.vending

Method 2: Use of App Ops utility

App Ops (available on 4PDA or GitHub) allows you to manage system service permissions flexibly:

  1. Install App Ops and give it Root or ADB rights.
  2. Find the Google Play Market in the list of apps.
  3. Turn off permissions: INTERNET (net-access). WAKE_LOCK (wake-up). RECEIVE_BOOT_COMPLETED (auto-start after switching on).

โš ๏ธ Attention: misuse ADB or App Ops can cause system instability. Before experimenting, back up your data through Settings โ†’ Additionally. โ†’ Backup and reset.

MethodDifficultyEfficiencyRisks.
Google Play settingsโญMedium (does not block system updates)No.
Limitation of background activityโญโญHigh (but there may be problems with synchronization)Error Notifications in the Play Market
Developer Mode (MIUI)โญโญHigh (blocks system updates)Some MIUI functions may stop working.
ADB-teamโญโญโญMaximumThere may be a disruption to Google services
App OpsโญโญโญMaximumRequires Root or ADB, risk of instability

What to do if settings are reset after rebooting

Some Xiaomi users are faced with the fact that after rebooting the device, the auto-update settings are reset, which is due to the peculiarities of the MIUI Optimizing Center, which โ€œoptimizesโ€ background processes.

Decisions:

  • ๐Ÿ”„ Turn off optimization for Google Play: Go to Settings โ†’ Annexes โ†’ Application management โ†’ Google Play Market โ†’ Battery. Select Unlimited.
  • ๐Ÿ“ต Freeze system applications via Titanium Backup or Lucky Patcher (Root required).
  • ๐Ÿ”ง Use Tasker to automatically apply settings: Create a task that, after booting the system, executes the command: am start. -n com.android.vending/.AssetBrowserActivity Add the AutoInput action to simulate clicks on the Play Market settings menu.

If the problem persists, check if the device has viruses or malicious applications that change settings.

  1. Scan your smartphone through Security โ†’ Scanning.
  2. Remove suspicious programs (especially those with Administrator or Accessibility rights).

โš ๏ธ Attention: on some firmware MIUI (Especially on Redmi for the Chinese market, system applications can be updated through Mi Push Service. ADB: adb shell pm disable-user --user 0 com.xiaomi.mipush.sdk

FAQ: Frequent questions about auto updates on Xiaomi

Can you turn off auto updates only for Xiaomi system applications?
Yes, but the standard means are hard to do. The most reliable way is to use ADB to disable the com.miui.systemAdSolution service, which is responsible for updating system applications. Command: adb shell pm disable-user --user 0 com.miui.systemAdSolution After this update for Mi Browser, Security and other embedded programs will stop downloading automatically.
Why do some apps still update after auto-updates are disabled?
This is due to: MIUI system services that ignore Google Play settings; Administrator-enabled apps (such as antiviruses or device managers); Play Market cache errors โ€“ try to clear the app data (Settings โ†’ Apps โ†’ Google Play Market โ†’ Storage โ†’ Clear data).
How do you get auto updates back if they suddenly stop working?
If you have previously disabled auto-updates through ADB or App Ops, follow the following steps: For Google Play Market: adb shell pm enable com.android.vending MIUI: adb shell pm enable com.miui.systemAdSolution Check settings in Settings โ†’ Annexes โ†’ Google Play Market โ†’ Permissions and enable all disabled options.
Is it safe to disable auto-updates for all apps?
Disabling auto updates is not recommended for: ๐Ÿ”’ Banking applications (SberBank, Tinkoff, etc.) โ€“ updates often contain critical security fixes. ๐Ÿ›ก๏ธ Browser (Chrome, Mi Browser) โ€“ new versions close vulnerabilities exploited by scammers. ๐Ÿ“ฑ System components (Android System WebView, Google Play Services) โ€“ their outdated versions can cause malfunctions in the smartphone. The best option is to leave auto-updates only for mission-critical applications, and the rest manually update.
How do I know which apps are automatically updated?
You can view update history in two ways: via Google Play Market: Open Profile โ†’ App and Device Management โ†’ Update History. This shows all apps that have been updated in the last 30 days. Through MIUI Optimizing Center: Open Security โ†’ Optimization โ†’ Journal. App Updates will list automatically updated programs.