Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

It's been too many nights when this happened:

  1. Decide it's time to sleep
  2. From the Settings charm, pick Power then Sleep
  3. ???
  4. Wake up several hours later
  5. Turn the computer back on and it's a fresh session
  6. Unsaved work is lost

If the computer is left to sleep for a short while, the computer successfully wakes itself up normally.

Why is that? What's going on?

System logs say nothing helpful: (read bottom to top, I skipped a few irrelevant entries in the middle)

Log Name:      System
Source:        Microsoft-Windows-Kernel-Boot
Date:          03/07/2012 10.42.48
Event ID:      20
Task Category: None
Level:         Information
Keywords:      
User:          SYSTEM
Computer:      Delta
Description:
The last shutdown's success status was false. The last boot's success status was true.

Log Name:      System
Source:        Microsoft-Windows-Kernel-General
Date:          03/07/2012 10.42.48
Event ID:      12
Task Category: None
Level:         Information
Keywords:      
User:          SYSTEM
Computer:      Delta
Description:
The operating system started at system time ‎2012‎-‎07‎-‎03T08:42:48.485276100Z.

Log Name:      System
Source:        Microsoft-Windows-Kernel-Power
Date:          03/07/2012 04.18.09
Event ID:      42
Task Category: (64)
Level:         Information
Keywords:      (4)
User:          N/A
Computer:      Delta
Description:
The system is entering sleep.

Sleep Reason: Hibernate from Sleep

Log Name:      System
Source:        Microsoft-Windows-Kernel-Power
Date:          03/07/2012 01.17.45
Event ID:      42
Task Category: (64)
Level:         Information
Keywords:      (4)
User:          N/A
Computer:      Delta
Description:
The system is entering sleep.
share|improve this question
I have this exact problem with Windows 7 too. – fredley Jul 3 '12 at 10:29

2 Answers

Seems like your system isn't hibernating properly, and reboots instead of resuming.

Try disabling "Hybrid Sleep" in power options

share|improve this answer
I've actually created a shortcut that does just that - hibernating. %windir%\system32\rundll32.exe powrprof.dll,SetSuspendState Hibernate It works fine just like it did in Windows 7. – badp Jul 16 '12 at 7:53

It's possible that deep sleep may be configured wrong. In your bios try changing the acpi suspend option from s3 so s1, which should be generally more compatible.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.