How to permanently disable update notifications on Xiaomi Redmi: from simple ways to ADB

Notifications about updating MIUI firmware on Xiaomi Redmi smartphones can appear with enviable regularity - sometimes several times a day. This is especially annoying if you deliberately postpone the upgrade due to concerns about stability, app compatibility or simply do not want to waste traffic. Unfortunately, the manufacturer does not provide an obvious "disable forever" button, but there are several workarounds - from standard settings to deep system tweaks.

In this article, we’ll look at 5 proven methods, including hidden developer settings, ADB commands, and even radical measures for those willing to sacrifice automatic security updates. Importantly, some methods require unlocking the bootloader or superuser rights — we’ll separately specify the risks and consequences. If you’re a user of Redmi Note 10/11/12, Redmi 9/9A/9C or newer models on MIUI 13/14, the instructions will remain current with adjustment for the interface version.

1. Standard shutdown through system settings

The safest and most obvious way is to use the built-in MIUI options. Unfortunately, it does not guarantee 100% results, since the system can reset settings after a reboot or after a few days.

  1. Open the Settings app (cog icon).
  2. Go to the About Phone section. → Update MIUI.
  3. Slip on the three dots in the upper right corner and select Settings.
  4. Turn off the automatic download slider via Wi-Fi.
  5. Go back and click on the notification icon (bell) in the upper right corner → Disable notifications.

This method works on most Redmi devices with MIUI 12 and later, but has a limitation: the system can turn on notifications again after updating Google services or resetting the cache.

📊 How often do you worry about update notifications on Xiaomi?
Every day.
Once a week.
Once a month
Never noticed.
I'm offline.

2. Hidden developer settings: blocking background activity

The system app Updater (responsible for updates) can be restricted through the developer menu, which will not delete it, but will reduce activity:

Activate Developer Mode (7 taps by build number)

Connect your phone to Wi-Fi

Charge the battery by at least 50%

Backup of important data-->

  1. Turn on Developer Mode: Go to Settings → About Phone and tap 7 times on the MIUI Version.
  2. Go back to the main settings menu and open a new section for developers.
  3. Find the option to Limit Background Processes and select No Background Processes for the Updater app (may be called System Update).
  4. Also turn off AutoRun for it in the Permissions → AutoRun menu.

This method doesn't remove notifications completely, but it reduces the frequency by 2-3 times. Minus: after resetting or updating MIUI, you will have to repeat the procedure. If you need a cardinal solution, read on.

⚠️ Attention: Restricting background processes for Updater may prevent critical security patches from being automatically installed.

3. Disconnection via ADB (no root)

If standard methods don’t work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to manage system applications without superuser permissions, which is suitable for MIUI 11-14 and does not require unlocking the bootloader.

You'll need:

  • 🖥️ Computer with Windows/macOS/Linux and installed Xiaomi drivers.
  • 📱 USB-cable (preferably original).
  • 🛠️ Utility. ADB Tools by Google.

Instructions:

  1. Enable USB debugging in the developer settings (see previous section).
  2. Connect your phone to your PC and confirm your trust in the computer on your smartphone screen.
  3. Open the command prompt (or Terminal) in the ADB folder and do:
adb shell pm disable-user --user 0 com.android.updater


adb shell pm hide com.android.updater

Once you reboot, the Updater app will be disabled and the notifications will disappear. To get it back, use:

adb shell pm enable com.android.updater

💡

If the command doesn’t work, try to delete the app’s cache first: adb shell pm clear com.android.updater.

4. Remove updates via TWRP (root required)

For advanced users, ready for risk, there is a radical method - removing the system. APK through custom recovery TWRP. This will permanently remove notifications, but it will prevent you from updating over the air, only for devices with an unlocked bootloader installed. TWRP.

Step-by-step:

  • 🔧 Download. TWRP For your Redmi model.
  • 📱 Load the phone into recovery mode (turn off, then pinch the power). + Loudness up).
  • 🗑️ Go to Advanced. → File Manager.
  • 📁 Find the file. /system/priv-app/Updater and remove it.
  • 🔄 Reset the device.

⚠️ Note: Deleting system files may lead to unstable work or boot failure.Before the procedure, make a full backup through TWRP → Backup.

What if the phone doesn’t boot after removing the Updater?
If after removing the system application Xiaomi Redmi goes to bootloop (cyclic reboot), restore deleted files through the TWRP: 1. Download the original firmware for your model from the site MIUI Downloads. 2. Unpack. ZIP-archive and find the file Updater.apk file /system/priv-app/. 3. Copy it back through TWRP File Manager. 4. Run the Wipe. Dalvik/Cache and reboot.

5. Alternative methods: disabling Google services

Sometimes update notifications don’t come from MIUI, but from Google Play, especially if you have apps like Google Play Services or Device Health Services installed to block them:

  1. Go to Settings → Applications → Application Management.
  2. Find Google Play Services and open Notifications.
  3. Disable all notification categories related to updates (System Updates, Device Security).
  4. Repeat the steps for the Device Health Services app.

This method is less reliable than ADB, but can help if notifications appear even after you turn off Updater.Cons: you lose automatic security checks from Google.

MethodDifficultyRoot is required.EfficiencyRisks.
Standard settings❌ No.⚠️ Low.Notifications may return
Restriction through ADB⭐⭐❌ No.✅ Tall.Requires PC and debugging over USB
Removal via TWRP⭐⭐⭐✅ Yes.✅ Absolute.Bootloop risk, loss OTA-update
Blocking Google Services❌ No.⚠️ MediumLoss of security functions

Frequent problems and solutions

Even after using one of the methods, notifications can return.

  • 🔄 Notifications appeared after the update MIUI: Repeat steps with ADB Check if the settings in the developer menu are not reset.
  • 📵 The debugging doesn't work. USB: Install Xiaomi drivers manually through Mi PC Suite.
  • 🔒 ADB Issues a “device unauthorized” error: a request for trust in the PC will appear on the phone – confirm it.
  • ⚠️ After removing Updater, the phone does not update: This is the expected behavior. For manual updates, download the firmware from the official website and install via TWRP.

💡

If you use custom firmware (like LineageOS or Pixel Experience), notifications about the MIUI update will not appear in principle, but in this case you lose access to Xiaomi’s proprietary features (like Game Turbo or Second Space).

Can I turn off update notifications without a computer?
Yes, but the efficiency will be lower. Use a combination of standard settings (Settings → MIUI Update → Disable Notifications) and background process limitations through the developer menu. Complete shutdown without a PC requires root and a file manager with superuser rights (such as Root Explorer).
Why do you return notifications after ADB shutdown?
This is due to automatic permission reset by MIUI system services. Solution: Repeat adb shell pm disable-user --user 0 com.android.updater. Disable Autosynchronization in your Mi Account settings. Install App Ops (requires root) and block all operations for Updater.
Is it safe to remove Updater via TWRP?
Removing a system application always carries risks, but in the case of Updater, they are minimal if: You made a full backup through the system. TWRP. Do not delete other files from /system. Ready to manually install updates via fastboot or TWRP. In practice, most Redmi users don’t face problems after removing Updater, but you’ll lose the ability to get a copy of the update. OTA-air-refreshment».
How do I return my update notifications if I change my mind?
The method depends on the disable method: ADB: Perform adb shell pm enable com.android.updater. TWRP: Restore deleted files from the backup or reflash MIUI over the current version. Standard settings: Enable the slider Autoboot in the update menu.
Why are some Redmi models not equipped with the option to “disable notifications”?
On devices with MIUI for the global market (e.g. Redmi Note 10 Global), the option may be hidden. In this case: Use ADB (section 3 of this article). Install MIUI for China (requires unlocking the bootloader) - there are more settings. Disable notifications via App Notifications (app from the Play Market, requires Android 8.0+).