How can i get the system boot duration in windows 10 / 11?

Yuvi 1 Reputation point
2022-07-20T13:57:36.677+00:00

Hi All,

Kindly advice how to get the system boot duration time from any windows 10 or windows 11?

Thank You.

Kind Regards,
S.Yuvaraj

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,455 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 15,841 Reputation points MVP
    2022-07-21T01:14:48.717+00:00

    If you are talking about Windows Boot duration then there are a number of third party applications:

    BootRacer

    AppTimer

    We can find the boot time using wmic os command.

    c:\>wmic os get lastBootUpTime


  2. Limitless Technology 39,436 Reputation points
    2022-07-21T07:22:33.28+00:00

    Hi there,

    To check your last BIOS time in Windows 10:

    -Launch Task Manager (Ctrl+Shift+Esc) and click the "Startup" tab.
    -Look for "Last BIOS time" in the top-right of the window.

    You'll see your "last BIOS time" in the top-right of the interface. The time is displayed in seconds and will vary between systems. A blank space means your motherboard's firmware doesn't expose this information, so Windows can't display it.

    ------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–