Google Play will officially start monitoring and flagging Android apps that rapidly drain device batteries due to excessive use of wake locks starting March 1, 2026. This initiative is part of an update to the Core Technical Quality Metrics, which assesses app performance and efficiency.
Wake lock is a system mechanism that stops the CPU or screen from turning off when an app runs tasks like playing music, downloading files, or syncing data. Google distinguishes between valid wake lock use and excessive wake locks, which happen when apps keep the processor active for too long, draining battery without user interaction.
Google’s detection leverages real-world data from millions of Android devices collected via Android Vitals. An app is flagged if it accumulates more than two hours of partial wake lock within 24 hours, excluding legitimate tasks driven by the user like audio streaming or navigation. If 5% or more of user sessions exceed this limit in a 28-day period, Google Play will mark the app as battery inefficient.
Developers will receive warnings on the Android Vitals Dashboard, categorized by severity. The update does not immediately remove problematic apps from Google Play but imposes consequences such as reduced app visibility and organic downloads. If issues persist, Google may refuse app updates and impact the developer’s overall reputation on the platform.
Samsung collaborated closely with Google to refine these metrics. As the world’s largest Android device manufacturer, Samsung provided extensive data about real usage and background power consumption. This partnership helped establish realistic thresholds and reduce false positives, balancing user protection with fairness towards developers.
Developers can prepare for these changes by taking proactive steps starting October 2025. The recommended actions include:
1. Regularly monitor battery usage statistics in Android Vitals.
2. Audit and shorten partial wake lock durations to release them immediately after tasks finish.
3. Implement WorkManager or JobScheduler instead of holding continuous wake locks.
4. Use Firebase Cloud Messaging to minimize background polling.
5. Test apps under various network and battery conditions thoroughly.
For Android users, this policy promises a cleaner ecosystem with fewer battery-hungry apps running in the background for purposes like displaying ads, collecting data, or keeping sessions alive unnecessarily. Google plans to increase transparency, possibly by showing warning icons on app pages in the future.
This move fits Google’s broader effort to enhance Android user experience and security. Previous measures included restricting background location access and enforcing stricter battery saver and permission declarations. By emphasizing app efficiency, Google encourages developers to adopt responsible coding practices.
Starting March 2026, developers must prioritize power efficiency as a core quality attribute or face penalties affecting app discoverability and updates. Meanwhile, users benefit from a more reliable and energy-conscious app ecosystem that prevents needless battery drain from poorly optimized applications.
By directly addressing excessive wake lock usage, Google Play aims to ensure that smartphone batteries last longer throughout the day. This change signals a new era where optimizing power consumption is not optional but essential for Android apps to thrive on the platform.







