Windows

How to Enable or Disable Hibernate in Windows 11

Richard
Written by
Richard
Feb 3, 2026 Updated Apr 1, 2026 2 min read
How to Enable or Disable Hibernate in Windows 11

Hibernate is a way to save your work and turn off your computer using very little power. This guide will help you easily turn hibernate on or off in Windows 11.

What is Hibernate?

When you put your computer to sleep, it keeps your work in the memory and uses a little power. But when you use hibernate, your open files and programs are saved to your hard drive, and then your PC turns off completely. This saves more power than sleep and lets you start back where you left off, although it takes a bit longer to start than sleep.

Hibernate is especially useful if you won’t use your laptop or tablet for a long time and won’t have a chance to charge it.

Things to Know About Hibernate

  • Windows saves hibernate info in a hidden file called C:\hiberfil.sys. This file usually takes up about 40% of your computer’s RAM size.
  • If you turn off hibernate, Windows will delete this file to free up space on your hard drive.
  • Turning off hibernate also disables a feature called fast startup, which helps your PC start faster after shutdown.
  • When hibernate is off, you won’t see it as an option when you click the Power menu.

How to Turn Hibernate On or Off

Method 1: Using Commands

  1. ⚙️ Requires Admin Privileges: Right-click the Start button and choose Windows Terminal (Admin) or Command Prompt (Admin).
  2. To turn on hibernate, type this command and press Enter:

    powercfg -h on
  3. To turn off hibernate, type this command and press Enter:

    powercfg -h off
  4. Close the terminal window when done.

Method 2: Use Local Group Policy Editor

  1. ⚙️ Requires Admin Privileges: In the Local Group Policy Editor, navigate to Computer Configuration\Administrative Templates\System\Power Management\Sleep Settings
  2. Select “Specify the system hibernate timeout (plugged in/on battery)”
  3. Set it to Enabled and enter 0

Extra Tip: What if Hibernate Option is Missing?

Some newer PCs use a technology called Modern Standby, which might disable hibernate by default. If you want hibernate but don’t see it, you may need to turn off Modern Standby first. This is a more advanced step and may require changing system settings.

Summary

  • Hibernate saves your work and turns off your PC using very little power.
  • It’s great if you won’t use your device for a while and can’t charge it.
  • Turning off hibernate frees up disk space but disables fast startup.
  • You can turn hibernate on or off easily using commands.
  • Remember to restart your computer after changing these settings.
  • For more details from Microsoft, see their official guide: Disable and Re-enable Hibernation – Microsoft

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2457 articles → Twitter

📚 Related Tutorials

How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Enable or Disable Modern Standby in Windows 11
Windows How to Enable or Disable Modern Standby in Windows 11

Leave a Reply

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