How to increase the battery charge font on Xiaomi Redmi: from standard settings to ADB

Why users want to change the size of the battery charge font

The charge indicator on the Xiaomi Redmi lock screen is one of the most popular interface details. For some users, the standard digit size seems too small, especially on the large screens of the Redmi Note 10/11/12 series or POCO X3/X4. Others are hampered by font blur in bright sunlight, and others just want to personalize the appearance of the smartphone.

The manufacturer does not provide a direct function to resize this element in the basic MIUI settings, but there are several workarounds - from hidden menus to modification of system files. It is important to understand that not all methods are equally safe: some require unlocking the bootloader, others work only on certain versions of the firmware. In this article, we will discuss all the current ways to increase the battery font for Xiaomi Redmi, including those that are not mentioned in the official documentation.

Before you make any changes, consider that modifying system parameters can cause interface failures, and you do everything at your own risk.

Method 1: Using MIUI design themes

The easiest and safest method is to choose a design theme that has a larger charge indicator font, which does not require root rights or technical skills, but has a limitation: the choice of themes depends on the version of MIUI and the model of the smartphone.

How it works:

  • 🎨 Open the β€œThemes” app** (Settings) β†’ Topics).

The downside of the method: not all themes correctly display the enlarged font on all Redmi models. For example, on the Redmi Note 10 Pro with MIUI 13, part of the themes can ignore changes to the lock screen.

πŸ“Š What version? MIUI you use?
MIUI 12
MIUI 13
MIUI 14
The other one/I don't know

Method 2: Configure through the Functions Lab (hidden menu)

MIUI firmware has a hidden feature lab menu where you can activate experimental options, including rescaling interface elements.This method works on most Xiaomi Redmi devices with MIUI 12-14, but the path to the menu may differ.

Instructions:

  1. Open the Settings. β†’ The phone.
  2. Tap 5-7 times on the line MIUI version until the notification appears You became a developer!
  3. Return to the main settings menu and select Additional β†’ Functions Lab (on some models, path: Settings β†’ Developer β†’ Functions Lab).
  4. Find the option of Lock Screen Font Size or Charge Display Setting (the name may vary).
  5. Move the slider to the right to enlarge the font. Save the changes and restart the smartphone.

Make a backup copy of the data

Check the version of MIUI (Settings β†’ About the phone)

Activate the Developer Mode

Charge your phone at least 50%

-->

⚠️ Note: On some devices (e.g. Redmi) 9A or POCO M3) The option of scaling the font in the Functions Lab may be missing or not work correctly, increasing only the numbers, not the percentages.

Method 3: Editing system files (root required)

For advanced users who are ready to get root rights, there is a way to directly edit the system files that display the charge, which gives maximum freedom of configuration, but with risks:

  • 🚨 Loss of warranty (if the device is under warranty).
  • πŸ”§ The ability to β€œbrick” the smartphone in case of error.
  • πŸ”’ Need to unlock the bootloader and install custom recovery (for example, TWRP).

Instructions for root devices:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/SystemUI/SystemUI.apk.
  3. Copy the SystemUI.apk file to your computer and open it with APK Editor or MT Manager.
  4. Find the file. res/values/dimens.xml and change the parameters: <dimen name="battery_text_size">24sp</dimen> Increase the value (e.g., to 32sp or 36sp).
  5. Save the changes, reassemble the APK and replace the original file in /system.
  6. Reset the device.
What if the phone doesn’t start after editing SystemUI.apk?
If after replacing the file, the device hung on the logo or does not turn on, it is necessary to: 1. Go in. TWRP (hold on to the power + Volume Up when switched on). 2. Restore the original SystemUI.apk backup. 3. Clear the cache Dalvik/ART Wipe section β†’ Advanced Wipe. 4. Reboot.

⚠️ Attention: Incorrect editing SystemUI.apk It can lead to bootloop (on loop).It is recommended to pre-create a full backup through TWRP Or OrangeFox Recovery.

Method 4: ADB-commands to scale up (without root)

If you don’t want root rights, but are willing to use ADB (Android Debug Bridge), you can try rescaling the font through commands. This method works on MIUI 12-14 and does not require unlocking the bootloader, but the changes will reset after the firmware update.

Step-by-step:

  1. Activate USB Debugging in Settings β†’ About Phone β†’ MIUI Version (tap 7 times) β†’ Developer Settings β†’ Debugging via USB.
  2. Connect your smartphone to your PC and confirm the debugging permission.
  3. Open the command line (Windows) or the terminal (macOS/Linux) Enter: adb shell settings put system lockscreen_battery_font_scale 1.5 Meaning 1.5 can be changed 1.8 or 2.0 higher.
  4. Reset the device.
The importance of the teamThe effectNotes
1.2Moderate increase (up 20%)Suitable for Redmi Note 11
1.5Notable increase (50%)It may cause overlapping of other elements
1.8Strong increase (80 percent)Recommended for large screens (POCO X3 Pro)
2.0Maximum increaseIt is possible to cut numbers on some topics

⚠️ Note: On some devices (e.g. Redmi) 10C) The team may not work because of the manufacturer's limitations. In this case, try an alternative command:

adb shell settings put global battery_text_scale 150

πŸ’‘

If, after input, ADB-When you have the font not changed, check if the settings have reset after the reboot. In this case, try re-entering the command or use the Shizuku app to apply the changes without resetting. ADB.

Method 5: Applications from Third Party Developers

Google Play has several apps that allow you to customize the lock screen, including the size of the battery charge font.

  • πŸ“± Lock Screen Customizer supports changing the font, color and position of the indicator. MIUI 13-14, but requires a permit to impose.
  • 🎨 Battery Percent Custom - specializes in setting the display of percentages of charge. Allows you to choose a font from 10+ variant.
  • πŸ”§ Hex Installer (for root users) – deep customization of system modules, including SystemUI.

How to use Lock Screen Customizer:

  1. Install the app from Google Play.
  2. Grant permission to Draw over other applications (Settings β†’ Apps β†’ Special Access).
  3. From the app menu, select Battery Text β†’ Size and set the desired value.
  4. Activate the module and restart the device.

Cons of third-party applications:

  • πŸ”‹ Increased battery consumption (due to background work).
  • πŸ›‘ Possible conflicts with updates MIUI.
  • πŸ’° In free versions, advertising is often found.

Comparison of methods: which one to choose?

The choice of method depends on your Xiaomi Redmi model, MIUI version and readiness for technical manipulation.

MethodDifficultyNeed root?Risks.Reset after update
Design topics⭐ (simple)❌ No.Low.❌ No.
Functions laboratory⭐⭐ (middle-of-the-road)❌ No.Medium (may not work)βœ… Yes.
Editing by SystemUI⭐⭐⭐⭐ (difficult)βœ… Yes.High (bootloop risk)❌ No.
ADB-team⭐⭐⭐ (middle-of-the-road)❌ No.Low.βœ… Yes.
Party of annex⭐⭐ (simple)❌ No.Medium (advertising, bugs)βœ… Yes.

For most users, the best solution is a combination of themes and ADB-If you're ready to experiment, try Function Lab, and leave the Root methods to the last resort if the other methods don't work.

πŸ’‘

On devices with MIUI 14 and the new Redmi Note 12 some methods, for example, ADB-commands) may be blocked by the manufacturer, in which case the themes or third-party applications remain.

Frequent problems and their solutions

When changing the font of battery charge, users often face the following problems:

⚠️ Note: If, after the use of the ADB-When you have the font blurred or cropped, it means that the scale value you select is too large for your screen resolution. Reduce the value by 20 to 30 percent and restart the device.

Problem 1: The font has changed, but the numbers are superimposed on the battery icon.

Solution: In the Functions Lab or through ADB, zoom down to 1.3-1.4. If you use a theme, try another one (e.g. Big Battery Digital).

Problem 2: After the MIUI update, the settings reset.

Solution: Repeat the action (for the purpose of ADB-If you have used the editing of the commands or themes SystemUI.apk, You will need to repeat the procedure after each major update.

Problem 3: The Redmi 9T or POCO M4 Pro does not run the Functions Lab.

Solution: Check the version MIUI. On some budget models, this option is disabled β€” ADB-commands or third-party applications.

Can I increase the charge font without a computer?
Yes, for this will be suitable: Design themes from the Settings β†’ Themes: App side (e.g. Lock Screen Customizer) Feature Lab (if available on your model). ADB-SystemUI commands and editing require PC connection.
Why did the numbers become blurry after the font increased?
This is because the system scales the standard font rather than using vector. Solutions: Reduce the scale (e.g., 2.0 to 1.5). Try a theme with vector fonts (see "vector" or "sharp" in the description). Use applications like Battery Percent Custom where you can choose a clear font.
Does this method work on Redmi with custom firmware (e.g. Pixel Experience)?
On custom firmware (like LineageOS or Pixel Experience), the paths to settings may vary. To change charge font: Use Substratum or LSPosed for themes. Edit SystemUI via Magisk Modules. Check settings in Settings β†’ Display β†’ Lock screen. On some custom firmwares, the charge indicator is configured directly in the Lock screen settings menu.
Can I return the standard font if something goes wrong?
Yes, for this: ADB-Enter adb shell settings delete system lockscreen_battery_font_scale. For the design themes: return the standard theme to the settings. For SystemUI: restore the original file from the backup. If the device doesn't turn on, download to the backup. TWRP and roll back the changes.
Is there a risk of losing your warranty when using these methods?
The warranty is maintained if you: Use the themes of the design or ADB-You don't want to root. You don't want to unlock the bootloader or get root rights. You can't get the warranty if you've unlocked the bootloader, installed custom recovery or got root (SystemUI.apk).