How to completely disable the update of applications on Android Xiaomi: all ways

Automatic update of applications on Xiaomi, Redmi and smartphones POCO This is often the cause of unexpected problems, from sudden consumption of mobile traffic to failures in the work of favorite programs after β€œupdates”, especially for users with a limited Internet package or those who prefer to control every little thing in their device. How to completely disable the update of applications on MIUI, If the system persistently returns the settings to the factory?

In this article, we’ll break down all working methods – from basic Google Play Store settings to hidden features. MIUI and even teams through ADB You will learn how to block updates for individual applications, disable background loading, or even remove services responsible for automatic updates. And yet – what is fraught with a complete shutdown of updates and how to circumvent the limitations of Xiaomi, which can reset your settings after a reboot.

Important: Some methods require super-user rights or an engineering menu. If you're a beginner, start with the simplest ways and then move on to the advanced ones. And remember, disabling updates can affect the security and stability of applications β€” especially banking and instant messengers.

1. Disable auto updates through Google Play Store

The most obvious and safe way is to set up the Google Play Store, which works on all Xiaomi smartphones, regardless of the version. MIUI or models (whether Xiaomi 13 Pro, Redmi Note 12 or POCO X5). However, it has a limitation: settings can be reset after updating the Play Store itself or resetting the phone.

To disable automatic updates:

  • πŸ“± Open the Google Play Store and tap the profile avatar in the upper right corner.
  • βš™οΈ Select Settings β†’ Network settings β†’ Auto-update of applications.
  • 🚫 Set the value Do not update automatically.
  • πŸ”’ For individual apps: find it in the Play Store, open the page, click on three dots in the corner and uncheck the tick from Enable Auto Update.

This method does not block updates completely – applications will still be updated when you manually launch the Play Store or through other services (for example, for example, the app will be updated, MIUI Optimizing Center: To completely ban updates, you'll have to use additional methods.

πŸ’‘

If after updating the Google Play Store settings reset, try clearing the app cache in Settings β†’ Annexes β†’ Application management β†’ Google Play Store β†’ Warehouse β†’ Clear the cache.

2. Block updates through settings MIUI

MIUI It has its own mechanisms for updating applications that work in parallel with Google Play, MIUI Optimizing Center (formerly Security) can download updates to system and some third-party applications in the background to disable this:

Go to:

  • πŸ›‘οΈ Settings β†’ Annexes β†’ Application management.
  • πŸ” Find it. MIUI Optimizing Center (or Security in Older Versions).
  • πŸ“΅ Open Auto Start and disable all permissions.
  • 🚫 In Battery and Performance, select Limit Background Activity.

For a complete shutdown, it is also recommended:

  1. Go to Settings. β†’ Memory. β†’ Clean and deactivate the Auto Clean option (it can run updates in the background).
  2. B Settings β†’ Special facilities β†’ Notifications about applications disable notifications from MIUI Optimizing Center.

These actions do not guarantee 100% lockdown, as Xiaomi can return settings after the reboot. ADB root-access.

What is it? MIUI Optimizing Center?
It's a Xiaomi system app that's responsible for performance optimization, garbage cleaning, and background updates to some apps. MIUI It was called Security, and it had advanced features, including antivirus and traffic manager, and the new firmware moved some of the functions to Settings. β†’ Memory, but background activity can still affect auto updates.

3. Disable updates for individual applications

If you need to block updates only for specific apps (such as Facebook, Instagram, or Facebook) MIUI Launcher, you can use a combination of Play Store settings and restrictions MIUI.

Method 1: Through Google Play

  • πŸ” Find the app in the Play Store.
  • πŸ“Œ Slip on three dots in the upper right corner.
  • βœ… Uncheck the box with Enable Auto Update.

Method 2: Through settings MIUI (system-application)

  • πŸ› οΈ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ”§ Select the desired application (for example, MIUI Home or Themes).
  • πŸ“₯ Click Remove Updates (if the button is active).
  • πŸ”’ In the Permissions section, disable Change to System Settings (if available).

System applications (e.g. Mi Video, Mi Browser) may need to be disabled via ADB Be careful: remove critical components MIUI It can cause the phone to be inoperable.

Social networks (Facebook, Instagram)|Games (PUBG, Genshin Impact)|Systemic (MIUI Launcher, Themes)|Messengers (WhatsApp, Telegram)|Others-->

4. Radical methods: ADB root-access

If standard methods don’t work, and Xiaomi is persistently updating apps in the background, you’ll have to use advanced tools, which are suitable for power users and require connecting your phone to your computer.

Method 1: Disconnect via ADB (without root)

This will require:

  • πŸ’» Computer with installed ADB-driver.
  • πŸ”Œ Included Debugging USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β€” Tap 7 times, then go back to Settings β†’ Additionally. β†’ For developers).
  • πŸ“‹ Commands to disable auto updates:
adb shell pm disable-user --user 0 com.android.vending


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




adb shell pm disable-user --user 0 com.miui.systemAdSolution

These commands disable the Google Play Store, Mi App Store and Xiaomi’s ad/update system module. To get it back, replace disable-user with enable.

Method 2: Root removal (for experienced ones only)

If you have root access, you can completely remove the update services:

  • πŸ“± Install Root Explorer or Titanium Backup.
  • πŸ—‘οΈ Find and remove packages: com.android.vending - Google Play Store; com.xiaomi.market - Mi App Store; com.miui.systemAdSolution - auto-update module MIUI.

⚠️ Warning: Deleting com.android.vending will deprive you of access to the Google Play Store. APK-This can also disrupt Google Services, causing errors in other applications (such as Gmail or YouTube).

Install drivers ADB PC-only|Enable debugging on USB phone-on|Download platform tools (platform-tools)|Check the connection with the adb device command|Make a backup copy of the data-->

5. Alternative methods: traffic restriction and firewall

If you don’t want to completely disable updates but want to control them, you can use mobile traffic restriction or firewall lock.

Method 1: Limit background traffic

Go to:

  • πŸ“Ά Settings β†’ SIM-maps and mobile networks β†’ Transfer of data β†’ Background restriction.
  • πŸ”„ Add the Google Play Store and MIUI Optimizing Center in the list of limited applications.

Method 2: Firewall lock (without root)

Applications like NetGuard or NoRoot Firewall allow you to block Internet access for specific services:

  • πŸ”₯ Install NetGuard from the Play Store.
  • 🚫 In the list of applications, find the Google Play Store and Download Manager.
  • 🌐 Disable access to Wi-Fi and mobile data.

This method does not block updates completely, but prevents them from loading in the background.When manually running the Play Store, apps will still be updated if they have access to the internet.

MethodDifficultyRoot is required.EfficiencyRisks.
Play Market Settings⭐❌ No.MediumReset after Play Store update
Restriction in MIUI⭐⭐❌ No.Low.The system can bypass the restrictions
ADB-team⭐⭐⭐❌ No.Tall.They may reset after rebooting.
Removal through rootβ­β­β­β­βœ… Yes.Absolute.Risk of damaging the system
Firewall (NetGuard)⭐⭐❌ No.MediumUpdates are possible with manual start-up

6.What to do if settings are reset after restarting

One of the most common problems on Xiaomi is automatically resetting your settings after a reboot or update. MIUI. This is because of the system service com.miui.zeus, which restores the "optimal" parameters:

Decision 1: Freezing of system applications

App Quarantine (for the purpose of MIUI) Titanium Backup (for root):

  • 🧊 Freeze com.miui.zeus and com.miui.systemAdSolution.
  • πŸ”„ Restart your phone and check if the settings are saved.

Decision 2: Using Shizuku + App Ops

This is a method for advanced users without root:

  1. Install Shizuku and App Ops from GitHub.
  2. Connect Shizuku through ADB (Team: Adb shell sh /sdcard/android.sh).
  3. In App Ops, find the Google Play Store and disable permission. AUTO_UPDATE.

Decision 3: Cache reset MIUI

Sometimes it helps to clean the cache of system applications:

  • 🧹 Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Find it. MIUI System (or System) MIUI).
  • πŸ—‘οΈ Click Clear Cache and Clear Data (if available).

⚠️ Note: If you use custom firmware (such as LineageOS or Pixel Experience), the problem with resetting may be due to an incorrect installation.

πŸ’‘

On smartphones Xiaomi with MIUI 14+ Part of the system applications are protected by the mechanism MIUI Protection, which blocks their removal or freezing, in which case only disabling through ADB or rooting.

7. Risks and consequences of disabling updates

Disabling auto updates may seem like the perfect solution, but it has serious downsides:

Security vulnerabilities

Many updates close critical vulnerabilities, and without them, your smartphone becomes a target for:

  • πŸ•΅οΈβ€β™‚οΈ Spyware (for example, through outdated versions of WhatsApp or Chrome).
  • πŸ’³ Theft of data from banking applications (if not updated by Sberbank Online or Tinkoff).
  • πŸ“± Remote management through exploits in MIUI.

2. Incompatibility with new services

Older versions of apps can:

  • 🚫 Stop supporting new features (such as Instagram Reels or Telegram bots).
  • πŸ”„ Errors in login (especially on Google services).
  • πŸ“΅ Block access to certain sites (unless Chrome or other sites are updated) MIUI Browser).

3. Problems with system applications

On Xiaomi, disabling updates for MIUI Home, Themes, or Security can lead to:

  • πŸ–₯️ Failures in the launcher (disappearance of icons, errors when opening folders).
  • 🎨 Incorrect display of topics (black screen, lack of wallpaper).
  • πŸ”‹ Increased battery consumption due to version conflicts.

If you still decide to disable updates, regularly check critical applications manually (banks, instant messengers, browsers) and update them through APKMirror or official sites.

FAQ: Frequent questions

❓ Can you turn off updates only for mobile data, but leave them over Wi-Fi?
Yes, Google Play Store has an option Only via Wi-Fi (Settings) β†’ Network settings β†’ However, Xiaomi may ignore this limitation for system applications.
❓ Why some apps still update after auto-updates are disabled?
It's because of work. MIUI Optimizing Center or Download Manager: To block updates completely, you need to disable these services through the service. ADB root.
❓ How to return auto updates if I disabled them through ADB?
Run adb shell pm enable com.android.vending for Play Store and similar commands for other disabled packages. If it doesn't help, reset Play Store settings to Settings β†’ Annexes β†’ Google Play Store β†’ Warehouse β†’ Clear the data.
❓ Can you turn off updates for pre-installed Xiaomi apps (such as Mi Video or Mi Browser)?
Yes, but it will require: Use ADB To disable packets (e.g. com.miui.video) or root access and delete them via Titanium Backup. Be careful: removing system applications can disrupt the work MIUI.
❓ Will banking applications work if all updates are disabled?
Banking applications (like SberBank or VTB) require regular updates to support new security protocols. Without updates, they can: Stop opening, issue an "Old version" error, block entry for security reasons, and keep auto-update for at least banking and payment applications.