Light indicator on Xiaomi Mi 10: how to turn on, configure and troubleshoot

Light indicator (or LED-Notifications on Xiaomi smartphones are a useful feature that visually alerts you to missed calls, messages or low battery charge. However, in the Mi 10 model (including the Mi 10 Pro and Mi 10 Ultra modifications), this option is disabled by default or hidden in the depths. MIUI. Many users are unaware of its existence, despite having a physical LED at the top of the screen.

In this article, we will look at all the ways to activate the indicator, from standard MIUI settings to hidden commands via ADB. You will also learn how to adjust the color, blink frequency and solve typical problems when the LED does not work.

If you’ve tried to turn on the indicator through Settings β†’ Notifications before and didn’t find the right item there, don’t be surprised. Xiaomi is gradually removing this feature from the interface, leaving it for technical purposes only (for example, charging indication), but with our instructions you can return full LED work even on the latest versions of MIUI.

πŸ“Š You use a light indicator on your smartphone?
Yeah, all the time.
Only for important notifications
No, he's intruding.
Didn't know he was.

Where is the light indicator on Xiaomi Mi 10?

In the Mi 10 series, the LED is located on the top left of the front panel, next to the front camera, and it's hidden under the black glass of the screen, so it's not always visible when the display is off. It's a small dot on the outside (β‰ˆ1 mm) which lights up when active notifications or charging.

Physically, the indicator supports three colors:

  • πŸ”΄ Red: Missed calls, low battery charge (less than 15%).
  • 🟒 Green – Full charging, successful network connection.
  • πŸ”΅ Blue - messages (SMS, messengers, notifications from applications.

On the Mi 10 Pro and Mi 10 Ultra models, the LED is identical, but there may be additional color adjustment restrictions in the firmware for these devices, such as some regional versions of MIUI, where blue is blocked for notifications from third-party apps.

Important: on the Mi 10 Lite and Mi 10T, there is no physical light indicator – instead, the Ambient Display function is used.

Method 1: Enable through standard MIUI settings

If your Xiaomi Mi 10 runs on MIUI 12-14, try activating the indicator through the notification menu.This method doesn’t work on all firmware, but it costs Attempt first to:

  1. Open the Settings. β†’ Notifications.
  2. Scroll down and select the Light indicator (or Notification indicator).
  3. Activate the switch at the top of the screen.
  4. Set up colors for different types of notifications (calls, messages, battery).

⚠️ Note: On some versions MIUI The light indicator may not be available, due to Xiaomi's policy of simplifying the interface, and then move on to the following ways.

If you have an option, you'll see a list of apps that you can customize individual colors for, like:

  • πŸ“ž Calls: red flashing.
  • πŸ’¬ Messages: blue constant.
  • ⚑ Charging: Green at 100%, red at low charge.

Check the version of MIUI (Settings β†’ About the phone)

Connect your smartphone to charging (for charging indication test)

Make sure there are no active notifications (clear the panel)

Turn off the "Do Not Disturb" mode"-->

Method 2: Activate through a hidden menu of engineering settings

If the standard path didn’t work, use the engineering menu (#4636## or #6484###) which requires caution, as incorrect changes can cause malfunctions.

Instructions:

  1. Open the Phone app and enter the combination ##6484##.
  2. In the menu that appears, select Testing β†’ LED.
  3. Activate the Enable LED switch.
  4. Set up the parameters: πŸ”„ Blink interval – blinking frequency (recommended 500–1000 ms). 🎨 Color mode - color choice (RGB-values or pre-settings).

Save the settings and restart the phone.

⚠️ Attention: On firmware MIUI 13+ The engineering menu can be blocked. ADB (method 3) or utilities like Activity Launcher to access hidden settings.

After activation, check the indicator:

  1. Send yourself an SMS or call from another phone.
  2. Connect the charger.
  3. Make sure the LED flashes or burns with a constant light.
What to do if the engineering menu is not opened?
If you don't enter the ##6484## code, then 1. Your firmware blocks access to the engineering settings (typical for global versions of MIUI). 2. You need to use alternative codes: ##4636## (test menu) or ##225## (calendar). 3. Some devices require you to pre-enable Developer Mode (Settings β†’ Phone β†’ 7 times press MIUI version).

Method 3: Using ADB to Incorporate

If previous methods have failed, the most reliable way is to use the ADB command (Android Debug Bridge) which requires connecting the smartphone to the computer, but guarantees results even on blocked firmware.

Step-by-step:

  1. Download and install ADB Tools on PC.
  2. Turn on USB Debugging on your phone: Go to Settings β†’ About Phone. 7 times click on the MIUI Version to activate Developer Mode. Return to Settings β†’ Additional β†’ For Developers and enable USB Debugging.

Xiaomi Mi 10

ADB

adb devices

(Serial number device should appear)

adb shell settings put global notification_light_pulse 1
adb shell settings put global notification_light_color 0xFFFF0000

(This will include red; for blue, use 0xFF0000FF; for green, use 0xFF00FF00.)

Reboot the phone.

After the reboot, the indicator should work. To return the standard settings, use:

adb shell settings put global notification_light_pulse 0

⚠️ Attention: MIUI 14+ team ADB If the indicator does not light up after entering commands, try to perform first: adb shell pm grant com.android.settings android.permission.WRITE_SECURE_SETTINGS

1. Reinstall Xiaomi drivers (download from the official website).

2. Use another USB-cable (not all support data transmission).

3. Enable the debugging option in the developer settings USB (security parameters) and Allow change of settings.-->

Customization of colors and flashing modes

Once the indicator is activated, you can customize its behavior to your needs, and depending on the way you turn it on (standard settings, ADB or engineering menus), different parameters are available.

Table of supported colors and their values:

ColourCode for ADBTypical useNotes
Red.0xFFFF0000Missed calls, low chargeIt works on all versions of MIUI.
Green.0xFF00FF00Full charging, successful operationsMay not work on Mi 10 Ultra (Firmware Restriction)
Blue0xFF0000FFMessages, notifications from applicationsSome of the scalings require additional rights.
Yellow.0xFFFFFF00System warningsIt is not supported on all devices.
White0xFFFFFFFFGeneral noticesIt may look gray due to LED restrictions

To adjust the blinking frequency, use the command:

adb shell settings put global notification_light_pulse 1000

(where 1000 is the interval in milliseconds; the minimum value is 100 ms).

For a constant fire (without flashing), enter:

adb shell settings put global notification_light_pulse 0

If you want the indicator to only respond to specific apps (like WhatsApp or Telegram), use utilities like Light Manager (available on Google Play). WRITE_SECURE_SETTINGS, which can be provided through ADB:

adb shell pm grant com.katecc.lightmanager android.permission.WRITE_SECURE_SETTINGS

Problem Solving: Why is the indicator not working?

If after all the manipulations the LED does not light up, check the following points:

  • πŸ”‹ Charging: Connect your phone to the charger. If the indicator is green/red, the problem is with the notification settings.
  • πŸ“± Firmware: On custom firmware (like LineageOS), the indicator can be turned off at the kernel level.
  • πŸ”§ Hardware malfunction: If the indicator does not respond even to charging, it may be damaged LED or plume, in which case only the service center will help.
  • 🚫 Lockdown MIUI: On some versions of the firmware Xiaomi deliberately disables access to the LED Solution: Recoil on an earlier version. MIUI or use of Magisk modules.

⚠️ Attention: If after the commands ADB The indicator lights up but goes out quickly, check the power saving settings. Enable the option for the Settings app (com.android.settings) with No Restrictions in the Battery menu β†’ Optimizing the battery.

To diagnose hardware problems, perform the LED test through the engineering menu:

  1. Enter ##6484##.
  2. Select Testing β†’ LED.
  3. Press Test Red, Test Green, Test Blue in turn.

If no color is lit, it is a sign of malfunction.

πŸ’‘

On the Mi 10 with MIUI 13+, the light indicator is often blocked at the system level. The only working solutions are ADB or rolling back the firmware to an earlier version (for example, MIUI 12.5).

Alternatives to the light indicator on Xiaomi Mi 10

If you have failed to get LEDs to work or prefer other ways of notifying, consider alternatives:

  • πŸŒ‘ Ambient Display: Included in Settings β†’ Screen. β†’ Ambient Display: Shows notifications on the screen turned off (but consumes battery).
  • πŸ”” Sound cues: Set up unique tunes for different contacts in Settings β†’ Sounds and vibrations.
  • πŸ“³ Vibration: Include vibration response in Settings β†’ Notifications β†’ Vibration on notifications.
  • πŸ”„ Smartwatches/bracelets: Connect Mi Band or Amazfit to duplicate notifications.

For customization enthusiasts, Always On Display (requires ROOT or ADB) is a good app that allows you to display time, notifications and even animations in low-power mode.

If you’re using the Mi 10 with a POCO Launcher or HyperOS shell, check the theme settings – sometimes there are additional options for the indicator hidden there.

FAQ: Frequent questions about light indicator

Can I turn on the Mi 10 without ADB?
Yes, but only if your firmware supports the standard settings menu (Settings β†’ Notifications β†’ Light indicator). On MIUI 13+, this item is often missing, so the ADB or engineering menu remains the only working way.
Why does the indicator flash only when charging, but not on notifications?
This means that the firmware has disabled LED support for notifications.Solution: Try ADB commands from Section 3. Install the Light Manager app and grant it permissions via ADB. Check if the Do Not Disturb notifications (including light) mode is blocked.
How to reset the indicator settings to factory?
Adb shell settings delete global settings notification_light_pulse adb shell settings delete global notification_light_color Then reboot your phone. If you used Light Manager, delete the app and clear it in Settings. β†’ Annexes.
Will the indicator work after the MIUI update?
No warranties. Xiaomi regularly blocks access to LEDs in new firmware versions. If the indicator stopped working after the update, try: Repeat ADB commands. Reverse to the previous version of MIUI (via Fastboot or Mi Flash Tool). Use Magisk modules to unlock functions (for example, MIUI Light Module).
Can you customize different colors for different messengers?
Yes, but only with third-party applications (Light Manager, Notification Light) and standard MIUI settings allow you to select only common colors for notification types (calls, SMS, battery), these applications will need to be given special rights through ADB.