How to change the battery indicator on Xiaomi Redmi Note 5: all working ways

Xiaomi Redmi Note 5 is one of the most popular smartphones of the brand, but the standard battery indicator in the status bar is not popular for everyone.Someone wants to see the percentage of charge, someone does not like the color or shape of the icon, and some want to completely remove the display of the battery. In this article, we will discuss all possible ways to change the indicator, from simple MIUI settings to complex modifications through ADB and third-party applications.

It's important to understand that editing capabilities depend on the firmware version and the status of the unlocked bootloader. There are not all options available on a root-free stock MIUI, but even then there are solutions. If you're ready to experiment, you can achieve almost any indicator design, down to animated icons.

Before you start making changes, check the current version of MIUI in Settings β†’ About Phone β†’ MIUI. This will help you avoid errors when choosing a method. Also note that some methods can reset settings after you update the system.

1. MIUI Standard Settings: What You Can Change Without Root

Even without the additional tools, the Redmi Note 5 has a few options for adjusting the battery display.They are limited, but suitable for those who do not want to risk the stability of the system.

Go to: Settings β†’ Screen β†’ Status bar

The following parameters are available here:

  • πŸ”„ Charge percentages – includes digital display next to the icon (not working on all versions) MIUI).
  • 🎨 Color indicator – you can choose between white and black (depending on the topic of design).
  • πŸ“± Hide the indicator – completely disabling the display of the battery in the status bar (requires a reboot).

On some custom firmware (e.g. MIUI EU), the list of options is wider – you can choose the style of the icon (round, rectangular, with animation), but on the official global or Chinese version these features are usually absent.

⚠️ Note: If after changing the settings, the indicator disappears completely, check the settings parameter β†’ Screen. β†’ Application authorizations β†’ System settings β†’ Show status bar. Sometimes cache reset (Settings) β†’ Annexes β†’ Application management β†’ Three points. β†’ Clearing the cache helps to return the display.

πŸ“Š Which Battery Indicator Do You Like More?
Figures with icon
Just an icon.
Color indicator
Animated
I don't care.

2.Using MIUI themes: a quick way to change design

One of the safest methods is to install third-party themes from the official MIUI Themes store, many of which change not only the wallpaper and icons, but also the style of the battery indicator.

  • πŸ”‹ Round or rectangular icons.
  • 🎨 Gradient pouring depending on the level of charge.
  • πŸ”’ Figures inside the icon (instead of a separate percentage display).
  • πŸ–ΌοΈ Minimalistic or Futuristic Styles.

How to set the topic:

  1. Open the Themes app (icon with brush).
  2. Go to the Online section and search for battery icon or bar status.
  3. Select your favorite theme and click Apply.
  4. If the indicator has not changed, restart the device.

The downside to this method is the dependence on the authors of the theme. After the MIUI update, some elements may reset, and some themes are no longer supported, and not all themes are compatible with the Redmi Note 5 due to differences in screen resolution (FHD+).

πŸ’‘

Check reviews before installing the theme – some only change the battery indicator on the home screen, but not in apps.

3. applications for customization without root: Battery Styles and analogues

If standard settings are not enough, you can use third-party utilities. They do not require root rights, but they have limitations - for example, not all applications work correctly on MIUI due to the nature of the shell.

The most popular programs:

AnnexFunctionsConsCompatibility with MIUI
Battery Styles100+ icon styles, percentages, color schemesPlugins for full control require purchaseβœ… It works, but it may conflict with the topic.
Energy BarDynamic charge band along the top edge of the screenNot shown in some gamesβœ… Stable.
Battery Percent EnablerForced display of interest (even if the option is hidden in MIUI)It doesn’t work on MIUI 12+ without ADB.❌ Partially.
StatusFull customization of the statusbar, including the batteryComplicated interface, requires customization⚠️ Glitches are possible.

For installation:

  1. Download. APK-file from the official website or APKMirror (avoid third-party sources!).
  2. Allow installation from unknown sources in Settings β†’ Security.
  3. Launch the application and give access to the Overlay on other applications.
  4. Select the indicator style in the program settings.

⚠️ Note: Apps like Status or Battery Styles can increase battery consumption by 5 to 10 percent because they are constantly in the background. β†’ Permits β†’ Auto-start.

Change of indicator through ADB: for advanced users

If you're not afraid of the command line, ADB (Android Debug Bridge) allows you to change system settings without root, which works on most versions of MIUI, but requires a connection to a computer.

What you need:

  • πŸ’» Computer with Windows/Linux/macOS.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“¦ Installed drivers Xiaomi and ADB Tools.
  • πŸ”“ Included debugging by USB (Settings β†’ The phone. β†’ Version. MIUI β€” Slip 7 times; then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).

Instructions for displaying charge percentages (if the option is hidden in MIUI):

adb shell settings put global battery_percent_show 1

To change the style of the icon (does not work on all versions):

adb shell settings put secure icon_style_battery 2

Where 2 is the style ID (try values from 0 to 5).

To get it back:

adb shell settings delete global battery_percent_show


adb shell settings delete secure icon_style_battery

On MIUI 12.5+, these commands may not work due to changes in system settings, in which case only editing files through Magisk will help (see next section).

Install Xiaomi | Drivers Enable debugging by USB| Download ADB Tools| Connect phone to PC| Allow access on phone-->

5. Full customization with root and Magisk: for enthusiasts

If you have a bootloader unlocked and you have Magisk installed, the options for adjusting the battery indicator become almost limitless.

  • 🎨 Shape of the icon (circle, rectangle, custom graphics).
  • πŸ”’ Font and position of interest (inside/outside icons).
  • 🌈 Color scheme (gradient, color change depending on charge).
  • ⚑ Animation (filling, blinking at low charge).

The most effective modules for Magisk:

  1. Battery Style – allows you to download custom icons in PNG format.
  2. MIUI Battery Percent – Compulsoryly includes interest on any version of MIUI.
  3. Statusbar Customizer – Full control of the statusbar, including the battery.

How to install the module:

  1. Download. ZIP-module file (e.g. from the forum) XDA Developers).
  2. Open Magisk Manager and go to the Modules section.
  3. Click Install Module and select the downloaded file.
  4. Reboot the phone.

To create a fully customized icon:

  1. Prepare. PNG-files for each charge level (0%, 10%, 20% etc.) with permission 24Γ—24 pixel.
  2. Put them in the /sdcard/BatteryStyle folder.
  3. Install the Battery Style module and specify the path to the folder in its settings.

⚠️ Note: Some Magisk modules conflict with updates MIUI. Before you upgrade, disable all modules through Magisk Manager β†’ Modules. β†’ Turn everything off, otherwise the phone may hang on the logo.

How to return the standard indicator after a failed customization?
If after installing the Magisk module, the battery indicator is lost or glitched, do the following: 1. Get in to Magisk Manager. β†’ Modules and remove problem module. 2. Clear the cache in Settings β†’ Annexes β†’ Application management β†’ Three points. β†’ Clear the cache. 3. Reboot the phone. 4. If the indicator does not return, follow the ADB Command: Adb shell rm -rf /data/system/package_cache/* and restart the device again.

6. Risks and possible problems when changing the indicator

Any modification of system files or use of third-party tools has consequences, and these are the most common problems and ways to solve them:

Problem.Reason.Decision
The indicator disappears after the rebootConflict of topics or modules MagiskReset the theme to standard or disable modules
Charge percentages are not displayedLimit MIUI or reset settingsRepeat. ADB-command or use the module MIUI Battery Percent
The phone is overheating or discharged quicklyBackground work of customization applicationsTurn off auto-start for the application in MIUI settings
The battery icon is displayed crooked or croppedIncompatibility of theme with screen resolutionTry another topic or edit it. PNG-manually

The most serious problem is the bootloop (locking on the MIUI logo) after the failed installation of the Magisk module.

  1. Press Power + Volume up to enter Recovery.
  2. Select Mount β†’ System.
  3. Connect your phone to your PC and remove the problem module from /data/adb/modules.
  4. Reset the device.

If you are unsure of your skills, before experimenting with Magisk or ADB, back up through Settings β†’ Additional β†’ Backup and Reset.

πŸ’‘

The safest methods are to use MIUI themes and rootless apps. ADB and Magisk offer more features, but require caution.

FAQ: Frequent questions about changing the battery indicator

Can I change the color of the battery without root?
On stock MIUI, no. Color is tied to the current theme (light/dark). Color customization will require either root or custom firmware installation (e.g. Pixel Experience). Some themes from MIUI Themes store offer alternative color schemes, but they are limited to the author's palette.
Why did the indicator settings reset after the MIUI update?
MIUI updates often reset custom statusbar settings, especially if they were changed through ADB or Magisk modules. This is because the system overwrites system files. Solution: reset after the update. If you used Magisk, check for compatibility with the new version of MIUI.
How to remove the battery indicator completely?
There are two ways: through the settings MIUI: Settings β†’ Screen. β†’ Status line β†’ Hide the battery indicator (not on all versions). ADB: adb shell settings put global icon_blacklist Battery Warning: Hiding the indicator can make it harder to monitor the level of charge. β†’ Battery β†’ Charge percentages.
Can I make an animated battery indicator on the Redmi Note 5?
Yes, but with root rights. To do this, install the Statusbar Customizer module via Magisk. In the module settings, select Battery β†’ Animation Style. Download animation in ZIP format (you can find it on XDA Developers). Without root, you can't add animations - standard MIUI themes do not support dynamic icons.
Why aren’t battery customization apps working on my Redmi Note 5?
The reasons may be as follows: πŸ”’ MIUI Blocks overlays – check the Settings permission β†’ Special facilities β†’ Overlay of other applications. πŸ“± Incompatible with Android version – some apps haven’t been updated for Android 9+. πŸ›‘οΈ Protection MIUI β€” The shell limits the change of system elements. MIUI Optimization through ADB: adb shell settings put global miui_optimization_disabled 1