how to disable hibernation windows 11
Disabling hibernation in Windows 11 is a straightforward process that involves using the Command Prompt. By following a few simple steps, you can turn off this feature and free up some disk space. Let’s dive into how you can quickly disable hibernation on your Windows 11 system.
Disabling Hibernation in Windows 11
Disabling hibernation will remove the hiberfil.sys file from your system, freeing up space. Follow these steps to get it done:
Step 1: Open Command Prompt as Administrator
Begin by pressing the Start button, typing "cmd," then right-clicking "Command Prompt" and selecting "Run as administrator."
Running Command Prompt as an administrator gives you the necessary permissions to make system changes. This step is crucial because without administrative rights, the command to disable hibernation won’t execute properly.
Step 2: Execute the Disable Command
Type powercfg -h off
and press Enter.
By entering this command, you instruct Windows to turn off the hibernation feature. This will immediately disable the feature and remove the hibernation file, which occupies significant disk space.
Step 3: Verify Hibernation is Disabled
After executing the command, confirm that hibernation is disabled by typing powercfg -a
and pressing Enter.
This command lists the sleep states available on your system. If hibernation is disabled, it won’t appear in the list of available states.
Once you’ve completed these steps, hibernation will be turned off, and the hiberfil.sys file will be removed from your system.
Tips for Disabling Hibernation in Windows 11
- Double-Check Permissions: Ensure you run the Command Prompt as an administrator to avoid permission issues.
- System Backup: Before making system changes, it’s a good practice to backup your data.
- Using Power Options: You can also manage power settings via Control Panel if you prefer a graphical interface.
- Check Disk Space: Disabling hibernation can free up a substantial amount of disk space, especially if you’re running low.
- Re-enable if Needed: You can always turn hibernation back on by typing
powercfg -h on
in the Command Prompt.
Frequently Asked Questions
What exactly is hibernation in Windows 11?
Hibernation is a power-saving state designed primarily for laptops. It saves your current session to the hard disk and powers down the computer, allowing you to resume where you left off without using battery power.
Does disabling hibernation affect my computer’s performance?
No, disabling hibernation does not affect your computer’s performance. It only impacts the availability of the hibernation feature.
Will I lose my data when I disable hibernation?
Disabling hibernation will not delete your files or programs. It only removes the hiberfil.sys file used for storing hibernation data.
Can I re-enable hibernation later?
Yes, you can easily re-enable hibernation by typing powercfg -h on
in the Command Prompt and pressing Enter.
Is it safe to disable hibernation?
Yes, it is safe to disable hibernation, especially if you don’t use it. Just keep in mind that you’ll no longer have the option to hibernate your computer.
Quick Summary
- Open Command Prompt as Administrator.
- Execute
powercfg -h off
. - Verify hibernation is disabled with
powercfg -a
.
Conclusion
Disabling hibernation in Windows 11 is a simple and effective way to free up disk space, especially if you never use this feature. By following the easy steps outlined above, you can quickly disable hibernation without any hassle. Remember, you can always re-enable it if you find that you need it in the future.
Now that you know how to disable hibernation in Windows 11, you might want to explore other ways to optimize your system’s performance. Whether it’s adjusting startup programs, managing your disk space, or learning new shortcuts, there’s always something new to enhance your Windows experience. Happy computing!

Kermit Matthews is a freelance writer based in Philadelphia, Pennsylvania with more than a decade of experience writing technology guides. He has a Bachelor’s and Master’s degree in Computer Science and has spent much of his professional career in IT management.
He specializes in writing content about iPhones, Android devices, Microsoft Office, and many other popular applications and devices.