Notifications about updating MIUI firmware can be a real headache for Xiaomi users. They appear with enviable regularity, interrupt work and often prevent you from focusing on important tasks. Especially annoying is when you deliberately postpone the update โ for example, because of fears about the stability of the new version or unwillingness to waste installation time. Fortunately, there are several ways to completely disable these notifications or at least make them less intrusive.
In this article, we will look at all the available methods, from standard MIUI settings to hidden features for power users. It is important to understand that some methods require super-user rights (root) or work with system files, which can affect the warranty. We will also understand how to deal with owners of Xiaomi TV and other ecosystem devices where the update mechanism is different from smartphones.
Before you start disabling notifications, make sure you really want to do it.The manufacturer recommends installing updates to protect against security vulnerabilities and improve performance, but the final decision is always yours.
Why is Xiaomi so intrusive about offering updates?
Xiaomi has an aggressive update policy for several reasons:
- ๐ Security: Closing vulnerabilities in older versions MIUI (Especially critical for banking applications and payments via Mi Pay).
- ๐ Statistics: collection of data on the prevalence of software versions to optimize support.
- ๐ฐ Monetization: Newer versions often include promotional modules and integrated services (e.g. Mi Browser or Mi Video).
- ๐ ๏ธ Xiaomi actively uses users for beta testing of firmware through the program MIUI Pilot.
In practice, this means that the system will persistently remind you of the update, even if you postpone it. In some versions of MIUI (for example, MIUI 12.5 and later), notifications appear not only in the status bar, but also in the form of pop-ups that block the interface, especially in devices from Chinese firmware (CN ROM), where updates come more often than in global versions (Global ROM).
Interesting fact: in MIUI 14 and later, Xiaomi has started using the mechanism of โquiet updatesโ โ the firmware can be installed in the background without an explicit request from the user, which makes control of the process even more difficult.
Method 1: Disabling notifications in standard settings
The easiest and safest method is to use the built-in MIUI tools, which are suitable for most devices and do not require special knowledge.
- Open the Settings app (cog icon).
- Go to the About Phone (or About the Tablet Device) section.
- Select the option "Update MIUI" (in some versions - System Update).
- Tap the three-point menu (โฎ) in the upper right corner and select Update Settings.
- Turn off the switch Automatic download updates.
- Go back and click on the bell icon (๐) in the upper right corner to disable notifications for this section.
This method works on most devices, but has limitations:
- โ Does not disable pop-up windows with an offer to upgrade.
- โ After the device is restarted, settings may reset (especially on the Redmi Note series).
- โ It does not work for Xiaomi. TV other ecosystem devices.
๐ก
If the "Update Settings" item is missing, try to pinch the "MIUI Update" app icon on the home screen for 5 seconds - in some firmware this opens a hidden menu.
Method 2: Using ADB to Deep Shut Down
If standard settings donโt work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which requires connecting your smartphone to your computer, but doesnโt need root rights.
You'll need:
- ๐ฅ๏ธ Computer with installed Xiaomi drivers and package ADB.
- ๐ฑ Included Debugging by USB on a smartphone (in Settings) โ The phone. โ Version. MIUI Tap 7 times, then go back to Settings โ Additionally. โ For developers).
- ๐ Cable USB (preferably original).
Instructions:
- Connect your smartphone to your computer and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Run the command to disable update notifications: adb shell pm disable-user --user 0 com.android.updater
- Reset the device.
To return notifications back, use the command:
adb shell pm enable com.android.updaterInstall Xiaomi drivers on PC
Download the ADB platform tools
Enable debugging over USB on your phone
Connect your phone to the original cable
Check the connection of the team `adb devices`-->
Method 3: Disable via the settings of the application "Update MIUI"
The MIUI Update app (com.android.updater) can be restricted from showing notifications, and works on all versions of MIUI, including HyperOS.
Steps:
- Open Settings โ Applications โ Application Management.
- Find the MIUI Update (or Updater in English) in the list.
- Select Notifications.
- Disable all switches in the Allow Notifications section.
- For reliability, also turn off AutoRun and Background activity in the main app menu.
This way blocks all notifications from the application, including download error messages. If you only need critical alerts (such as an update crash), use Sound Only mode instead of turning it off completely.
What if the MIUI Update doesnโt appear in the app list?
Method 4: Editing system files (root required)
For advanced users willing to risk system stability, there is a radical method of removing or freezing system components responsible for updates, which requires root rights and can lead to loss of warranty and inoperability. OTA-update.
Options for action:
- ๐ง Freeze through Magisk: Install Magisk (if not already installed). Download Universal SafetyNet Fix (to bypass security checks). Use Titanium Backup or SD Maid to Freeze the Package com.android.updater.
Deletion of update files:
Delete the /cache/ota/ folder and files in /data/ota_package/ through a root-access file manager (e.g., Root Explorer).Editing by build.prop:
- Open /system/build.prop file in the text editor.
- Add the line: ro.miui.otaupdate=0.
- Save the changes and restart the device.
โ ๏ธ Attention: Deleting system files can lead to a device blink (complete failure).Before experimenting, back up through TWRP Mi Flash Tool. on some devices (e.g. Xiaomi) 12T) It also blocks access to the Mi Unlock Tool to unlock the bootloader.
| Method | Root is required. | Reversibility | Risk to the system |
|---|---|---|---|
| Disconnection in settings | โ No. | โ Yes. | โ ๏ธ Low. |
| ADB-team | โ No. | โ Yes. | โ ๏ธ Medium. |
| Freeze through Magisk | โ Yes. | โ Yes. | โ ๏ธโ ๏ธ High-pitched |
| Deletion of system files | โ Yes. | โ No. | โ ๏ธโ ๏ธโ ๏ธ critical |
| Editing by build.prop | โ Yes. | โ Conditionally. | โ ๏ธโ ๏ธ High-pitched |
Method 5: Disable notifications on Xiaomi TV and other devices
Owners of Xiaomi TV, Mi Box or other devices in the ecosystem (such as Mi Pad) face a similar problem: the update mechanism is different, but there are solutions.
For Xiaomi TV (all models including Mi TV A2, Mi TV Q2):
- Open Settings โ About TV โ Update system.
- Click on the gear icon (โ๏ธ) top-right.
- Turn off Automatic Update Check.
- Return to the main settings menu, select Apps โ System Applications โ Software Update and turn off notifications.
For Mi Box/Mi Stick:
- Use Settings โ Applications โ Software Update โ Notifications โ Disable.
- If notifications continue to appear, reset the cache of the com.android.tv.settings app via ADB: adb shell pm clear com.android.tv.settings
Features of devices on Google TV (for example, Xiaomi TV Stick):
- ๐น Updates are managed through Google Play Services, so standard methods are available. MIUI not working.
- ๐น Use the settings. โ System system โ Update โ Settings (โ๏ธ) โ Auto-update โ Off.
๐ก
On devices with Google TV (such as the Mi Box S), disabling update notifications may block access to some Google Play features, including app installs.
What to do if notifications are returned?
Even after the shutdown, the notifications may reappear.
- ๐ Resetting settings after updating MIUI.
Decisions:
- Check Active Processes: Use the Activity Launcher app (from Google Play) to find hidden activity related to updates.
- Set up Firewall: Applications like NetGuard or AFWall+ (requires root) can block network access for com.android.updater.
- Install custom Recovery: TWRP allows you to remove system APKs without full root access.
If notifications return after each reboot, the problem may be in the service com.miui.overseas (for global firmware). ADB sometimes:
adb shell pm disable-user --user 0 com.miui.overseasโ ๏ธ Note: Disabling com.miui.overseas may result in the loss of functionality of some pre-installed applications (e.g. Mi Community or Mi Video (CN ROM) This service is missing.