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:
- Go to Settings. β Memory. β Clean and deactivate the Auto Clean option (it can run updates in the background).
- 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?
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.systemAdSolutionThese 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.
| Method | Difficulty | Root is required. | Efficiency | Risks. |
|---|---|---|---|---|
| Play Market Settings | β | β No. | Medium | Reset 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. | Medium | Updates 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:
- Install Shizuku and App Ops from GitHub.
- Connect Shizuku through ADB (Team: Adb shell sh /sdcard/android.sh).
- 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.