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:
- Open the Settings β Screen.
- Select the size of the text and display.
- Activate the status bar scale option (if not, proceed to the next method).
- 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.
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:
- Download the theme file (.mtz) to your phone.
- Open the Topics β My Themes β Import.
- Select the downloaded file and apply the theme.
- 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?
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 rebootCritical: 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
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:
- Download and install the APKTool program on your PC.
- Remove the systemui.apk file from your phoneβs firmware (can be found in the firmware archive on Xiaomi Firmware Updater).
- Unpack systemui.apk via APKTool: apktool d systemui.apk
- In the systemui/res/values folder, find the dimens.xml file and open it in the text editor.
- 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).
- Collect the apktool back: apktool b systemui
- 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:
| Annex | Functions | Cons | Reference |
|---|---|---|---|
| Battery Widget Reborn | Widget with customizable size, color, animation | MIUI plugins may not work | Google Play |
| Status Bar Customizer | Changes in icon size, color, transparency | Requires root or ADB | Google Play |
| 3C Toolbox | Full customization of status bar, battery, notifications | A complex interface for beginners | Google Play |
Generally, these applications require special permissions through ADB:
adb shell pm grant [name packet application] android.permission.WRITE_SECURE_SETTINGSFor example, for Status Bar Customizer, the team would be:
adb shell pm grant com.tombayley.statusbar android.permission.WRITE_SECURE_SETTINGSComparison 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:
| Method | Difficulty | Required. root/ADB | Risk to the system | Efficiency |
|---|---|---|---|---|
| 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.