How to remove notifications about the update Xiaomi Redmi 9

Owners of Xiaomi and Redmi smartphones often face intrusive notifications about the release of new versions of firmware. For the budget model Redmi 9, these messages can be a real irritant, especially if the device is stable and forced updates can only make things worse. System system MIUI tends to keep the user informed, but not always these updates are beneficial for older devices.

Permanent pop-ups are disruptive and require actions that are not always desirable. Many users prefer to stay on a proven version of Android to keep the performance and familiar interface. In this article, we will discuss effective ways to block these notifications without losing warranty and the need for complex manipulation.

There are several levels of locking, from simple icon hiding to complete shutdown of system services, depending on your version of MIUI and whether you have ADB rights. We'll look at the different complexity options so that everyone can find the right solution for their gadget.

Why Redmi 9 is always offering an update

MIUI algorithms are set to aggressively promote new versions of the operating system. It is important for Xiaomi that the maximum number of devices run on the latest software, which makes it easier to support and collect statistics. However, for Redmi 9, released a few years ago, new firmware may be optimized worse than for flagships.

The MIUI Updater system process periodically checks servers for new builds. Once a new version is established and found, the user receives a push notification, which is embedded deep into the system and does not have a simple "Do not ask again" button in the standard settings.

⚠️ Warning: Disabling system updates completely can deprive your smartphone of critical security patches. Use locking methods only if you are confident in the stability of the current version of the software and understand the risks.

Often, updates come not only to fix bugs, but also to install new ad modules or changes to the interface, which is why power users tend to limit the background activity of the update service while maintaining control over their device.

Disabling notifications through system settings

The safest and easiest way is to use the regular Android features to manage application-specific notifications. In Redmi 9, this allows you to hide pop-ups, although background checks may remain active.

First, you need to find the app that's responsible for the updates, which is usually called "Software Update" or "System Update." Go to your phone's settings and find the "Applications" section, then select "All Apps." In the list, find the app you want, often hidden in the Services folder or has a gear icon.

Once you log in to the app, look for the Notifications section, and you'll see the Show Notifications switch. Turn it off. It's also helpful to uncheck the Sound and Vibration boxes if they're available separately.

  • πŸ“± Go to Settings. β†’ Annexes β†’ All applications.
  • πŸ” Find the "Update" list (may be called Updater).
  • 🚫 Press "Notifications" and move the slider to the "Off" position".

This method doesn't remove the app, it just stops it from bothering you visually, and if the system decides to start the upgrade process, you can only notice it by the increased traffic or battery consumption, but there will be no pop-ups.

Limiting background activity and auto-start

A deeper method of controlling MIUI Updater is to restrict its rights to work in the background.The Xiaomi operating system has strict energy saving mechanisms that can be used to your advantage.

In the application management menu, find the AutoStart section and turn it off for the update service, which will prevent the process from starting immediately after turning on the phone. Next, go to the Battery or Energy Saving section inside the application settings and select No Limits or Hard Limits mode so that the system itself strangles the process.

β˜‘οΈ Checking restrictions

Done: 0 / 4

Also, you should clear the application data. Go to Memory β†’ Clear the data β†’ All data. This will reset the update check timer, after which the system will assume that the check has just been conducted, and postpone the next request to the server for a long time.

⚠️ Note: Cleaning the Software Update will reset the verification status, but will not delete the already downloaded firmware files.

Combining these methods creates a double barrier: the application cannot start itself, and even if it launches in other ways, it is not allowed to show you a notification.

Using ADB to completely disable

For advanced users who want to uninstall the update service, there is a method using ADB (Android Debug Bridge), which requires connecting a smartphone to a computer and executing commands, but gives the most reliable result on Redmi 9.

First, you need to activate the developer mode. Go to Settings. β†’ About the phone and quickly press 7 times on the item "Version" MIUI". You'll see a message saying, "You're a developer." Then, in the advanced settings, turn on "Debugging by" USB".

Connect your phone to your PC, open the command line or terminal with ADB installed, and enter a command to disable the packet:

adb shell pm disable-user --user 0 com.android.updater

This command freezes the system component that's responsible for the updates, and the phone will behave as if the update app doesn't exist. To get it back, use the command:

adb shell pm enable com.android.updater
  • πŸ’» Install the drivers. ADB and the Tools platform on the computer.
  • πŸ”Œ Put the debugging on. USB developer menu.
  • ⌨️ Execute the command to disable the package through the console.

The method is completely secure for user data, since the application is not deleted, but only deactivated for the current user.

Delete downloaded firmware files

Often, the notification is not because a new version has arrived, but because there is a file in memory that is already downloaded, which is a few gigabytes in size, and the system insists on completing what it started. For Redmi 9, with its limited memory capacity, this is critical.

Update files are usually stored in hidden system folders. To get to them, turn on the hidden files in any file manager. downloaded_rom or MIUI root-memory.

Deleting these files frees up space and removes the trigger for the "Update ready to install" notification, however, unless you disable the update service (as described above), the file may download again after a while.

Where exactly do I look for update files?
They are often on the way. /storage/emulated/0/MIUI/downloaded_rom. Also check the folder. /Android/data/com.android.updater/files, if it's available for viewing.> It is recommended to check memory regularly to avoid a situation where the phone suddenly becomes slower due to overcrowded storage with hidden files of the system. 9 It has an unlocked bootloader and superuser rights (Root), you can block access to update servers at the network level. To do this, you edit the hosts system file. The file adds lines that redirect the domains of Xiaomi servers to the local address. 127.0.0.1. The phone will try to connect to the server, but will immediately be redirected to itself, and the check for updates will end in an error. The list of domains to block includes update.miui.com, update.intl.miui.com and other regional variations. This method is the most radical and effective, but requires high qualification. Method Complexity Risk Effectiveness of Notification Setup Low Average No Autorun Restriction Low Average No ADB commands Medium High Minimum Modification Hosts (Root) High Maximum High Choose a method that matches your technical skills. For most users, a combination of notifications shutdown and background activity restriction is enough. Frequently Asked Questions (FAQ) Low Average No Autorun Average No ADB commands Average No ADB commands Average No Average No Average No Average No Average No Average No Average No Average Average Average Average Average Average Average Average Average No ADB command Average Average Average Average Average Average Average Average Average Availability Availability Availability Aware Will the Update feature come back after you reset? Yes, the reset to factory settings (Wipe Data) will return all system applications and settings to the original state. You will have to repeat the disabling procedure again. Can I delete the Updater application completely? Without root rights, you can not delete the system application, you can only disable through ADB. With rights, deletion is possible, but not recommended, since it can violate the integrity of the system. Why do notifications still appear after you turn off? This can happen if there are other service applications on the system that duplicate the verification function (for example, "Services and reviews" or "Mi Credit") Check their notifications too. πŸ“Š What blocking method did you use?Notification settingsADB Root and hosts teams haven't tried yet πŸ’‘The optimal balance between security and silence is to turn off notifications in the combined app settings with auto-start restriction.