Check if Last Boot from Hybrid, Full, or Hibernate in Windows 8 and 10  

    Check if Last Boot from Hybrid, Full, or Hibernate in Windows 8 and 10

    Check if Last Boot from Hybrid, Full, or Hibernate in Windows 8 and 10

    How to Check if Last Boot was from Fast Startup, Full Shutdown, or Hibernate
    Published by
    12 Feb 2023
    Designer Media Ltd

    How to Check if Last Boot was from Fast Startup, Full Shutdown, or Hibernate

    information   Information
    Users in Windows 8, Windows 8.1, and Windows 10 are able to perform a hybrid shutdown (fast startup), a full shutdown, or hibernate on the PC.

    Fast startup (aka: hiberboot, hybrid boot, or hybrid shutdown) is turned on by default in Windows and is a setting that helps your PC start up faster after shutdown. Even faster than hibernate.

    Hibernate is a power-saving state designed primarily for laptops, and might not be available for all PCs (PCs with InstantGo don't have the hibernate option). Hibernate uses less power than sleep and when you start up the PC again, you’re back to where you left off (though not as fast as sleep). Use hibernation when you know that you won't use your laptop or tablet for an extended period and won't have an opportunity to charge the battery during that time.

    A full shutdown will close all apps, sign out all users, and completely turn off the PC. A full shutdown is good to use if you don't plan to use your PC for an extended period and wanted to completely power off the PC.


    This tutorial will show you how to check if the last boot was from a hybrid shutdown (fast startup), full shutdown, or resume from hibernate in Windows 8, Windows 8.1, and Windows 10.



    Here's How:

    1. Open PowerShell.

    2. Copy and paste either command below into PowerShell, and press Enter.

    Code:
    Get-WinEvent -ProviderName Microsoft-Windows-Kernel-boot -MaxEvents 10 | Where-Object {$_.id -like “27”}

    OR

    Code:
    Get-WinEvent -ProviderName Microsoft-Windows-Kernel-boot -MaxEvents 10 | Where-Object {$_.message -like “The boot type*”}

    3. Look for The boot type was under the shutdown time period you want, and compare it with the table below. (see screenshot below)

    Check if Last Boot from Hybrid, Full, or Hibernate in Windows 8 and 10-powershell_boot_type_for_shutdown.png

    Boot Type Description
    0x0 restart OR cold boot from full shutdown
    0x1 hybrid boot (fast startup)
    0x2 resume from hibernation


    That's it,
    Shawn Brink






  1. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
       #1

    Hello @Brink,

    I deleted all my Event Viewer Logs as part of running my weekly computer cleanup Script and then Restarted the computer.

    I then ran the command against Where-Object {$_.id -eq '27'} and got 0x0, which means that it ALSO applies to a Restart.

    I investigated this on the Internet for quite a while and ALL the websites that I looked at omitted this fact, which is quite strange !
      My Computer


  2. Posts : 68,952
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #2

    Paul Black said:
    Hello @Brink,

    I deleted all my Event Viewer Logs as part of running my weekly computer cleanup Script and then Restarted the computer.

    I then ran the command against Where-Object {$_.id -eq '27'} and got 0x0, which means that it ALSO applies to a Restart.

    I investigated this on the Internet for quite a while and ALL the websites that I looked at omitted this fact, which is quite strange !
    Interesting. Thank you Paul.
      My Computers


 

Tutorial Categories

Check if Last Boot from Hybrid, Full, or Hibernate in Windows 8 and 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:30.
Find Us




Windows 10 Forums