This Windows tutorial, we will discuss, how to enable hibernate in windows server 2016.
By default when you install windows server 2016, the hibernate option will not be there. But we can enable by running some commands.
Recently I installed Windows server 2016 in one laptop and I found that there is no hibernate option. The same way we can also enable hibernate in windows server 2012 r2.
Hibernate is a good feature in Windows operating system, maybe in windows 10/8/7 or in Windows Server 2016 or Windows server 2012 r2. If your desktop or laptop is in hibernate mode then it will not use any power. It saves the state of the laptop or desktop and you can get as it is when you turned on the machine.
Enable hibernate in Windows Server 2016
Open the command prompt by pressing Window+R and then type cmd in the Run command window. Or you can go to Start -> go to the Windows section and then Windows System -> Command Prompt.
Then in the command prompt type the below command to see various command available related to hibernate.
POWERCFG /H /?
There you can see various command options for hibernate like below:
Now to enable hibernate type the below command in the command prompt.
POWERCFG /HIBERNATE ON
Now if you check hibernate option will appear. To check this, go to Start -> Settings. Then click on System.
In the Settings dialog box, click on Power & Sleep and then click on “Additional power settings”.
Then select, “Choose what closing the lid does”.
There you can see the option “When I close the lid”, and in the options Hibernate in the dropdown for both On battery and Plugged in option like below:
This way we can enable hibernate in windows server 2016.
Disable Hibernate in Windows Server 2016
Similarly, if you want to disable hibernate in windows server 2016, run the below command in the same command prompt.
POWERCFG /HIBERNATE OFF
The above command will disable hibernate in windows server 2016. The same way you can also disable sleep mode in windows server 2012.
Hibernate in Windows Server 2016 Datacenter
Ideally, no one wants to hibernate Windows Server 2016 datacenter but you can follow the above steps to hibernate windows server 2016 datacenter.
But while enabled hibernate in windows server 2016 (shutdown -h), if you got an error like The request is not supported.(50). Then run powercfg -h on and then run shutdown -h.
Enable Hibernation on Windows 10
You can enable hibernation on windows by using the below command.
- Open the command prompt in administrator mode.
- And then type powercfg /hibernate on and click on Enter.
- After this, you can see the hibernation is enabled in the windows.
Disable Hibernation On Windows 10
The same way we can disable Hibernate in Windows 10.
Open the command prompt as an administrator mode. Then type powercfg /hibernate off and click on Enter.
How to Show Hibernate option in Power Menu in Windows 10/8
If you do not see Hibernate option in the Power menu then you can follow the below solution.
Open Power Options and then click on “Choose what the power buttons do“.
Then in System Settings, click on “Change settings that are currently unavailable“.
There you can scroll down and go to the Shutdown settings and check the “Hibernate” checkbox.
Now if you will check in the Power option, you can see the Hibernate option in Windows 10.
Enable Hibernate in Windows 10 from Registry
You can also enable hibernate in Windows 10 from Registry editor.
First, Open registry editor (Window + R -> Then type regedit in Run box and then click on Enter).
In the registry go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power.
Double click on HibernateEnabled.
Then in the Edit DWORD (32-bit) value dialog box, change the Value data to 1 and then click on OK.
Now when you will open the Start menu in Windows 10, you can see the Hibernate option.
You may like the following Windows tutorials:
- How to install and configure Active directory windows server 2012 r2
- How to enable audio service in Windows Server 2016 or Windows Server 2012 r2?
- Installation of one or more roles role services or features failed windows 2016
- The following feature couldn’t be installed .net framework 3.5
- SharePoint Designer Workflow 2013 Error: Windows Workflow Foundation, part of .Net Framework 3.0, must be installed to use this feature
- Installation of one or more roles role services or features failed windows 2016
- This edition cannot be upgraded error in Windows server 2016 datacenter
- Windows Server 2016 no images are available
In this windows tutorial, we learned how to enable or disable hibernate in windows server 2016, windows server 2012 r2, and in windows 10.
After working for more than 15 years in Microsoft technologies like SharePoint, Office 365, and Power Platform (Power Apps, Power Automate, and Power BI), I thought will share my SharePoint expertise knowledge with the world. Our audiences are from the United States, Canada, the United Kingdom, Australia, New Zealand, etc. For my expertise knowledge and SharePoint tutorials, Microsoft has been awarded a Microsoft SharePoint MVP (9 times). I have also worked in companies like HP, TCS, KPIT, etc.