Visual noise on a smartphone screen often interferes with the perception of important information. Many users notice that annoying numbers in the status bar distract attention or simply spoil the aesthetics of a clean desktop. The problem of how to remove charging percentages on Android becomes especially acute on devices with cutouts in the screen or โ€œnotchesโ€, where every pixel counts.

Fortunately, a modern operating system Android provides flexible tools for customizing the interface, but the availability of these functions directly depends on the manufacturer of your gadget. In some shells, such as MIUI or One UI, control of the indicators is placed in a prominent place, while in โ€œpureโ€ Android or CyanogenMod-like firmware this parameter may be deeply hidden or completely absent from the standard menu.

There are several solution methods this task: from simply switching the toggle switch in the settings to using Engineering menu and the command line ADB. The choice of a specific method depends on your device model, operating system version and access rights. Below we will analyze in detail all the current options that will help you make the status bar as concise as possible. root-access. Below we will analyze in detail all the current options that will help you make the status bar as concise as possible.

Standard interface settings in different shells

The safest and preferred method is to use the built-in capabilities of the system. Developers of popular skins understand the need of users for minimalism, so they often include the function of hiding percentages directly in the settings menu. However, the path to this option may differ radically depending on the brand.

On devices Samsung with a shell One UI you must go to the notification settings section. There you will find the โ€œStatus Barโ€ item, where you can flexibly control the display of various icons. In the menu Xiaomi (MIUI) and Redmi (HyperOS) the logic is slightly different: battery settings are often placed in a separate subsection, where you can select the charge display style.

โš ๏ธ Attention: Interfaces are updated regularly. If you do not find the item described below, check the โ€œAbout phoneโ€ section and make sure that your firmware version is up-to-date, since the menu location may have changed in new updates.

For owners of smartphones Google Pixel or devices with โ€œcleanโ€ Android the situation may be more difficult. The stock version of the system often lacks an explicit toggle to hide percentages, leaving the user with only the choice between hiding the entire battery icon or showing it entirely. In such cases, you should pay attention to third-party solutions or methods described in the following sections.

Below is a table that helps you quickly navigate the paths to access settings for popular brands:

Brand / Shell Path in settings Function availability
Samsung (One UI) Settings -> Notifications -> Status bar Full
Xiaomi / Redmi (MIUI/HyperOS) Settings -> Notifications and status bar -> Battery icon Full
Realme / OPPO (ColorOS) Settings -> Notifications and status bar -> Charge percentage Full
Google Pixel (Stock Android) Not in the standard menu (ADB required) Limited
๐Ÿ“Š What shell do you have? Android?
Samsung One UI
Xiaomi MIUI/HyperOS
Pure Android (Pixel/Moto)
Other (Huawei, Realme, etc.)

Using developer tools and ADB

If the standard menu does not offer the desired option, more advanced tools come to the rescue. Connecting a smartphone to a computer and using Android Debug Bridge (ADB) allows you to make changes to system parameters that are hidden from the average user. This method is universal and works on most devices, regardless of manufacturer.

First, you need to activate USB debugging mode. This is done through the About Phone section, where you need to tap the build number seven times to unlock the developer menu. After activation, you should enable the item USB debuggingin the menu that appears. Without this step, the computer will not be able to send commands to the device.

After connecting the smartphone to the PC and installing the drivers, open the command line or terminal in the ADB tools folder. To hide the charge percentage in stock Android, use the following command, which changes the value of the system variable:

adb shell settings put global status_bar_show_battery_percent 0

This command forcibly disables the display of the digital percentage value. If in the future you want to return everything as it was, just change the value from 0 to 1 or 2 (depending on the version of Android, where 2 may mean display only when charging). It is worth noting that on some custom firmware the variable name may differ, so this method requires caution.

โ˜‘๏ธ Preparing to work with ADB

Done: 0 / 4

Third-party applications and widgets for masking

When system settings and ADB seem too complicated or risky, you can use the help of third-party software. In the store Google Play there are many applications designed to customize the status bar. They work on top of the system, overlaying standard indicators with their own controls.

Popular solutions, such as Battery Widget Reborn or various sets of icons for launchers, allow you to completely change the visual style of the battery. You can choose to display the charge as a circle, a ring, or just a colored stripe without numbers. Some applications even allow you to completely hide the standard battery icon, replacing it with your own widget located in a convenient location on the screen.

However, using such apps has its drawbacks. They consume additional RAM and may slightly increase power consumption as they are constantly running in the background. In addition, on new versions of Android, security systems may limit the ability to overlay layers on top of other applications.

  • ๐ŸŽจ Theming: Allows you to choose the style of the indicator to match the general wallpaper or design theme.
  • ๐Ÿ“Š Detailed statistics: Many widgets show not only the percentage, but also the temperature or voltage.
  • ๐Ÿ”‹ Saving resources: Disabling system display in favor of a lightweight widget sometimes helps reduce the load on the GPU.
๐Ÿ’ก

Before installing third-party widgets, check reviews: some applications may contain intrusive advertising that will block part of the screen.

Modification of system files through root access

For users with superuser rights (root), the widest possibilities for changing the interface open up. Once you have full access to the file system, you can edit the system resources responsible for drawing the status bar. This method requires high qualifications, since an error can lead to a โ€œbootlapโ€ (cyclic reboot).

Most often, files are modified framework-res.apk or SystemUI.apk. Using special editors, such as MT Manager or Android Resource Remover, you can find and disable the lines of code responsible for displaying text with the charge percentage. This ensures that the numbers will disappear permanently and will not appear even after a reboot.

An alternative and safer way for root users is to use modules for Magisk. There are ready-made modules in the repositories, for example SystemUI Tuner or specialized tweaks for specific models that automatically make the necessary changes to the system without manual editing of APK files.

โš ๏ธ Attention: Any intervention in the system partition /system can disrupt the integrity of the system (SafetyNet/Play Integrity), because of which banking applications and Google Pay services will stop working.

Display features on different versions of Android

The logic of the interface has changed significantly from version to version. In earlier builds Android 6.0 - 8.0 managing status bar elements was more accessible through the hidden System UI Tuner menu. Beginning with Android 9 Pie and especially in Android 10-14, Google tightened its customization policy, removing many features from the box.

On Android 11 and later, the โ€œBubblesโ€ feature and a redesigned control center appeared, which also affected the location of the indicators. In some cases, percentage numbers may disappear automatically when switching to full screen mode or when watching a video, which is normal system behavior and not an error.

Owners of old devices should take into account that some methods that work on the latest firmware may not be applicable to outdated systems due to differences in the structure of resources. Always check the documentation specific to your OS version before making changes.

How to get the developer menu back if it's gone?

If you have hidden the developer menu, just go to "About phone" and tap the build number 7 times again. The menu will appear in the same settings section where it was originally.

Problems and solutions

Sometimes, after trying to hide percentages, users encounter incorrect interface behavior. The battery icon may disappear completely, become transparent, or display an incorrect charge level. Most often this is due to a settings conflict or an error when entering ADB commands.

If you were using commands through the terminal and something went wrong, first try resetting the status bar settings. To do this, you can enter a command in ADB that returns the default value of the variable, or simply delete the created entry:

adb shell settings delete global status_bar_show_battery_percent

In the case of modifying system files, the only recovery method is often to flash the device or restore from a TWRP backup. That is why, before any deep changes, it is critical to make a complete backup of the data and system partition.

  • ๐Ÿ”„ Reboot: A trivial but effective way to reset temporary graphical interface glitches.
  • ๐Ÿ› ๏ธ Reset settings: Returning to factory settings eliminates customization errors, but deletes personal data.
  • ๐Ÿ’พ Backup: Always have a system dump on hand before experimenting with Root.
๐Ÿ’ก

The most reliable way to remove interest without risk to the system is to use the manufacturer's standard shell settings. Methods with Root and ADB are suitable only for experienced users.

Frequently asked questions (FAQ)

Why did the percentages appear again after updating Android?

When updating the operating system, user settings are often reset to default values. If you used third-party tweaks or ADB commands, they may have been overwritten by the new firmware version. You will have to repeat the setup procedure again.

Is it possible to hide percentages only when the phone is charging?

Yes, in some shells (for example, MIUI) there is a setting โ€œShow percentage only when chargingโ€. In stock Android, this can be implemented through automation scripts (for example, the Tasker application), which will turn the display on and off depending on the status of the network connection.

Does turning off the display of percentages affect battery consumption?

No, the very fact of drawing several numbers on the screen consumes a negligible amount of energy. The difference will not be noticeable even with the most accurate measurements. The main consumption comes from the screen backlight and processor operation, and not from static interface elements.

What to do if after the ADB command the phone stops showing the charge?

Most likely, the wrong variable value was set. Try entering a command with the parameter 1 or 2 instead of 0. If this does not help, run the command delete to remove the setting so that the system returns to the default behavior.

Do these methods work on Android tablets?

Yes, the interface principles on tablets are similar to smartphones. The paths in the settings and ADB commands are identical, however, on large screens, manufacturers often leave the ability to fine-tune the status bar in the standard menu.