Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

How to Find out How Long Your Computer Has Been On Windows 10, 11

March 6, 2024
in Blog, Windows 10, Windows 11
0
ADVERTISEMENT

Table of Contents

How long has your computer been running?

Most of us leave our computers running 24 hours a day. In this article you can check the uptime of your computer running Windows 10, 11 or Windows Server.

Check system uptime using Task Manager

A very easy way to see how long your computer has been running is to use the Windows Task Manager. To open the Task Manager you can right click on any blank spot on your Taskbar and choose Task Manager. You can also press Ctrl+Alt+Del on your computer and then choose Task Manager from the provided choices.

Once you are in Task Manager you will want to go to the Performance tab and click on CPU. Then you will see a section labeled Up time at the bottom of the window. This will tell you how long your computer has been running.

Bg880

Check the system uptime using commands

Right click on Start icon then select Windows PowerShell Admin. In Windows 11, select Windows Terminal Admin.

Pw3

Using wmic command

1. Run below command to check when your computer was last rebooted:

wmic path Win32_OperatingSystem get LastBootUpTime

Here you will have to interpret the time, but it breaks down into year, month, day and then time like this.

2022 06 17 10:22:44 so the reboot date and time was June 17, 2022 at 10:22.

PS C:\Windows\system32> wmic path Win32_OperatingSystem get LastBootUpTime
LastBootUpTime
20220617102244.028192+420

Using systeminfo command

2. This command will show you the last reboot date and time where it says System Boot Time.

systeminfo | find "System Boot Time"
PS C:\Windows\system32> systeminfo | find "System Boot Time"
System Boot Time:          6/17/2022, 10:22:44 AM

Using net statistcs command

3. This method will show you the last reboot time as well as some additional information. The line that says Statistics since will show the date and time of the last reboot.

net statistics workstation | findstr since
PS C:\Windows\system32> net statistics workstation
Workstation Statistics for \\HN52

Statistics since 6/17/2022 10:23:05 AM

The command completed successfully.

Using Get-Date command

4. You can use the Get-Date command in PowerShell to find out how long your computer has been running. This information is broken down into days, hours, minutes, seconds and milliseconds.

(Get-Date) - (Get-CimInstance Win32_OperatingSystem).LastBootUpTime
Days              : 12
Hours             : 23
Minutes           : 51
Seconds           : 21
Milliseconds      : 683
Ticks             : 11226816834665
TotalDays         : 12.9940009660475
TotalHours        : 311.856023185139
TotalMinutes      : 18711.3613911083
TotalSeconds      : 1122681.6834665
TotalMilliseconds : 1122681683.4665
ADVERTISEMENT

Not a reader? Watch this related video tutorial:

5/5 - (1 vote)
Previous Post

How to Check DKIM is Enabled and Configured Correctly in Microsoft 365

Next Post

How to Add an App to Run Automatically at Startup in Windows

Related Posts

Running Hyper-V and VMware Workstation on The Same Machine

August 15, 2024

How to Uninstall All Autodesk Products At Once Silently

July 29, 2024
Ftr5

How to Uninstall the Autodesk Genuine Service on Windows

July 29, 2024
Ftr19

How to Fix Windows Cannot Read the ProductKey From the Unattend Answer File in VirtualBox

July 26, 2024
Ftr25

How to Update Windows Terminal in Windows 10/11

July 26, 2024

How to Disable The Beep Sound in WSL Terminal on Windows

July 26, 2024

Leave a Reply Cancel reply

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

Recent Posts

  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Images Hidden Due To Mature Content Settings In CivitAI
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2025 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory