Fast Startup (internally known as Hiberboot or Hybrid Shutdown) is a feature enabled by default in Windows 11. When a user clicks “Shut down,” the system does not actually close everything. Instead, it logs the user off and hibernates the Windows kernel and loaded drivers to a file (hiberfil.sys) on the hard drive. Upon the next boot, Windows simply loads this file into RAM, drastically reducing boot times. While beneficial for older mechanical hard drives, it causes massive issues in enterprise environments. It prevents system updates that require a clean restart from applying correctly, causes driver instability, and complicates dual-boot setups or Wake-on-LAN configurations. Administrators often need to force a true, “cold” shutdown every time.
This guide explains how to completely disable Fast Startup system-wide using the Group Policy Editor in Windows 11.
Disable Fast Startup via Group Policy
To enforce a strict block on hybrid shutdowns that users cannot override via the Control Panel, we must use an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, strictly follow this exact path:
Computer Configuration > Administrative Templates > System > Shutdown - In the right-hand pane, locate the policy named Require use of fast startup.
- Double-click the policy to open its configuration window.
- Select the radio button next to Disabled.
- Click Apply, then click OK.
Verify the Cold Shutdown Enforcement
To enforce the change immediately across the system without requiring a reboot, open an elevated Command Prompt and execute gpupdate /force.
To verify the restriction is active, press the Windows Key + R, type control, and press Enter to open the legacy Control Panel. Navigate to Hardware and Sound > Power Options > Choose what the power buttons do. Click “Change settings that are currently unavailable” at the top (if prompted for UAC, accept). Look at the “Shutdown settings” section at the bottom. The checkbox for “Turn on fast startup (recommended)” will be entirely unchecked and greyed out, preventing any user modification. Every time the machine is shut down moving forward, it will perform a complete kernel unload, ensuring maximum stability upon the next boot.