Last updated on April 25th, 2026 at 11:53 am
Few people use “hibernate”. They shut the lid, it goes to sleep, and that’s that. But somewhere between 15-20% of battery life mysteriously disappears during the night. That’s sleep mode doing its job – and it’s not always the best option.
That’s what hibernate is but few seem to talk about it right. No, it’s not broken, and it’s not old, and not only for techies. It’s in fact one of the cleverer pieces of power management in Windows 11, just waiting to be unleashed.
This article explains the purpose of hibernation, its evolution in Windows 11, and what are its use cases and limitations. No fluff.
Table of Contents
How Hibernation Actually Saves Your Session And Your Battery
When a PC goes into hibernation, Windows 11 makes a copy of everything that is currently “in memory” – but not in RAM – on the hard drive or solid-state drive (SSD) in a file called hiberfil.sys. Then it turns the computer off.
No RAM being kept alive. No standby power. Zero watts.
Windows reads that file when the laptop is restarted and begins the session where you left off. This isn’t a cold start, it’s a warm start from disk.
The one difference:Sleep mode leaves the RAM on (which consumes 5.1 watts of power), hence why a laptop in sleep mode loses 1-3% battery life per hour. That’s 24% after eight hours of sleep. Hibernation eliminates that entirely.
Waking a computer (resuming from hibernate) typically takes 15-30 seconds on a solid-state drive (SSD). With a conventional hard drive it’s longest is 60-90 seconds. It’s not quite as quick as sleep, but it’s not as slow, either.
The File Nobody Talks About: hiberfil.sys
There’s something to be said for the hiberfil.sys. It’s the same size as the RAM. So if you have 16GB of RAM, it will be 16GB on disc by default.
That’s why hibernate is turned off by default in Windows 11. Microsoft determined that creating such a large file on all computers (and particularly ones that would never use the feature) was not worth it.
But there is a way to make it smaller in Windows 11. The command powercfg hibernate size 50 in an elevated Command Prompt sets it to 50% the size of the installed RAM. That’s the minimum. A 16GB computer now drops from 16GB to 8GB capacity for the hibernation file – not small, but at least bearable.
Additionally, there’s a “reduced” option: powercfg /h /type reduced. It’s a minimal save that only includes the kernel and drivers, and only requires 20% of the RAM. The problem – the actual full hibernate from the power menu is disabled in this mode. This is it, but for Fast Startup.
What Is Hibernate Windows 11 Doing Differently From Earlier Versions?
Windows 11 isn’t just a remake of Windows 10. In fact, there are changes to the way hibernation works – especially in the power states.
The most significant change is Modern Standby (S0 Low Power Idle). It’s a relatively new power state where, rather than everything turning off at once when transitioning out of traditional S3 sleep (“hibernation” in Windows), stuff gets switched off in stages. It’s how you can receive email or sync OneDrive data with the laptop lid closed.
What you can do on Modern Standby-compatible devices is hibernate automatically when a device reaches a Battery Tipping Point (BTP) – in other words, the system power will actually detect the battery drain, and hibernate before the drain becomes excessive. On a Modern Standby device I observed the system sometimes hibernated with “sleep” selected which, at first, seemed odd but made more sense when I learned about the BTP logic at work.
The ability to revert to S3 is not available on all devices. That depends on your hardware/firmware.
Microsoft has also provided patches for hibernation in Windows 11 24H2. There was a report with Dell Encryption v11.10.1 or later incompatible with hibernation – which has been fixed. Minimum operating system builds were also identified as compatible for Memory Integrity: for Windows 11 22H2, you need build 22621.2134 or higher to ensure reliable hibernation.
After a Windows Update, Check This First
Nobody seems to warn people about this: hibernation may get broken by Windows updates.
The following is a list of reported behaviours after an update: apps close rather than restore on resume, the system sleeps (rather than hibernates) if Secure Boot is on, the hibernate option becomes unavailable in the Power Menu.
The solution that has helped many (including my own tests) is to tweak the “Turn off hard disk after” setting in Power Options. From 10-20 minutes (the default) to 100 minutes has fixed the resume problem in several cases.
If the option is removed from the Start menu: start Command Prompt as Administrator, enter powercfg /h on, and it will return.
Three Real-World Scenarios Where Hibernate Wins
1. Overnight laptop storage: If you won’t need your laptop until the morning, hibernate it. Sleep will result in an 8-20% loss. Hibernate drains nothing.
2. Long distance trips with no power source: One can hibernate the Surface Pro tablet on a six-hour flight with no USB-C port to save battery. Sleep would lose 15-30% in the same journey just in the bag.
3. Flexible working with task switching: Heavy workload workers with many open browser tabs, design tools, documents, hibernate instead of shutdown to save state as is. I found this resulted in a time saving of 10-15 minutes per day compared to rebooting. For those who have complex workflows (such as structured task management in places like this in in places like this this in How to Work in Nuzillspex Advisors Ltd) this can be very helpful.
Where Hibernate Doesn’t Make Sense
- Micro-naps – sleep is better. A 30-minute lunch break is no reason to write gigabytes.
- PCs with non-critical power issues – there’s no battery advantage, and secondary save costs.
- Old PCs with HDDs and small disks – hibernate wastes space with a 256GB spinning drive filling up.
The SSD Concern People Mention And Whether It’s Worth Worrying About
When hibernated, Windows dumps the RAM snapshot to the SSD. That’s 32GB written each time you hibernate on a system with 32GB of RAM.
SSDs have a limited capacity (TBW – terabytes written). It’s not an unfounded concern, but thanks to wear-leveling algorithms, modern SSDs will manage it just fine for most users. A user who hibernates once or twice per day on a typical (500GB) SSD won’t reach the write limit anytime soon.
This is only true for users with 64GB or more RAM who hibernate multiple times a day. There, it’s understandable to turn off hibernate and use sleep (or even shutdown) if concerned about SSD life.
Enabling and Configuring Hibernate in Windows 11 – The Practical Part
Three ways to turn it on:
Via the Control Panel (easiest): Settings > Control Panel > Hardware and Sound > Power Options > Choose what the power buttons do > Change settings that are currently unavailable > check Hibernate > Save.
Command Prompt (fastest): Run as Administrator CMD > type powercfg /h on Done.
Registry Editor (advanced): Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power, locate HibernateEnabled, set to the value of 1.
Once enabled, set the power button or laptop lid to put your computer into hibernate mode rather than sleep mode in Settings > System > Power & Battery > Lid and power button controls.
Hybrid Sleep: The Middle Ground
Another mode is a combination of the two: Hybrid Sleep. It maintains the system in light sleep mode while also storing the session to disk. If there’s power, it resumes from sleep. If power fails it wakes from the hibernation file.
This is ideal for desktop computers which you want to wake from quickly, but also able to recover from accidental shutdowns. It isn’t the default but can be turned on in Advanced Power Settings.
What Most People Get Wrong About Hibernate vs. Shutdown
Hibernate’s not the same as shutting down. Shutdown erases RAM – it’s lost. Hibernate saves and loads RAM. Implications: after shutdown, all programs need to be reopened. After hibernate, the session is restored to the last point.
Shutdown is ideal for security and when there is long-term storage (weeks), and when all the resources are needed to be released. Hibernate is suitable for resuming work where it was left off – like How to Automate Email Workflows that eliminates tedious work by storing structure and state.
Quick FAQs That Actually Come Up
Will hibernate work if I accidentally run out of laptop battery? Yes. The session is already preserved to disk prior to power-off, so starting up with a drained battery will be OK.
Can I delete hiberfil.sys? Yes you can, but it will be rebuilt. Do it properly by turning hibernation off using powercfg /h off – it will delete the file.
My laptop is hot after going into hibernation? It shouldn’t. If it is, something may have gone awry, and the system is not actually hibernating, but sleeping. To check sleep states, run powercfg /availablesleepstates.
Does hibernate affect charging? Not directly. I’ve seen some computers still charging in hibernate as the computer is switched off and only the charge circuit is on (like a mobile phone).
How about jobs like charging accessories while working? The answer to this question has nothing to do with the above, but to avoid confusion and spam in the comments, I’ll answer it anyway: operation How to Charge Apple Pencil is independent of the state of the computer.
The Honest Take on Whether You Should Use It
Hibernate is useful for laptops users who: are on the go, use lots of apps, are unable to plug in, or wish to keep battery life for a long time without losing session context.
But it’s less so for desktop users or those with a lot of RAM on a low-storage device, or owners of devices with Modern Standby that manage power automatically.
My experience has been that the- by far – most common reason why it’s not used is that it’s not turned on by default in Windows 11: once it’s on, it tends to become a default choice for travel days or nights away from the keyboard.
It works well, and the trade-offs are reasonable, and that’s why it is worth 5 minutes of your time to set it up.
I’m a technology writer with a passion for AI and digital marketing. I create engaging and useful content that bridges the gap between complex technology concepts and digital technologies. My writing makes the process easy and curious. and encourage participation I continue to research innovation and technology. Let’s connect and talk technology!



