Enabling hibernation on a Windows PC takes two things: an elevated Command Prompt command and one checkbox in Power Options.
A PC that stays asleep through long breaks still drains battery while you are away. How to enable hibernate gives you a true off state that preserves your open work and the current desktop session — the setup takes about thirty seconds once you know where the controls live. Below is the exact sequence that works on Windows 10 and Windows 11, plus what to do when the option stubbornly refuses to show up.
What Is Hibernation (And When To Use It Instead Of Sleep)?
Hibernation writes your entire working session — every open app, browser tab, and file — to the hard drive and then powers the computer completely off. Sleep keeps that data in active memory and uses a small amount of power to maintain it. Hibernation makes sense when you will be away from the PC for hours or overnight, especially on a laptop where battery life matters. Sleep works fine for coffee-break-length pauses. The power menu on most Windows PCs shows both options, but Hibernate is sometimes hidden until you deliberately enable it.
How To Enable Hibernate In Windows 10 And 11
Windows keeps the hibernation feature built into every edition, but the power menu hides it until you flip two switches. The first switch runs inside Command Prompt, and the second lives in the classic Control Panel. Both require administrator access.
- Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin) — the exact label depends on your Windows version. Confirm the User Account Control prompt if it appears.
- Type
powercfg.exe /hibernate onand press Enter. The command runs silently with no confirmation message on most systems. - Close the Command Prompt or Terminal window.
- Open Control Panel (search for it from the Start menu if you do not see it) and navigate to Hardware and Sound > Power Options > Choose what the power buttons do.
- Click Change settings that are currently unavailable near the top of the window. This step unlocks the grayed-out checkboxes in the Shutdown settings section.
- Under Shutdown settings, check the box labeled Hibernate.
- Click Save changes and close Control Panel.
Hibernate now appears in the Start menu power button menu and on the Ctrl+Alt+Delete screen. The whole process is documented in Microsoft’s own troubleshooting guide for making hibernation available on Windows systems.Microsoft’s hibernation guide confirms that the powercfg.exe command is the primary fix for restoring the option.
What You Will See When It Works
After you complete the steps above, the Start menu power icon shows Hibernate between Sleep and Shut Down. Selecting it saves your session, powers the PC off, and the next boot restores everything you had open.
| Power State | Saves Session To | Power After Save | Resume Speed | Best When You Are Away |
|---|---|---|---|---|
| Sleep | RAM | Low (system stays on) | 1–3 seconds | A few minutes |
| Hibernate | Hard drive | Zero (PC is off) | 10–20 seconds | Hours or overnight |
| Fast Startup | Partial session to disk | Zero (PC is off) | 5–10 seconds | Everyday boot (not a power state per se) |
| Hybrid Sleep | RAM + hard drive | Low | 1–3 seconds | Desktop safety net |
| Modern Standby | RAM (connected) | Low | 1–3 seconds | Modern laptops with updates active |
| Shut Down | Nothing | Zero | Full boot (30–60 seconds) | Before travel or after updates |
| Turn Off Display | Nothing | Lowest (system still runs) | Instant (wake on input) | Saving battery while music plays |
Why Won’t Hibernate Show Up In The Power Menu?
Three things cause a missing Hibernate option more often than anything else. Each has a straightforward fix.
You skipped the Command Prompt step. The powercfg.exe /hibernate on command must run before Windows adds Hibernate to the list of available shutdown options. Without it, the Control Panel checkbox does nothing because the underlying system file does not exist. Run the command again as Administrator and confirm it finishes without an error.
The Shutdown settings section is locked. The Hibernate checkbox stays grayed out until you click Change settings that are currently unavailable in the Power Options window. That button needs administrator permissions — the same elevation you used for the command-line step.
Your Windows edition or hardware does not support it. Hibernation is available on every desktop and most laptop editions, but some systems with Modern Standby (Surface devices or certain ultrabooks) may hide the option intentionally. On those machines, a registry change can force the hibernation menu entry, though battery life behavior on Modern Standby hardware is less predictable with Hibernate enabled. Microsoft’s documented method uses the same powercfg command as the starting point; registry edits are a secondary workaround rather than a primary path.
How To Disable Hibernate If You Change Your Mind
Disabling hibernation reverses the same two steps in the opposite order. Open Control Panel > Power Options > Choose what the power buttons do, click Change settings that are currently unavailable, uncheck Hibernate, and save. Then open an elevated Command Prompt and run powercfg.exe /hibernate off. The command deletes the hibernation file (hiberfil.sys) and frees up disk space equal to roughly 40 percent of your installed RAM. Disabling hibernation also turns off Fast Startup because that feature depends on the same system file.
| Problem | Likely Cause | Fix |
|---|---|---|
| Hibernate missing from the power menu | Never enabled in Shutdown settings | Run the enable steps above and check the box |
| Hibernate checkbox is grayed out | Admin permissions not granted | Click “Change settings that are currently unavailable” |
powercfg command returns an error |
Command Prompt not opened as Administrator | Right-click Start, select Terminal (Admin), retry |
| Hibernate stopped working after an update | Windows Update or driver change | Re-run powercfg.exe /hibernate on |
| Fast Startup also missing after disabling Hibernate | Fast Startup depends on hibernation file | Enable Hibernate first, then re-check Fast Startup |
| Option appears in Control Panel but not in Start menu | Power button settings not saved | Go back, check the box, click Save changes |
| Hibernate works once then disappears | Policy or registry override | Run powercfg /hibernate on again; check local Group Policy |
Hibernate Setup In Two Steps
The next time you need Hibernate to appear in your Windows power menu, the sequence is short enough to remember without a bookmark:
- Open Command Prompt as Administrator and run
powercfg.exe /hibernate on. - In Control Panel Power Options, unlock the settings and check the Hibernate box under Shutdown settings.
That is the only reliable path. Registry edits, third-party utilities, and workarounds are unnecessary when the two official steps work on every supported edition of Windows 10 and Windows 11.
References & Sources
- Microsoft Support. “How to disable and re-enable hibernation.” Documents the powercfg command and Control Panel path for making hibernation available in Windows Client.
- CNET. “How to enable or disable hibernate in Windows 10.” Covers the same steps with screenshots for Windows 10 users.
- Pureinfotech. “How to enable Hibernate on Windows 11.” Step-by-step guide specific to Windows 11 interface differences.
- Microsoft Q&A. “How can one enable Hibernate in Windows 11?” Community answer confirming the Control Panel path.
- Lenovo Support. “Fix Hibernate, Fast Startup missing or not showing in Power Options.” Industry-specific confirmation of the powercfg command.
