Automatic application updates on Xiaomi Redmi can drain the battery, use up mobile traffic and even disrupt the work of your loved ones apps after unsuccessful updates. This is especially true for owners of models with limited memory (Redmi 9A, Redmi 8) or weak hardware (Redmi Note 7), where each update takes away precious resources. In this article, we will look at all the possible ways to stop updates - from basic settings Google Play to hidden functions MIUI and commands for advanced users.

It is important to understand that the manufacturer and Google are interested in regular updates: they close security vulnerabilities, add new features and maintain compatibility with the latest versions of Android. However, if you are determined to control the process manually, you have at least 5 working methods. Some of them are temporary (for example, disabling auto-updates in the Play Market), others are systemic (blocking through ADB or settings MIUI). Choose the appropriate option depending on your model (Redmi Note 12 Pro+, Redmi 10C etc.) and firmware version.

1. Disabling auto-updates in Google Play Market

The easiest and safest way is to configure update settings directly in Google Play. This method works on all smartphones Xiaomi Redmi regardless of the version MIUI (12, 13, 14) and is suitable even for devices with custom firmware. The main disadvantage: applications will still be updated manually when you click the โ€œUpdateโ€ button, and some system updates may bypass these settings.

To deactivate automatic updating:

  • ๐Ÿ“ฑ Open Google Play Market and tap on the profile avatar in the upper right corner.
  • โš™๏ธ Select Settings โ†’ Network settings โ†’ Auto-update applications.
  • ๐Ÿšซ Set the value Do not update automatically.
  • ๐Ÿ”’ To be safe, disable option Auto-update via Wi-Fi only (if it is active).

This method does not block system application updates Xiaomi (for example, Mi Browser, Security or Themes), since they are updated through the company store GetApps. To stop them, you will have to use other methods described below.

๐Ÿ’ก

If, after disabling auto-updates, applications are still updated, check your Google account settings on the website myaccount.google.com (Security โ†’ Device Management section). Sometimes permissions for background activity are duplicated there.

2. Blocking updates through MIUI settings

Firmware MIUI on Xiaomi Redmi has its own application update mechanisms that do not depend on Google Play. For example, system utilities (Cleaner, Mi Video) can be updated through the company store GetApps or background services MIUI. To stop this process:

Method 1: Disable background activity for GetApps:

  • โš™๏ธ Go to Settings โ†’ Applications โ†’ Manage applications.
  • ๐Ÿ” Find GetApps (or App Market on global firmware).
  • ๐Ÿ›‘ Tap Limit background activity and confirm the action.
  • ๐Ÿ“ต Turn off notifications from this application so as not to receive reminders about updates.

Method 2: Disable automatic updates in GetApps:

  1. Open the application GetApps.
  2. Go to section Profile โ†’ Settings (gear icon).
  3. Select Auto-update applications and set Off.
  4. Additionally disable the option Update notifications.

Disabled auto-update in GetApps|Limited background activity GetApps|Removed notifications from GetApps|Checked Mi account settings-->

On some MIUI firmware (for example, on Redmi Note 11 with MIUI 13.0.6), after disabling auto-updates in GetApps, system applications can still be updated via Xiaomi Cloud services. In this case, only blocking via ADB or manually deleting updates will help.

3. Using the โ€œTraffic Savingโ€ mode to limit updates

If your goal is not so much to stop updates completely, but to reduce the consumption of mobile traffic, you can use the built-in mode data saving v MIUI. This method does not block updates over Wi-Fi, but effectively prevents them from downloading over the mobile network. Suitable for models Redmi with support for Dual 4G (for example, Redmi Note 10 Pro or Redmi K50).

How to enable:

  • ๐ŸŒ Go to Settings โ†’ SIM cards and mobile networks.
  • ๐Ÿ“Š Select your SIM card and activate the option Traffic saving.
  • ๐Ÿ”ง In additional settings, add Google Play Market i GetApps to the list of applications with limited background traffic.

This method does not guarantee 100% blocking, since some updates (for example, critical security patches) may bypass restrictions. However, it will significantly reduce the unexpected consumption of gigabytes, especially if you have a tariff with limited Internet.

Disabled in Google Play|Used MIUI settings|Limited traffic|Didnโ€™t try anything-->

4. Removing updates and rolling back to the factory version of applications

If you need to not only stop future updates, but also return the application to its original version (for example, after an unsuccessful update), you can use the function rollback. This method works for most user applications, but does not apply to system components. data-i="119">Settings โ†’ Applications โ†’ Manage applications MIUI (For example, Settings or Security).

Instructions:

  1. ๐Ÿ“ฑ Go to Settings โ†’ Applications โ†’ Manage applications.
  2. ๐Ÿ” Find the application you need (for example, Chrome or Facebook).
  3. ๐Ÿ”„ Tap on the three dots in the upper right corner and select Delete updates.
  4. ๐Ÿ›‘ Confirm the action. The application will return to the version that was originally installed (usually the version at the time of purchase of the smartphone).

After the rollback, do not forget to disable auto-updates for this application in Google Play, otherwise it will be updated the first time you connect to Internet. For system applications Xiaomi (for example, Mi Community), the option Uninstall updates may not be available - in this case, only blocking via ADB.

What happens if you uninstall system application updates?

Rolling back a system application (for example, Mi Browser) may cause MIUI to malfunction, since a new firmware version may require up-to-date components. In the worst case, you will have to reset the settings to factory settings or reflash the device.

5. Blocking updates via ADB (for experienced users)

The most radical and reliable way is to disable updates at the system level using commands ADB (Android Debug Bridge). This method requires connecting your smartphone to your computer and basic knowledge of working with the command line, but is guaranteed to stop all background updates, including system ones. Suitable for all models Redmi based on Android 8.0 and later.

Step-by-step guide:

  1. ๐Ÿ–ฅ๏ธ Install ADB drivers on your computer and turn on USB debugging on your smartphone (Settings โ†’ About phone โ†’ MIUI version โ†’ tap on the version 7 times, then return to Advanced settings โ†’ For developers).
  2. ๐Ÿ”Œ Connect Redmi to the PC via USB cable and confirm permission to debug.
  3. ๐Ÿ“Œ Open the command line (Windows) or terminal (macOS/Linux) and enter:
adb shell pm disable-user --user 0 com.android.vending

adb shell pm disable-user --user 0 com.xiaomi.mipicks

These commands disable Google Play Market and GetApps for the current user. To return everything back, use:

adb shell pm enable com.android.vending

adb shell pm enable com.xiaomi.mipicks

โš ๏ธ Attention: After running these commands, you will not be able to install or update applications through standard stores. To update the application, you will have to temporarily return the settings or use alternative sources. (APK files). Also, this method may interfere with the operation of some Google services (for example, Google Play Services), which will lead to errors in games or applications that depend on them.

๐Ÿ’ก

Blocking via ADB is the only way to completely stop updates to Xiaomi system applications, but requires caution and may interfere with the stability of the firmware.

6. Alternative methods: disabling notifications and using third-party tools

If you donโ€™t need to completely block updates, but want to get rid of annoying notifications about new versions, you can go another way. For example, turn off notifications from Google Play and GetAppsso that they do not distract from work. This method does not stop the updates themselves, but makes them less noticeable.

How to turn off notifications:

  • ๐Ÿ”” Go to Settings โ†’ Notifications and status bar โ†’ Manage notifications.
  • ๐Ÿ” Find Google Play Market and GetApps, then disable all switches.
  • ๐Ÿ“ต To be safe, block notifications from Download Manager (download manager), as it is responsible for downloading updates in the background.

For more flexible control, you can use third-party utilities, for example:

  • App Block โ€” blocks background activity of selected applications (including updates).
  • NetGuard โ€” restricts Internet access for Google Play and GetApps.
  • Package Disabler โ€” disables system components responsible for updates (requires root access).

โš ๏ธ Attention: Third-party tools for blocking updates may conflict with MIUI Optimization a system service responsible for firmware stability. On some models (Redmi Note 9 Pro, Redmi K40) this may lead to random reboots or slowdown of the interface. Before using such applications, create a backup copy of your data.

Comparison of methods: which method to choose?

To make the choice easier, we have collected the key features of each method in the table. Focus on your model Redmi, version MIUI and goals (complete blocking, saving traffic or just getting rid of notifications).

Method Complexity Efficiency Suitable for Cons
Disable on Google Play โญ (simple) Average (does not block system updates) All models Applications updated manually
MIUI Settings (GetApps) โญโญ (medium) High (blocks most updates) Redmi with MIUI 12+ Does not work for critical updates
Traffic saving mode โญ (simple) Low (mobile data only) All models with Dual 4G Does not block Wi-Fi updates
Removing updates โญโญ (medium) High (return to factory version) Custom applications Does not work for system utilities
Blocking via ADB โญโญโญ (difficult) Maximum (full stop) Experienced users Risk of disrupting the firmware

If you are not sure which method to choose, start with the simplest (disabling in Google Play) and gradually move on to more radical options. Remember that on new models Redmi (for example, Redmi Note 13 Pro+), some settings may differ due to the updated firmware HyperOSthat replaced it MIUI.

๐Ÿ’ก

Before experimenting with blocking updates, check whether you are using beta versions of applications (for example, through the testing app on Google Play). They are updated bypassing the standard settings.

FAQ: Frequently asked questions about updates on Xiaomi Redmi

Is it possible to disable updates only for individual applications?

Yes, in Google Play you can disable auto-updates for specific apps. To do this:

  1. Open the application page in the Play Market.
  2. Tap on the three dots in the upper right corner.
  3. Uncheck the option Enable auto-update.

For system applications Xiaomi (for example, Mi Browser) this method does not work - you will need to block it through ADB.

Why do applications still update after disabling auto-updates?

Probable reasons:

  • ๐Ÿ”„ Updates are taking place via GetApps, and not Google Play (turn off auto-updates there too).
  • ๐Ÿ“ฅ Background services MIUI ignore your settings (try limiting their activity in Settings โ†’ Applications).
  • ๐Ÿ”’ The device has administrative rights enabled for applications (check in Settings โ†’ Passwords and security โ†’ Application permissions).

On some firmware (for example MIUI Global for Redmi 10) updates of system applications pass through Xiaomi Cloud. In this case, only blocking through ADB.

How can I return updates if I disabled them via ADB?

To unlock Google Play i GetApps, connect the smartphone to the PC and run the commands:

adb shell pm enable com.android.vending

adb shell pm enable com.xiaomi.mipicks

If after this the applications are not updated, restart the device or clear the cache Google Play Services (Settings โ†’ Applications โ†’ Google Play Services โ†’ Clear cache).

Will blocking updates work after resetting the settings?

No, all settings (including disabled auto-updates in Google Play and GetApps) will be reset to factory settings. After hard reset you will have to configure everything again. The exception is blocking via ADB: it is saved, but may conflict with the new firmware if you updated MIUI to a more recent version.

Is it possible to disable MIUI firmware updates?

Updates MIUI (firmware) and updates applications are different processes. To stop firmware updates:

  1. Go to Settings โ†’ About phone โ†’ System update.
  2. Tap on the three dots in the upper right corner and select Settings.
  3. Disable the option Automatic download of updates.

โš ๏ธ Attention: Blocking firmware updates completely may deprive you of important security patches. If your Redmi equipped with an outdated version MIUI (for example, 11 or 12), some applications (banking, instant messengers) may stop working due to non-compliance with security requirements.