What hibernation does and why you might disable it
Hibernation is a power mode that saves everything you have open to your hard drive, then shuts down your computer completely. When you turn it back on, Windows restores your open programs and files exactly as they were. It uses almost no power while the computer is off.
You might want to disable hibernation if your hard drive is nearly full — hibernation reserves space equal to your computer's RAM (often 4 to 16 gigabytes), and that reserved space cannot be used for anything else. Disabling it frees up that space when ready. Some people also disable it because they never use the feature and prefer to shut down completely instead.
Hibernation is different from sleep mode. Sleep keeps your computer in a low-power state with the screen off but the RAM still powered, so it wakes up faster. Disabling hibernation does not affect sleep mode.
Key Takeaways
- Hibernation reserves hard drive space equal to your RAM size, which you can reclaim by disabling it.
- You can turn off hibernation through the Control Panel power settings without needing to restart your computer.
- Disabling hibernation does not affect sleep mode or any other Windows features.
- If you change your mind later, you can turn hibernation back on using the same steps in reverse.
How to disable hibernation through Control Panel
Open the Control Panel by typing "control panel" into the Windows search box and clicking the result. In the Control Panel window, click "Power Options" (you may need to click "System and Security" first, depending on your view setting).
On the left side of the Power Options window, click "Choose what the power button does." Then click "Change settings that are currently unavailable" near the top. Scroll down until you see the "Hibernate" checkbox. Uncheck it, then click "Save changes" at the bottom. You do not need to restart your computer — the change takes effect when ready.
To verify the change worked, open File Explorer and navigate to your C: drive (or whichever drive Windows is installed on). Right-click the drive and select "Properties." The used space should now be smaller than it was before, because the hibernation file has been deleted.
How to disable hibernation through Command Prompt
If the Control Panel method does not work or you prefer using the command line, you can disable hibernation through Command Prompt. Right-click the Windows Start button and select "Windows Terminal (Admin)" or "Command Prompt (Admin)." If prompted, click "Yes" to allow the program to make changes.
Type this command exactly: powercfg /hibernate off and press Enter. The command runs silently with no confirmation message. To check that it worked, type powercfg /hibernate (without "off") and press Enter — it should show "Hibernate is currently disabled."
How much hard drive space you will recover
The space freed up equals your computer's RAM. You can find your RAM amount by right-clicking "This PC" or "My Computer," selecting "Properties," and looking for "Installed RAM" in the System section. A computer with 8 GB of RAM will recover 8 GB of space; one with 16 GB will recover 16 GB.
For most people, this is a meaningful amount. If your hard drive is nearly full and you rarely use hibernation, disabling it can be enough to get your computer running noticeably faster, because Windows has more room to work with temporary files and updates.
What happens if you turn hibernation back on
If you decide later that you want hibernation again, you can turn it back on using either method above. In Control Panel, check the "Hibernate" box and click "Save changes." In Command Prompt (Admin), type powercfg /hibernate on and press Enter. Windows will recreate the hibernation file the next time you shut down.
Turning hibernation back on does not require a restart, and it does not affect any of your files or programs.
When hibernation is useful to keep enabled
If you use a laptop and often work away from power outlets, hibernation is worth keeping. It lets you close the laptop without losing your work, and it uses almost no battery power while closed. Sleep mode drains the battery slowly over days or weeks, but hibernation does not drain it at all.
If your hard drive has plenty of free space (more than 20 percent of its total capacity), the space reserved for hibernation is not a practical concern, and you might as well leave it on in case you need it later.
Frequently Asked Questions
Will disabling hibernation affect my sleep mode?
No. Sleep and hibernation are separate power modes. Disabling hibernation does not change how sleep works or how long your computer can stay in sleep mode.
Do I need to restart my computer after disabling hibernation?
No. The change takes effect when ready, whether you use Control Panel or Command Prompt. You can keep working without restarting.
How do I know if hibernation is currently on or off?
Open Command Prompt (Admin), type powercfg /hibernate, and press Enter. It will show "Hibernate is currently enabled" or "Hibernate is currently disabled."
Can I disable hibernation without using Command Prompt?
Yes. The Control Panel method works for most people. Open Control Panel, go to Power Options, click "Choose what the power button does," click "Change settings that are currently unavailable," uncheck "Hibernate," and click "Save changes."
What if the hibernation checkbox is grayed out and I cannot uncheck it?
This usually means you do not have administrator rights on the account you are using. Try logging in with an administrator account, or use the Command Prompt method instead, which requires you to right-click and select "Run as administrator."