Notifications about MIUI updates on Xiaomi devices can appear daily, even if you do not plan to install a new firmware version. These pop-ups not only distract, but also consume battery power, and in some cases even block access to basic phone features until the updates are checked, especially annoying owners of older models (such as the Redmi Note 4X or Mi A1), where new versions of the software are slower or contain critical bugs.
In this article, weβll look at all the ways you can disable update alerts, from standard MIUI settings to hidden commands for power users, how to block notifications through system menus, disable updates manually, or even remove them completely (at your own risk), and analyze why Xiaomi is so insistent on offering updates and what risks these actions pose to device security.
Important: Some methods require root or ADB permission, which can lead to a loss of warranty, and if you're not sure about what you're doing, stick to the first three, they're safe for any device.
Why is Xiaomi so active in bringing updates?
Xiaomi has an aggressive update policy for several reasons:
- π Statistics: Each notification captures how many users ignore updates, which helps analyze audience behavior.
- π‘οΈ Security: In new versions MIUI Vulnerabilities are being closed, so the company is looking to update as many devices as possible.
- π± Support for older models: Even for 2016-2018 smartphones (such as the Mi 5 or Redmi 4 Pro) patches are coming out, but they often contain ads or unnecessary services.
- π° Monetization: In new versions MIUI Additional promotional modules or paid features may appear (e.g. Mi Cloud)+).
However, for the user, this often turns into constant interruptions: notifications pop up when the screen is unlocked, in the status bar or even on top of running applications. Moreover, on some firmware (for example, MIUI 12.5 for the global version), the system automatically downloads updates in the background, taking up space on the drive.
β οΈ Warning: Disabling updates deprives you of critical security patches.If you use your phone to work with banking applications or store sensitive data, check for updates manually regularly (every 1-2 months).
Method 1: Disable notifications in MIUI settings (without root)
The easiest and most secure method is to block notifications from the update service via the standard menu, which works on all Xiaomi devices with MIUI 9 and later, including POCO and Black Shark.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type βUpdateβ (or Updater for global firmware).
- Select the System Update app (the icon with the arrow up).
- Slip on the Notifications item and turn off all switches:
- π Pop-up notifications (responsible for banners on top of screens).
- π© Notifications in the status bar (icon in the top panel).
- π Audible signals (if enabled).
After that, the notifications will no longer appear, but the update service itself will remain active.
- β You can still check the updates manually.
- β The system will not download firmware in the background.
- β Some βimportantβ updates (such as fixes for Google Play Services) may still be installed automatically.
βοΈ Preparation before disabling notifications
Method 2: Limit background activity of the Update application
If disabling notifications didnβt work, you can completely block the update service in the background, which will prevent you from automatically checking new versions and downloading files without your knowledge.
How to do this:
- Go to Settings β Applications β Application Management β find System Update.
- Choose the Battery. β Background restriction.
- Set the switch to the "Limited" position.
- Go back and tap Data β turn off Background data and Autostart.
These actions:
- π Completely stop automatic update checks.
- π΄ Prevent downloading firmware via mobile Internet (saves traffic).
- β οΈ Can cause errors when manually checking updates (you will have to temporarily remove restrictions).
On some firmware (e.g. MIUI 13 for Redmi Note 10 Pro) after these manipulations, the System Update app may disappear from the menu altogether.
Settings β About the phone β System update (shut down several times)Method 3: Using ADB to disable the Service Update
For users who are willing to work with ADB (Android Debug Bridge, a more radical method, is to completely disable the system service package. It doesn't require root rights, but it will require a computer and a computer. USB-cable.
Step-by-step:
- Download and install Googleβs Platform Tools (includes adb).
- On the phone, activate Developer Mode (7 times tap the MIUI version in Settings β About the phone).
- Enable USB debugging in the developer menu.
- Connect the phone to the PC and type in the command line:
adb devices(Your device should appear)
adb shell pm hide com.android.updaterFor global firmware (Mi A2, POCO F1, etc.) use:
adb shell pm hide com.miui.updaterThis command will hide the System Update app from the user and stop all associated processes. To return it back, use:
adb shell pm unhide com.android.updaterβ οΈ Note: On some devices (e.g. Xiaomi Mi 11 with) MIUI 14) after this command, functions like Fastboot or Recovery may stop working. Before experimenting, check if you have a backup of the data.
What if the ADB canβt see the device?
Method 4: Remove updates via TWRP (root only)
If you have custom recovery (e.g. TWRP) installed and root rights, you can completely remove the system update application, which is suitable for advanced users, as it carries risks to system stability.
Instructions:
- Download TWRP for your Xiaomi model (e.g. Redmi Note 9 Pro or Mi 9T).
- Download to recovery (turn off the phone, then press Power + Volume Up).
- Go to Advanced β File Manager.
- Delete the following folders:
- π /system/priv-app/Updater (global firmware).
- π /system/app/Updater (Chinese versions MIUI).
After the reboot:
- β The System Update app will disappear from the menu.
- β Notifications will no longer appear.
- β You can't install it. OTA-Updates (only via Fastboot or Recovery).
| Method | Need root? | Risks. | Reversibility |
|---|---|---|---|
| Disabling notifications | β No. | Low. | β Easy to return |
| Background restriction | β No. | Medium (manual check may break) | β Easy to return |
| ADB-Pm hide team | β No. | High (may affect recovery) | β Team unhide |
| Removal via TWRP | β Yes. | Critical (no) OTA-update) | β Just reflashing. |
Method 5: Blocking through the host file (for advanced)
This method is suitable for users who want to block Updaterβs access to Xiaomi servers.It requires root rights and editing the /etc/hosts system file.
Algorithm of action:
- Install any file manager with root support (such as Root Explorer or FX File Manager).
- Open /etc/hosts file in the text editor.
- Add the following lines to the end of the file:
127.0.0.1 update.miui.com
127.0.0.1 api.io.mi.com
127.0.0.1 sdkconfig.ad.xiaomi.comSave the changes and restart the device.
- π System Update will not be able to contact Xiaomi servers.
- π΅ Notifications for new firmware will stop coming.
- β οΈ There may be problems with other system services (e.g. Mi Cloud or Themes).
π‘
Before editing /etc/hosts, back it up. If you have internet problems after the changes, just return the original file.
What do you do if nothing helps?
If youβve tried all the methods but notifications keep coming, the problem may lie in:
- π Custom firmware: Some builds (e.g. xiaomi.eu or LineageOS) have their own update mechanisms. Try disabling them in the firmware settings.
- π± Corporate Services: On Devices with MIUI for Russia/Europe (Redmi) 9A, POCO M3) This may be forced verification via Google Play Services.
- π οΈ Hardware limitations: On some models (e.g. Mi Mix) 2S) service-in-service boot.img. Here only the flashing through Fastboot will help.
The last option is a rollback to the old version MIUI. For example, if you have updated with MIUI 12 to MIUI 13 and started receiving annoying notifications, you can return the previous firmware through the Mi Flash Tool. 4PDA or XDA Developers.
β οΈ Note: Reverse to the old version MIUI This can cause data loss (including photos and messages) and lock the bootloader on new devices (e.g. Xiaomi 12 or Redmi). K50). Before the procedure, be sure to unlock Bootloader through the official Mi Unlock tool.
π‘
If notifications appear even after all services are turned off, check for viruses. Some Trojans mimic system alerts. Scan your device through Malwarebytes or Dr.Web.