Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Display Seconds on Windows System Clock: Step-by-Step Guide

Learn how to Add seconds to the taskbar clock with clear steps, preparation tips, common mistake warnings, and practical troubleshooting advice.

Table of Contents

Display Seconds on Windows System Clock is easier when you confirm the requirements, prepare the right tools, and follow each step in the correct order.

This updated guide explains the process clearly, highlights common mistakes, and provides practical checks that can help you get a reliable result.

Add Seconds to the Clock by Changing System Settings

One of the favorite and easiest ways to add seconds to the system tray clock is to change 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.

Add Seconds to the Clock by Changing System Settings screenshot

All operations have been completed. 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. Enter the following command into the Command Prompt window with admin rights and press Enter.

powershell.exe Set-ItemProperty -Path HKCU:SoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced -Name ShowSecondsInSystemClock -Value 1 -Force

Display Seconds on the System Clock Using Command Prompt or Windows PowerShell screenshot 2

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. Enter the following command into the PowerShell window with admin rights and press Enter.

Set-ItemProperty -Path HKCU:SoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced -Name ShowSecondsInSystemClock -Value 1 -Force

Display Seconds on the System Clock Using Command Prompt or Windows PowerShell screenshot 3

All operations completed! Now, your system clock has displayed additional seconds.

If you want to remove seconds from the system clock, you can also do that 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:SoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced -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:SoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced -Name ShowSecondsInSystemClock -Value 0 -Force

How to Display Seconds by Editing Registry

Warning:

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

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

Start by opening Registry Editor. Type regedit into the Start menu and launch the utility. Accept the administrator prompt and you will access the Registry. As always, be careful here because just one wrong action can lead to a system crash.

Open the Advanced key following this link:

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced

How to Display Seconds by Editing Registry screenshot 4

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

How to Display Seconds by Editing Registry screenshot 5

Name it ShowSecondsInSystemClock.

How to Display Seconds by Editing Registry screenshot 6

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

How to Display Seconds by Editing Registry screenshot 7

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

How to Display Seconds in ZIP File

How to Display Seconds in ZIP File screenshot 8

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 number of seconds in the system clock and one that will reverse the change and hide the number of 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 back in for the changes to take effect.

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

If you're curious 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 like 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.

Wishing you success!

FAQ

What should I prepare before working with Display Seconds on Windows System Clock?

Review the requirements, back up important data when relevant, and confirm that your device, account, or software supports the steps in the guide.

What should I do if a step does not work?

Repeat the step carefully, verify each setting, restart the affected device or application, and check for newer compatibility information.

Is the process safe?

The process is generally safe when the instructions are followed carefully. Avoid unofficial downloads and stop before making changes that could affect important data.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.