I recently upgraded to Windows 7 and to start with the Hibernate function was missing from the turn off control. I was able to fix that. but when I click on Hibernate the computer slows down for a second or two and then restarts.

This seems to be a common problem from what I have read. I think my problem is with the advanced power settings I have made some changes but they haven't worked.

So if someone who has a working hibernation, would take the trouble to post their settings that I could try I would very obliged.

Dani AI

Generated

A short expert note for and anyone landing here later: when “Hibernate” appears to start, then the PC pauses briefly and restarts, the fault is usually firmware (no S4 support) or a driver/device that prevents Windows from writing or restoring the hibernation image. ’s hybrid-sleep observation and ’s BIOS/spec-tool suggestions are on target as first checks; the hibernation file can be involved, but it’s better to gather diagnostics first. (learn.microsoft.com)

Recommended, non-destructive diagnostics (run an elevated Command Prompt):

powercfg /a
powercfg /lastwake
powercfg /devicequery wake_armed
powercfg /requests
powercfg /energy
shutdown /h
  • powercfg /a shows which sleep states (S1/S3/S4/ModernStandby) the firmware and OS expose; powercfg /requests and /devicequery wake_armed reveal drivers/processes/devices blocking sleep. Generate powercfg /energy for a one-minute HTML report of power issues. Use shutdown /h to force a hibernate test. (learn.microsoft.com)

Check the System log in Event Viewer for Kernel‑Power entries: Event ID 42 (“system is entering sleep”) should appear when hibernation starts; an unexpected restart is typically logged as Kernel‑Power Event ID 41. Those two entries together help pinpoint whether Windows failed to enter hibernate or crashed/reseted during the attempt. (learn.microsoft.com)

If diagnostics point to firmware or drivers, update BIOS/UEFI and chipset, storage and graphics drivers, disconnect nonessential USB devices, and disable Wake‑on‑LAN / wake-capable devices while testing. OEM troubleshooting guides recommend the same sequence (BIOS/drivers, disconnect peripherals, clean‑boot) because many hibernate failures are caused by device drivers or firmware misconfiguration. (dell.com)

If these diagnostics show a specific device or power request, disable that device’s wake capability or update/roll back its driver; if powercfg /a reports “hibernation not available,” focus on firmware/BIOS settings and OEM support.

Recommended Answers

All 3 Replies

I have both a desktop & laptop that hibernate properly. The desktop power light remains on & the hard disk light stays steady, but the laptop lights all go off.
I am only posting the settings for my desktop, but the ONLY setting they have in common is: Allow Hybrid Sleep: Off
Desktop:
High Performance
Require a password on wakeup: yes
Turn off hard disk after: never
Desktop background settings, slidehow: available
Wireless Adapter Settings: Power Saving Mode: Maximum Performance
Sleep: after: Never
Allow hybrid sleep: off
hiberate after: never
Allow wake timers: enable
USB settings: selective suspend setting: enabled
Power buttons and lid: power button action: shut down
Sleep button action: setting: sleep
PCI Express: LInk State Power Management: Off
Processor Power Management: Minimum state: 100%; cooling: active; maximum state: 100%
Display: turn off after: 15 min
Multimedia settings: when sharing: prevent idling to sleep; playing video; optimize video quality

I recognize this question asks about hibernation, but I have found the sleep mode to work as well or better when I call it from the shutdown menu. I do have the power settings go to hibernate if I hit the power button, and that seems to function as expected. My Win7 machines are all laptops (and clean installs) so there isn't as much potential for power loss (the battery works) which could make this a different experience for desktop users.

Thinking about likely settings in BIOS, can you give us more machine information (type, manufacturer, MOBO info if you have it ... two apps that may help with this are Speccy from Piriform or Belarc Advisor)?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.