Why can I still hear Chrome notification on my laptop even when it's sleeping?

1

1

If I put my laptop to sleep, I goes to sleep without problem (screen turns dark, music stops playing, power LED pulses, etc.).

But I can still hear Chrome notification sound constantly. Also when I move the mouse the screen turns on instantly (without any delay at all).

This makes me suspicious that the laptop is not actually sleeping. What's going on?

Chin

Posted 2019-11-16T15:20:16.177

Reputation: 6 937

Answers

2

I figured it out, my laptop has a feature called Connected Standby enabled. I followed these steps to disable it:

  • Start the registry editor (regedit.exe).
  • Move to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power.
  • Double-click CsEnabled and set to 0, then click OK.
  • Restart

After this, the laptop can enter "deep" sleep, so no more notification sound while sleeping and there's a bit of delay when waking up (about 1s).

Chin

Posted 2019-11-16T15:20:16.177

Reputation: 6 937

1If Windows has decided to activate this feature by default, that hopefully means your laptop CPU's "idle standby" mode (S0ix) is sufficiently low-power that it shouldn't be all that much of a downgrade from the usual "deep sleep" (S3) mode, and it probably even has been certified for that. – user1686 – 2019-11-16T15:40:03.263

1

Do note the warning at https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/modern-standby that Microsoft doesn't support switching between these two modes without an OS reinstall. (Although I have no idea why that would be the case.)

– user1686 – 2019-11-16T15:41:55.137