This tutorial will show you how to find the last system boot date and time in Windows 10 and Windows 11.
This can be handy if you need to know the last boot up date and time of your system.
Here's How:
1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.
2 Copy and paste the appropriate command below into Windows Terminal, and press Enter. (see screenshot below)
Windows PowerShell
(Get-CimInstance -ClassName Win32_OperatingSystem).LastBootUpTimeOR
Command Prompt
powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).LastBootUpTime"That's it,
Shawn Brink
Last edited:











