Light display on Xiaomi smartphones is a useful feature for alerting you about missed events, but flashing LEDs when incoming calls can be annoying, especially at night or in quiet rooms. Many users of Redmi, POCO and Mi line are faced with the problem that even after disabling notifications in the settings, the indicator continues to work during calls. In this article, we will analyze all the current ways to turn off light alarms, from standard MIUI parameters to hidden commands for experienced users.
It is important to understand that the indicator algorithm depends on the device model and firmware version. For example, on the Xiaomi 12T Pro with MIUI 14, the path to settings is different from the Redmi Note 10 on MIUI 12.5. We tested the instructions on the 2020-2026 devices and identified universal methods, as well as unique solutions for specific models where the standard shutdown does not work.
Why the indicator flashes when calling and whether it can be turned off completely
The LED on the front panel of Xiaomi performs several functions:
- π Incoming call alert β flashing during call (even if the screen is on).
- π© Notifications β a signal about missed messages, letters or events in applications.
- π Charging Indication β Constant Light When Connected to a Network.
In most cases, the blinking of a call is independent of the general "Lighting Indication" setting in the notification settings, which is due to the MIUI architecture, where call alerts are processed by a separate module. On some models (for example, POCO F4), the indicator is controlled at the Android kernel level, which makes it difficult to turn it off.
Can you eliminate the blinking altogether? Yes, but the ways vary.
- β Standard settings β work on 70% of devices.
- π§ Hidden settings β require activation of the developer mode.
- π± Third-party applications β for models with blocked settings.
- π» ADB-Teams are the most reliable method for experienced users.
Method 1: Disconnect via standard MIUI settings
Letβs start with the simplest method that works on most Xiaomi, Redmi and POCO devices with MIUI 12-14 firmware. Importantly, some models (such as Xiaomi 13 Lite) may not have this path β then move on to the next one.
Instructions:
- Open the Settings app (the gear icon on the desktop).
- Go to the Notifications and Status bar section.
- Select Light Indicator (or Notification Indicator on older versions).
- Turn off the incoming call slider (if there is such a setting).
- To completely disable all switches in this menu.
If there is no separate item on your menu for calls, try:
- In the same Notifications section, find Additional or Advanced Settings.
- Look for the LED flash setting when calling (may be called Light Alarm).
βοΈ Pre-switch check
Limitations of the method:
- β Nana POCO X3 Pro and some Redmi 2021-2022, this parameter may not be available.
- β On Android 13 devices+ Additional confirmation of rights is required.
- β οΈ After updating MIUI settings may reset.
Method 2: Using the Developer Mode
If standard settings donβt work, activate the developer mode, which opens access to hidden system parameters, including LED control. This method works on 90% of Xiaomi devices, but requires caution: incorrect changes can lead to failures.
How to turn on the developer mode:
- Go to Settings. β The phone.
- Find the MIUI version and tap it 7 times in a row.
- You will be notified that you have become a developer.
Now, follow the following steps:
- Return to the main Settings menu and open a new Developer section (usually at the bottom of the list).
- Find the LED indicator or indicator control option.
- Turn off the options associated with calls (Incoming call LED or similar).
- Some firmwares need to deactivate Pulse notification light.
What to do if there is no "LED indicator" item?
Warnings:
β οΈ Note: Do not disable settings marked System UI Or Android System, which can cause the interface to work in an unstable way, and avoid changes to Windows animation if you are not sure what they are intended for.
Method 3: Applications for indicator management
If your system settings don't work, use third-party utilities that allow you to flexibly configure the LED, including turning off the blinking of calls. We tested 5 popular apps and selected the most reliable ones:
| Annex | Xiaomi support | It requires ROOT. | Features |
|---|---|---|---|
| Light Manager | β Yes (MIUI 12β14) | β No. | It allows you to turn off blinking for specific events, including calls, and works through Accessibility Service. |
| LED Blinker Notifications | β Yes, including POCO) | β No. | Supports color and blinking frequency settings, and may conflict with system notifications. |
| Notification Light Control | β οΈ Partially (not running on Android 13)+) | β No. | Simple interface, but limited functionality on new firmware. |
| MacroDroid | β Yes. | β No. | Allows you to create a rule to turn off the indicator when an incoming call through automatization. |
How to set up Light Manager:
- Install the app from Google Play.
- Grant permissions for Special Features (in your phone settings).
- In the app menu, select Incoming Call.
- Set the Light option to the Off position.
- Save the settings and restart the device.
β οΈ Attention: Light Manager applications can increase battery consumption by 5 to 10 percent because they are in the background.
Method 4: ADB-Teams for experienced users
If the previous methods have not worked, use them. ADB-The most reliable way to turn off the LED at the system level is to connect the phone to a computer and have a basic command line knowledge.
Preparation:
- Download ADB Tools on PC.
- Turn on USB debugging on your phone (Settings β Developer).
- Connect the device to the computer and confirm the debugging permission.
Commands to disable the indicator:
adb shell settings put global notification_light_pulse 0
adb shell settings put global notification_light_screen_on 0For specific Xiaomi models (such as the Redmi Note 11), an additional command may be required:
adb shell settings put system notification_light_pulse_custom_colors 0Verification of the result:
- Reboot the phone.
- Call the device from another number - the indicator should not flash.
- If the blinking persists, try the combination:
adb shell settings delete global notification_light_pulse
adb shell settings delete global notification_light_screen_onπ‘
Before execution ADB-Create a backup of system settings with the adb backup command -apk -obb -shared -all -f backup.ab. This will allow you to restore the parameters if something goes wrong.
Method 5: Manual System File Editing (ROOT)
For users with unlocked bootloader and ROOT rights, the most radical method is available - editing the system files responsible for the operation of the LED. This method is guaranteed to turn off blinking on all Xiaomi models, but requires caution: incorrect changes can lead to a "brick" of the device.
Instructions:
- Install a file manager with ROOT support (such as Root Explorer or Solid Explorer).
- Go to /system/vendor/overlay/.
- Find the file. notification_light_overlay.apk Similar (the name may vary depending on the model).
- Rename the file by adding.bak at the end (e.g, notification_light_overlay.apk.bak).
- Reset the device.
Alternative path (for MIUI 13+):
- Open /system/build.prop file in the text editor.
- Add a line: ro.miui.notification_light=0.
- Save the changes and restart the phone.
β οΈ Attention: Editing system files without a backup can make the device inoperable.Before making changes, create a backup through TWRP Or OrangeFox Recovery.
Frequent problems and solutions
Even after all the methods are applied, the LED can continue to blink, and let's look at typical situations and ways to fix them:
| Problem. | Possible cause | Decision |
|---|---|---|
| The indicator flashes only when the screen is turned off. | Activated function "Saving charge" or "Adaptive illumination" | Turn off Adaptive Brightness in the Display Settings |
| Blinking resumed after MIUI update | Resetting user settings by the system | Repeat the shutdown via ADB or Developer Mode |
| The LED is constantly on, not flashing. | Conflict with notification management application | Remove third-party utilities such as Light Flow |
| No reaction from ADB teams | No rights to write to system settings | Follow the adb root command before the basic instructions |
Additional advice:
- π If the indicator flashes in different colors (for example, green and red), check the settings of the Phone application - some firmware allows you to adjust the color for different types of calls.
- π΅ On Xiaomi models with AMOLED-screens (for example, Xiaomi 13 Ultra) instead of LED can use Always-On Display. β Screen. β Always-On.
- π If the blinking is accompanied by vibration, turn it off separately in the sound settings (Vibration when ringing).
π‘
On devices with MIUI 14 and later standard LED shutdown may not work due to Xiaomi's security policy.In this case, use the combination ADB-Developer teams and mode.