windows-fast-startup-feature-image

How To Disable Fast Startup & Why You Should

The Fast Start feature was first introduced in Windows 8 as a means for faster loading and has been carried over to Windows 10 and 11 as “Fast Startup“.

What Does Fast Startup Do

Fast Startup saves your operating system’s kernel state in a hiberfil.sys file, and when the system loads again, it is loading from that file rather than from scratch, which means it should, technically, make for faster loading.

However, the feature was first introduced when HDDs were the norm, and with the advent of much faster SSDs and advanced CPUs, its value has been largely diminished.

Why You Should Disable Fast Startup

Most issues caused by Fast Startup come about because the system is loading from a previous state rather than from a clean state, and this can cause problems with Bluetooth and Windows Update, among others.

In my opinion, Fast Startup is redundant on modern machines, can potentially cause way too many issues, and is best disabled.

How To Disable Fast Startup

Firstly, it should be noted that Fast Startup relies on hibernation, so if hibernation is disabled, then Fast Startup is also disabled.

To check if hibernation is active or not, run the following command in an elevated PowerShell (admin):

powercfg /availablesleepstates

If the command returns “Hibernation has not been enabled“, you are all done; Fast Startup is disabled.

hibernation-check

If not, you can disable Fast Startup by running the following command in an elevated PowerShell (admin):

powercfg /h off

That will disable hibernation and, by association, it will also disable Fast Startup.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top