How to completely disable auto-update applications on Xiaomi Redmi: all ways of 2026

Why Auto-Update Apps on Xiaomi Redmi Could Be a Problem

Xiaomi Redmi smartphones (including Redmi Note 12 Pro+, Redmi 10C, POCO X5 and others) are set to automatically update applications through the Google Play Store and GetApps brand store by default. This feature seems convenient, but in practice often leads to unexpected consequences.

First, background updates can eat up to 30% of monthly mobile traffic (according to a study by OpenSignal for 2023), especially if you use a limited tariff. Second, some applications after an update start to run slower or require new permissions, such as access to geolocation or contacts. Finally, auto updates drain the battery 5-15% faster due to constant CPU activity in the background.

In this article, you will find 5 proven ways to disable auto-update on Xiaomi Redmi – from standard settings to hidden MIUI features. All methods are relevant for the MIUI 14 and HyperOS versions of the firmware (2026).

Method 1: Disabling Auto Updates in Google Play Store

The most obvious, but not always effective, method is to change the settings in Google Play, which works for all apps downloaded through the official store, but does not affect the updates to the system utilities of MIUI.

How to do this:

  1. Open the Google Play Store app.
  2. Slip on the profile avatar in the upper right corner.
  3. Select Settings β†’ Network Settings β†’ Auto-Update Applications.
  4. Set the value of Do not update automatically.

If this item is not available (gray), then your device has admin policies (for example, from a corporate account) or a mode for children.

β˜‘οΈ What to check before disabling auto updates in Google Play

Done: 0 / 4

Method 2: Block updates via MIUI settings

Xiaomi has added a hidden update management feature to MIUI that works independently of Google Play, a method that is particularly useful for Redmi owners with MIUI 12-14 or HyperOS firmware.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the top right corner and select Special Access β†’ Auto-Update Apps.
  3. Turn off the slider opposite Automatic Update.
  4. For reliability, also deactivate the option Update over Wi-Fi.

⚠️ Note: On some models (Redmi) 9A, POCO M3) This item may not be available. In this case, use Method 4 (blocking through the ADB).

What to do if the item "Auto-Update applications" is not in the settings?
On devices with MIUI Global or HyperOS for the European region, this section is sometimes hidden. Try changing the region in the Mi Account settings to India or Russia (without resetting), then check for the option again.

Method 3: Disabling updates for individual applications

If you need to block auto-update only for specific programs (such as Facebook, TikTok, or MIUI Security), do the following:

Steps for Google Play:

  • πŸ“± Open the application page in the Google Play Store.
  • πŸ”§ Slip on three dots in the top right corner.
  • 🚫 Uncheck the box with Enable Auto Update.

Steps for GetApps (branded store Xiaomi):

  • πŸ›’ Launch the GetApps app.
  • πŸ” Find the right app through search.
  • πŸ“ On the app page, click βš™οΈ β†’ Turn off auto-update.

⚠️ Note: Some system applications (MIUI Home, Security, Gallery can be updated to bypass these settings through background services MIUI. A method will be required to block them. 5 (Xiaomi ADB/Fastboot Tools).

πŸ“Š What apps do you block most often from auto updates?
Social networks (Facebook, Instagram)
Messengers (WhatsApp, Telegram)
Games (PUBG, Genshin Impact)
System Utilities (MIUI Security, Cleaner)
I'm not blocking anything.

Method 4: Blocking updates via ADB (for power users)

If standard methods don’t work, you can use Android Debug Bridge (ADB), a deep-tuning tool that works for Redmi models on MIUI 13/14 and HyperOS, but requires a PC connection.

Step-by-step:

  1. Turn on Developer Mode on Phone: Settings β†’ About Phone β†’ MIUI Version (Tap 7 times)
  2. Activate USB Debugging in Settings β†’ Additional β†’ For developers.
  3. Connect your phone to your PC and run Command Prompt (Windows) or Terminal (macOS/Linux).
  4. Enter the commands in turn: adb devices adb shell pm disable-user --user 0 com.android.vending adb shell pm disable-user --user 0 com.xiaomi.mipicks

These commands will disable the background processes of Google Play and GetApps, which are responsible for auto-updates. To get it back, replace disable-user with enable.

πŸ’‘

Before using ADB, back up your data via Settings β†’ Additional β†’ Backup and Reset. In rare cases, incorrect commands can cause system applications to crash.

Method 5: Using Xiaomi ADB/Fastboot Tools

For users who do not want to manually enter commands ADB, There is a convenient utility - Xiaomi ADB/Fastboot Tools.It lets you disable auto updates in one click, as well as manage other hidden features MIUI.

How to use:

  1. Download the utility from the official GitHub repository.
  2. Connect Redmi to your PC in USB Debugging mode.
  3. Start the program and select Manage Applications.
  4. Find Google Play Store and GetApps, then click Disable Auto-Updates.

The advantage of this method is the visual interface and the ability to roll back changes, but be careful: the utility gives access to deep system settings, and incorrect actions can lead to soft-brick.

πŸ’‘

Xiaomi ADB/Fastboot Tools is the most reliable way to disable auto-updates at the system level, but it requires caution.

Comparison of methods: what way to choose

To make it easier for you to decide, we have compiled a table with the pros and cons of each method:

MethodDifficultyEfficiencyReversibilitySuitable for
Google Play Store⭐ (simple)Medium (does not block system updates)Yes.Beginners.
MIUI settings⭐⭐ (middle-of-the-road)High (works for most applications)Yes.Users of MIUI 12-14
ADB-team⭐⭐⭐ (difficult)Maximum (blocks everything)Yes (through teams)Experienced users
Xiaomi ADB Tools⭐⭐ (middle-of-the-road)MaximumYes.Those who are afraid of the command line

For most Redmi users, the best solution is a combination of Method 1 (Google Play) and Method 2 (MIUI settings). If you need to block all system application updates, use Method 4 or 5.

Frequent problems and their solutions

Even after disabling auto-updates, some users find that apps are still updated, and consider the typical reasons and ways to eliminate them:

  • πŸ”„ Updates through MIUI Optimization: On some firmware (MIUI 13 For the Redmi Note 11) There's a hidden service called com.miui.optimization that is forced to update system applications. To turn it off, you can do this by telling them adb shell pm disable-user. --user 0 com.miui.optimization
  • πŸ“₯ Background booting over Wi-Fi: If the phone is connected to the network, some applications (such as Mi Video or Mi Browser) can be updated to bypass settings. β†’ Annexes β†’ Traffic management.
  • πŸ”’ Administrator policies: Corporate or educational devices may be installed MDM-Mobile Device Management, which blocks setting changes. Check for administrators in Settings β†’ Passwords and security β†’ Device administrators.

If none of these methods work, the last option is to install custom firmware (like LineageOS or Pixel Experience) that doesn’t have any built-in forced upgrade mechanisms, but it requires unlocking the bootloader and can be insecure.

How to check which app is updated in the background?
Install NetGuard or GlassWire from Google Play. These programs show which apps use the internet in the background, including hidden updates.
Can you turn off auto updates for mobile traffic only, but leave them for Wi-Fi?
Yes, there is an option to Auto Update only via Wi-Fi in the Google Play Store settings, however, this does not guarantee 100% lock: some applications (e.g. MIUI Security) may ignore this restriction and update via the mobile network.
Will the apps work after auto updates are disabled?
Yes, all apps will work as normal, and the only difference is that you won't get new versions automatically. To update the program manually, go to its Google Play or GetApps card and click Update.
How to disable auto-update for pre-installed Xiaomi apps (e.g. Mi Browser or Mi Music)?
Pre-installed annexes MIUI Updated through the company's service GetApps. To block their updates: Open GetApps. Go to Profile β†’ Settings β†’ Auto-update applications. Turn off the slider or select Do Not Update automatically. If this method has not worked, use ADB-Teams from Method 4.
Can I roll back the app to the previous version after auto-update?
Yes, but it will require: Delete the current version of the app. APK The correct version from a reliable source (e.g. APKMirror) APK Manually allowing installation from unknown sources (Settings) β†’ Annexes β†’ Special access β†’ Installation of unknown applications). ⚠️ Attention: Recoiling system applications (e.g, MIUI Security can cause unstable phone operation.
Why did auto updates turn on again after resetting the settings?
When hard reset, all settings return to factory settings, including auto-updates. To avoid this: Write down all the changed settings before reset (e.g., take a picture of the screen). After reset, immediately disable auto-updates according to the instructions in this article. Use Xiaomi ADB/Fastboot Tools to create an automatic setup script after reset.