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:
- Press the Start button.
- Type Command Prompt or PowerShell in the search bar, right-click on the top result, and select Run as administrator.
- Check the hibernation status by entering:
- Activate Hibernate by executing the command:
- Close the Command Prompt or PowerShell window.
- Access the Control Panel.
- Select Hardware and Sound.
- Choose Power Options.
- Click on Choose what the power button does.
- Select Change settings that are currently unavailable.
- Under Shutdown settings, check the Hibernate box.
- (Optional) To set Hibernate as an option for the power button or lid closure, select Hibernate from the respective drop-down menu.
- Click the Save Changes button.
powercfg /availablesleepstates
powercfg /hibernate on
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:
- Open the Start menu.
- Search for regedit and select the top option to open the Registry Editor.
- Navigate to:
- Right-click on the HibernateEnabled DWORD and select Modify.
- Change the value from 0 to 1.
- Confirm by clicking OK.
- Restart your computer for the changes to take effect.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
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:
- Open the Control Panel.
- Click on Hardware and Sound.
- Select Power Options.
- Click on Choose what the power button does.
- Choose Change settings that are currently unavailable.
- Uncheck the Hibernate option under Shutdown settings.
- Click Save Changes.
- To disable Hibernate from the command line, open Command Prompt or PowerShell as administrator.
- Execute the following command:
- Confirm that the hibernation feature has been turned off by running:
powercfg /hibernate off
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:
- Open the Start menu.
- Search for regedit and open it.
- Navigate to:
- Right-click the HibernateEnabled DWORD and select Modify.
- Set the value from 1 to 0.
- Click OK.
- Restart your computer to apply the changes.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
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.
Leave a Reply