How to Enable Hibernate Option in Windows 11
Many Windows 11 users notice that the Hibernate option is missing from the Start menu’s Power options — even though it worked fine in earlier versions like W...
Many Windows 11 users notice that the Hibernate option is missing from the Start menu’s Power options — even though it worked fine in earlier versions like Windows 10. This happens because Windows 11 (especially Single Language editions) often uses a modern S0 low power mode that hides traditional hibernation features.
Don’t worry — Hibernate still exists in Windows 11, and you can easily bring it back. Here’s a simple step-by-step guide to enable and show the Hibernate option in your Power menu.
? Step 1: Check if Hibernate Is Available
-
Press Windows + X, and choose Windows Terminal (Admin) or Command Prompt (Admin).
-
Type the following command and press Enter:
powercfg /availablesleepstates -
If “Hibernate” appears in the list, it means your system supports it.
If not, you’ll need to enable it manually (next step).
⚙️ Step 2: Enable Hibernate
-
Open Command Prompt (Admin) again.
-
Run this command:
-
Then set it to full mode for best compatibility:
-
This creates the hiberfil.sys file required for hibernation.
? Step 3: Add Hibernate to the Power Menu
-
Open the Control Panel → select Power Options.
-
On the left side, click Choose what the power buttons do.
-
Click Change settings that are currently unavailable.
-
Under Shutdown settings, check the box next to Hibernate (Show in Power menu).
-
Click Save changes.
Now open your Start Menu → Power button, and you should see Hibernate listed with Sleep, Shut down, and Restart.
? Step 4: If Hibernate Still Doesn’t Appear
Some devices with Modern Standby (S0 Low Power Idle) mode may not display Hibernate even after enabling it. In such cases, you can use a small registry edit to make it appear:
⚠️ Tip: Always back up your registry before making changes.
-
Press Win + R, type
regedit, and press Enter. -
Navigate to:
-
Double-click the HibernateEnabled key.
-
Set the value to 1 and click OK.
-
Restart your computer.
After the restart, Hibernate should appear in your Power menu.
Was this guide useful?
Your answer helps us keep BISONKB accurate and practical.