Enabling Hibernate in Windows 11 takes one command in an elevated terminal, then one checkbox in the Power Options menu.
Hibernate has been a Windows staple for decades, but Windows 11 often ships with it hidden from the power menu — enough that plenty of users assume it’s been removed. The specific steps for how to enable Hibernate option in Windows 11 take about thirty seconds and don’t require third-party tools or registry edits.
Why Hibernate Is Hidden in Windows 11
Microsoft hides Hibernate from the default power menu to keep the shutdown options simple for most users. PC manufacturers sometimes disable it at the factory to save disk space, because Windows reserves a file called hiberfil.sys that takes up about 40% of your installed RAM. On a machine with 16GB of RAM, that’s over 6GB of drive space set aside before you ever use the feature. The feature itself is still fully present in the operating system — it just needs to be turned on.
Does Your PC Support Hibernate?
Before running the activation command, confirm your hardware supports the feature. Open an elevated Command Prompt or PowerShell — press Win+X and select Terminal (Admin) — then paste this and press Enter:
powercfg /availablesleepstates
Scan the output for Hibernate. If it appears in the list, your system is ready. If it doesn’t, your hardware, drivers, or firmware may not support hibernation in the current configuration, and the methods below won’t work.
How to Enable Hibernate in Windows 11
This takes two actions: a command that activates the feature, then a checkbox that exposes it in the power menu. Run them in this order.
Step 1: Activate Hibernate. With Command Prompt or PowerShell still open as administrator (Win+X > Terminal (Admin)), type or paste the following and press Enter:
powercfg /hibernate on
The command completes silently — no confirmation message appears. If you see an error instead, the terminal wasn’t elevated or your hardware doesn’t support hibernation. Microsoft’s support documentation for PC power states confirms this as the standard enable method.
Step 2: Add Hibernate to the power menu. Open Control Panel and navigate to Power Options. Click Choose what the power button does in the left sidebar. At the top of that screen, click Change settings that are currently unavailable — this unlocks the grayed-out shutdown options. Under Shutdown settings, check the box for Hibernate. Click Save changes.
Hibernate now appears in the Start menu’s power button list and on the Win+X shutdown menu. Clicking it will save your entire session to disk and power the PC off completely.
Hibernate vs. Sleep vs. Fast Startup
Each power state serves a different purpose, and knowing the difference helps you pick the right one for the moment. The table below breaks down the seven main states available in Windows 11.
| Power State | How It Works | Best Use Case |
|---|---|---|
| Sleep | Keeps session in RAM, uses a small amount of power | Short breaks, same-day return |
| Hibernate | Writes session to disk, uses zero power | Overnight, low battery, travel |
| Fast Startup | Saves kernel session on shutdown for faster boot | Daily cold boots |
| Hybrid Sleep | Stores session in both RAM and disk | Crash protection on desktops |
| Modern Standby | Low-power state with network available | Modern PCs, notifications |
| Deep Sleep | Minimal power draw for extended storage | Long non-use periods |
| Full Shutdown | Closes all apps, clears memory, starts fresh | Troubleshooting, major updates |
Why Is Hibernate Still Hidden? Common Mistakes
The activation command worked, but Hibernate still won’t show in the power menu. These three mistakes cause nine out of ten cases:
- You didn’t click “Change settings that are currently unavailable.” That blue link is easy to miss — it sits above the Shutdown settings section, not inside it. Without clicking it, the Hibernate checkbox stays grayed out regardless of the command.
- You ran the command in a standard terminal.
powercfg /hibernate onrequires administrator privileges. If the terminal title doesn’t say “Administrator,” the command appears to run but does nothing. Reopen it via Win+X > Terminal (Admin) and run the command again. - You’re confusing Hibernate with Sleep or Fast Startup. All three are distinct states. Hibernate saves everything to disk and powers off; Sleep keeps the session in RAM and uses battery; Fast Startup affects boot speed only. If Hibernate is missing, check whether Fast Startup is also missing — they share the same root cause and the same fix.
Hibernate Troubleshooting Guide
If you’ve followed the steps and Hibernate still isn’t available, the table below covers the most common blockers and their fixes.
| Problem | Likely Cause | The Fix |
|---|---|---|
| Hibernate not in Power menu | Hidden in Power Options settings | Control Panel > Power Options > Choose what power button does > Change unavailable settings > check Hibernate |
powercfg command fails |
Terminal not running as administrator | Open Command Prompt or PowerShell as admin via Win+X > Terminal Admin |
| “Hardware not supported” error | Device or drivers lack hibernate support | Check BIOS settings, update chipset drivers |
| Hibernate option is grayed out | “Change unavailable settings” not clicked | Click the blue link above the Shutdown settings list |
| Hibernate fails or PC won’t resume | Low disk space or corrupted files | Free up disk space, run chkdsk, disable then re-enable Hibernate |
| PC wakes immediately after Hibernate | Wake timers or network adapters enabled | Disable wake timers in advanced power settings for each device |
| Fast Startup also missing | Same root cause as Hibernate | Enable Hibernate; both features appear together |
How to Disable Hibernate
If you change your mind or need to reclaim the disk space used by hiberfil.sys, open an elevated Command Prompt or PowerShell and run:
powercfg /hibernate off
This deletes the hibernation file and removes Hibernate from the power menu. To bring it back later, re-run powercfg /hibernate on and re-check the box in Power Options.
Making Hibernate Appear in Your Power Menu
One command and one checkbox — that’s the entire process. Start with powercfg /hibernate on from an admin terminal, then open Power Options, unlock the hidden settings, and check Hibernate. The option will appear immediately in your Start menu and Win+X shutdown list, ready for those times when Sleep isn’t enough and a full shutdown is too much.
References & Sources
- Microsoft Support. “Shut down, sleep, or hibernate your PC.” Official documentation on power states and the Hibernate enable process.
