Fast Shutdown Windows 10

Right click on desktop and select “Newshortcut” On shortcut location type “ shutdown /s /t 0 ” (without quotes). Click Finish, and shortcut is ready! From now on, every time you double click “Shut down” shortcut, Windows 10 will do a full shutdown. How to Perform a Full Shutdown in Windows 10 Fast startup is a setting that helps your PC start up faster after shutdown. Hibernate is a power-saving state designed primarily for laptops or tablets. A full shutdown will close all apps, sign out all users, and completely turn off the PC.

RECOMMENDED: Click here to fix Windows errors and improve PC performance


Fast Startup is not a new feature for the advanced Windows users but it has been successively arriving at Windows 10. Fast Startup manages your computer in fast starting working criteria which mean you can boot your system considerably faster than normal by logging off the user session and protecting a part of system related files and drivers to the hibernation. Fast Startup is also known by Hybrid Shutdown because it is actually the combination of the shutdown and hibernation in the system.

When you access your system or PC then it starts from hibernate which saves your critical time. It is enabled by default on Windows 10. If you are in suspense for why you should disable this feature on your PC then we clear all your suspense exactly. In the condition as you contain dual boot on your Windows 10 machine comprising the second OS like Linux then it will not present partition due to the hibernation.

How to Better Use Fast Startup or Hybrid Shutdown in Windows 10

So the matter is very much clear you must use Fast Startup if you don’t face any glitch on your Windows 10 PC. But how to enable it?

This article will help you to disable or enable Fast Startup feature on your Windows 10 OS. Only, you have to follow few steps below that’s it. Let us start to proceed the steps one by one.

How to disable Fast Startup in Windows 10

  • Bring Control Panel on your screen so that you can launch Power Options from the small or large icons view.
  • The operating system gives you another way to be into the Power Options. It’s damn easy! See the battery bar at the extreme right end of the taskbar. Right-click and pick Power Options. (This step is applicable for laptop users).
  • On the left column, select Choose what the power button does link.
  • Click Change settings that are currently unavailable link in the following window to see what comes next in the process.
  • The hidden settings are now visible.
  • Then untick the Turn on fast startup (recommended) option.
  • At the last, hit the Save Changes tab.
  • That’s it.

Enable Fast Startup in Windows 10

  • You have to follow the above four steps same and then Mark the Turn on fast startup (recommended) check box followed by Save changes option.
RECOMMENDED: Click here to fix Windows errors

When you click “Shut Down” on your Windows 10 PC, Windows doesn’t fully shut down. It hibernates the kernel, saving its state so it can boot faster. If you’re experiencing computer problems and need to reset that state, you’ll need to restart your PC instead.

We’ve personally experienced this problem ourselves. When faced with weird system problems that may be caused by a buggy driver or other low-level software issues, the problem persisted after shutting down our PC and booting it back up.

Why Doesn’t the “Shut Down” Option Fully Shut Down?

This weirdness is all thanks to Windows 10’s “Fast Startup” feature, which is enabled by default. This feature was introduced in Windows 8, and has also been called Fast Boot and Hybrid Boot or Hybrid Shutdown.

RELATED:The Pros and Cons of Windows 10’s “Fast Startup” Mode

In the traditional shutdown process, Windows fully shuts down everything, discards the running system state, and starts up from scratch the next time the PC boots. When you hibernate, Windows saves the entire system state, including all your open programs and files, to disk so you can quickly resume from where you left off.

Fast Startup mixes the traditional shutdown process with hibernation. With Fast Startup enabled, Windows 10 discards all your open programs and files (as it would during a traditional shutdown), but saves the state of the Windows kernel to disk (as it would during hibernation). The next time you boot your PC, Windows restores the kernel and starts up the rest of the system.

The kernel is the low-level core program at the heart of the operating system. It has full control over your computer and is one of the first things loaded during the boot process. The hardware drivers that your computer uses to interact with its hardware devices are part of the kernel. Loading a snapshot of the kernel speeds up the startup process, as Windows doesn’t have to take time to load all the device drivers and reinitialize your hardware devices.

Fast Shutdown For Windows 10

This kernel hibernation process all happens automatically when you click “Shut Down,” and people will rarely notice the difference. But it means that if a hardware driver in your kernel is stuck in a weird state, shutting down your PC and then booting it back up again won’t fix the problem. Windows saves the current state and restores it instead of reinitializing everything.

Windows 10 fast shutdown settings

How to Perform a Full Shut Down and Restart

If you’re troubleshooting system problems, you’ll want to perform a full shut down of the kernel to ensure Windows reinitializes things from scratch. To do this, just click the “Restart” option in the menu instead of the “Shut Down” option. Windows restarts your computer, but it performs a full shut down first and discards the state of the kernel while doing so.

RELATED:Why Does Rebooting a Computer Fix So Many Problems?

Microsoft made this decision because people experiencing problems often reboot their computers to fix them, so it makes some sense. On the other hand, it’s counterintuitive that the “Restart” option performs a more complete shut down than the “Shut Down” option. But that’s how it works!

You can also perform a full shut down by pressing and holding the Shift key on your keyboard while you click the “Shut Down” option in Windows. This works whether you’re clicking the option in the Start menu, on the sign-in screen, or on the screen that appears after you press Ctrl+Alt+Delete.

If you prefer, you can instead perform a full shutdown by using the shutdown command from a Command Prompt or PowerShell window. To do so, open a Command Prompt or PowerShell window—for example, by searching for “Command Prompt” in the Start menu and clicking its shortcut, or right-clicking the Start button and selecting “Windows PowerShell.” Type the following command, and then press Enter:

This command instructs Windows to shut down immediately and forcibly close any open applications. The shutdown command will always perform a full shutdown unless you add the /hybrid option. And if it’s something you want to keep handy, you can also make a shortcut that executes this command. All you have to do then is double-click the shortcut to perform a full shutdown.

If you never want to use the Fast Startup feature, you can disable it from the Control Panel. For example, some older hardware devices may not be compatible with Fast Startup and may not reinitialize themselves properly when you boot up again. Or you may be dual-booting Linux, and you won’t be able to access your Windows NTFS file system from within Linux if Windows performs a hybrid shutdown instead of a full shutdown.

To disable Fast Startup, head to Control Panel > System and Security > Power Options > Choose What the Power Button Does. Click the “Change settings that are currently unavailable” link at the top of the window, uncheck the “Turn On Fast Startup (Recommended)” option under Shutdown Settings, and then click the “Save Changes” button.

We don’t recommend you disable Fast Startup unless you have a good reason to do so. It helps your PC boot faster most of the time, and you can always perform a full shutdown with the tricks we discussed earlier. But, if you ever need to shut down and restart your PC to fix system problems, remember to either click “Restart” or hold Shift as you click “Shut Down” to perform a full shutdown.

Fast Shutdown Windows 10 Regedit

READ NEXT

Disable Fast Shutdown Windows 10

  • › Windows 10’s BitLocker Encryption No Longer Trusts Your SSD
  • › How to Disable or Enable Tap to Click on a PC’s Touchpad
  • › How HTTP/3 and QUIC Will Speed Up Your Web Browsing
  • › Motherboards Explained: What Are ATX, MicroATX, and Mini-ITX?
  • › How to Use the chroot Command on Linux