Light indicator (LED-The light bulb on Xiaomi smartphones is a useful feature for alerting about missed events, but not all users like its work during incoming calls. The flashing LED can be distracting at night, draining the battery, or just annoying, especially if you use the phone in quiet mode. Fortunately, the manufacturer has provided several ways to turn off this feature - as through standard settings. MIUI, and with the help of hidden parameters or third-party applications.
In this article, we will analyze all the current methods of removing light indications when calling for different models Xiaomi, Redmi and other devices. POCO (including devices MIUI 12-14 and Android 10-14.You will learn how to fully deactivate LED-We'll also look at the potential problems and nuances that arise when you change these parameters, like leaving the flashing for notifications only, but removing them when you call.
Why does the indicator flash when incoming call?
The light indicator on Xiaomi is a small LED, usually located next to the front camera or under the screen.
- π Incoming calls (even if the phone is silent)
- π© New notifications (SMS, messengers, mail)
- π Battery Charging (on Some Models)
- π¨ Critical errors (such as overheating or low charge)
By default, MIUI includes flashing the indicator for all types of alerts, including calls. The logic is simple: even if the phone is down or you don't hear the vibration, the light signal will attract attention. However, for many users this is unnecessary - especially if the phone is always at hand or used in quiet conditions (for example, in meetings or at night).
It is important to understand that on different models Xiaomi implementation of the indicator may differ:
- π± Flagship models (e.g. Xiaomi) 13/14, Mix 4) β often have programmable RGB-broad-setting.
- π° Budget smartphones (Redmi Note) 10/12, POCO X3/X5) β usually limited to monochromatic LED or even deprived of hardware indicator (in them flashing is simulated by the screen).
- β‘ Old devices (on MIUI 10β11) β may not support flexible settings via menus.
Method 1: Disconnect via notification settings (MIUI 12β14)
The easiest and safest method is to use the standard MIUI menu, which works on most modern devices (2020 and later) with a shell version of MIUI 12 and higher.
Instructions:
- Open the Settings app (the gear icon on the desktop).
- Go to the Notifications and Status bar section.
- Select the Notification Indicator (some firmware may call it a Light Indicator or LED-warning).
- In the menu that opens, find the Incoming Calls option and move the slider to the βOffβ position.
- Save the changes (some devices will require a reboot).
If your menu doesnβt have a notification indicator, it could mean:
- π΄ Your Xiaomi model does not support hardware LED-indicator (e.g. Redmi) 9A or POCO M3 β They're blinking with a screen).
- π You have an outdated version. MIUI (Update the firmware through Settings β The phone. β Updating the system).
- π οΈ The manufacturer has hidden the settings (solved through the developer section or ADB-commands, see the methods below).
βοΈ Preparation for switching off the indicator
Method 2: Use the "Do Not Disturb" mode
If you only need to turn off blinking at certain hours (e.g. at night), you can use the Do Not Disturb (DND) feature, which does not remove the indicator completely, but temporarily mutes all alerts, including lights.
How to set up:
- Go to Settings β Sound and vibration β Do not disturb.
- Activate the slider Enable on schedule.
- Set a time when you want to turn off alerts (for example, from 23:00 to 7:00).
- In the Rules section, select Only Important or Do Not Show Anything.
- Make sure the Light Alerts option is turned off (if any).
β οΈ Note: In Do Not Disturb mode, you will not receive any notifications (calls, SMS, Messengers, unless you set exceptions. To leave important alerts, add contacts or apps to Exceptions.
Advantages of the method:
- β No need for root or technical knowledge.
- β It works on all Xiaomi models, even without hardware. LED.
- β You can flexibly set the schedule.
Disadvantages:
- β Turns off all alerts, not just lights.
- β Not suitable if you need to remove blinking constantly.
Method 3: ADB-commands
If you don't have an option to turn off the indicator, you can use ADB (Android Debug Bridge), which requires connecting the phone to your computer, but allows you to change hidden system settings without root permission.
Step-by-step:
- Download and install. ADB-pc-tool.
- Turn on USB Debugging: Settings β About Phone β MIUI Version (click 7 times until the message βYou are a developer!β) Settings β Additional β Developers β Debugging by USB (enable)
- Connect your phone to your PC via USB (select File Transfer Mode).
- Open the command line (Windows) or the terminal (Mac/Linux) and type:
adb shell settings put global notification_light_pulse 0This command disables the flashing of the indicator for all notifications, including calls. If you want to return the settings back, use:
adb shell settings put global notification_light_pulse 1For more fine-tuning (e.g., disable blinking only for calls), alternative commands can be used:
| Team team. | The effect |
|---|---|
| adb shell settings put global notification_light_pulse_custom_default 0 | Turns off default blinking for all applications |
| adb shell settings put global notification_light_pulse_custom_colors 0 | Resets the color of the indicator (can help if the blinking is lost) |
| adb shell settings list | grep notification_light | Shows all available indicators |
β οΈ Attention: Misuse of the right ADB Before executing commands, back up your data via Mi Cloud or locally. If the indicator stops working after changes, reset to factory settings (Settings) β Additionally. β Resetting settings).
π‘
If ADB-commands are not working, try to first issue permission to debug through the computer: enter in the terminal adb devices, then confirm the request on the phone.
Method 4: Third-Party Applications for LED Management
If standard methods donβt work, you can use Google Play apps that extend the control of the indicator.
- πΉ Light Manager β allows you to adjust colors, flash frequency and turn off the indicator for individual applications (including calls.
- πΉ LED Blinker Notifications β supports Xiaomi and gives access to hidden options LED. Reference.
- πΉ MacroDroid β Automatically disables the indicator by triggers (for example, when connecting to Wi-Fi or at night.
How to set up in Light Manager:
- Install the app and provide all the permissions requested (including Special Notification Access).
- In the main menu, select Apps and find Phone (or Calls).
- Turn off the Light indicator slider for this application.
- Save the settings and restart the phone.
Warnings when using third-party applications:
- β οΈ Some programs require root rights to work properly.
- β οΈ Applications may conflict with MIUI Optimizations (turn them off in the developer settings if lags occur).
- β οΈ After updating MIUI settings may reset.
What to do if the app does not see the indicator?
Method 5: Manual editing of system files (for advanced ones)
This method is only suitable for users with root rights or custom firmware (such as LineageOS), which allows you to completely delete or modify the files responsible for the operation of the indicator.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Follow the path:
/system/vendor/overlay/Look for files with names that contain:
- notification_light
- led_config
- miui_notification
Make a backup copy of the found files, then:
- π§ Rename them (add.bak at the end).
- π§ Or edit in a text editor by removing the lines responsible for the calls (look for it). call_light or incoming_call).
- π§ Reboot the phone.
β οΈ Warning: Incorrect editing of system files can lead to bootloop or loss of functionality.This method is recommended only for experienced users with a firmware backup.
π‘
If you don't have root, but you want to experiment, consider installing custom firmware (like Pixel Experience), where LED settings are more flexible, but this voids the warranty and requires unlocking the bootloader.
Frequent problems and solutions
When you turn off the light indicator on Xiaomi, users face typical difficulties.
| Problem. | Reason. | Decision |
|---|---|---|
| No item "Notification Indicator" in the settings | Outdated version of MIUI or lack of hardware LED | Update the firmware or use it ADB-team |
| The indicator flashes despite the disconnection in the settings | Conflict with apps (such as Truecaller or WhatsApp) | Turn off notifications for these apps or use Light Manager |
| After ADB-commands, the indicator stopped working at all. | Incorrect settings in settings.db | Reset your settings with adb shell settings delete global notification_light_pulse |
| Blinks screen instead of LED (on budget models) | Programming of indicator emulation (Ambient Display) | Turn off the Settings. β Screen. β Ambient Display |
If none of the methods worked, check:
- π Model of your device β some Xiaomi (e.g. Redmi) 9T or POCO M4 Pro) use screen illumination instead of LED. In this case, the blinking is turned off through the Settings. β Screen. β Illumination of notifications.
- π Version MIUI β on MIUI 11 And below, you may need to manually edit the file. /system/build.prop (root).
- π Theme conflict - some themes from the Mi Theme Store override indicator settings.