Start Menu Search Not Typing, Keyboard Not Working

How to Disable Windows 11 Hibernate? How to turn On Windows 11 Hibernate? Disable Windows Hibernate, Turn Off Hibernate, Windows 11 Sleep Mode

How to Turn Off Hibernation on the Internet? You are probably aware of the downsides of this situation. Let’s try to explain exactly what Windows Hibernate is, what it does, and its pros and cons.

What is Windows Hibernate?

The Hibernation feature in Windows 11 puts your computer into a sleep mode that is deeper than sleep mode. This option is designed for laptops and may not be available on all PCs. (For example, computers with InstantGo don’t have the hibernation option.) Hibernation uses less power than sleep, and when you restart the computer, you’re back to where you left off, although not as quickly as sleep.

Along with the Hibernate Shutdown command, Windows saves your current session in a file called hiberfil.sys. And in the next start command it opens based on this hiberfil.sys file. Thus, the computer will boot faster than a normal start-up. However, although it seems logical on the surface, it has some problems in theory. Chief among these are:

  • Windows sometimes has trouble reading this “hiberfil.sys” and your computer will be stuck on a black screen or blue screen error as soon as it starts.
  • Data is written to the “hiberfil.sys” file on your disk periodically and deleted. This causes the SSD and Hard disk life to be shortened.
  • You may experience problems with Windows updates. Because the updates do not occur properly when turning it off and on. A reboot is required for this.

How to Disable Hibernate in Windows 11?

Turn off Hibernate with registry

If there is no setting in your power settings to turn off fast startup, you can turn off fast startup by running the code below. For this:

  1. Copy the code below and paste it into a Notepad.

  1. Save it to the Desktop as “Disable Hibernate.reg”.
  2. Make sure the end is .reg.
  3. Open this file you created lastly by double.
  4. Say “Yes” and “OK” to the warnings, respectively.
  5. Finally, restart your computer.
If you want to enable Hibernate again
  1. Copy the code below and paste it into a Notepad.

  1. Save it to the Desktop as “Enable Hibernate.reg”.
  2. Make sure the end is .reg.
  3. Open this file you created lastly by double.
  4. Say “Yes” and “OK” to the warnings, respectively.
  5. Finally, restart your computer.

Turn off Hibernate with Command Prompt

  1. Open the Start menu on your computer and type “cmd”. Find “Command Prompt” in the results. Select “Run as administrator” from the options right next to it.

Command Prompt

  1. Enter the following command in the “Command Prompt” window and press the “ENTER” key:

powercfg /hibernate off

  1. Finally, restart your computer for the changes to take effect.

How to Disable Hibernate in Windows 11?

Turn on Hibernate with Command Prompt
  1. If you want to turn on Suspend in the Sawmill again, simply enter the following command in the “Command Prompt” window and press the “ENTER” key.

powercfg /hibernate on

  1. Finally, restart your computer for the changes to take effect.
Subscribe
Notify of
guest
0 Comment
Inline Feedbacks
View all comments