The battery charge indicator on Android smartphones often shows only an approximate icon, which is not always convenient. Especially when you need to know exactly what percentage of energy is left - for example, before a long trip or when using energy-intensive applications. Fortunately, on almost any device you can enable a digital display of percentages next to the battery icon.

In this article we will look at all possible methods: from standard shell settings Samsung One UI, Xiaomi MIUI i Oppo ColorOS to universal methods for โ€œpureโ€ Android and devices with root access. You will also learn why this function may be hidden on some smartphones, and how to bypass manufacturer restrictions.

Important: the interface and location of menu items may vary slightly depending on the version of Android and the proprietary shell. If your smartphone does not support any of the described methods, check for system updates - manufacturers often add new features in the latest firmware.

1. Standard Android settings (without additional applications)

On most modern smartphones, the display of charge percentage is enabled through the system settings. Let's look at the process using popular shells as an example.

For pure Android (Pixel, Motorola, Nokia, etc.) the path is usually like this:

  1. Open Settings โ†’ Battery.
  2. Tap on the โš™๏ธ (gear) icon in the upper right corner.
  3. Activate the switch Battery percentage.

On Samsung Galaxy s shell One UI:

  • ๐Ÿ“ฑ Go to Settings โ†’ Notifications โ†’ Status bars.
  • ๐Ÿ”‹ Find the item Show charge percentage batteries and turn it on.
  • ๐ŸŽจ Here you can select the display style: inside the icon or next to it.
๐Ÿ“Š What shell is on your Android smartphone?
One UI (Samsung)
MIUI (Xiaomi)
ColorOS (Oppo/Realme)
Pure Android
Other

For devices Xiaomi, Redmi i POCO s MIUI:

  1. Go to Settings โ†’ Notifications and status bar.
  2. Select Battery indicator.
  3. Check the option Percentage (Icon and Text styles are also available).
โš ๏ธ Attention: On some models Xiaomi s MIUI 12 i newer function may be hidden in Settings โ†’ Screen โ†’ Advanced. If you donโ€™t find it, try searching by settings (magnifying glass icon at the top).

Owners Oppo, Realme and OnePlus with shell ColorOS need:

  • ๐Ÿ” Open Settings โ†’ Notifications and status bar.
  • ๐Ÿ“Š Click on Status bar.
  • ๐Ÿ”‹ Enable Battery percentage if the settings are not applied --> Battery percentage.

Make sure your smartphone is charged at least 20%

Close all background applications

Connect to Wi-Fi to download updates (if needed)

Reboot your device if the settings do not apply -->

2. Using the notification panel (quick method)

Some manufacturers allow you to temporarily display charge percentages directly through the notification panel - without diving deeply into the settings. This method works on most devices with Android 10 and newer.

Instructions:

  1. Swipe down from the top edge of the screen to open the notification panel.
  2. Swipe down again to expand the panel completely.
  3. Find battery icon in the upper right corner and hold it for 2-3 seconds.
  4. In the window that appears, turn on the switch Show percentages.

If this method did not work, try an alternative option:

  • ๐Ÿ”ง Open the notification panel and tap on the icon โš™๏ธ (gear) in the upper right corner.
  • ๐Ÿ“ฑ Select Notification panel settings.
  • ๐Ÿ”‹ Scroll down to the section Battery indicator and activate the display of percentages.

On some devices (for example, Huawei s EMUI) this option may be called Indicator style batteries โ€”select the option with percentages.

๐Ÿ’ก

If after turning on the percentages do not appear immediately, try restarting your smartphone or changing the theme in the settings. Sometimes this helps to โ€œrevealโ€ hidden interface elements.

3. Applications from Google Play for displaying percentages

If your smartphone does not support displaying charge percentages at the system level, you can use third-party applications. They not only show the exact charge, but also provide additional information about the battery: temperature, voltage, operating time, etc.

Top 3 tested applications:

Application Features Link (search name)
Battery Percentage Minimalistic widget, shows percentages in the notification panel, supports dark mode Battery Percentage by MacroPinch
AccuBattery Shows percentages + analyzes battery health, predicts operating time, tracks charging cycles AccuBattery by Digibites
Battery Widget Reborn Flexible appearance customization, widgets for the home screen, charge history Battery Widget Reborn by 3c
GSam Battery Monitor Professional analysis of battery consumption by application, display of percentages in real time GSam Battery Monitor by GSamlabs

How to install and configure:

  1. Download the application from Google Play (use the names from the table above).
  2. Open it and provide the necessary permissions (access to battery information).
  3. In the application settings, select the percentage display style (in the notification panel or on the home screen).
  4. Activate a persistent notification if you want to see percentages in the status bar.
โš ๏ธ Attention: Some applications (for example AccuBattery) require battery calibration for accurate readings. This takes 2-3 charge/discharge cycles. They can also show percentages with a small error compared to system data.

Advantages of third-party applications:

  • ๐Ÿ“Š More accurate data about the battery (temperature, voltage, current).
  • ๐ŸŽจ Possibility of customizing the appearance of the indicator.
  • ๐Ÿ“ˆ Statistics of charge consumption by application.
  • โšก Notifications about full charge or critical level.
How to remove a constant notification from an application?

If the constant notification about charge percentage bothers you, you can turn it off:

1. Go to Settings โ†’ Applications.

2. Find the application you need (for example, AccuBattery) and tap on it.

3. Select Notifications and turn off the switch.

4. Alternatively, you can remove the notification directly from the curtain by swiping left/right on it and clicking โ€œPinโ€ or โ€œDelete.โ€

4. Setting up via ADB (for advanced users)

If your smartphone does not have a built-in option to display percentages, but supports USB debugging, you can activate the hidden function via ADB (Android Debug Bridge). This method works on many devices with "pure" Android and some shells.

What you will need:

  • ๐Ÿ–ฅ๏ธ A computer with Windows, macOS or Linux.
  • ๐Ÿ“ฑ USB cable for connection smartphone.
  • ๐Ÿ› ๏ธ Utility ADB (can be downloaded from Android SDK or use portable versions like Minimal ADB and Fastboot).

Step-by-step guide:

  1. Enable developer mode on the smartphone:
    • Go to Settings โ†’ About phone.
    • tap on the item 7 times Build number (will appear notification "You have become a developer").
  • Go back to the main settings, open System โ†’ For Developers and enable USB Debugging.
  • Connect your smartphone to the computer and confirm trust in this PC on the device screen.
  • Open the command line (or terminal) on the computer and enter:
    adb shell settings put global battery_percent 1

    This command will activate the display of percentages.

  • Restart your smartphone for the changes to take effect force.
  • If you need to return everything back, use the command:

    adb shell settings put global battery_percent 0
    โš ๏ธ Attention: Working with ADB requires caution. Incorrect commands may disrupt the system. Also, after updating Android, the settings may be reset, and the procedure will have to be repeated.

    What devices does this method work on:

    • ๐Ÿ“ฑ Smartphones Google Pixel (all models).
    • ๐Ÿ“ฑ Devices with Android One (Nokia, Motorola, Xiaomi Mi A-series).
    • ๐Ÿ“ฑ Some models Sony Xperia and LG.
    • โŒ Does not work on most devices Samsung, Huawei and Xiaomi with branded shells.
    ๐Ÿ’ก

    The ADB method is the only way to enable charge percentages on some devices with "pure" Android, where the manufacturer has not added this option to the interface.

    5. Changing system files (for root only)

    If you have root access, you can manually edit the system files responsible for displaying the battery indicator. This method is suitable for experienced users and requires caution.

    What you will need:

    • ๐Ÿ“ฑ A smartphone with an unlocked bootloader and obtained root access.
    • ๐Ÿ› ๏ธ File manager with root support (for example Root Explorer or Solid Explorer).
    • ๐Ÿ’พ Backup copy of system files (in case of errors).

    Instructions for devices with Android 9-13:

    1. Open the root manager and go to the path: /system/cust/pack/others/ or /system/priv-app/SystemUI/

      (the exact path depends on the firmware).

    2. Find the file battery_percent.xml or systemui.xml.
    3. Open the file in a text editor and find the line:
      <bool name="battery_percent">false</bool>

      Replace false with true.

    4. Save changes, set rights 644 (rw-r--r--) and reboot the device.

    For devices with MIUI:

    • ๐Ÿ“ Go to /system/media/theme/default/.
    • ๐Ÿ” Find the file com.android.systemui (can be in the format .apk or .odex).
    • ๐Ÿ› ๏ธ Decompile it using Apktool, find the line battery_percent and change the value to true.
    • ๐Ÿ”„ Compile back and replace the original file (don't forget to make a backup!).
    โš ๏ธ Attention: Any changes to system files can lead to bootloop (loop reboot) or other critical errors. Before starting work, make sure that you have a working backup and the ability to restore the device via fastboot or recovery.

    An alternative method for root users:

    • ๐Ÿ“ฑ Install the module Battery Percent Enabler for Magisk.
    • ๐Ÿ”ง Activate it in the manager Magisk and reboot your smartphone.
    • โšก The module will automatically turn on the display of percentages without manually editing files.
    What to do if after the changes the smartphone does not turns on?

    If after editing the system files the device stops booting:

    1. Go to recovery (usually by pressing Power + Volume Up).

    2. Restore the backup via Nandroid backup or flash the original file back.

    3. If recovery is not available, flash the stock firmware via fastboot or ODIN (for Samsung).

    4. As a last resort, use EDL mode (an authorized account is required manufacturer).

    6. Alternative ways to monitor the charge

    If none of the above methods worked, you can use alternative solutions for monitoring the charge level.

    Method 1: Widget on the home screen

    • ๐Ÿ“ฑ Hold your finger on an empty space on the home screen and select Widgets.
    • ๐Ÿ”‹ Find the widget Battery or System information (the name depends on the firmware).
    • ๐Ÿ“Š Drag it to the screen - it will show the charge percentage in real time.

    Method 2: Voice assistant

    You can quickly find out the charge level using voice commands:

    • ๐ŸŽค Say "Okay, Google, what's the battery level?"
    • ๐Ÿค– Or activate Bixby (on Samsung) and ask: "How many percent of the battery is left?"

    Method 3: Fast settings

    On some devices, percentages are displayed when expanding the quick settings panel:

    • ๐Ÿ“ฑ Swipe down twice from the top edge of the screen.
    • ๐Ÿ”‹ Percentages may appear in the upper right corner next to the battery icon.
    • ๐Ÿ”„ If not - try changing the order of the quick settings tiles (pencil in the upper right corner).

    Method 4: Charger with display

    Some modern chargers and powerbanks have a built-in display that shows:

    • ๐Ÿ”Œ Current charging current (in amperes).
    • ๐Ÿ”‹ Charge percentage of the connected device.
    • โšก Time until fully charged.

    Examples of such devices: Anker PowerPort III, Baseus GaN 2, Xiaomi HyperCharge.

    7. Why may the charge percentages not be displayed?

    Sometimes, even after enabling the function, charge percentages do not appear in the settings. Let's consider the main reasons and solutions:

    Problem Possible reason Solution
    Percentages are not shown after enabling The system cache is not updated Reboot the device or clear the cache in Settings โ†’ Storage โ†’ Cache data
    The option is not in the settings Manufacturer disabled the function Use ADB or third-party applications
    Percentages appear only when charging Setting power saving Disable battery saving mode in Settings โ†’ Battery
    Inaccurate readings (jump) Uncalibrated battery Completely discharge and charge the smartphone 2-3 times
    The function is available, but does not work Firmware error Update the system or reset the settings to factory settings

    Additional reasons:

    • ๐Ÿ“ฑ Manufacturer's shell: Some brands (for example, Huawei in the latest versions EMUI) deliberately remove this function, considering it redundant.
    • ๐Ÿ”„ System update: After a major Android update, the settings may be reset.
    • ๐ŸŽจ Theme: Some interface themes override the standard battery indicator.
    • ๐Ÿ› ๏ธ Modified firmware: Custom firmware (for example, LineageOS) may have their own settings.
    โš ๏ธ Attention: On devices with Android 12 and newer, some manufacturers block changes to system parameters via ADB for security reasons. In this case, only third-party applications or obtaining root access is left.

    On smartphones Google Pixel 6/7/8 c Android 13+ the function of displaying charge percentage is disabled by default and does not turn on through standard settings. The only working methods are ADB or third-party applications.

    8. Tips for saving battery power

    Now that you see the exact charge level, you should take care of extending battery life:

    Optimizing software:

    • ๐Ÿ”„ Update applications and the system - new versions often optimize energy consumption.
    • ๐Ÿงน Clear the cache and delete unused applications through Settings โ†’ Applications.
    • ๐Ÿ›‘ Limit background activity for energy-intensive applications (for example, social networks).

    Screen settings:

    • ๐ŸŒ“ Use dark theme on AMOLED screens - this reduces battery consumption by 10-15%.
    • โฑ๏ธ Reduce the automatic screen shutdown time to 15-30 seconds.
    • ๐Ÿ”ฆ Disable auto brightness and set a comfortable level manually (usually 40-60%).

    Network functions:

    • ๐Ÿ“ถ Switch to 2G/3Gif you do not need high-speed Internet.
    • ๐Ÿ“ก Disable Wi-Fi, Bluetooth i GPSwhen they are not in use.
    • โœˆ๏ธ In places with a poor signal, activate Airplane mode โ€”constantly searching for a network drains the battery.

    Additional Tips:

    • ๐Ÿ”‹ Avoid completely discharging and overheating the battery - the optimal charge range is 20-80%.
    • ๐ŸŒก๏ธ Do not use the smartphone in extreme temperatures (below 0ยฐC or above 35ยฐC).
    • ๐Ÿ”„ Every 3-6 months perform battery calibration (full discharge/charge cycle).
    ๐Ÿ’ก

    To quickly check which application uses the most battery, go to Settings โ†’ Battery โ†’ Battery usage. The consumption of applications over the last 24 hours or several days is displayed here.

    FAQ: Frequently asked questions about charge percentages on Android

    โ“ Why are the charge percentages on the widget and in the settings different?

    This is normal. The system indicator shows data from the battery controller, and third-party applications can use their own calculation algorithms. The difference is usually 1-3%. For accuracy, give preference to system data.

    โ“ Is it possible to enable charge percentages for Huawei s EMUI 12+?

    On new versions EMUI (12 and newer), the function of displaying charge percentages has been removed. The only working methods:

    • Use third-party applications (for example, AccuBattery).
    • Install custom firmware (requires unlocking the bootloader).

    There is no official way through the settings.

    โ“ How to remove charge percentages, if they interfering?

    To disable the display of percentages:

    1. For the standard indicator: return to the battery settings and deactivate the option.
    2. For ADB: run the command adb shell settings put global battery_percent 0.
    3. For third-party applications: remove the notification in the curtain or uninstall app.

    On some devices (Samsung), you can choose to display percentages only when connected to charging.

    โ“ Why do charge percentages โ€œjumpโ€ (for example, from 50% to 30%)?

    Sharp jumps in percentages are usually associated with:

    • ๐Ÿ”‹ Uncalibrated battery โ€”perform 2-3 full charge/discharge cycles.
    • ๐Ÿ“‰ Battery wear โ€”check the health of the battery in AccuBattery.
    • ๐ŸงŠ Low temperature โ€” Lithium-ion batteries lose capacity in the cold.
    • ๐Ÿ› ๏ธ Controller error โ€”battery replacement may be required.

    If the problem persists, contact a service center.

    โ“ Is there a way to show the charge percentage on the locked screen?

    Yes, on some devices this is possible:

    • ๐Ÿ“ฑ On Samsung: Settings โ†’ Lock screen โ†’ Widgets โ†’ Battery.
    • ๐Ÿ“ฑ On Xiaomi: Settings โ†’ Lock screen โ†’ Advanced โ†’ Battery information.
    • ๐Ÿ“ฑ On pure Android: use the widget At a Glance (shows charge and weather).

    If the option is not in the settings, try widgets from third-party applications (for example, Battery Widget Reborn).