How to change the battery icon on Xiaomi: from standard themes to ADB-team

Xiaomi’s battery icon is one of the most visible interface elements that users see dozens of times a day. Some people don’t like the standard design, some want a more informative indicator with percentages, and some just get tired of the monotony. Fortunately, MIUI offers several ways to customize this element, from simple theme tweaks to deep system changes.

In this article, we will discuss all the current methods of changing the charge icon on Xiaomi, Redmi and POCO smartphones (including models from 2023-2026). Importantly, not all methods are universal - some require unlocking the bootloader or superuser rights, and others work only on certain versions of MIUI. We will specify the limitations for each method and warn against typical errors.

If you're a beginner, start with the first two sections -- they describe safe options without risk to the system -- and power users can jump right to the ADB or modified firmware sections.

1. Standard MIUI settings: Charge percentage and icon style

The easiest way to change the look of the battery indicator is to use the built-in MIUI options. They do not require additional programs or rights, but the options are limited.

What can be done without third-party tools:

  • πŸ”‹ Enable the display of percentage charge inside or near the icon.
  • 🎨 Choose from 2-3 preset styles (depending on version) MIUI).
  • πŸ”„ Change the color of the icon depending on the level of charge (on some models).

How to do this:

  1. Open the Settings β†’ Screen β†’ Status bar.
  2. Click on Show battery percentage and select: Inside the icon (recommended for compactness), Next to the icon (convenient for accuracy).

Style of battery icon

πŸ’‘

If your MIUI version does not have an β€œIcon Style” option, try updating your firmware or using the theme method (Section 2).

Limitations of the method:

  • ❌ In some models (for example, POCO F5 Redmi Note 12 – Icon Styles May Not Be Excluded.

2.Use of themes from MIUI Theme Store

The MIUI Theme Store offers thousands of free and paid themes, many of which redesign the battery icon.It's a safe way to customize without ROOT or ADB.

How to find and use a theme with a new icon:

  1. Open the Themes app (the icon with a brush on your desktop).
  2. In the search box, enter the queries: battery icon, status bar battery, minimalist battery (in Russian).

Apply

Popular topics for changing the charge icon (2026):

Title of the topicIcon styleCompatibilityFree?
Pure Black BatteryMinimalist black indicator with percentagesMIUI 12–14Yes.
iOS Battery StyleIcon in the style of iPhone (green / red)MIUI 13+No (β‰ˆ100 rubles)
Circle Battery ModRound indicator with animationOnly for AMOLED-screenYes.
MIUI 14 DarkDark icon with gradientMIUI 14Yes.

Important nuances:

  • ⚠️ Not all themes change just the battery icon – some affect the entire interface (app icons, fonts, etc.).
  • ⚠️ After updating MIUI The topic may be reset to standard.
πŸ“Š What kind of battery icon do you like more?
Classic (MIUI by default)
Minimalist (percentages only)
iOS-like (colored)
Animated (with effects)
Other

3. Applications for customization without ROOT

If you don't have the built-in options, you can use third-party apps, which don't require super-user rights, but they have their limitations.

Top.-3 Applications for changing the battery icon on Xiaomi:

  • πŸ“± Energy Bar – adds a colored charge bar at the top of the screen (works on top of the standard icon). ROOT, It supports color setting. Minus: the strip is not visible in all apps.
  • πŸ”„ Battery Style - changes the design of the icon through overlays. Plus: more than 50 styles. Minus: may conflict with some launchers.
  • 🎨 Hex Installer – a utility for installing Magisk modules without ROOT (It requires an unlocked bootloader. Plus: deep customization. Minus: hard for beginners.

Instructions for the Energy Bar (the easiest option):

  1. Download the app from Google Play.
  2. Launch and grant permission to Overlay over other apps (in Android settings).
  3. From the app menu, select: Style β†’ Solid (solid bar), Position β†’ Top (top of the screen), Colors β†’ Custom (set colors for different charge levels).

Show Energy Bar

Why does the Energy Bar not work in some applications?
Some programs (such as games or banking apps) block overlays for security reasons, in which case the charge strip will be hidden. Solution: add the application to exceptions in Android settings (Special features β†’ Overlay on top of other applications).

Application restrictions without ROOT:

  • ❌ The icon in the status bar will remain standard (only overlays change).
  • ❌ Battery consumption may increase (due to constant overlay operation).
  • ❌ On Xiaomi MIUI 14 Some applications may not display overlays correctly.

4. Change the icon through ADB (no ROOT)

For advanced users willing to work with ADB, there is a way to change system settings without getting ROOT.This method works on most Xiaomi devices with MIUI 12-14, but requires a connection to a computer.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ”Œ Cable USB Type-C (original for stable connection).
  • πŸ› οΈ Utilities. ADB Fastboot (you can download from the official Android website).
  • πŸ“± Included Debugging by USB smartphone.

Step-by-step:

β˜‘οΈ Preparation for work with ADB

Done: 0 / 4
  1. Activate Developer Mode on Xiaomi: Go to Settings β†’ About Phone. Press 7 times on MIUI Version. Return to Settings β†’ Additional β†’ For Developers and enable USB Debugging.

Connect the phone to your computer and confirm the debugging permission.

cmd

Terminal

adb shell settings put global battery_percentage 1

This command includes displaying percent inside the icon (if the option is not available in the menu).

adb shell settings put global status_bar_battery_style 1

Where 1 is the style ID (possible values: 0 is standard, 1 is round, 2 is text).

adb reboot

Important: On some models (such as the Redmi K60 or Xiaomi 12T), these commands may not work due to manufacturer restrictions, in which case you will need Magisk or modified firmware.

πŸ’‘

ADB-The teams temporarily change the system settings after resetting the phone or updating it. MIUI Changes may disappear.

5. Modification of system files (ROOT required)

If you are willing to take risks and get ROOT-Right, you can completely replace the battery icon with a custom one, which gives you maximum freedom, but it takes care that you do the wrong thing, and you can get a bootloop).

What needs to be done:

  1. Unlock the bootloader through the official Xiaomi tool.
  2. Install Magisk to get ROOT.
  3. Download the module for customization of icons, for example: Battery Themes for MIUI (for MIUI 13/14), Status Bar Battery Mod (universal).

Magisk Manager

Where to download custom icons:

  • 🌐 XDA Developers (Segment of Xiaomi Themes & Apps),
  • 🎨 Telegram channels with topics for MIUI,
  • πŸ“ GitHub repositories (search on request) MIUI battery icon mod).

Risks and warnings:

πŸ’‘

Before modifying system files, make a full backup via TWRP or MIUI Backup, which will help restore the phone in case of a crash.

⚠️ Warning: Changing system files without a backup could make it impossible to boot the phone. - Xiaomi models 13/14 s MIUI 14 Some Magisk modules cause conflicts with HyperOS (new shell from Xiaomi).

Example of module installation via Magisk:

  1. Download the module file (for example, MIUI_Battery_Mod.zip).
  2. Open Magisk Manager and go to the Modules section.
  3. Click Install from Storage and select the downloaded file.
  4. After installation, restart the phone.

6. Alternative firmware (Custom ROM)

If you don’t like the limitations of MIUI, you can install custom firmware, such as LineageOS, Pixel Experience or ArrowOS, which offer flexible interface configuration, including the battery icon.

The advantages of alternative firmware:

  • βœ… Full customization of the status line (including icons, colors, position of elements).
  • βœ… No advertising and unnecessary applications MIUI.
  • βœ… Regular security updates.

Cons:

  • ❌ The loader is required to be unlocked and ROOT.
  • ❌ Bugs with camera, sensors or wireless modules are possible (depending on the model).
  • ❌ Loss of warranty (if the phone is under warranty).

Popular firmware for Xiaomi (2026):

FirmwareXiaomi supportFeaturesReference
Pixel ExperienceRedmi Note 10–12, POCO F3–F5, Xiaomi 11–13Google Pixel interface, frequent updatesWebsite
LineageOSMost Xiaomi models (except new ones)Stable work, minimalist designWebsite
ArrowOSXiaomi 12/13, Redmi K50, POCO X5Maximum customization, support for themesWebsite

Installation instructions (briefly):

  1. Unlock the bootloader through the Mi Unlock Tool.
  2. Install the custom TWRP recavator.
  3. Download firmware and GApps (if you need Google services).
  4. Using TWRP, run Wipe β†’ Format Data.
  5. Sweep through the firmware and GApps.
  6. Reboot the phone.

⚠️ Note: On models with Snapdragon processor 8 Gen 2/3 (for example, Xiaomi 13 Ultra or Redmi K60 Pro) some custom firmware may not support hardware camera acceleration. Check compatibility on the forum before installing XDA.

Comparison of methods: which one to choose?

To make the choice easier, we have compiled a comparative table of all ways to change the battery icon to Xiaomi:

MethodDifficultyNeed a ROOT?Risks.Flexibility
Standard settings of MIUI⭐ (simple)❌ No.No.Limited.
Themes from MIUI Theme Store⭐⭐ (easily)❌ No.MinimumMedium
Third-party applications (Energy Bar)⭐⭐ (easily)❌ No.No.Low (overlay only)
ADB-team⭐⭐⭐ (middle-of-the-road)❌ No.Low.Medium
Magisk modules⭐⭐⭐⭐ (difficult)βœ… Yes.Tall (bootloop)Tall.
Custom firmware⭐⭐⭐⭐⭐ (difficult)βœ… Yes.Very high.Maximum

Selection recommendations:

  • πŸ”Ή If you need a percentage of charge or small changes, use standard settings or themes.
  • πŸ”Ή For a deeper customization without risk, try it. ADB or energy bar.
  • πŸ”Ή If you are ready for experiments, install Magisk and icon modules.
  • πŸ”Ή For full control of the interface – consider custom firmware.

FAQ: Frequent questions

Can I change the battery icon to Xiaomi without a computer?
Yes, but the options are limited. You can: Use the standard MIUI settings (turn on percentages); Set a theme from the MIUI Theme Store; use applications like the Energy Bar (without ROOT); You can do a deep change (replacing the system icon) without a computer, you need ADB or Magisk.
Why did the battery icon drop after the MIUI update?
It's standard behavior in the system. MIUI: Dropped. ADB-settings (commands in section 4) Magisk themes or modules may fly. Castom firmware sometimes requires reinstallation after an update. Solution: reconfigure. If you used Magisk, manually update the modules.
How to return a standard battery icon to Xiaomi?
How you change it depends on how you change it: If you use a theme, apply a standard theme in the Topic app. ADB β€” Adb shell settings put global settings status_bar_battery_style 0 If you've installed a Magisk module, remove it through Magisk Manager. If you've installed custom firmware, go back to the standard one. MIUI via Fastboot.
Can I change the battery icon to a POCO F5 or Redmi Note 12?
All the methods in this article work on POCO F5 Redmi Note 12 (and other models from 2023-2026) MIUI 14 some ADB-The commands may not work, use Magisk. POCO HyperOS (new shell from Xiaomi) is part of the themes MIUI Theme Store may not be compatible.Redmi Note 12 has special Magisk modules with support AMOLED-screen.
How to make an animated battery icon?
Animated icons are available only through: Castom firmware (such as ArrowOS or HavocOS); Magisk modules with animation support (see XDA for animated battery icon); Themes from the MIUI Theme Store (such as the Circle Battery Mod β€” but animation does not work on all models); Animated icons are not available on standard MIUI.