Turn off hibernation in Windows 11

Windows 11 hibernation saves your system state to the hard drive before shutting down completely, which can be useful for power management. However, this feature takes up significant disk space and might cause compatibility issues with some applications. Here are three proven ways to disable hibernation on your Windows 11 computer.

Method 1: Using command prompt to disable hibernation

The command prompt method is the fastest and most reliable way to turn off hibernation, requiring just a single command.

  1. Search for “Command Prompt” in the Start menu, right-click it, and select “Run as administrator”

  1. When the User Account Control prompt appears, select “Yes”

  1. Type this command and press Enter:
powercfg.exe /hibernate off

Method 2: Modifying power plan settings

This method gives you more control over power settings while disabling hibernation.

  1. Type “Control Panel” in the Start menu search and open it

  1. Navigate to “Power Options” in Control Panel

  1. Click “Change plan settings” next to your current power plan

  1. Select “Change advanced power settings”

  1. Expand “Sleep” and then “Hibernate after”

  1. Set both “On battery” and “Plugged in” values to “Never”

  1. Click “Apply” followed by “OK”

Method 3: Registry modification

This advanced method involves editing the Windows Registry. Only attempt this if you’re comfortable with registry modifications.

  1. Open Start menu, search for “Registry Editor” and launch it

  1. Confirm the UAC prompt by clicking “Yes”

  1. Navigate to this registry path:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power

  1. Locate and double-click “HibernateEnabledDefault”

  1. Change the value to “0”

  1. Restart your computer for changes to take effect