A Windows 11 default that’s been quietly writing gigabytes to your SSD on every shutdown is getting a closer look, and not because it suddenly broke. The feature—Fast Startup—dates back to Windows 8, but against a backdrop of rising NAND prices and shrinking storage on entry-level machines, its silent consumption of endurance and capacity is drawing fresh scrutiny. The news comes via a report from XDA Developers, whose own writer discovered a 12.5GB hiberfil.sys ballooning on his drive, and it sparked a wider conversation about whether the benefit still justifies the cost on modern hardware.
What Fast Startup Actually Does Every Time You Shut Down
Fast Startup is a hybrid shutdown mode that, when enabled, prevents Windows from performing a full traditional shutdown. Instead, when you click “Shut down,” the system logs you out and then takes a snapshot of the kernel session and all loaded drivers—the core components that keep Windows ticking. That snapshot is compressed and written into a file called hiberfil.sys, which lives on your system drive, typically the C: drive. The next time you power on, Windows reads that file back into memory instead of reloading everything from scratch, which shaves seconds off the boot process.
Crucially, this only applies to shutdown. A Restart still performs a full cold boot, which is why Microsoft and IT pros always recommend a restart after driver changes, Windows updates, or troubleshooting. The hibernation file’s size corresponds loosely to the amount of RAM you have; on a 16GB machine, it can easily eat 12–15GB of disk space. Some users see hiberfil.sys swell even larger, especially if they use full hibernation mode on top of Fast Startup.
The SSD Wear Question: More Nuance Than Panic
The headline concern—that Fast Startup is “wearing out” your SSD—is directionally correct but easily overstated. Writing a 12.5GB hibernation file every single day would add about 4.6TB of host writes per year. That’s not nothing, but it’s a modest fraction of the endurance rating of a modern NVMe SSD. Most consumer drives are rated for 600TBW or more; even a budget 1TB NVMe drive often carries a 300TBW endurance guarantee. At 4.6TB per year, you could run Fast Startup daily for decades before hitting that limit.
But the endurance arithmetic changes with three real-world variables. First, many users shut down their machines more than once a day—work laptops might see two or three hibernation writes daily plus occasional reboots. Second, drive-fill matters. When an SSD is nearly full, its controller has fewer free blocks for wear leveling and garbage collection, which amplifies the actual NAND writes per host write by a factor sometimes as high as 2–3x. On a 95-percent-full drive, that 12.5GB hibernation file could translate to 25–37GB of physical writes. Third, the hibernation file isn’t the only write source; heavy browsers, video editing, local AI models, and even the page file contribute far more to the daily write total. Fast Startup’s contribution, while real, is one piece of a larger endurance puzzle.
More immediately pressing for many users is the space. On a 512GB laptop—still common in budget machines—a 12.5GB hiberfil.sys plus an equally large pagefile.sys can silently claim 25GB, or nearly 5 percent of total capacity, without offering any visible benefit. For users juggling large game installs or creative projects, that’s space that could be put to better use.
When Fast Startup Trips Up the Rest of Your System
SSD endurance isn’t the only argument against leaving Fast Startup on. Because the kernel and drivers are never truly re-initialized on a shutdown, this hybrid mode can cause a grab bag of quirky behavior. Hardware that resets during a full power-off—certain USB devices, PCIe cards, or even GPU firmware—may not be properly detected after a “shutdown” that merely hibernates the kernel. Windows Update sometimes stalls because it needs a clean boot to complete installation, and Fast Startup effectively hides the need for a restart. Dual-boot setups with Linux can also balk if Windows leaves the NTFS drives in a dirty hibernated state.
Even the promised speedup is underwhelming on modern NVMe SSDs. Cold boots on a decent Gen4 SSD take five to ten seconds; Fast Startup might trim that to three or four. In the age of instant-on and modern sleep states, the difference is close to imperceptible. On a spinning hard drive, the feature made sense—a 30-second reduction was tangible. Today, the advantage is often measured in heartbeats, not minutes.
How We Got Here: A Feature From the HDD Era That Won’t Let Go
Fast Startup first appeared in Windows 8, a release laser-focused on boot performance at a time when many machines still booted from 5400-rpm hard drives. Microsoft’s documentation frames it as a way to give users near-instant-on experience without requiring a full hibernation. The technique—a partial hibernation dubbed “hybrid boot”—was clever engineering that genuinely improved the out-of-box experience for millions of users.
But the hardware landscape has shifted dramatically since 2012. SSDs are now the default, even in entry-level laptops, and boot times have plummeted. Windows 11, the system most users are on today, still ships with Fast Startup enabled by default on machines that support hibernation, regardless of whether the boot drive is an NVMe SSD or a rusty platter. Microsoft has made no official move to change this default, even as it has invested heavily in modern sleep states and instant wake capabilities that make a cold boot from a full shutdown a rare event for many users.
What to Do About It Now: Two Simple Settings, Depending on Your Needs
You don’t need third-party tools or deep technical knowledge to take control. The fix is a single checkbox in Control Panel, buried just deep enough to be overlooked.
Option 1: Disable Fast Startup but keep Hibernate
This is the safest approach for most people. It stops the hibernation writes on every shutdown, but leaves Hibernate available as an intentional power option for when you want to save your session before stepping away. Here’s how:
- Open the classic Control Panel (you can search for it from Start).
- Go to Hardware and Sound > Power Options.
- On the left, click Choose what the power buttons do.
- At the top, click Change settings that are currently unavailable (you may need administrator permission).
- Under “Shutdown settings,” clear the checkbox for Turn on fast startup (recommended).
- Click Save changes.
From now on, every Shut Down will be a full, traditional shutdown. Your hiberfil.sys file remains, so you won’t reclaim any space, and Hibernate will still work if you select it from the power menu.
Option 2: Disable Hibernate entirely and reclaim storage
If you never use Hibernate and want that disk space back, you can turn it off completely with a command-line switch. Open Command Prompt or Terminal as Administrator and run:
powercfg /h off
This deletes hiberfil.sys instantly, freeing whatever space it occupied—often 10 to 15GB. It also disables Fast Startup automatically. To reverse the change, run powercfg /h on.
Laptop users, think twice before pulling that trigger. Hibernate is your safety net when battery power runs low. If you disable it entirely and your battery drains, you’ll lose any unsaved work. For portable machines, Option 1 is the smarter choice: you shut down cleanly every time, but Hibernate remains ready for emergencies.
What to Watch for After the Change
After disabling Fast Startup, you might notice shut downs take a fraction of a second longer—if you notice at all. Boot times will increase by a couple of seconds on an SSD; on a hard drive, the difference will be more pronounced. If you run a dual-boot system, you’ll almost certainly appreciate that Windows no longer locks the NTFS volumes.
It’s also a good moment to check your SSD’s health. Tools like CrystalDiskInfo can read your drive’s total host writes and compare them against its rated endurance. Many users will discover that, even after years of Fast Startup, they’ve barely scratched the surface of their drive’s TBW rating. That’s reassuring, but if you’re on a nearly full budget drive, every gigabyte counts—and disabling the feature removes one more invisible drag on both endurance and free space.
Looking Ahead: A Feature Past Its Prime
Microsoft’s silence on the matter suggests no immediate change is coming. Fast Startup remains on by default for countless Windows 11 installations, and given the engineering inertia behind such defaults, it may well persist into Windows 12 and beyond. For those who remember the feature’s glory days on slow 2.5-inch hard drives, that’s a minor curiosity. For everyone else, it’s a small but satisfying optimization: a five-click tweak that brings your PC’s shutdown behavior in line with what you’d expect, and what modern hardware deserves.