How to remove flashing indication on Xiaomi when calling: all ways

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.
πŸ“Š How often do you get annoyed by the light display on Xiaomi?
Constantly.
Only at night.
Next to the bed.
Never noticed.

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:

  1. Open the Settings app (the gear icon on the desktop).
  2. Go to the Notifications and Status bar section.
  3. Select Light Indicator (or Notification Indicator on older versions).
  4. Turn off the incoming call slider (if there is such a setting).
  5. To completely disable all switches in this menu.

If there is no separate item on your menu for calls, try:

  1. In the same Notifications section, find Additional or Advanced Settings.
  2. Look for the LED flash setting when calling (may be called Light Alarm).

β˜‘οΈ Pre-switch check

Done: 0 / 4

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:

  1. Go to Settings. β†’ The phone.
  2. Find the MIUI version and tap it 7 times in a row.
  3. You will be notified that you have become a developer.

Now, follow the following steps:

  1. Return to the main Settings menu and open a new Developer section (usually at the bottom of the list).
  2. Find the LED indicator or indicator control option.
  3. Turn off the options associated with calls (Incoming call LED or similar).
  4. Some firmwares need to deactivate Pulse notification light.
What to do if there is no "LED indicator" item?
On some devices (e.g. Xiaomi) 11T) This is hidden. Try searching by settings (the magnifier icon at the top) and enter the query "LED". If that doesn’t work, go to the way of ADB-team.

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:

AnnexXiaomi supportIt 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:

  1. Install the app from Google Play.
  2. Grant permissions for Special Features (in your phone settings).
  3. In the app menu, select Incoming Call.
  4. Set the Light option to the Off position.
  5. 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:

  1. Download ADB Tools on PC.
  2. Turn on USB debugging on your phone (Settings β†’ Developer).
  3. 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 0

For 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 0

Verification 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:

  1. Install a file manager with ROOT support (such as Root Explorer or Solid Explorer).
  2. Go to /system/vendor/overlay/.
  3. Find the file. notification_light_overlay.apk Similar (the name may vary depending on the model).
  4. Rename the file by adding.bak at the end (e.g, notification_light_overlay.apk.bak).
  5. 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 causeDecision
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 updateResetting user settings by the systemRepeat the shutdown via ADB or Developer Mode
The LED is constantly on, not flashing.Conflict with notification management applicationRemove third-party utilities such as Light Flow
No reaction from ADB teamsNo rights to write to system settingsFollow 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.

Can I turn off the flashing of the indicator only for specific contacts?
Yes, but not through system settings. Use MacroDroid: Add Macro. Select Incoming Call as a trigger and specify the contact number. Add Control LED Notification and set Turn Off. Limit: the rule will only work if the application is active in the background.
Why does it light up again after a few days?
This is due to automatic resetting of the settings in MIUI. Solutions: Turn off Auto-Optimization in Settings β†’ Battery. Add the indicator control app to Exceptions (Battery section) β†’ Battery optimization. Use it. ADB-Teams - they are more resistant to resetting.
Is there a difference between POCO and Redmi?
Yes, but it's minimal: POCO: In some models (for example, POCO F3) LED is controlled through POCO Launcher Settings.Redmi: Redmi firmware often lacks a separate switch for calls - you have to turn off the indicator completely. ADB-Teams and Apps from our Review.
Can I turn off the blink without ROOT and ADB?
Yes, but with limitations: Use applications like Light Manager (see Method 3). Some models help reset the settings to factory and then turn off the indicator in the first setup window. Try Do Not Disturb mode - it can block blinking for all notifications, including calls. Minus: these methods do not give 100% guarantee, especially on new firmware.
What if the light flashes even when the phone is off?
This is a hardware feature of some models (for example, the Redmi Note 9 Pro). SIM-map, the blinking stops, but the phone becomes unavailable for calls. Turn the device off completely (press the power button until vibration). Update the firmware - in new versions MIUI If the flashing is accompanied by a battery discharge, contact the service center, which may indicate a malfunction of the power controller.