How to display seconds on Windows system clock

Did you know that you can display seconds on the Taskbar? By default, you can click on the time displayed on the Taskbar and a pop-up will display the time with seconds. If you want them to always be displayed on the Taskbar to know the exact time to the second, then keep these methods in mind!

Add seconds to the clock by changing system settings

One of the most popular and easiest ways to add seconds to your system tray clock is to change the system settings. Here's how:

1. Open the Settings menu by pressing the Win + I hotkey .

2. Select Personalization from the left pane, then select the Taskbar option in the following window.

3. Click the drop-down icon next to Taskbar behaviors .

4. Scroll down and check the Show seconds in the system tray clock box .

How to display seconds on Windows system clock
Check Show seconds in the system tray clock in the Setting menu

All operations are complete. Close the settings menu and restart your computer for the changes to take effect.

Note that this method will only work with Windows 11. If you have Windows 10 or 8, you can try the other methods mentioned below.

Display seconds on the system clock using Command Prompt or Windows PowerShell

If you are a power user, you can run commands in Command Prompt or Windows PowerShell to configure the display of seconds on the system tray clock. To do this in Command Prompt, follow the instructions below:

1. Open the Start menu by pressing the Win key.

2. In the search bar, type CMD and select Run as administrator from the right pane.

3. Type the following command into the Command Prompt window with admin rights and press Enter.

powershell.exe Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 1 -Force
How to display seconds on Windows system clock
Commands to enable seconds in Command Prompt

Now, to do this in Windows PowerShell, follow the steps below:

1. In the Start menu search bar, type PowerShell and select Run as administrator from the right pane.

2. Type the following command into the PowerShell window with admin rights and press Enter.

Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 1 -Force
How to display seconds on Windows system clock
Trigger Seconds Command in PowerShell

All done! Your system clock now shows extra seconds.

If you want to remove seconds from the system clock, you can also do it using Command Prompt and PowerShell. To do this using Command Prompt, execute the following command in a CMD window with admin rights.

powershell.exe Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 0 -Force

And to do this using PowerShell, run the following command in a PowerShell window with admin rights.

Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 0 -Force

How to Display Seconds by Editing the Registry

Warning:

Registry Editor is a powerful tool and misusing it can render your system unstable or even inoperable. This is a fairly simple procedure and as long as you follow the instructions, you shouldn't have any problems.

However, if you've never worked with the Registry Editor before, learn how to use the Registry Editor before you get started. And remember to back up the Registry (and your computer!) before making changes!

Start by opening the Registry Editor . Type regedit into the Start menu and launch the utility. Accept the administrator prompt and you will be in the Registry. As always, be careful here as one wrong move can cause system problems.

Unlock Advanced key by following this path:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
How to display seconds on Windows system clock
Unlock Advanced

Right-click the Advanced folder in the left sidebar. Select New > DWORD (32-bit Value).

How to display seconds on Windows system clock
Select New > DWORD (32-bit Value)

Name it ShowSecondsInSystemClock.

How to display seconds on Windows system clock
Use ShowSecondsInSystemClock as the value name

Next, double-click this value in the right panel. In the Value data field , set the value to 1 . Click OK to save the changes, then close Registry Editor. After you sign out and sign back in to your account, you should see the seconds displayed on the clock.

How to display seconds on Windows system clock
Set value to 1

If you don't want to display the seconds anymore, go back to the Registry, change the value to 0 or delete it.

How to display seconds using ZIP file

How to display seconds on Windows system clock
Show seconds using ZIP file

If you don’t want to edit the Registry yourself, you can use the following downloadable registry hacks. There are two hacks: One that will display the seconds in the system clock, and one that will reverse the change and hide the seconds from the clock. Both are included in this ZIP file . Double-click the hack you want to use, agree to the prompts, then log out and log back in for the changes to take effect.

These hacks also set the ShowSecondsInSystemClock value in a similar way to the one described above. Running the "Show Seconds In System Clock" file will create a ShowSecondsInSystemClock value with a value data of 1 , while running the "Remove Seconds From System Clock" file will remove the ShowSecondsInSystemClock value from your Registry.

If you’re curious to see what these or any other .reg files do, you can right-click on them and select “Edit” to view their contents in Notepad. And, if you enjoy experimenting with the Registry, you should learn how to create your own registry hacks.

You may also be interested in displaying the current day of the week on the taskbar clock . This can be done without accessing the Registry, as you can easily customize the date format that appears below the time from the standard Control Panel interface.

Good luck!

Sign up and earn $1000 a day ⋙

Leave a Comment

How to fix missing Language bar on Windows 10

How to fix missing Language bar on Windows 10

Language bar disappeared on Windows 10? Follow these solutions.

How to use Storage Spaces to protect Windows 11 data

How to use Storage Spaces to protect Windows 11 data

Pooling multiple drives with Storage Spaces in Windows 11 allows users to protect files from drive failure while consolidating storage into a single, easy-to-manage virtual drive.

How to prevent Windows from locking automatically

How to prevent Windows from locking automatically

To prevent users from locking their Windows 10 computer, follow the steps below to disable the Lock Screen in Windows 10.

Turn off these 7 Windows services to extend battery life!

Turn off these 7 Windows services to extend battery life!

Turning off a few of these services can save you a significant amount of battery life without affecting your daily usage.

9 Old Windows Tools That Are Still Useful Today

9 Old Windows Tools That Are Still Useful Today

From performance monitoring to quick system tweaking, these built-in utilities are as useful as ever.

How to fix error code 0x80004005

How to fix error code 0x80004005

Error code 0x80004005 is a type of unknown Windows error, whose cause is related to a number of different issues.

How to Show the Missing Bluetooth Icon on the Windows Taskbar

How to Show the Missing Bluetooth Icon on the Windows Taskbar

If you can't find the Bluetooth icon on the taskbar, follow the steps below to show the missing Bluetooth icon on Taskbar in Windows 10.

How to Clear NVIDIA Shader Cache on Windows

How to Clear NVIDIA Shader Cache on Windows

Clearing the NVIDIA Shader Cache will reset the system, forcing it to rebuild with new data. Here are instructions for clearing the NVIDIA Shader Cache.

Summary of some simple ways to disable USB ports on Windows computers

Summary of some simple ways to disable USB ports on Windows computers

Unlocking USB ports in BIOS is not difficult. However, how to lock computer USB ports? Let's find out with Quantrimang.com!

Extremely simple tips to change IP without VPN

Extremely simple tips to change IP without VPN

Being blocked online can be frustrating, whether it's a forum lockout, a game ban, or a temporary IP restriction. The good news is that you don't always need a VPN to get around these restrictions.

How to Take Advantage of the Performance Tab in Task Manager

How to Take Advantage of the Performance Tab in Task Manager

When your computer crashes, seeing how everything is running can help you troubleshoot. And when everything is working, this information can also help you optimize your system.

5 tips to help your Windows 11 laptop battery last all day

5 tips to help your Windows 11 laptop battery last all day

Windows laptops aren't known for their battery life, at least not without some tweaking. But these tips will help your laptop last all day without having to find a power outlet.

Enable or disable the built-in Administrator account on Windows

Enable or disable the built-in Administrator account on Windows

Windows 10/11 includes a hidden Administrator account that you can use to manage all the important data on your computer. Let's see how to enable or disable the built-in Administrator account on Windows 10/11!

Instructions to fix System Service Exception error on Windows

Instructions to fix System Service Exception error on Windows

System Service Exception or SYSTEM_SERVICE_EXCEPTION is one of the BSOD errors (blue screen of death errors). System Service Exceptions errors occur quite commonly and continuously.

Recover Deleted Data with Recuva Portable in Windows 7

Recover Deleted Data with Recuva Portable in Windows 7

In the following article, we will present the basic operations to recover deleted data in Windows 7 with the support tool Recuva Portable. With Recuva Portable, you can store it in any convenient USB, and use it whenever needed. The tool is compact, simple, easy to use with some of the following features: