Automatic app updates on Xiaomi smartphones often cause unexpected problems, from sudden traffic consumption to malfunctions in the usual programs, especially for owners of devices with limited memory (Redmi 9A, POCO M3) or weak hardware (Redmi 6, Mi A2 Lite), where each update can โstealโ precious megabytes and slow down the system.
In this article, weโll look at all possible ways to undo updates, from standard settings in the Google Play Store to hidden MIUI features and commands for power users. Youโll learn how to block updates for individual applications, disable auto-update completely, or even return the previous version of the program if the update is already installed. The instructions are valid for all modern devices Xiaomi, Redmi, POCO and Black Shark based on Android 10-14.
Why you should disable automatic application updates
At first glance, auto-updates seem like a convenient feature: you donโt have to monitor the release of new versions, and this only contributes to security and stability.
- ๐ Uncontrolled traffic consumption: Updates can eat up to 500MB per month, especially if you have a lot of games or social media installed.
- ๐ข Smartphone slowdown: Newer versions of apps often require more resources, which is critical for budget models (Redmi) 8A, POCO C31).
- ๐ Loss of functionality: Developers often remove useful features in new versions (example: VK YouTube).
- ๐ฑ Conflicts with MIUI. Some updates break Xiaomiโs optimization for specific models (like Google Play Services issues on Redmi Note 10 Pro).
Also, updates through the Play Market are not always stable, and there are times when a new version of an app contains critical bugs that stop it running, such as in 2023, Xiaomi users complained about an update to WhatsApp that left the messenger dyed up when sending voice messages.
โ ๏ธ Note: Disabling updates for system applications (e.g. Mi Security or Google Play Services) may lead to security vulnerabilities.
Method 1: Disabling Auto Updates in Google Play Store
The easiest and most secure method is to configure update options directly in the Google Play Store, which is suitable for all Xiaomi devices, since the Play Market is a standard component of Android.
Instructions:
- Open the Google Play Store app.
- Slip on the profile avatar in the upper right corner.
- Select the Settings item.
- Go to the Network and Updates โ Auto-Update applications.
- Select one of the options: Through any network - updates are downloaded automatically (not recommended); Only through Wi-Fi - a compromise option; Do not update automatically - a complete disconnect.
For individual applications, you can block updates individually:
- Find the app in the Play Market.
- Press three points (โฎ) top-right.
- Uncheck the checkmark from Auto Update.
โ๏ธ Checking the settings of Play Market
โ ๏ธ Note: On some Xiaomi devices with custom firmware (MIUI Global, MIUI EU) Auto Update may be elsewhere. If you don't find the section, try the path: Settings โ General. โ Auto-update of applications.
Method 2: Block updates via MIUI settings
MIUI offers additional tools to manage apps that are not available in pure Android, one of which is the limitation of background activity, which indirectly affects updates.
How it works:
- Go to Settings โ Applications โ Application Management.
- Select the app you want to block updates for (like Facebook or Instagram).
- Slip on the Battery โ Background Limitation.
- Choose Limit.
- Go back and press Permissions โ turn off System Settings Change (if available).
This method does not block updates directly, but prevents them from being installed in the background.The app will need your manual confirmation to update. Effective for the Redmi Note 11, POCO X3 Pro and other models on MIUI 12/13/14.
| Method | Efficiency | Deficiencies | Suitable for |
|---|---|---|---|
| Disconnection in Play Market | โญโญโญโญโญ | Does not block manual updates | All Xiaomi models |
| Restriction in MIUI | โญโญโญ | Indirect effect, not complete blocking | MIUI 12 and newer |
| Removal of updates | โญโญโญโญ | Requires manual control | Any Android devices |
What if the Play Market doesnโt save the settings?
Method 3: Removing updates and rolling back to the factory version
If you already have the update installed and want to return the previous version of the app, you can do this through Android settings. The method works for most user applications (but not for system ones!).
Step-by-step:
- Open Settings โ Applications โ Application Management.
- Find the app you want (like Google Chrome) and tap it.
- Press three points (โฎ) top-right.
- Select Remove Updates (if the item is inactive โ the application has not been updated).
- Confirm the action.
After that, the app will return to the version that was installed out of the box to prevent the re-update:
- Open the Google Play Store.
- Find this app.
- Press three points (โฎ) and uncheck the auto update box.
โ ๏ธ Note: For system applications (Mi Browser, Mi Video), the option to delete updates may be blocked. ADB (see method 5).
๐ก
If you want to completely uninstall a Xiaomi app (such as Mi Music or Mi Community), use the ADB command:
adb shell pm uninstall -k --user 0 com.miui.playercom.miui.player
Method 4: Use of alternative app stores
One radical way to avoid automatic updates is to install apps from third-party sources and opt out of the Google Play Store, a method that is suitable for power users who are willing to sacrifice convenience for control.
Popular alternatives:
- ๐ฑ Aurora Store is an open client for Google Play with the ability to disable updates globally.
- ๐ APKMirror is a reliable source APK-file-history.
- ๐ก๏ธ F-Droid โ an open source app store (no auto updates).
How to install the application without auto-updates:
- Download the APK version from APKMirror (check the hash amounts!).
- In Xiaomi settings, allow installation from unknown sources: Settings โ Applications โ Special Rights โ Installation of unknown applications.
- Install the APK manually.
- Freeze the Google Play Store via ADB or App Freezer (root rights required).
Cons of the method:
- No automatic security updates.
- Risk of installing malware (always check sources!).
- Some apps (such as Google Maps) may require a current version of Google Play Services.
๐ก
The use of alternative stores is a last resort, and we recommend resorting to it only if other methods do not help, as this increases security risks.
Method 5: Blocking updates via ADB (for power users)
If standard methods donโt work, you can use Android Debug Bridge (ADB), a low-level system management tool that allows you to completely block updates for any application, including system ones, without root rights.
What you need:
- ๐ฅ๏ธ A computer with installed Xiaomi drivers and ADB.
- ๐ฑ Included debugging by USB on a smartphone: Settings โ The phone. โ Version. MIUI (tap 7 times) โ Settings โ Additionally. โ For developers โ Debugging by USB.
- ๐ Cable USB (preferably original).
Instructions:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command prompt (cmd) and type: Adb devices Make sure the device is defined.
- To block updates for a specific application (e.g. Facebook), follow: adb shell dumpsys package com.facebook.katana | grep versionCode Remember the current versionCode.
- Freeze the updates with the command: adb shell pm install --user 0 -d -r /path/to/base.apk (where /path/to/base.apk is the path to the original APK application).
To completely disable the auto-updates of the Google Play Store, use:
adb shell pm disable-user --user 0 com.android.vendingAttention.
Play Market
adb shell pm enable com.android.vendingHow to find the package name of the application?
Frequent problems and their solutions
When you turn off updates, Xiaomi users often encounter common errors, and consider the most common and ways to fix them.
Problem 1: Play Market Settings Reset After Rebooting
- ๐น Reason: Conflict with optimization MIUI cache-dropping.
- ๐น Solution: Clear the Google Play Market data (Settings) โ Annexes โ Google Play Store โ Warehouse โ Clear the data. disable battery optimization for Play Market.
Problem 2: You canโt remove updates for system applications
- ๐น Reason: MIUI Blocks changes to pre-installed programs.
- ๐น Solution: Use ADB (See Method 5. Install custom firmware (e.g. Pixel Experience) where there are no such restrictions.
Problem 3: The app stopped working after the version rolled back
- ๐น Reason: New version requires updated Google Play Services or libraries.
- ๐น Solution: Update Google Play Services manually through Play Market. Install the latest compatible version of the app (check the requirements on APKMirror).