How to Remove Battery Percentages on Xiaomi: All Working Methods

The battery percentage indicator on the screen Xiaomi, Redmi or POCO It may seem useful, but for many users, it spoils the appearance of the interface. AMOLED-And the manufacturer, fortunately, has several ways to hide this element, like through standard settings. MIUI, and with the help of additional tools for advanced users.

In this article, we will discuss all the current methods of removing percent charge, including hidden shell features, developer settings and even modification of system files for those who are willing to take radical measures. It is important to understand that some methods may differ depending on the version of MIUI (12/13/14/15) and the device model.

If you use a custom firmware smartphone (like LineageOS or Pixel Experience), some of the instructions may not work, in which case you will need to manually edit system files.

1. Standard method through MIUI settings

The simplest method that works on most Xiaomi, Redmi and POCO devices with MIUI 12 and later is that it doesn’t require root rights or additional apps, but may not be available on some budget models (e.g. Redmi 9A or POCO C31).

Instructions:

  1. Open the Settings app (cog icon).
  2. Go to the Screen section (or additionally β†’ Screen on some models).
  3. Find Status bar or Notification panel.
  4. Slip on the option to Show the percentage of battery charge.
  5. Select the option Hide or switch the slider to the position Off.

If this item is not on your menu, the manufacturer has blocked it for your model, in which case move on to the next method.

πŸ“Š What version? MIUI You're using it?
MIUI 12
MIUI 13
MIUI 14
MIUI 15
I don't know.

2. Through the developer settings (hidden method)

On some devices, the option is hidden in the developer menu, which works on the Xiaomi 11/12/13 series, Redmi Note 10/11/12 and other flagships, the main condition is the developer settings are enabled.

How to turn on the developer mode:

  1. Go to Settings. β†’ The phone.
  2. Find the MIUI version string and tap it 7 times in a row.
  3. You will be notified that you have become a developer.

Now, do the following:

Enable the developer mode (7 taps according to MIUI)

Open Settings β†’ Additional β†’ For Developers

Find the item Battery percentages

Choose Hide or Disable

Reset the device (required!)

-->

⚠️ Note: On some firmware (for example, MIUI Global Stable for the European region) this item may not even be in the developer menu, in which case try to upgrade to the latest version or use alternative methods.

3. Use of MIUI (Backway) themes

If standard methods don't work, you can use a design theme that hides the percentage of charge, which is suitable for all devices on MIUI 11 and later, but requires an Internet connection.

Step-by-step:

  • 🎨 Open the Themes app (Brush icon).
  • πŸ” In the search bar, enter the number battery percent or battery Hide.
  • πŸ“₯ Select a high-rated theme (e.g., "Pure Black No.%" or "Minimalist Hide Battery").
  • πŸ–ΌοΈ Apply the theme and confirm the changes.

The downside of this is that the theme will change not only the battery bar, but also other interface elements, so if you don't like the new design, you can bring back the standard theme, but the percentages will come back.

πŸ’‘

Before using the theme, take a screenshot of the current design, so that it is easier to restore the usual look.

4. With the help of ADB-commands without root)

For advanced users who aren’t afraid to work with Android Debug Bridge (ADB), there’s a way to turn off the percentage of charge via the command line.This method works on most Xiaomi devices regardless of the MIUI version, but requires a computer.

What you need:

  • πŸ’» Computer with Windows/macOS/Linux;
  • πŸ“± USB-cable (preferably original);
  • πŸ”§ Installed Xiaomi drivers and package ADB Tools;
  • πŸ”“ Included debugging by USB smartphone.

Instructions:

  1. Connect the phone to the computer and allow debugging (a request will appear on the screen).
  2. Open the command prompt (or Terminal on macOS/Linux) and type:
adb shell settings put global battery_percent 0
  1. Reset the device.

To return the interest back, use the command:

adb shell settings put global battery_percent 1

⚠️ Note: On some firmware (for example, MIUI China ROM) This parameter can be reset after the system update, and then you have to repeat the procedure.

5. editing system files (root only)

If none of the previous methods worked, the most radical way is to manually edit system files, which requires root rights and can cause the device to function in an unstable way if you do not do the right thing, and we recommend backing up before you start.

Instructions for devices with Magisk or other root manager:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/cust/prop/local.prop (or /vendor/build.prop on new devices).
  3. Find a line. ro.miui.battery_percent_enabled And change it to 0. If there is no line, add it to the end of the file.
  4. Save the changes and restart the device.

On devices with MIUI 14+ and dynamic file system (dm-verity), this method can cause bootloop. Before editing, turn off signature verification via Magisk's Disable DM-Verity module.

MethodRoot is required.It's working on MIUI 15.ReversibilityRisk to the system
Standard settings❌ No.βœ… Yes.βœ… Easy to return❌ No.
Developer mode❌ No.⚠️ Depends on the firmware.βœ… Easy to return❌ No.
MIUI themes❌ No.βœ… Yes.βœ… Bring back the standard theme❌ No.
ADB-team❌ No.βœ… Yes.βœ… Commando.⚠️ Minimum
Editing system filesβœ… Yes.⚠️ Depends on the model.⚠️ It may require a reset.❗ High-pitched

6. Alternative solutions for specific cases

If your device doesn’t respond to standard methods, consider these options:

  • πŸ”„ Firmware Update: Sometimes the manufacturer adds a Mission translation option in new versions MIUI. Check for updates in Settings β†’ The phone. β†’ Updating the system.
  • πŸ“± Reset to factory settings: On some devices (e.g. Xiaomi Mi) A2/A3 With pure Android, a reset can return hidden settings.Warning: this will delete all data!
  • πŸ› οΈ Custom firmware: Install LineageOS, ArrowOS or other firmware based AOSP It gives you complete control of the battery indicator. MIUI (For example, the Game Turbo or Second Space).

What if the percentage of charge is lost, but the battery icon is not shown?
In rare cases, after manipulation of system files or ADB, not only the percentage of charge, but also the battery icon itself may disappear. This means that the system file SystemUI.apk was damaged. Solutions: 1. Return the standard theme in the settings. 2. Run a command using ADB: adb shell cmd overlay reset com.android.systemui 3. Reinstall the firmware via Fastboot (without data loss, only the system partition). If nothing helps, reset the device to factory settings.

Frequent Mistakes and How to Avoid Them

Many users have trouble trying to remove percentages of charge, and here are the most common errors and solutions:

  • ❌ "No item in the settings" β†’ Check the version. MIUI (On older versions, there may be no option. Update the firmware or use ADB.
  • ❌ "After the reset, interest returned" β†’ It's typical of MIUI China ROM. Try changing the firmware region to Global/EU via Mi Flash Tool.
  • ❌ "ADB can't see the device" β†’ Install Xiaomi drivers, turn on Debugging by USB and select File Transfer Mode when connected.
  • ❌ "After editing system files, the phone does not turn on" β†’ This means damage to build.prop. You need to reflash the device through Fastboot.

πŸ’‘

On devices with MIUI 15 and the newest method is the most reliable - the use of one or more ADB. Editing system files can lead to blocking OTA-update.

Can you remove the percentage charge on Xiaomi without a computer?
Yes, in most cases, standard settings or theme installation are enough. The computer is only needed for methods with ADB or root.
Why did the MIUI update reappear?
The manufacturer may reset some settings with major updates. Repeat the method you choose (e.g., reset the settings, ADB-command).
Will the ADB work on the POCO F5?
Yes, POCO F5 (as with other devices on MIUI 14/15) supportive ADB-commands to disable interest charges. USB.
Can you hide the percentage of charge only on the lock screen?
No, MIUI doesn't have a separate setting for the lock screen. Disabling the percentage charge applies globally to all screens.
What to do if none of the methods work?
If your Xiaomi model doesn’t support either of these, there are two options: Install custom firmware (like Pixel Experience), where you can flexibly adjust the battery indicator, and use apps like Nacho Notch, which hides the status bar elements.