How to Disable Fast Startup in Windows 11
Windows 11 ships with Fast Startup enabled by default — and most users never think twice about it. But if you're troubleshooting shutdown problems, dealing with driver conflicts, or running a dual-boot system, disabling it can make a meaningful difference. Here's what Fast Startup actually does, why you might want to turn it off, and what to expect depending on your hardware.
What Is Fast Startup and What Does It Actually Do?
Fast Startup is a hybrid shutdown feature that combines elements of a traditional shutdown with hibernation. When you shut down a PC with Fast Startup enabled, Windows doesn't fully close the operating system session. Instead, it saves the kernel session and drivers to a hibernation file (hiberfil.sys) on your drive. The next time you power on, Windows loads that saved state rather than booting cold.
The result: faster boot times, especially noticeable on systems with HDDs or older SSDs.
What Fast Startup does not do is carry over your open apps or user session — that part closes normally. It only preserves the core OS state. This distinction matters, because the behavior is closer to hibernation than most users realize.
Why You Might Want to Disable It
Fast Startup is genuinely useful for a lot of people, but it causes real problems in specific situations:
- Dual-boot setups — If you run Windows 11 alongside Linux, Fast Startup can lock the Windows partition in a hibernated state. Linux may not be able to mount or safely access that partition, leading to read-only filesystems or data corruption risks.
- Driver and hardware issues — Because the kernel state is preserved across shutdowns, hardware driver changes may not fully apply until the system goes through a true cold boot. If you've installed new drivers and symptoms persist after a "shutdown," this is a likely culprit.
- Wake or shutdown problems — Some systems get stuck on the shutdown screen, fail to power off completely, or behave erratically at boot when Fast Startup interacts badly with certain BIOS/UEFI firmware.
- Encrypted drives and BitLocker — In some configurations, Fast Startup can interfere with disk encryption behavior, particularly on enterprise-managed machines.
- Remote desktop and network shares — Preserved sessions can occasionally cause stale connections or access conflicts on networked environments.
Note that Restart is never affected by Fast Startup — a restart always performs a full cold boot. If your issues disappear after a restart but not a shutdown, Fast Startup is almost certainly involved.
How to Disable Fast Startup in Windows 11 🔧
There are two reliable methods.
Method 1: Through Power Options (Control Panel)
- Open the Start menu and search for "Control Panel"
- Go to System and Security → Power Options
- In the left panel, click "Choose what the power buttons do"
- Click "Change settings that are currently unavailable" (requires admin rights)
- Under Shutdown settings, uncheck "Turn on fast startup (recommended)"
- Click "Save changes"
That's it. The change takes effect from the next shutdown onward.
Method 2: Through Group Policy or Registry (Advanced Users)
For IT administrators or users managing multiple machines, Fast Startup can also be controlled via Local Group Policy Editor (gpedit.msc) under:
Computer Configuration → Administrative Templates → System → Shutdown
Alternatively, it can be set in the Windows Registry at:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerPower
Set HiberbootEnabled to 0 to disable, 1 to enable.
This approach is better suited to managed environments or scripted deployments — not typically necessary for individual users.
What to Expect After Disabling It
| Factor | With Fast Startup | Without Fast Startup |
|---|---|---|
| Boot time | Faster (especially on HDDs) | Slightly slower cold boot |
| Driver changes on shutdown | May not fully apply | Always applied cleanly |
| Dual-boot compatibility | Can cause partition conflicts | No hibernation lock issues |
| Shutdown reliability | Occasional issues on some hardware | More predictable behavior |
| Hibernation availability | Linked (shares hiberfil.sys) | Unaffected if hibernation is separate |
The performance difference varies considerably by hardware. On a modern NVMe SSD, the gap between Fast Startup and a cold boot is often a few seconds or less — practically invisible. On an older spinning hard drive, Fast Startup can shave 20–40 seconds off boot time, which is more significant.
The Hibernation Connection Worth Knowing
Fast Startup relies on hibernation infrastructure, specifically the hiberfil.sys file. If hibernation is fully disabled on your system (via powercfg /hibernate off), Fast Startup will also be unavailable — the checkbox will appear greyed out. If you want Fast Startup off but hibernation on (or vice versa), they can be managed independently through Power Options and the powercfg command-line tool.
Factors That Shape Your Outcome 💡
Whether disabling Fast Startup is the right call depends on variables specific to your setup:
- Storage type — The speed benefit is much larger on HDDs than SSDs
- Whether you dual-boot — A near-universal reason to disable it
- Driver stability — If hardware behaves inconsistently after shutdown, this is a strong signal
- UEFI/BIOS version — Some older firmware interacts poorly with the hybrid shutdown state
- How you actually use your PC — Users who restart frequently rather than shut down may never notice a difference either way
The feature works well for a large number of users and exists for good reason. But it's not universally appropriate — and the scenarios where it causes problems tend to be specific enough that the generic default setting doesn't account for them.
Your storage hardware, boot configuration, and how you manage drivers and software are ultimately what determine whether Fast Startup is helping or getting in the way.