How to enable Hibernate on Windows 11

  • To enable Hibernate on Windows 11, open PowerShell or Command Prompt (admin) and run the “powercfg /hibernate on” command, then open the Control Panel’s “Power Options” page, click the “Choose what the power button does” setting, and turn on “Hibernate.”
  • You can also enable Hibernate when you press the Power button or close the laptop lid.
  • To disable hibernation, open the Control Panel’s “Power Options” page, click the “Choose what the power button does” setting, and turn off “Hibernate,” and then from PowerShell or Command Prompt (admin) and run the “powercfg /hibernate off” command.
  • Alternatively, you can configure the hibernation feature through the Registry by modifying the “HibernateEnabled” key.

UPDATED 9/25/2024: On Windows 11, you can enable “Hibernate” in multiple steps, and in this guide, I’ll outline steps to complete this configuration. Hibernate is a feature that saves the contents loaded into memory onto the hard drive (in the “hiberfil.sys” file) to shut down the computer completely, preserving your current session with all the running applications. This process allows you to pick up where you left off the next time you turn on the computer.

The Hibernate power state is an alternative feature to sleep or shut down sleep to save energy or preserve battery life when on the go and you don’t have a power source nearby.

Although it’s a convenient feature, you won’t find the “Hibernate” option in the Power options menu because it’s disabled by default. However, if you have a computer that meets the hardware requirements, you must use Command Prompt (or PowerShell) to enable Hibernate on Windows 11. Otherwise, you won’t find the option in Control Panel. Once it’s enabled, you can add the “Hibernate” option to the Power options menu or change the behavior of the power button or laptop’s lid from the Control Panel.

In this guide, I will teach the steps to turn on (and off) and configure hibernation on Windows 11.

Warning: Before proceeding, it’s crucial to acknowledge the risks associated with modifying the Windows Registry. Incorrect changes can lead to system instability or operational issues. Therefore, ensure you have a full system backup before making any changes. Proceed with caution and understanding.

Enable Hibernate on Windows 11

On Windows 11, you can turn on the hibernation power mode through the Command Prompt, PowerShell, and the Registry.

From Command Prompt or PowerShell

To enable Hibernate on Windows 11, use these steps:

  1. Open Start on Windows 11.

  2. Search for Command Prompt (or PowerShell), right-click the top result, and select the Run as administrator option.

  3. Type the following command to check the hibernation status and press Enter:

    powercfg /availablesleepstates
  4. Type the following command to enable Hibernate on Windows 11 and press Enter:

    powercfg /hibernate on

  5. Close the Command Prompt (or PowerShell) console.

  6. Open Control Panel.

  7. Click on Hardware and Sound.

  8. Click on Power Options.

  9. Click the “Choose what the power button does” option.

  10. Click the “Change settings that are currently unavailable” option.

  11. Under the “Shutdown settings” section, check the Hibernate option.

  12. (Optional) Under the “Power button and lid settings” section, choose the Hibernate option in the “When I press the power button” setting to hibernate the device when pressing the power button.

  13. Choose the Hibernate option in the “When I close the lid” setting to allow hibernation when closing the laptop’s lid.

  14. Click the Save Changes button.

Once you complete the steps, the hibernation feature will be enabled on Windows 11, and the option will be available in the Power menu in Start.

While you can configure the power button and lid close action to hibernate from the Control Panel, starting on Windows 11 24H2 and higher releases, you can also configure these features from Settings > System > Power (Power & battery) with the “Lid & power button controls” (or “Power button controls”) setting.

You can also follow these instructions in my video tutorial on my YouTube channel. (Remember to like and subscribe.)

From Registry 

To enable Hibernate from Registry, use these steps:

  1. Open Start.

  2. Search for regedit and click the top result to open the Registry.

  3. Navigate to the following path:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
  4. Right-click the HibernateEnabled DWORD and choose the Modify option.

  5. Change the value from 0 to 1.

  6. Click the OK button.

  7. Restart the computer.

After you complete the steps, the power mode will now be enabled on your computer.

Disable Hibernate on Windows 11

You can also use the Registry, Command Prompt, or PowerShell to disable Hibernate on your computer.

From Command Prompt or PowerShell

To disable Hibernate on Windows 11, use these steps:

  1. Open Control Panel.

  2. Click on Hardware and Sound.

  3. Click on Power Options.

  4. Click the “Choose what the power button does” option.

  5. Click the “Change settings that are currently unavailable” option.

  6. Under the “Shutdown settings” section, clear the Hibernate option.

  7. Click the Save Changes button.

  8. Open Start.

  9. (Optional) Search for Command Prompt (or PowerShell), right-click the top result, and select the Run as administrator option.

    Quick tip: Once you clear the option from the Control Panel, it’ll no longer appear in the Power options menu. However, if you want to turn off the feature, you will have to use the “powercfg” tool.

  10. Type the following command to disable Hibernate on Windows 11 and press Enter:

    powercfg /hibernate off

  11. Type the following command to confirm the hibernation has been disabled and press Enter:

    powercfg /availablesleepstates

After you complete the steps, the Hibernate feature will be disabled on Windows 11.

From Registry 

To disable Hibernate from Registry, use these steps:

  1. Open Start.

  2. Search for regedit and click the top result to open the Registry.

  3. Navigate to the following path:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
  4. Right-click the HibernateEnabled DWORD and choose the Modify option.

  5. Change the value from 1 to 0.

  6. Click the OK button.

  7. Restart the computer.

After you complete the steps, the power mode will now be enabled on your computer.

Update September 25, 2024: This guide has been updated to ensure accuracy and reflect changes to the process.


Source link
Exit mobile version