The alarm icon on the top of the Xiaomi Redmi 9 can be annoying even if you're not using it. It takes up space in the status bar, distracts attention, and sometimes appears for no apparent reason β for example, after a MIUI update or a setting reset. Unlike app notifications, the alarm icon is tied to system processes, so a simple swipe can't remove it.
In this article, we will look at 5 proven ways to remove the icon, from standard MIUI settings to hidden developer settings. It is important to understand that some methods require superuser rights (root), while others work only on certain versions of the firmware. We will specify the limitations of each option and warn against typical errors that can lead to system failures.
If you are not sure about your Android settings skills, start with the simplest ways (sections 1β2). Advanced methods from sections 4β5 are suitable for advanced users, but they require caution.
1. Disconnect all alarm clocks in the app βClockβ
The most obvious way to check if an alarm is active in a standard application, even if you havenβt consciously set it, MIUI sometimes sets the alarm clock automatically (for example, after syncing with Mi Account or updating).
How to check:
- π Open the Clock app** (icon with dial).
- π Go to the βAlarmβ tab** in the lower menu.
- β‘ Check the list: if there is a switch next to the alarm clock, it means that it is active.
- π« Turn off all alarm clocks by moving the slider to the left.
If the icon is gone, the problem is solved, and if it's not, it's not tied to the standard alarm clock, it's tied to the system process, and then move on to the next one.
π‘
In some versions of MIUI, alarms can be duplicated under Settings β Notifications β Notification Management β Hours. Check and turn off notifications from there if they are enabled.
2. Reset the settings of the "Clock" application
Sometimes, a Clock app crash causes the alarm icon to remain on the status bar even if all alarms are off, in which case resetting the app will help, which will return it to factory status without deleting it.
Instructions:
- Slip on it, then select βStorageβ β βClear Dataβ and βClear Cacheβ**.
After the reboot, check if the icon has disappeared. If not, move on to more radical methods.
π‘
Resetting the Clock settings wonβt remove your custom alarms, but will reset all notification settings and sync with Mi Account.
3. Disable system notifications via ADB
If standard methods donβt work, you can block the display of the alarm icon via Android Debug Bridge (ADB), a method that doesnβt require root rights, but requires connecting the smartphone to a computer.
What you need:
- π» A computer with installed Xiaomi drivers and ADB (download).
- π USB-cable (preferably original).
- βοΈ Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times to tap the version number β return to Settings β Additionally. β For developers β Debugging by USB).
Instructions:
- Connect your smartphone to your computer and allow debugging.
- Open the command prompt (cmd) in the folder with ADB.
- Enter the command: adb shell settings put global alarm_icon_show 0
- Reboot the phone.
If the team doesnβt work, try an alternative:
adb shell pm hide com.android.deskclockWhat if the ADB does not recognize the device?
4. editing system files (root required)
For power users willing to risk system stability, there is a way to remove the alarm icon by editing system files, which only works on MIUI 12-14 firmware and can lead to bootloop if executed incorrectly.
Procedure:
- π§ Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
If the icon disappeared after the reboot, the method worked. If artifacts appeared in the status bar (for example, empty icons), return the files to their original names.
Backup important data
Check the battery (minimum 50%)
Establish a reliable root manager
Have Custom Recovery (TWRP) at Hand
-->
5. Use of custom firmware or patches
If none of these methods worked, the radical solution is to install custom firmware that removes the alarm clock system icons. Popular options for Redmi 9:
- π± LineageOS β pure Android without unnecessary icons.
- π§ Pixel Experience β firmware with Google Pixel interface.
- β‘ MIUI Pro - modified version MIUI extra-tune.
Warnings:
β οΈ Note: Installing custom firmware voids warranty, can lead to data loss and requires unlocking the bootloader. On Redmi 9, you need to wait 7 days after you have attached your Mi Account.
If youβre not prepared for these risks, try an alternative way to install a patch through Magisk. Some modules (such as MIUI SystemUI Tuner) allow you to hide individual icons in the status bar without completely flashing.
Comparison of methods: which one to choose?
| Method | Difficulty | Need root? | Risk to the system | Efficiency |
|---|---|---|---|---|
| Turning off alarm clocks | β | β No. | No. | Low (helps in 30% of cases) |
| Resetting the Clock | ββ | β No. | No. | Average (50%) |
| ADB-team | βββ | β No. | Minimum | High (70%) |
| Editing system files | ββββ | β Yes. | High-pitched | Very high (90%) |
| Custom firmware | βββββ | β Yes. | critical | 100% |
For most users, methods 1-3 are the best option. If you're not afraid of experimentation and have experience with ADB, try the 4th method.