How to completely cancel the updates of Android Xiaomi applications: all ways

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.

๐Ÿ“Š How often do you update your apps on Xiaomi?
Automatically, no tracking.
Manual selection of important updates
Disabled Auto Update Completely
I only update when necessary.

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:

  1. Open the Google Play Store app.
  2. Slip on the profile avatar in the upper right corner.
  3. Select the Settings item.
  4. Go to the Network and Updates โ†’ Auto-Update applications.
  5. 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:

  1. Find the app in the Play Market.
  2. Press three points (โ‹ฎ) top-right.
  3. Uncheck the checkmark from Auto Update.

โ˜‘๏ธ Checking the settings of Play Market

Done: 0 / 4

โš ๏ธ 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:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want to block updates for (like Facebook or Instagram).
  3. Slip on the Battery โ†’ Background Limitation.
  4. Choose Limit.
  5. 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.

MethodEfficiencyDeficienciesSuitable for
Disconnection in Play MarketโญโญโญโญโญDoes not block manual updatesAll Xiaomi models
Restriction in MIUIโญโญโญIndirect effect, not complete blockingMIUI 12 and newer
Removal of updatesโญโญโญโญRequires manual controlAny Android devices
What if the Play Market doesnโ€™t save the settings?
If auto-update settings are reset after rebooting your smartphone, try: 1. Clear the Play Market cache (Settings โ†’ Apps โ†’ Google Play Store โ†’ Clear the cache). 2. Update Google Services (Settings โ†’ Phone โ†’ System Update โ†’ Update Google Play Services). 3. Install an alternative app store (e.g., APKMirror or Aurora Store).

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the app you want (like Google Chrome) and tap it.
  3. Press three points (โ‹ฎ) top-right.
  4. Select Remove Updates (if the item is inactive โ€“ the application has not been updated).
  5. Confirm the action.

After that, the app will return to the version that was installed out of the box to prevent the re-update:

  1. Open the Google Play Store.
  2. Find this app.
  3. 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.player

com.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:

  1. Download the APK version from APKMirror (check the hash amounts!).
  2. In Xiaomi settings, allow installation from unknown sources: Settings โ†’ Applications โ†’ Special Rights โ†’ Installation of unknown applications.
  3. Install the APK manually.
  4. 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:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command prompt (cmd) and type: Adb devices Make sure the device is defined.
  3. To block updates for a specific application (e.g. Facebook), follow: adb shell dumpsys package com.facebook.katana | grep versionCode Remember the current versionCode.
  4. 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.vending

Attention.

Play Market

adb shell pm enable com.android.vending
How to find the package name of the application?
1. Install the App Inspector app from Play Market. 2. Open it and find the app you want in the list. 3. Copy the value of the Package Name field (e.g., com.whatsapp for WhatsApp).

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).

FAQ: Answers to Frequent Questions

Can I turn off updates for individual applications only?
Yes, in the Google Play Store, you can block auto-update for each application individually (โ‹ฎ) Uncheck Auto Update. For system applications, Xiaomi (such as Mi Browser) will need to use ADB.
Will the way with ADB work on Xiaomi without unlocking the bootloader?
Yes, teams. ADB To disable updates do not require an unlocked bootloader.However: On some models (Redmi Note 12 Pro)+, Xiaomi 13 may need to be included USB-Debugging and confirming PC permission. System applications can still be updated through MIUI Updater, if the teams ADB Not executed, check if the debugging option is enabled USB (Security settings in the developer settings.
How to return the remote updates if the application stopped working?
If the app makes errors after rolling back, try: Clear the cache and app data (Settings โ†’ Apps โ†’ [name] โ†’ Storage โ†’ Clear cache/data). Install the latest stable version manually with APKMirror. Update Google Play Services and Android System WebView via Play Market. If the problem persists, check the app version is compatible with your MIUI firmware (e.g., older versions of WhatsApp don't work on Android 13).
Can I turn off all the updates at once?
Yes, there are two ways: via Play Market: Select Settings โ†’ Network and Updates โ†’ App Auto Update โ†’ Do not update automatically. via ADB: Disable the Update Service with command: adb shell pm disable-user --user 0 com.android.vending Attention: this will completely disable Play Market! For full lock, you can also use apps like App Freezer (root required) or Island (to isolate applications).
Why are apps still updated after auto-updates are disabled?
Probable causes: ๐Ÿ”น The app is updated via a built-in updater (for example, Facebook or Instagram have their own update mechanisms). ๐Ÿ”น Function on MIUI Optimization, which resets settings. Turn it off through ADB: adb shell settings put global miui_optimization_disabled 1 ๐Ÿ”น Updates come through MIUI Updater (relevant to system applications) Solution: Use a combination of methods โ€“ disable auto-updates in the Play Market, block background activity in the Play Market MIUI and apply if necessary ADB.