A small battery icon on Xiaomi or Redmi's screen makes it difficult to quickly assess charge levels?You're not alone - many users face this problem, especially on high-resolution models (POCO F5, Xiaomi 13, Redmi Note 12). Fortunately, MIUI has hidden settings and workarounds to zoom in on the battery icon without losing functionality.
In this article, we will discuss 5 proven methods, from standard settings to advanced tricks with ADB and third-party applications. Importantly, not all methods work on MIUI 14/15 due to manufacturer restrictions, but for most models (Xiaomi 12T, Redmi K50, POCO X5 Pro) at least one option will work.
1. Change the size of the icon through the MIUI settings (no root)
The safest way is to use the built-in MIUI personalization options.It is suitable for most Xiaomi Android 12/13 smartphones with a MIUI 13+ shell. The main limitation is that you can only change the display style (digits/percentages/icon), but not the physical size of the icon.
Steps:
- π± Open the Settings. β Screen. β Status line.
- π Scroll to the section "Battery indicator".
- π¨ Select the option Interest in the icon or Only percentages β this will visually βincreaseβ the information content.
- π In some models (POCO F4, Redmi Note 11 Pro+) The status font size is available β set βLarge".
Important: On MIUI 14/15 in some regions (Europe, Russia) the option "Percentage in the icon" can be hidden. To unlock it, change the system region to India in Settings β Additional β Language and region.
2.Use MIUI themes to customize icons
If standard settings don't work, try installing a custom theme from the official MIUI Themes store. Some themes offer enlarged status bar elements, including the battery icon, which requires no root rights and is reversible.
Instructions:
- Download and install a theme with major icons (e.g., "Big Status Bar" or "Material You Dark").
- Apply the theme through Settings β Design β My themes.
- Restart the device β sometimes changes are only applied after the reboot.
π Where to look for the right topics? Type in the search shop theme keywords:
- π big battery
- π large status bar
- π bold icons
π‘
Check the reviews before installing themes β some may conflict with MIUI 14+ and cause lags in animations.
3. ADB-commands to change the size of icons (advanced method)
For users willing to work with ADB, there is a way to force-scale status bar elements, a method that works on most Xiaomi Android 10+ devices, but requires a PC connection and basic command line knowledge.
π Step-by-step instruction:
- Turn on USB Debugging in Settings β About Phone β MIUI version (7 times click on version, then go back to Additional β For Developers).
- Connect your smartphone to your PC and execute the command: adb shell settings put global status_bar_icon_size 1.5 (where 1.5 β scaling factor; allowable values: 1.0β2.0).
- Reset the device.
β οΈ
Note: Not all versions MIUI They're backing this team. 13 Ultra and POCO F5 Pro MIUI 14 You may need to add adb shell settings put secure. sysui_tuner_status_bar_icon_size 1.8
| Xiaomi model | Supported team | Max. coefficient. |
|---|---|---|
| Redmi Note 10/11 | status_bar_icon_size | 1.7 |
| POCO X3/X4 | sysui_tuner_status_bar_icon_size | 2.0 |
| Xiaomi 12/13 | Both teams | 1.5 |
| Redmi K40/K50 | status_bar_icon_size | 1.8 |
Install ADB-PC drivers|Enable debugging on USB phone-on|Check the connection of the adb device team|Make a data backup-->
4. Applications for status line customization
If previous methods didnβt work, try third-party utilities.The best options for Xiaomi are:
- π§ Energy Bar β adds a color charge band on top of the status bar (runs without root on Android 10)+).
- π¨ Nacho Notch β allows you to hide the notch in the screen and increase the notification area (suitable for POCO F3, Xiaomi 11T).
- βοΈ Status β full customization of icons (requires Xposed or Magisk).
β οΈ
Note: Apps like Status require an unlocked bootloader and may disrupt MIUI. Check compatibility with your model on the 4PDA or XDA-Developers forums before installing.
π How to install an Energy Bar:
- Download APK from Google Play.
- Start the app and select the Top Bar style.
- In the settings, set the band height to 3-4px for visual zoom.
What happens if the energy bar doesnβt work?
5 Manual editing of system files (root only)
The most radical way is to change the system files that display the icons. This method is only suitable for devices with an unlocked bootloader and installed Magisk or TWRP. Errors can lead to bootloop!
π οΈ Instructions:
- Install Root Explorer (such as Mixplorer or FX File Explorer).
- Go to /system/media/theme/default/.
- Find the files: stat_sys_battery_*.png (battery icons) stat_sys_battery_charge_anim.xml (charging-animation)
Photoshop
GIMP
PNG-8
Replace the original files with modified ones (remember to save the backup!).
chmod 644 /system/media/theme/default/stat_sys_battery_*.pngReset the device.
π Tip: To avoid file signature issues, use a Magisk module called Systemless Hosts or MIUI Mods β they allow you to replace system resources without direct partition editing /system.
π‘
Editing system files without a backup can cause the device to fail.Always check for changes on custom recovery (TWRP) before final writing.
Alternative solutions: widgets and launchers
If all of the above methods do not work, consider workarounds:
- π² Battery widget: Install a widget on the main screen (e.g. Battery Widget Reborn) and displays the charge level in large print.
- π Custom Launcher: Nova Launcher or Hyperion Launcher lets you adjust the size of icons in the status bar (requires Android 12)+).
- π Horizontal display: On some models (Xiaomi Pad 5, POCO X3 Pro) in landscape orientation, status bar icons automatically increase.
π‘ Bonus: If you want maximum control over the interface, consider custom firmware ROM (For example, Pixel Experience or LineageOS, where icon sizes are customized via SystemUI Tuner.