Google Play will soon penalize Android apps that use too much battery

Alfonso Maruccia

Posts: 2,511   +934
Staff
TL;DR: Short battery life and excessive power use remain two of the biggest complaints about modern smartphones. Google is attempting to address both in Android by shifting responsibility to app developers, who will now need to monitor their apps' energy consumption more closely or risk being penalized on the Play Store.

Google is asking developers to "raise the bar" on battery efficiency. New Android metrics will give programmers deeper insight into how their apps consume power – but they'll need to act quickly. Apps that drain excessive energy without justification will soon face reduced visibility on the Play Store.

Google's latest effort to improve user experience centers on excessive partial wake locks (EPWL), an Android metric introduced in beta earlier this year. Developed in collaboration with Samsung, EPWL tracks when an app prevents a device from entering sleep mode. Under normal conditions, background apps should complete their tasks while the screen is off to help conserve power.

Over the past few months, Google and Samsung have refined the EPWL algorithm to reflect real-world usage more accurately. The companies have set a threshold for apps that excessively block a device's normal sleep cycle: any app triggering EPWL for more than two cumulative hours in 24 hours, across at least 5 percent of user sessions over the past 28 days, will exceed that limit.

Google's system will notify developers of problematic apps through the Android Vitals dashboard. Beginning March 1, 2026, Mountain View will also exclude these apps from Play Store discovery features that promote visibility. Users will see a warning that the app consumes excessive power due to "high background activity."

The EPWL metric now joins a series of quality benchmarks Android developers must monitor to maintain visibility on Google Play. Other key metrics include user-perceived crash rate, user-perceived ANR (Application Not Responding) rate, and excessive battery usage – excluding background operations.

Google acknowledges that improving an app's vitals metrics can be challenging – especially for developers who struggle to identify the source of performance issues in their code. The new EPWL metric should make it easier to pinpoint excessive power consumption, giving software designers time to prepare before the upcoming policy changes take effect.

Mountain View is clearly working to reduce battery-related issues across the Android ecosystem. The company recently faced a series of incidents involving overheating batteries on its Pixel line of premium smartphones. Forced firmware updates, which degraded battery performance, were apparently insufficient to prevent some of these problems.

Permalink to story:

 
This wont fix the problem.

The problem is that Android is poorly optimized and requires far more resources than iOS. The battery life Apple achieves on limited MaH vs Android devices is truly astonishing. I dont need Google to notify me when an app is keeping the screen on, I CAN SEE THAT WITH MY EYES! I need Google to clamp down on all the background processes sucking up juice, like the Play store.
 
It's an interesting idea, though I wonder if the API will ultimately be another way to fingerprint and track people. Developers are good at using the APIs nefariously this way.
 
Just what we need. More battery saving at the cost of not getting notifications or apps being killed. I already have to disable doze on Android in order to receive GMail (yes, their own email client!) notifications. Why are we trying to save battery like it's some magical thing? I need a functional operating system and apps. I might as well shut the phone off and throw it in the trash if the OS forces battery "optimization" on me.
 
Be careful Google? Some of us run medical devices that need to run 24/7. My Dexcom G7 combo with the Omnipod 5 is just one example of many. Don't be evil.
 
This wont fix the problem.

The problem is that Android is poorly optimized and requires far more resources than iOS. The battery life Apple achieves on limited MaH vs Android devices is truly astonishing. I dont need Google to notify me when an app is keeping the screen on, I CAN SEE THAT WITH MY EYES! I need Google to clamp down on all the background processes sucking up juice, like the Play store.
I think "partial wake" is when the screen is off, but an app is still doing something. For example, a music app playing while the phone is in your pocket (except this would be a desired "partial wake", so not "excessive" - unless the music was paused, but the app kept using battery like it was)
 
Back