Follow
Windows

How to Enable or Disable Hibernate in Windows 11

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

You enable or disable hibernate in Windows 11 by adjusting power options, typically through the Command Prompt or Control Panel’s Power Options. Hibernate saves your current session to your hard drive, allowing a near-instant startup with all programs and files precisely where you left them, while consuming almost zero power.

This feature is distinct from Sleep mode, which keeps your RAM powered but uses slightly more energy. Unlike Sleep, hibernation completely shuts down your PC, making it ideal for when you won’t be using your computer for an extended period.

Many users find disabling hibernate helpful to reclaim hard drive space, as the hibernation file (hiberfil.sys) can be several gigabytes large. Conversely, enabling it provides a power-saving alternative for users who frequently leave their PCs on.

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 1Using 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 2Use 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
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.

📚 Related Tutorials

How to Enable or Disable Modern Standby in Windows 11
Windows How to Enable or Disable Modern Standby in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Enable or Disable Closing Warnings in Windows Terminal
Windows How to Enable or Disable Closing Warnings in Windows Terminal
How to View Local Group Policies that are Configured in Windows 11
Windows How to View Local Group Policies that are Configured in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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