X

Enable battery percentage indicator on Android 4.4 KitKat

Instead of installing an app to place your battery percentage on your home screen or in the status bar, use this trick.

Jason Cipriani Contributing Writer, ZDNet
Jason Cipriani is based out of beautiful Colorado and has been covering mobile technology news and reviewing the latest gadgets for the last six years. His work can also be found on sister site CNET in the How To section, as well as across several more online publications.
Jason Cipriani
2 min read

Jason Cipriani/CNET

There's no shortage of battery monitoring applications in the Play store. Each of these apps offers different solutions when it comes to viewing your battery's percentage. Some add an icon to the status bar, others can place a widget on your home or lock screen, and some even place a permanent notification in the notification shade. While all of these solutions work, none is ideal.

Android should support this natively, without requiring a third-party app; I know I'm not alone in thinking this. Thankfully, it looks like Google is finally working on adding a battery percentage feature to Android 4.4 KitKat devices, but it doesn't appear to be quite complete yet. According to a post on Android Police, the feature can be enabled with the use of a single ADB command, or by installing an app -- both methods being possible without rooting your device.

Click to enlarge Screenshot by Jason Cipriani/CNET

Once the native battery percentage is enabled on an Android 4.4 device, you may not be able to find it. The reason is because of the way Google currently has implemented it. The percentage is located within the battery and shares the exact some color of the battery, white. So if your battery is above 50 percent you won't see any numbers present, but as your battery drains you'll begin to see the numbers.

The ADB command to enable the battery percentage is:

adb shell content insert --uri content://settings/system --bind name:s:status_bar_show_battery_percent --bind value:i:1

Followed by:

adb reboot

For those Android users who aren't comfortable with using ADB, you can download a simple app from this XDA forums post that allows you to enable or disable the percentage using only your device.

It will be interesting to see what the final implementation looks like from Google. I, for one, don't mind the percentage being visible only after a certain point. It prevents me from staring at a number, even if it's in the 80s, and analyzing if I should charge now or later.