How to quickly remove the alarm icon on Xiaomi

Owners of Xiaomi, Redmi and POCO smartphones often face a situation where an unwanted symbol appears in the status bar, reminding them of a planned action.This alarm icon can annoy, occupy space and visually clutter the interface.

Fortunately, MIUI and its successor HyperOS provide flexible customization tools, so you can not only disable the reminder itself, but also hide its visual display while retaining functionality. In this article, we will discuss in detail all available methods of solving the problem.

Sometimes the problem is not with the standard application, but with the conflict of system processes. The interface can "remember" the status of the icon even after the timer is turned off. We'll look at ways to force the reset of status bar elements.

Standard methods of disconnection through settings

The most obvious and easiest way is to check the settings of the Watch app itself. In most cases, the icon only appears when at least one alarm is active. β†’ Sound and vibration or open the Watch app directly.

If you want to leave the alarm on but remove the icon, you will need access to advanced settings. In some versions of MIUI firmware, this option is included in a separate notification management menu. Press and hold the app icon on your desktop, select About App and check the Notifications section.

It is important to distinguish between system alarms and third-party timers. Often users confuse them by trying to turn off the icon in the wrong place. Make sure you work with the Android system component from developer Xiaomi.

⚠️ Note: If you completely turn off notifications for the Watch app, the phone may stop sounding when the alarm goes off in sleep mode.

β˜‘οΈ Check before changing the settings

Done: 0 / 4

Control of the status string in MIUI and HyperOS

Deep customization of visual elements is available through hidden or extended menus. To remove the alarm icon on Xiaomi, sometimes it is not enough to just turn off the timer. You need to consult the Settings β†’ Notifications and Status bar β†’ Status bar indicators.

Here's a list of all the possible icons that you can see at the top of the screen, and you can find "Alarm clock" or "Timer" and you can switch the switch to the inactive position, and this action will hide the symbol, but it won't cancel the scheduled event.

In newer versions of the HyperOS shell, the logic of the work may have changed. If you don't find the switch in the specified place, try searching for the settings. Type "indicators" or "status strings" into the menu search bar.

It is worth noting that on some global firmware versions, this feature may be hidden by developers, in which case alternative methods described below, including the use of ADB or third-party launchers, will help.

Why is the badge coming back?
The icon can return after the reboot if the timer process is still β€œhang” in the system. Try clearing the cache of the Watch application through the application settings.

Use of the "Do Not Disturb" mode

One effective way to hide unnecessary interface elements is to activate specialized modes of operation. Do Not Disturb often filters not only sounds but also visual notifications. However, the alarm icon in the status bar can behave independently.

However, you can set exceptions to this mode settings. If the alarm is part of a calendar or reminders, you can minimize the display. Go to Settings β†’ Sound and vibration β†’ Do not disturb.

Check the Notification Behavior section, where you can configure what icons will be visible when the screen is turned off or locked, which partially solves the problem of visual noise, although a permanent icon in the active bar may remain.

For users who care about the cleanliness of their interface while they sleep, this is the most gentle method, requiring no deep intervention, and can be easily reversed with a single touch.

πŸ“Š How often do you use an alarm clock on your phone?
Every day.
Only on weekends.
Rarely, occasionally.
I don't use it at all.

Hiding icons through third-party launchers

If the built-in MIUI doesn’t work, alternative shells will come to the rescue, with launchers like Nova Launcher or Microsoft Launcher allowing you to flexibly configure the status bar, although their options are often limited by Android access rights.

More advanced users can install modules that hide specific notification packets, which requires knowledge of the alarm system application's package name, usually looking like com.android.deskclock.

Using third-party software gives more freedom, but can lead to unstable system operation. Before installing heavy launchers, it is recommended to create a restore point or backup of important data.

This method is suitable for power users who want to have full control over the look and feel of their Redmi or POCO smartphone, and it allows you to hide not only the alarm clock, but also other system icons.

Advanced Methods: ADB and System Commands

For those who are not afraid of the command line, there is a way to hide icons through ADB (Android Debug Bridge), which requires connecting a smartphone to a computer and enabling debugging over USB. It allows you to edit the system display flags.

You first need to access the device's shell interface, and then you can command to enter debugging mode, and then you can use specific commands to control the status bar.

adb shell settings put global icon_blacklist battery,sync,headset,alarm

In this command, the alarm parameter is responsible for hiding the alarm icon. You can add other parameters through the comma. Be careful when you type: an error in the syntax can cause other important indicators to disappear, such as the level of charge.

⚠️ Attention: Use ADB-Incorrect system settings change can lead to a cyclical reboot or reset to factory settings.

To get it back to normal, use the reset command:

adb shell settings delete global icon_blacklist

This method is most effective for older versions of Android and MIUI. On newer versions of HyperOS, some commands may be blocked by security policies.

πŸ’‘

Before using ADB, be sure to turn on the developer mode by quickly clicking on the build number in the About Phone section 7 times.

Comparison of badge removal methods

The choice of method depends on your phone model and firmware version, and below is a table that helps you determine the best way to solve the problem for different use cases.

MethodDifficultyRisk of errorEfficiency
Application settingsLow.MinimumMedium
Status line (MIUI)Low.MinimumTall.
Third-party launcherMediumMedium.Depends on the software.
ADB teamTall.High-pitchedMaximum

As you can see from the table, standard settings are the safest option, but if they don't work, you'll have to use more sophisticated tools.

Xiaomi users with global firmware are most likely to have access to the second method, and the Chinese versions may have different interfaces, but the principle remains the same.

πŸ’‘

The safest and fastest way is to use the built-in status bar settings in the phone menu.

Frequently Asked Questions (FAQ)

Why does the alarm clock not disappear after it is turned off?
This could be a system bug in the MIUI interface, and try to reboot the device, and if it doesn't work, clear the Clock cache in the app settings.
Can I remove the icon without turning off the alarm?
Yes, it's possible through the Settings menu β†’ Notifications and status bar. Find the alarm switch and turn it off.
Does removing the icon affect the alarm clock?
No, visually hiding the icon doesn't affect functionality, and the sound will work at the appointed time, even if the icon isn't on the screen.
Where to find status bar settings on HyperOS?
The path may be different: Settings β†’ Additional settings β†’ Indicators or through a search for the word β€œindicator”.
Is it safe to use ADB to hide icons?
If you follow the instructions, yes, but there's always a risk of error in your system settings, so back up.