How to Enable and Disable Hibernate on Windows 11

Updated September 16, 2025: This guide provides comprehensive steps to enable and disable the Hibernate feature on Windows 11, allowing users to manage system power settings effectively. Hibernate saves the current state of your computer, including all open applications, to the hard drive, enabling a complete shutdown. When the system powers back on, you can resume exactly where you left off, making it a practical option for saving energy while maintaining productivity.

While Hibernate is a useful tool, it’s turned off by default on many Windows 11 installations. Before proceeding to enable this feature, please ensure your hardware meets the necessary requirements. Below, you’ll find detailed instructions on how to activate and deactivate Hibernate using different methods.

Table of Contents

Enabling Hibernate on Windows 11

There are several ways to enable the Hibernate feature on your Windows 11 device, including using the Command Prompt, PowerShell, or modifying the Registry settings. Follow the method that suits you best.

Using Command Prompt or PowerShell

To activate Hibernate through Command Prompt or PowerShell, follow these steps:

  1. Press the Start button.
  2. Type Command Prompt or PowerShell in the search bar, right-click on the top result, and select Run as administrator.
  3. Check the hibernation status by entering:
  4. powercfg /availablesleepstates

  5. Activate Hibernate by executing the command:
  6. powercfg /hibernate on

  7. Close the Command Prompt or PowerShell window.
  8. Access the Control Panel.
  9. Select Hardware and Sound.
  10. Choose Power Options.
  11. Click on Choose what the power button does.
  12. Select Change settings that are currently unavailable.
  13. Under Shutdown settings, check the Hibernate box.
  14. (Optional) To set Hibernate as an option for the power button or lid closure, select Hibernate from the respective drop-down menu.
  15. Click the Save Changes button.

Once completed, Hibernate will appear in the Power menu of your Windows 11 system.

Using the Registry

You can also enable Hibernate by modifying the Windows Registry:

  1. Open the Start menu.
  2. Search for regedit and select the top option to open the Registry Editor.
  3. Navigate to:
  4. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power

  5. Right-click on the HibernateEnabled DWORD and select Modify.
  6. Change the value from 0 to 1.
  7. Confirm by clicking OK.
  8. Restart your computer for the changes to take effect.

This method ensures that Hibernate is activated across your system settings.

Disabling Hibernate on Windows 11

If you choose to disable the Hibernate feature, you can do so using the Command Prompt, PowerShell, or Registry changes. Here’s how:

Using Command Prompt or PowerShell

To turn off Hibernate through the command line, follow these steps:

  1. Open the Control Panel.
  2. Click on Hardware and Sound.
  3. Select Power Options.
  4. Click on Choose what the power button does.
  5. Choose Change settings that are currently unavailable.
  6. Uncheck the Hibernate option under Shutdown settings.
  7. Click Save Changes.
  8. To disable Hibernate from the command line, open Command Prompt or PowerShell as administrator.
  9. Execute the following command:
  10. powercfg /hibernate off

  11. Confirm that the hibernation feature has been turned off by running:
  12. powercfg /availablesleepstates

This process will deactivate the Hibernate functionality on your Windows 11 machine.

Using the Registry

To disable Hibernate via Registry changes, follow these instructions:

  1. Open the Start menu.
  2. Search for regedit and open it.
  3. Navigate to:
  4. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power

  5. Right-click the HibernateEnabled DWORD and select Modify.
  6. Set the value from 1 to 0.
  7. Click OK.
  8. Restart your computer to apply the changes.

Following these steps will ensure that Hibernate is no longer an option in your system settings.

Final Note: This guide has been updated to incorporate the latest features and changes in Windows 11 as of September 2025. For visual guidance, refer to our tutorial videos linked in the source.

Source & Images

Leave a Reply

Your email address will not be published. Required fields are marked *