How to limit the Battery Charging Level on Google Pixel 8 Pro

With the recently released Google Pixel 8 lineup, Google has taken considerable steps when it comes to preserving and potentially prolonging the device’s overall battery life. To begin with, you’ll be able to get the Adaptive Charging feature, which will ensure that your Pixel 8 handset only gets charged for one hour before you unplug it depending on your usage habits, alarms, and more.

Aside from that, it will limit the battery charging to around 70% to 80% when your smartphone is continuously charging for more than a few hours under high temperatures. However, what if you wanted to manually limit the battery charging level on your Google Pixel 8 Pro without having to checkmark these rules?

If you’re looking to know how you can limit the charging capacity on the newly released Pixel handset, then this guide will be helpful. In this guide, you will get to know how to limit the Battery Charging Level on Google Pixel 8 Pro.

How to limit the battery charging level on Google Pixel 8 Pro?

Limit the Battery Charging

Here are the steps you will need to follow if you want to limit the battery charging level on Google Pixel 8 Pro and prolong the lifespan of your device’s battery.

  • To start off, you need to root your Google Pixel 8 Pro using Magisk patched init_boot
  • After that, enable USB Debugging and connect it to the PC using a USB cable
  • Then, you should download and extract the Android SDK Platform Tools on your PC
  • Now, type in CMD in the address bar before hitting Enter to launch the Command Prompt
  • Type the following command and tap “Grant” in the Super User prompt –
su
  • Now, you need to type the following command and tap “OK” in the Shell prompt –
adb shell
  • Now, you should type the following command but replace “x” with the desired percentage –
echo x > /sys/devices/platform/google_charger/charge_stop_level
  • For instance, if you want to stop charging at 90%, then the command will need to be –
echo 90 > /sys/devices/platform/google_charger/charge_stop_level

Done!!

Aviral Sharma
Aviral Sharma
Android Expert
Aviral Sharma is a talented and passionate writer who has been using words to express his thoughts ever since he learned how to hold a pen. He is passionate about outer space, history, sports, and most importantly, technology. Aviral has been a regular writer for rootmygalaxy for over 6 years and has been covering games and Android guides. He currently owns a Samsung Galaxy S24 Ultra, an iPhone 13, and a HP Pavilion laptop.

Leave a Comment