09-04-2025 01:07 PM
Hi everyone,
I've been dealing with idle battery drain for quite some time. Overnight, I can lose up to 40% of battery. I’ve done two factory resets, wiped the partition cache—nothing helped.
I installed GSam Battery Monitor and noticed that the phone doesn't enter deep sleep due to “Prevent Sleep by AssistantDelay.”
Using PowerShell and ADB:
while ($true) {
adb shell dumpsys power | Select-String "AssistantDelay"
Start-Sleep -Seconds 3
}
I see various native Samsung apps appearing, which I’d prefer not to disable. When I tried disabling one, another would activate in its place, and it kept going like that.
I’d really like to understand what’s causing this. I assume it’s a software-related issue, so sending the phone in for warranty service would likely be pointless.
I’ve disabled both Bixby and Google Assistant/Gemini.
Can anyone help me figure out what to do?
09-04-2025 04:43 PM - last edited 09-04-2025 04:43 PM
09-04-2025 05:13 PM
It’s not going into deep sleep—that’s the whole reason I started digging into this. Take a look at the stats from last night. I lost about 40% battery, and only 12% of the total screen-off time was spent in deep sleep.
09-04-2025 05:15 PM - last edited 09-04-2025 05:28 PM
09-04-2025 05:18 PM
I’m doing this because my new phone can’t even last a full day on a single charge, even though I only have about 3 hours of screen-on time in total. Of course, after the factory reset, I did a clean install and didn’t transfer anything—except for Wi-Fi passwords via Samsung Cloud. I even backed up my SMS messages separately.
– If your phone were draining 40% of its battery overnight for no reason, wouldn’t you be looking into it too? – That’s also why I’m using additional apps to monitor the battery, because the native battery app doesn’t show deep sleep! I come from the XDA community where I’ve also been trying to solve this issue, but so far without success—so I’m trying all forums I can.
And yes, I know what ADB is and what it does.
10-04-2025 12:56 PM - last edited 10-04-2025 12:57 PM
10-04-2025 06:52 PM
Thank you, at least I know I’m not alone in this