How to disable automatic app updates on Xiaomi: the full guide

Automatic app updates on Xiaomi, Redmi and POCO smartphones often cause unexpected problems, from sudden consumption of mobile traffic to failures in favorite programs after โ€œupdatesโ€, especially for users with limited Internet bundles or owners of devices with low memory, where each update takes precious megabytes.

In this article, youโ€™ll find 5 proven ways to completely or selectively disable app auto-update โ€” from standard Google Play settings to hidden MIUI features to even system tricks for power users. All methods tested on the latest firmware versions (MIUI 14 on Android 13/14) and work on models from Redmi Note 10 to Xiaomi 13 Ultra. And if youโ€™re afraid of losing important security updates, weโ€™ll show you how to leave critical updates on, blocking only unnecessary ones.

Warning: Some methods require developer rights or system files to be modified, which can affect the stability of your smartphone, so back up your data through Settings โ†’ Memory โ†’ Backup before experimenting.

1. Disable Auto Update in Google Play Market

The easiest and safest way is to configure update options directly in Google Play, which works on all Xiaomi smartphones, regardless of MIUI or Android version, and does not require superuser rights.

Open the Google Play Store app, tap the profile avatar in the top right corner and select Settings โ†’ Network Settings โ†’ App Auto-Update. There are 3 options available:

  • ๐Ÿ”„ Through any network - updates are downloaded automatically over Wi-Fi and mobile Internet (the most voracious mode).
  • ๐Ÿ“ถ Only through Wi-Fi - updates are installed only when connected to a wireless network (we recommend to save traffic).
  • โŒ Do not update automatically โ€“ completely disable auto-updates (apps will only be updated manually).

For maximum control, select the third item. But remember: this does not block updates to Xiaomi system applications (such as Mi Browser or Security) that are updated through the GetApps brand store. To disable them, read the next section.

โš ๏ธ Note: If you choose Wi-Fi Only, but connect to a public network (such as a cafe or airport), some apps may update automatically. To avoid this, disable Auto Update over measurable networks in the same settings.

๐Ÿ“Š How often do you update your apps manually?
Never, just auto-update.
Once a week.
Only when critical bugs appear
Postmajor Updates (e.g. MIUI 13 โ†’ MIUI 14)

2. Block updates through GetApps (branded store Xiaomi)

Many users forget that Xiaomi is not only running Google Play, but also its own app store โ€“ GetApps (formerly Mi App Store), which is often used to update system utilities, themes and branded Xiaomi services, even if you have disabled auto-updates in the Play Market.

To block updates here, follow the following steps:

  1. Open the GetApps app (an icon with a blue package and a white arrow).
  2. Go to Profile โ†’ Settings (cog in the upper right corner).
  3. Click on Auto Update apps and select Disable.
  4. For reliability, also disable the option Autoload recommendations โ€“ this will prevent background activity of the store.

If your MIUI version does not have an Auto Update option (as it happens on some firmware for global models), use an alternative method:

  • ๐Ÿ›‘ Go to Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Find in the list of GetApps and tap on it.
  • โš™๏ธ Choose the Battery. โ†’ Background activity and set a limit Limit.
  • ๐Ÿ“ต Go back and turn off the Auto Start option.

These actions will not remove the store, but will significantly reduce its activity. System updates (for example, for Mi Home or Mi Fit) may still come, but their installation will require your confirmation.

โ˜‘๏ธ Full lockdown of GetApps

Done: 0 / 5

3. Use of the โ€œBackground Dataโ€ mode for individual applications

If you only need to block updates for specific apps (like Facebook, which starts eating the battery after each update), use Androidโ€™s built-in tools to limit background traffic.

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (like Google Chrome or Instagram).
  3. Slip on mobile data and Wi-Fi.
  4. Turn off the Background data option (this will block the updates from downloading in the background).
  5. For full control, also turn off AutoRun in the same menu.

After these actions, the application will only be able to update when you open or through Google Play manually.

AnnexWhat's blockedSide effects
Google Play ServicesBackground updates of system componentsGeolocation and push notifications may stop working
Mi VideoAuto-update playerNo.
FacebookUpdates and background activityNotifications are coming with a delay
Xiaomi CommunityUpdates to the corporate forumNo new themes in the tape

โš ๏ธ Warning: Donโ€™t disable background data for Google Play Services and Services Framework โ€“ this can cause Google account disruptions and syncs. Instead, limit mobile traffic to them, leaving Wi-Fi to them.

Disable updates via ADB (for power users)

If standard methods do not help, and root rights can not be obtained (or do not want to), use ADB-This is a way to globally disable auto-updates for all applications, including system-based ones.

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Xiaomi smartphone with enabled debugging USB (Settings โ†’ The phone. โ†’ Version. MIUI โ€” Tap 7 times, then return to the additional โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ USB-cable (preferably original).

Connect your phone to your PC and execute the following commands in turn at the terminal (or Command Prompt):

adb shell pm clear com.android.vending


adb shell dumpsys device_idle whitelist -com.android.vending




adb shell dumpsys device_idle force-idle




adb shell settings put global auto_update_apps 0

The first command resets Google Play settings, the second removes it from the โ€œwhite listโ€ of background processes, the third forcibly transfers the system to power saving mode (which blocks background updates), and the fourth directly disables auto-updates at the Android level.

To get it back, use:

adb shell settings put global auto_update_apps 1
What if the ADB canโ€™t see the device?
1. Make sure that the developer settings include debugging on USB. 2. Try another one. USB-cable (preferably original). 3. Install Xiaomi drivers from the site en.miui.com/a-234.html. 4. In Windows Device Manager, check if the phone is displayed as an "Unidentified Device".

5. Radical method: removing updates to system applications

Some Xiaomi system applications (such as Mi Browser, Mi Music or Mi Video) are updated via GetApps and do not have the "Remove Updates" button in the standard menu, but can be rolled back to the factory version using ADB or a root file manager.

List of applications that can be safely rolled back (without the risk of losing the functionality of the system):

  • ๐ŸŒ com.android.browser (Mi Browser)
  • ๐ŸŽต com.miui.player (Mi Music)
  • ๐Ÿ“บ com.miui.videoplayer (Mi Video)
  • ๐Ÿ“ฑ com.miui.weather2 (Weather)
  • ๐Ÿ“– com.miui.notes (Notes)

To roll back the application, execute the command:

adb shell pm uninstall -k --user 0 title.packet

For example, for Mi Browser:

adb shell pm uninstall -k --user 0 com.android.browser

Once the app is restarted, it will return to the factory version, and auto-updates will be blocked for it. To get it back, just manually update it through GetApps.

๐Ÿ’ก

Before rolling back system applications, check their dependencies! for example, deleting com.xiaomi.scanner can break the job QR-camera-scanner.

6. Alternative methods: disabling notifications and limiting traffic

If you do not need to completely block updates, but want to reduce their impact on the smartphone, use these methods:

  • ๐Ÿ”” Disabling Update Notifications: Go to Settings โ†’ Notifications โ†’ Manage notifications, find Google Play and GetApps, then turn off all the switches. Now updates will be installed in the background without distracting you.
  • ๐Ÿ“ก Restriction of mobile traffic: In Settings โ†’ SIM-maps and mobile networks โ†’ Transfer of data โ†’ Background restriction add Google Play and GetApps to the list of restricted-traffic apps. Updates will only be downloaded over Wi-Fi.
  • โณ Delayed Updates: You can set your update schedule on Google Play. Select Network in the store settings โ†’ Auto Update Schedule and specify a convenient time (for example, at night).

These methods donโ€™t block updates completely, but make the process less intrusive, especially useful for users with limited traffic or those who donโ€™t want the smartphone to slow down due to background Play Market activity.

๐Ÿ’ก

Even after auto updates are disabled, critical security updates (like those for Google Play Services) can be forced to install.

FAQ: Frequent questions about updates on Xiaomi

Can I turn off updates only for specific applications, leaving the rest?
Yes, for this: Open Google Play and find the app you want. Slip three dots in the top right corner and uncheck Auto Update. For Xiaomi system applications, use the background-limiting method (Section 3). Note that some apps (like YouTube or Gmail) may ignore these settings and update through Google background services.
Why do some apps still update after auto-updates are disabled?
This happens for three reasons: Xiaomiโ€™s proprietary apps (e.g. Mi Home or Mi Fit) are updated via GetApps, not Google Play. Disable auto-updates there (Section 2). System components (e.g. Google Play Services) can be forcibly updated for security. Some apps (e.g. Facebook or TikTok) have built-in self-update mechanisms that work bypassing the Play Market. Use a combination of methods from this article (ADB + background data limitation) to completely block.
How do I get back auto updates if I change my mind?
Depending on the method used: If you've disabled it through Google Play or GetApps, just return the settings to their original state. ADB, Adb shell settings put global settings auto_update_apps 1 If you limited background data, turn it back on in the app settings. After that, you may need to restart your smartphone.
Is it safe to disable updates for Xiaomi system apps?
Disabling updates for most system applications (e.g. Mi Browser or Mi Music) is safe and does not affect the stability of the smartphone. However, we do not recommend blocking updates for: com.google.android.gms (Google Play Services) - is responsible for synchronization and security. com.xiaomi.findevice (Find Device) - is necessary to search for a phone when lost. com.miui.security (Security) - contains critical patches for these applications, it is better to leave auto-updates or manually update them once every 1-2 months.
Can I turn off updates without root rights?
Yes, all the methods in this article (except for removing system applications) work without root rights. For most users, it is enough: Disable auto-updates in Google Play and GetApps. Limit background data for unnecessary applications. Use ADB-commands (they don't require root, just debugging) USB). Superuser rights may only be needed to remove embedded applications or modify system files in depth, which is not recommended for inexperienced users.