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.
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:
- Open the Google Play Market app.
- Slip on the profile avatar in the upper right corner.
- Select the Settings item.
- Go to Network Settings โ Auto-Update Applications.
- 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
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:
- Open the Google Play Market and find the app you want through search.
- On the app page, tap three dots in the top right corner.
- 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?
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:
- Go to Settings โ Applications โ Application Management.
- Find the Google Play Market and tap it.
- Select the Battery Consumption.
- Activate the option to limit background activity.
- 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:
- Go to Settings. โ The phone.
- Slip the MIUI version 7-10 times to activate the developer mode.
- Back to Settings โ Additionally. โ For developers.
- 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.vendingThe 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.vendingMethod 2: Use of App Ops utility
App Ops (available on 4PDA or GitHub) allows you to manage system service permissions flexibly:
- Install App Ops and give it Root or ADB rights.
- Find the Google Play Market in the list of apps.
- 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.
| Method | Difficulty | Efficiency | Risks. |
|---|---|---|---|
| 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 | โญโญโญ | Maximum | There may be a disruption to Google services |
| App Ops | โญโญโญ | Maximum | Requires 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.
- Scan your smartphone through Security โ Scanning.
- 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