The charging color indicator on Xiaomi, Redmi and POCO smartphones is not just a design solution, but a useful tool for quickly assessing battery status. Standard orange/green when charging can seem boring, especially if you like customization. Fortunately, the manufacturer has provided several ways to change this backlight - from simple settings in MIUI to using hidden functions through ADB.
In this article, we will analyze all current methods of changing the color of the indicator for devices on the Internet. MIUI 12, 13 and 14, including models with AMOLED-It is important to understand that not all methods are universal - some work only on specific series (for example, Xiaomi). 11/12/13 or Redmi Note 10/11). We will also tell you how to return the standard settings if the experiments did not go according to plan.
Why does Xiaomi change the color of the charging indicator?
The color of the backlight of the battery on Xiaomi is not accidental - it signals different states:
- π΄ Red/orange: battery is discharged (usually below 15%) or is being charged.
- π’ Green β Charging completed (100%) or battery level high.
- π΅ Blue/Blue (on some models) β Optimized Charge (Mi Smart Charge).
- π£ Purple/Pink β Quick Charge (Turbo Charge).
The manufacturer has pledged to change these colors, but not all options are available through the standard menu. POCO F3/F4 can be selected 7 The pre-set shades, while on Redmi 9A There's no option at all. It's because of hardware constraints, because cheap models have single-color LEDs, and flagships have one-color LEDs β RGB-lighting.
Interesting fact: on some devices (for example, Xiaomi Mi 11 Ultra) the color of the indicator synchronizes with the system theme. If you use dark mode, the backlight automatically becomes less bright so as not to annoy at night.
Method 1: Color change via MIUI settings (official method)
The easiest and safest way to do this is to use the built-in MIUI options. It is suitable for most MIUI 12.5+ devices, but may not be available on budget models (e.g. Redmi 9C or POCO M3).
Instructions:
- Open the Settings app.
- Go to Always on screen and lock (on some firmware - Lock screen).
- Select Charging indicator settings or Battery backlight color.
- In the list of available colors, choose your favorite (usually 5-7 options are offered).
- Confirm the changes and restart the device (sometimes required for use).
If this item is not on the menu, then your model does not support color change through MIUI.
Check out the MIUI version (Settings β About the phone)
Make sure the battery is at least 30% charged.
Connect the device to charging (for test)
Make a backup of settings (Settings) β Additionally. β Backup)-->
Method 2: Using MIUI themes to change the backlight
Not everyone knows, but some topics MIUI And the Themes, not only change the wallpaper and icons, but also the color of the charging indicator. AMOLED-screens where the backlight is implemented software (for example, Xiaomi 12 Pro, POCO F4 GT).
How to apply:
- π¨ Open the Themes app (Themes).
- π In search, enter the battery light request or charging indicator.
- π₯ Download and apply one of the themes marked Custom LED Battery Color.
- βοΈ After applying the theme, go to its settings and find the Color accents section - there may be an option to change the backlight.
The downside is that after you reset themes or update MIUI, settings can go off, and not all themes support this feature β look for options that rank high and testimonials about the indicator.
Red (classic)
Green (standard at 100%)
Blue (calm)
Purple (unusual)
Another (I will write in the comments)-->
Method 3: ADB-Teams for Advanced Users
If your device does not support color change through settings, but has RGB-lighting (for example, Xiaomi Mi) 10T or Redmi K40), can be used ADB-This method requires the inclusion of debugging by USB and computer-assisted.
Attention! Incorrect use of ADB can cause system failures. Follow the instructions carefully.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Click 7 times on MIUI until you become a developer.
USB-debugging
- Back to Settings β Additionally. β For developers.
- Activate the debugging switch over USB.
- Connect your phone to your PC and open Command Prompt (Windows) or Terminal (macOS/Linux).
- Check the connection command: Adb devices should appear the name of your device.
- Enter the command to change color (example for red): adb shell settings put global battery_light_color ff0000ff Where ff0000ff β hex-code color in format AARRGGBB (The first two symbols are transparency).
Other popular colors:
| Colour | Hex code | ADB Team Team |
|---|---|---|
| Green. | 00ff00ff | adb shell settings put global battery_light_color 00ff00ff |
| Blue | 0000ffff | adb shell settings put global battery_light_color 0000ffff |
| Purple. | ff00ffff | adb shell settings put global battery_light_color ff00ffff |
| Yellow. | ffff00ff | adb shell settings put global battery_light_color ffff00ff |
Important: Some devices (such as the POCO X3 Pro) require a reboot after using the ADB, otherwise the changes will not apply.
What if the ADB does not recognize the device?
Method 4: Apps from Google Play for customization
If previous methods didn't work or seemed complicated, you can use third-party applications. AMOLED-screens where the charging indicator is displayed software (for example, Xiaomi 13 Lite or Redmi Note 12 Pro).
Top.-3 tested applications:
- π± Battery LED Notifications β allows you to adjust the color, blink frequency and even animation indicator.+.
- π¦ LED Blinker Notifications β Supports backlight customization for charging, notifications and missed calls.
- π¨ Always on Edge β Specializes in AMOLED-displays, offering dynamic effects for the battery indicator.
Attention! Some apps require special permissions (e.g. Notification Access or Display over other apps) Be careful to install programs only from the official Google Play ranking.
Example of settings in Battery LED Notifications:
- Install and open the application.
- Go to the Battery Settings section.
- Select Charging LED Color and set the desired shade.
- Activate the Enable Custom LED switch.
π‘
If the indicator does not change after installing the application, try disabling system optimization of the battery for this software (Settings β Applications β Battery Management β Select the application β No restrictions).
Method 5: Editing System Files (for Power Users)
This method is only suitable for unlocked devices with root rights or custom firmware (for example, LineageOS), it allows you to change the color of the indicator at the level of system files, but requires caution β wrong actions can lead to a βbrickβ of the phone.
Instructions for root devices:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Cross the path: /system/vendor/overlay/ Look for files with names like this. battery_light_overlay.apk or led_config.xml.
- Copy the original file in case of rollback.
- Open the file in the text editor and find the lines with battery_light_color.
- Replace the color hex codes with your own (e.g. #FF0000 to #00FF00 for green).
- Save the changes, set the rights 644 (rw-r--r---) and restart the device.
β οΈ Attention! Editing system files without a backup can lead to a download cycle or loss of functionality. If you are not sure about your actions, use other methods.
How to return the standard color of the indicator?
If you are not satisfied with the experiments with color, you can return the factory settings in several ways:
- π Through MIUI: Go to Settings. β Always on screen and locking β Charging indicator and select by default.
- π± For ADB-Type the command: adb shell settings delete global battery_light_color and reboot the device.
- π§ If you used root: Restore the original file from the backup or reset settings (Settings) β Additionally. β Resetting settings).
On some devices (such as the Xiaomi Mi A3 with pure Android One), color reset is only possible through a full reset.
π‘
If the indicator stopped working completely after the color change, check if it is turned off in the battery saving settings (Settings β Battery β Energy Saving β Disable the charging indicator).