How to Set Up Notification Icons on Xiaomi: From Basic Changes to Hidden MIUI Features

Notification icons on Xiaomi are not just indicators of new messages; they reflect the style of interaction with the device, affect usability and even save battery life. In MIUI 14/15, the notification management system has become more flexible, but many users still do not know about all the possibilities: from simply hiding unnecessary icons to fine-tuning their appearance through the developer.

In this article, we’ll look at all the ways you can customize notification icons, from standard menu options to hidden features available through adb or engineering menus. We’ll focus on the challenges that Redmi, POCO and Xiaomi owners face after updates when icons suddenly disappear or duplicate. If you want the notification bar to work perfectly, read on.

Why are Xiaomi notification icons acting weird?

Before you set up, it is important to understand why icons can disappear, duplicate or display incorrectly. 80% of the time the problem is related to:

  • πŸ”„ Updates MIUI β€” After major updates (for example, from 13 to 14 version) reset individual application settings.
  • πŸ“± Battery optimization – the system automatically limits the background activity of β€œnon-faith” applications (WhatsApp, Telegram), which affects the display of notifications.
  • πŸ› οΈ Launcher Conflicts – Third-party shells (Nova Launcher, Apex) can block system notifications.
  • πŸ“΅ Cache errors – corrupted data from com.android.systemui application leads to failures in the notification panel.

Another common reason is for app-specific power saving settings, such as if Viber is enabled with Background Activity Limit, the notification icon may be late or not displayed at all, and you can check this in the Settings menu β†’ Battery β†’ Application selection.

πŸ“Š What Notification Icon Issue Worries You More Often?
The signs do not disappear after reading.
Notifications from some applications are not shown
Dubbed icons
Too small/inconvenient icons
Another problem.

Basic configuration of notification icons through the MIUI menu

To start with, the standard settings are available without root rights or adb, which is suitable for all Xiaomi models on MIUI 12 and later, including the Redmi Note 12, POCO X5 and Xiaomi 13.

To change the display of icons:

  1. Open Settings β†’ Notifications and Status bar.
  2. Select the Notifications Management option.
  3. Tapping on the desired application (for example, Telegram or Gmail).
  4. Activate the Switch Show notification icons.
  5. In the Style of the icon, select one of the options: πŸ“Œ Number: The number of unread notifications (e.g., β€œ3"). πŸ”˜ A point is a minimalist label without numbers. πŸ–ΌοΈ Application icon – displays the logo of the messenger or social network.

Note that some apps (like Facebook or Instagram) may ignore system settings and use their own icons, in which case only manually configuring the app itself or using adb (more on this below) will help.

Make sure notifications are included in the app settings

Check permissions for the application (access to notifications)

Disable battery optimization for critical messengers

Reboot the smartphone after the changes-->

Hidden settings: engineering menu and adb commands

If standard methods don’t work, it’s time to move on to advanced tools. MIUI It hides some of the features, but you can activate them through adb or an engineering menu, and it's a way for users who are willing to do a little bit of digging.

First, make sure that your Xiaomi has USB debugging enabled:

  1. Go to Settings. β†’ The phone.
  2. Tap 7 times on the MIUI version to activate the developer mode.
  3. Back to Settings β†’ Additionally. β†’ For developers.
  4. Turn on USB debugging and confirm the action.

Now connect your smartphone to your PC and execute commands via adb (if you don’t know how, use Google’s Platform Tools utility):

adb shell settings put global notification_icon_style 1 # Includes numerical icons


adb shell settings put global notification_icon_style 0 # Includes point icons




adb shell settings put global notification_icon_style 2 # Shows app icons

To reset all notification settings to factory use:

adb shell cmd notification reset_all
What if Adb does not recognize the device?
Make sure you have drivers installed for your Xiaomi model (download from the official website). USB-cable (original from Xiaomi) Include in the developer settings the item "Allow debugging by USB (Safe Mode)" Restart your PC and smartphone, then reconnect.

How to hide unnecessary notification icons forever

If you're annoyed by icons from system applications (such as Mi Video, Mi Browser or Security), you can turn them off completely. Importantly, this won't remove notifications from the curtain, it will only hide the icons in the status bar.

Method 1: Through application settings

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select an unused app (such as Mi Music).
  3. Tap Notifications. β†’ Categories of notifications.
  4. Turn off all categories or select Do Not Show Notifications.

Method 2: Through adb (for system applications)

adb shell pm disable-user --user 0 com.miui.videoplayer # Disable Mi Video


adb shell pm disable-user --user 0 com.android.browser # Disables Mi Browser

⚠️ Warning: Disabling system applications may lead to unstable operation MIUI. For example, once Security is deactivated, virus databases will no longer be updated. Before executing commands, back up through Settings. β†’ Additionally. β†’ Backup.

Problems and Solutions: Why Notification Icons Don't Work

Even after you set it up properly, icons may not show up, freeze or show up with errors. Consider typical scenarios and their solutions:

Problem.Possible causeDecision
The signs do not disappear after reading.SystemUI cache errorClear the cache: Settings β†’ Applications β†’ Application Management β†’ Three points β†’ Show system β†’ SystemUI β†’ Clear the cache
Notifications come, but without a badgeConflict with the subject of designReset the theme to standard: Settings β†’ Screen β†’ Theme β†’ Standard
Duplicate icons (e.g. two WhatsApp icons)Account synchronization errorDelete and add your account again: Settings β†’ Accounts. β†’ Google/Mi β†’ Delete
The badges are displayed with a delayOptimizing the battery for the applicationDisable optimization: Settings β†’ Battery β†’ Selection of applications β†’ Find an application β†’ Without restrictions

If none of these methods worked, try resetting the notification settings to the factory.

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Reset app settings.
  3. Confirm the action. This will return all permissions and notifications to the post-purchase state.

πŸ’‘

If the problem occurred after the MIUI update, try to roll back to the previous version via the Mi Flash Tool.Instructions for rollback look at the official Xiaomi group on 4PDA or en.miui.com.

Fine tuning through third-party apps

If the built-in MIUI tools aren't enough, you can use third-party tools that allow you to:

  • 🎨 Change the color and shape of icons.
  • πŸ” Hide notifications from specific contacts (e.g. WhatsApp).
  • πŸ“Š Grouping notifications by category.
  • πŸ”• Block notifications at certain times (Do Not Disturb mode").

The best apps to set up notifications on Xiaomi:

  • Notification History Log - keeps a log of all notifications, even deleted ones.
  • Heads Off – removes pop-up notifications (headers) for selected applications.
  • Noto – customizes notification icons (requires root or adb).
  • AutoNotification – allows you to create rules for notifications (e.g. vibrations only for important contacts).

When using third-party applications, consider:

  • Some features (such as changing the color of icons) require root rights.
  • Applications may conflict with MIUI Optimization – Disable it with adb: adb shell settings put global hidden_api_policy 1
  • After the MIUI update, you may need to reconfigure third-party utilities.

πŸ’‘

Third-party notification apps can reduce battery autonomy. Regularly check charge consumption in Settings β†’ Battery β†’ Battery use and disable unnecessary services.

Features of setting up on different Xiaomi models

While MIUI is committed to unification, some models have unique nuances in managing notifications.

Model/SeriesFeatures of notificationsRecommendations
Redmi Note 11/12Frequent badges with duplicate icons after upgrading to MIUI 14.Reset SystemUI settings via adb shell pm clear com.android.systemui.
POCO F4/F5There is no numerical style of default icons.Activate with adb shell settings put global notification_icon_style 1.
Xiaomi 13/14Support for dynamic icons (change color depending on the topic).Include in Settings β†’ Screen β†’ Dynamic colors.
Redmi A1/A2Limited settings due to the lightweight version of MIUI.Use third-party launchers (like Nova Launcher) to manage notifications.

For POCO-And the problem with the lack of notification icons in the status bar when you turn on "No frames:

  1. Go to Settings β†’ Screen β†’ Screen resolution.
  2. Turn off the Full Screen Mode option.
  3. Reset the device.

FAQ: Frequent questions about setting up notifications on Xiaomi

How to return old notification icons after the MIUI update?
If you don’t like the new slates in MIUI 14/15, The classic version can be returned via adb: adb shell settings put secure. icon_style_system 1 After completing the command, restart your smartphone. If that doesn't work, try installing the old version of the theme through Mi Theme Editor (requires an unlocked bootloader).
Why are Xiaomi notification icons in black and white?
This is a feature of Battery Savings mode or the Dark Theme option with monochrome icons enabled. To return colors: Turn off battery saving: Settings β†’ Battery β†’ Power Saving Mode. Or turn off monochrome icons: Settings β†’ Screen β†’ Dark Theme β†’ Additional β†’ Color icons.
Can I configure different icons for different accounts of the same app (for example, two Telegrams)?
In standard MIUI, this is not possible, but you can use a workaround: Install Parallel Apps (built-in MIUI) to duplicate the messenger. Set up notifications for each instance separately in Settings β†’ Notifications β†’ Parallel Telegram 1/2. For more flexible settings, root and the Xposed Framework application with GravityBox module will be required.
How to remove the β€œNo Internet connection” icon if Wi-Fi is working?
This error is caused by a failure in NetworkMonitor's service.Solutions: Reboot your smartphone. Clear your cache Settings β†’ Annexes β†’ Application management β†’ Three points. β†’ Show system-based β†’ NetworkMonitor β†’ If it doesn't work, do: adb shell settings put global captive_portal_detection_enabled 0
Why doesn’t Xiaomi have a notification icon for calling (like iPhone)?
V MIUI The missed call icon only appears in the notification curtain, not in the status bar. This is a feature of the firmware. To add an icon: Install the Missed Call Reminder app from Google Play. Configure the icon to display in its settings. Or use adb to force display: adb shell settings put global missed_call_notification 1

Important: On devices with MIUI 15 and later, some adb commands may require additional permissions. If nothing changes after the command is executed, check the logs through adb logcat | grep notification for diagnosis.