How to increase the battery icon on Xiaomi Redmi: official and hidden methods

The little battery icon on the Xiaomi Redmi screen can be uncomfortable - especially if you're used to keeping track of your charge percentage or using your smartphone in bright sunshine. Fortunately, the manufacturer and enthusiast community offer several ways to scale the indicator, from standard MIUI settings to hidden commands for power users.

In this article, we’ll break down 5 proven methods, from simple to advanced, including resizing through ADB, installing custom themes, and even editing system files (for those who are not afraid to take the risk). All instructions are relevant for Redmi Note 11/12/13, POCO X4/5/6, Redmi 10/9 and other devices on MIUI 13/14/15. If you do not find your model in the list, check the shell version in Settings β†’ About phone.

⚠️ Note: Change of system parameters through ADB or editing files can cause interface failures. Before experimenting, back up your data in Settings β†’ Additionally. β†’ Backup.

1. MIUI Standard Settings: Status Bar Scale

The safest way to increase the battery icon is to use built-in MIUI options. Unfortunately, not all versions of the shell allow you to change the size of individual elements, but you can scale the entire status bar (top panel with time, network and charge).

How to do this:

  1. Open the Settings β†’ Screen.
  2. Select the size of the text and display.
  3. Activate the status bar scale option (if not, proceed to the next method).
  4. Move the slider to the right to enlarge all icons, including the battery.

This works on MIUI 14+, but it has a downside: all the elements of the status bar (time, network signal, notifications) are scaled along with the battery.

πŸ“Š What version? MIUI your Redmi?
MIUI 12 or older
MIUI 13
MIUI 14
MIUI 15 (HyperOS)
I don't know.

2. Installation of a custom theme with a large indicator

MIUI themes can completely change the design of the interface, including the size and style of the battery icon, and some themes are specifically optimized to improve the visibility of the indicators.

Where to look for the right topics:

  • 🎨 The official Themes app: open it, search for a big battery icon or large status bar. Popular themes: Dark Mode Pro, Neon OS, Pixel Experience.
  • 🌐 Third-party resources: sites like Xiaomi Themes or MIUI Themes Russia. Download files with the.mtz extension.

How to set the topic:

  1. Download the theme file (.mtz) to your phone.
  2. Open the Topics β†’ My Themes β†’ Import.
  3. Select the downloaded file and apply the theme.
  4. Restart the device if the changes do not appear.

⚠️ Note: Third-party themes may contain advertisements or incorrectly display some interface elements.

How to return a standard theme if you don’t like the new one?
To roll back changes, open the Themes app β†’ My Themes β†’ select Standard or Default. If the option is not available, reboot your phone - sometimes the themes are reset automatically.

3. Size change through ADB (for advanced)

If standard methods don't work, you can use Android Debug Bridge (ADB), a deep-tuning tool that requires you to connect your phone to your computer, but it gives you more options.

What you need:

  • πŸ’» Computer with Windows/macOS/Linux.
  • πŸ”Œ Cable USB (preferably original).
  • πŸ“± Included Debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times click on the version bar, then go back to Settings β†’ Additionally. β†’ For developers).
  • πŸ› οΈ Utility. ADB Tools (download and unpack the archive).

Step-by-step:

1. Connect the phone to the PC and confirm the debugging permission.


2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.




3. Enter a command to check the connection:




adb devices




(Your device’s serial number should be displayed)




4. execute a command to change the size of the battery icon:




adb shell settings put global status_bar_icon_size 2.0




(value 2.0 is a scale of 2 times; you can experiment with 1.5-2.5)




5.Reset the phone:




adb reboot

Critical: Not all versions MIUI If nothing has changed since the reboot, return the standard value: adb shell settings put global. status_bar_icon_size 1.0.

β˜‘οΈ Preparation for work with ADB

Done: 0 / 5

4. editing system files (for experienced ones only)

This is a method that is suitable for those who are willing to risk the stability of the system for customization, and we will edit the systemui.apk file, which is responsible for displaying the status bar.

What needs to be done:

  1. Download and install the APKTool program on your PC.
  2. Remove the systemui.apk file from your phone’s firmware (can be found in the firmware archive on Xiaomi Firmware Updater).
  3. Unpack systemui.apk via APKTool: apktool d systemui.apk
  4. In the systemui/res/values folder, find the dimens.xml file and open it in the text editor.
  5. Find the lines with the parameters: <dimen name="status_bar_icon_size">24.0dip</dimen> <dimen name="battery_icon_width">32.0dip</dimen> Increase the value (e.g., to 36.0dip and 48.0dip respectively).
  6. Collect the apktool back: apktool b systemui
  7. Flip the edited file through TWRP or Fastboot.

⚠️ Attention: Incorrect editing systemui.apk This can lead to bootloop, which is a method that you don't want to use to work with firmware.

πŸ’‘

Before you firmware the modified file, check it on another device or in an emulator to avoid critical errors.

5.Applications for status bar customization

If you don't want to mess with the system settings, you can use third-party apps that don't change the size of the standard icon, but add an alternative indicator with a customizable size.

The best applications for Xiaomi Redmi:

AnnexFunctionsConsReference
Battery Widget RebornWidget with customizable size, color, animationMIUI plugins may not workGoogle Play
Status Bar CustomizerChanges in icon size, color, transparencyRequires root or ADBGoogle Play
3C ToolboxFull customization of status bar, battery, notificationsA complex interface for beginnersGoogle Play

Generally, these applications require special permissions through ADB:

adb shell pm grant [name packet application] android.permission.WRITE_SECURE_SETTINGS

For example, for Status Bar Customizer, the team would be:

adb shell pm grant com.tombayley.statusbar android.permission.WRITE_SECURE_SETTINGS

Comparison of methods: which one to choose?

Each method has its pros and cons, and to make it easier to choose, we have compiled a comparative table:

MethodDifficultyRequired. root/ADBRisk to the systemEfficiency
MIUI settings⭐❌ No.❌ No.⚠️ It's magnifying all the icons.
Castomy themes⭐⭐❌ No.⚠️ Possible interface bugsβœ… Good result.
ADB-teamβ­β­β­βœ… Yes (ADB)⚠️ Medium.βœ… Accurate setup
Editing by systemui.apkβ­β­β­β­βœ… Yes (root/TWRP)❗ High-pitchedβœ… Maximum customization
Third-party annexesβ­β­βœ… Yes (ADB permit)⚠️ Low.βœ… Flexible settings

πŸ’‘

For most users, custom themes or apps like Status Bar Customizer are the best option, and they deliver a good result without the risk of damaging the system.

FAQ: Frequent questions about boosting battery icons

Can you increase the percentage of charge, not the icon itself?
Yes, but not on all versions of MIUI. MIUI 14+ has an option to display a percentage inside the icon: go to Settings β†’ Notifications β†’ Status Panel and activate the battery percentage. The percentage size depends on the chosen theme.
Why did the icon change after the ADB change?
Probably your version. MIUI ignores the team status_bar_icon_size. Try the alternative command: adb shell settings put global status_bar_battery_style 1 She changes the style of the icon (number β€” ID Style, experiment with the meanings of 1 before 5).
Will you reset after the MIUI update?
Yes, if you upgrade a lot (e.g. from MIUI 13 to MIUI 14), all custom settings will reset, and we recommend you to record the commands or themes used to quickly restore the changes.
Can I increase the icon without a computer?
Yes, if you use it: 🎨 Custom themes (set directly from the phone). πŸ“± Applications like Battery Widget Reborn (Not Required) ADB, but add a widget, not change the system icon. ADB or editing files computer is required.
Why did the notifications disappear after the theme was installed?
Some topics conflict with system services. Try: Reboot your phone. Return the standard theme. Clear the System UI cache to Settings β†’ Apps β†’ Application Management β†’ Three points β†’ Show system. If the problem persists, the theme is incompatible with your version of MIUI.