How to increase the battery indicator Xiaomi: all the ways from simple to complex

Why users want to change the size of the battery indicator – and whether it can be done officially

The charge indicator on Xiaomi, Redmi and POCO smartphones is one of the most visible interface elements, but not always convenient.Some complain that the percentage numbers are too small on the lock screen, others want to make the charge bar thicker for better visibility, and others want to bring back the old display style from MIUI 12, when the percentage was inside the battery icon. Unfortunately, there is no direct parameter in the standard MIUI 14/15 settings to scale this element - but there are workarounds.

In this article, we’ll look at 7 working ways to increase the battery indicator, from simple tricks with the theme settings to deep changes to system files (including root-access methods). MIUI, So keep backups. Also keep in mind that on models with AMOLED-screens (e.g. Xiaomi 13 Ultra or Redmi) K60 Pro) visual changes may look different due to the display features.

Before you start, check your shell version: go to Settings β†’ About Phone β†’ MIUI version. If you have a MIUI 13 or older, most methods will work. For owners of HyperOS devices (e.g. Xiaomi 14), some instructions may require adaptation, which we will mention separately.

Method 1: Using design themes with a modified indicator

The safest and most reversible method is to install a custom theme from the official Xiaomi Themes store. Many themes change not only wallpaper and icons, but also the style of display of the battery. For example, iOS or Pixel-style themes often make the percentage of charge larger, and the battery strip thicker.

How to do this:

  • πŸ“± Open the Themes app (icon with brush).
  • πŸ” In the search box, type in the queries: β€œhigh battery percentage”, β€œlarge charge indicator” or β€œiOS battery".
  • 🎨 View preview topics - pay attention to the statusbar screenshots.
  • πŸ“₯ Download and apply the theme you like. After you use it, reboot your phone.

⚠️ Note: Some topics may conflict with system fonts. If the text on the menu becomes blurry after application, return the standard theme and try another. Also note that the themes do not change the indicator on the lock screen - only in statusbar.

πŸ“Š Which Battery Indicator Style Do You Like More?
Large percentage inside the icon (like in iOS)
Thick strip with a number next to it
Number without badge (minimalism)
Other

Method 2: Configure the percentage display through hidden parameters (without root)

MIUI has hidden settings that allow you to turn on the percentage of charge next to the battery icon (if it's not there) or change its position. This doesn't increase the indicator itself, but makes it more visible.

Instructions:

  1. Open the Phone app and enter the code: ##4636##.
  2. In the menu that opens, select Battery Information.
  3. Scroll down and find the Battery percent option (may be called the Percent Display).
  4. Turn it on if it is disabled, or change the position from Inside the icon to Next to the icon.

πŸ”Ή Note: In some models (e.g, POCO F5 Or Redmi Note 12) this code may not work. Alternatively, use the Activity Launcher app (available on Google Play):

  • πŸ“² Install Activity Launcher.
  • πŸ” Find the activity in the list com.android.settings.BatteryInfoSettings.
  • πŸ”§ Open it and turn on the percentage display.

πŸ’‘

If after changing the settings percentage does not appear, restart the phone or turn on / off the aircraft mode (Settings β†’ SIM-cards and mobile networks β†’ Airplane mode).

Method 3: Resize the font system (indirect method)

If you want to increase the percentage figure, but not the battery icon itself, you can use the font zoom settings, which will affect the entire interface, but make the percentage of charge more readable.

How to change it:

  1. Go to Settings β†’ Screen β†’ Text Size.
  2. Move the slider to the right to enlarge the font (we recommend stopping for Large or Very Large).
  3. Click Apply and restart the phone.
Type sizeEffect on battery indicatorSide effects
Small-timeThe percentage is barely noticeable.No.
Standard.We read percentage, but smallNo.
Big one.Percentage is clearly visibleAll the inscriptions on the menu are increasing.
Very largePercentage of maximumInterface elements may not be placed

⚠️ Attention: On devices with screen resolution FHD+ (for example, Xiaomi 12T) Large print can lead to cropping in some applications. If it's critical, try a method of using a large print. ADB-teams (described below).

Method 4: Edit system files via ADB (for power users)

This method requires connecting the phone to a computer and using Android Debug Bridge (ADB), which allows you to change the battery display settings at the system file level, but does not work on MIUI with change protection enabled (for example, on Chinese firmware).

What you need:

  • πŸ’» Computer with installed ADB Tools.
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to press the version β†’ Back to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ Cable USB Type-C (preferably original).

Instructions:

adb shell settings put global battery_percent_style 1 # Includes a percentage next to the icon


adb shell settings put global battery_percent_style 0 # Includes a percentage inside the icon




adb shell settings put system font_scale 1.3 # Increases font by 30%

πŸ”Ή Explanation:

  • battery_percent_style 1 β€” The percentage will be on the right of the icon (may look larger).
  • font_scale 1.3 β€” It increases the entire system font. 0.85 (small 1.3 (big).

β˜‘οΈ Preparation for ADB-team

Done: 0 / 4

⚠️ Attention: Misuse of the right ADB If the phone starts to brake after the commands, reset the font:

adb shell settings put system font_scale 1.0

Method 5: Modification through Magisk and modules (root required)

If you have root rights (installed by Magisk), you can use modules to deeply customize the battery indicator.

  • πŸ”§ Battery Style – allows you to change the thickness of the strip, color and position of the percentage.
  • 🎨 MIUI Battery Bar – Adds a charge band at the top of the screen (like on Samsung).
  • πŸ“ Font Size Adjuster – fine-tuning the font size for individual items (including battery percentage).

How to install the module:

  1. Download the module file (for example, BatteryStyle_MIUI.zip) forum XDA Developers.
  2. Open Magisk Manager and go to the Modules section.
  3. Click Install from Storage and select the downloaded file.
  4. Reboot the phone.
What to do if the module is not working?
1. Check the compatibility of the module with your version MIUI (for example, modules for MIUI 12 may not work MIUI 15). 2. Update Magisk to the latest version. 3. Clear the cache in Magisk: Settings β†’ Clear the cache. 4. If the phone is stuck on the boot, remove the module through TWRP or re-follow boot.img.

πŸ”Ή Example of settings in Battery Style:

  • Strip thickness: 3dp (standard) β†’ 5dp (thickened).
  • Percentage size: 12sp β†’ 16sp.
  • Position: Inside the icon β†’ To the right of the icon.

Method 6: Manual editing of framework-res.apk files (for advanced ones)

This method requires root rights and experience with the APK-It allows you to manually change the graphical resources of the battery indicator, but if you make an error, it can lead to a bootloop ( loop load).

What needs to be done:

  1. With Root Explorer or MT Manager, find the file /system/framework/framework-res.apk.
  2. Copy it to your computer and open it in APK Editor (like APKTool).
  3. Go to the folder. res/drawable and find the files: stat_sys_battery_*.xml (graphic icons). stat_sys_battery_percent.xml (style).

android:textSize

android:layout_width

/system/framework/

Reboot the phone.

⚠️ Note: Before editing, make a backup copy framework-res.apk! If the phone does not boot after replacing, restore the original file through the TWRP or Fastboot.

πŸ’‘

Editing framework-res.apk is the most powerful, but also the most dangerous, method that can disrupt the interface if you change the wrong settings, and only use it if other methods fail.

Method 7: Alternative Statusbar Customization Launchers

If you don't want to interfere with system files, you can install an alternative launcher that supports statusbar customization, for example:

  • πŸš€ Nova Launcher + Nova TeslaUnread plugin (allows you to configure icons in statusbar).
  • 🎭 Lawnchair (has built-in settings for displaying the battery).
  • πŸ”§ Smart Launcher 6 (supports widgets with large charge indicator).

How to set up in Nova Launcher:

  1. Install Nova Launcher and TeslaUnread from Google Play.
  2. In the Nova settings, go to Widgets β†’ TeslaUnread.
  3. Add the Battery Monitor widget to the main screen.
  4. In the widget settings, select Large Percentage or Strip + Percentage style.

πŸ”Ή Pros of the method:

  • It doesn't require root or ADB.
  • Changes are reversible (just change the launcher back).
  • You can configure the display of the battery separately from the system indicator.

πŸ”Έ Cons:

  • Not all launchers support changing the system indicator (only their widgets).
  • On some models (e.g., the POCO X5 Pro) it may conflict with MIUI gestures.

FAQ: Frequent questions about Xiaomi's battery indicator

Can I increase the battery indicator on the lock screen?
In standard settings MIUI There is no such option, but you can: Use Always On Display. AMOLED-Install the Battery Widget Reborn app and add it to the lock screen (requires permission to display over other windows). On HyperOS (e.g. Xiaomi 14), some widgets may not work due to security limitations.
Why did the indicator settings reset after the MIUI update?
Updates MIUI Custom settings are often reset, especially if they were made through ADB To avoid this, make a backup to Settings before updating. β†’ Additionally. β†’ Backup. If you've used Magisk, upgrade the modules to compatible versions. ADB-Repeat them after updating them.
How to bring back the old style of the indicator from MIUI 12?
V MIUI 12 The percentage of the battery was displayed inside the icon, and in the newer versions, on the right. ADB-Adb shell settings put global battery_percent_style 0 Or set a theme "MIUI 12 On HyperOS, this method may not work β€” you have to wait for custom firmware.
Will the indicator increase when the energy saving mode is turned on?
No, the power saving mode (Settings β†’ Battery β†’ Power saving mode) changes only the color of the indicator (to orange), but not its size. However, you can: Use automation (for example, MacroDroid) to change the font at low charge. Set a widget that will display a large percentage when activated energy saving.
Can I change the color of the battery indicator?
Yeah, there are a few ways: 🎨 Through theme settings (some themes change the color of the statusbar). πŸ”§ Magisk-module StatusBar Color. πŸ–ŒοΈ Through ADB (Adb shell settings put global status_bar_battery_color FF0000 for red. The colors are given in HEX-format, FF0000 β€” red, 00FF00 β€” green).