Windows Taskbar Clock Guide

How to Show Seconds on the Clock in Windows 10 and Windows 11
Taskbar Time with Seconds

A practical guide to enabling seconds in the Windows system tray clock using Windows 11 Settings, Registry Editor, PowerShell, Command Prompt, and Explorer restart methods.

๐ŸชŸ Windows 11 ๐Ÿ–ฅ๏ธ Windows 10 โฑ๏ธ Taskbar Clock ๐Ÿงฉ Registry Method โš™๏ธ Settings App โณ 6 min read

Can You Show Seconds on the Windows Taskbar Clock?

Yes. Windows can display seconds in the taskbar clock, but the method depends on the version of Windows you use. In Windows 11, recent builds include a graphical option in the Settings app. In Windows 10, the most reliable method is to enable a Registry value named ShowSecondsInSystemClock.

After enabling the option, the clock in the notification area changes from a standard minute-based display to a live display that updates every second.

Default taskbar clock
14:35
The default Windows clock usually shows hours and minutes only.
Clock with seconds enabled
14:35:27
After the change, seconds appear after the minutes.
Windows Version Recommended Method Notes
Windows 11 Settings app Use the built-in taskbar or date/time option if it is available on your build.
Windows 10 Registry Editor or PowerShell The Registry value works well and does not require third-party software.
Older Windows 11 builds Windows Update or Registry method If the Settings option is missing, update Windows first or use the advanced method.
โ„น๏ธ
Before You Start These instructions affect only the taskbar/system tray clock. They do not change your time zone, system date, regional format, or the time stored by Windows.

How to Enable Seconds on the Clock in Windows 11 Using Settings

On modern Windows 11 builds, the easiest way to show seconds is through the Settings app. This method is safe, reversible, and does not require editing the Registry manually.

01

Turn on Seconds from Taskbar or Date & Time Settings

Settingsโ€บPersonalizationโ€บTaskbarโ€บTaskbar behaviors
  1. Press Win + I to open Settings.
  2. Go to Personalization.
  3. Open Taskbar.
  4. Expand Taskbar behaviors.
  5. Enable Show seconds in system tray clock. Windows may display the note uses more power.
  6. Look at the right side of the taskbar. The clock should now show seconds.

On some newer Windows 11 builds, Microsoft may place the same option under the date and time page instead of the taskbar page. If you do not see it in Taskbar settings, check this path:

Settingsโ€บTime & languageโ€บDate & timeโ€บShow time and date in the system tray
๐Ÿ’ก
Tip If the checkbox is missing, install the latest Windows updates and restart the computer. The seconds option was not available in the earliest Windows 11 releases.

How to Show Seconds on the Windows 10 Taskbar Clock Using Registry Editor

Windows 10 does not usually provide a simple Settings checkbox for seconds in the taskbar clock. Instead, you can enable seconds by creating or changing a Registry value in the current user profile.

โš ๏ธ
Registry Warning Edit only the value described below. Incorrect Registry changes can cause Windows or applications to behave incorrectly. Creating a restore point before manual Registry edits is recommended.
02

Create the ShowSecondsInSystemClock Value

  1. Press Win + R.
  2. Type regedit and press Enter.
  3. Confirm the User Account Control prompt if it appears.
  4. Go to this Registry path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  1. Right-click an empty area in the right pane.
  2. Select New โ†’ DWORD (32-bit) Value.
  3. Name the value exactly:
ShowSecondsInSystemClock
  1. Double-click ShowSecondsInSystemClock.
  2. Set Value data to 1.
  3. Click OK.
  4. Restart Windows Explorer or restart the computer.

After Explorer restarts, the Windows 10 taskbar clock should display seconds.

How to Enable Seconds on the Windows Clock with PowerShell

If you prefer a faster method, PowerShell can create the required Registry value automatically. This works for Windows 10 and can also help on Windows 11 when the graphical option is unavailable.

03

Run a PowerShell Command for the Current User

  1. Right-click Start.
  2. Select Terminal, Windows PowerShell, or Windows Terminal.
  3. Paste the command below and press Enter:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowSecondsInSystemClock" -Type DWord -Value 1

Then restart Windows Explorer with this command:

Stop-Process -Name explorer -Force

Explorer will close and reopen automatically. If it does not reopen, press Ctrl + Shift + Esc, open Task Manager, choose Run new task, type explorer.exe, and press Enter.

How to Turn on Seconds in the Taskbar Clock with Command Prompt

You can also use Command Prompt and the reg add command. This is useful for scripts, remote troubleshooting, or users who prefer classic Windows commands.

04

Add the Registry Value from CMD

  1. Open the Start menu.
  2. Type cmd.
  3. Open Command Prompt. Administrator rights are usually not required because the setting is stored under HKEY_CURRENT_USER.
  4. Run this command:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowSecondsInSystemClock /t REG_DWORD /d 1 /f

Restart Explorer with this command:

taskkill /f /im explorer.exe & start explorer.exe
โ„น๏ธ
Why Administrator Rights Are Usually Not Needed The setting is stored in HKCU, which means HKEY_CURRENT_USER. It applies to the currently signed-in user account only.

Restart Windows Explorer to Apply the Taskbar Clock Seconds Setting

In many cases, the seconds setting appears only after the taskbar refreshes. The quickest way to refresh the taskbar is to restart the Windows Explorer process.

Restart Explorer from Task Manager

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. If Task Manager opens in compact mode, click More details.
  3. Find Windows Explorer in the process list.
  4. Select it and click Restart.

Restart the PC Instead

If you are not comfortable restarting Explorer manually, simply restart the computer. A full restart reloads the taskbar and applies the setting.

How to Remove Seconds from the Windows Taskbar Clock

If you decide that seconds are distracting or unnecessary, you can disable them at any time.

Windows 11 Settings Method

  1. Open Settings.
  2. Go to Personalization โ†’ Taskbar โ†’ Taskbar behaviors, or check Time & language โ†’ Date & time if the option has moved on your build.
  3. Turn off Show seconds in system tray clock.

Registry Method

Set the value to 0 or delete ShowSecondsInSystemClock from this path:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

PowerShell command to disable seconds:

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

After changing the value, restart Windows Explorer or restart the computer.

Seconds Do Not Appear on the Windows Clock โ€” Troubleshooting

If seconds are still missing after you enable the setting, check the common causes below.

โœ… Check These First

  • Restart Windows Explorer or reboot the PC.
  • Make sure the Registry value name is exactly ShowSecondsInSystemClock.
  • Confirm that the value type is DWORD (32-bit).
  • Check that the value data is set to 1.
  • Install the latest Windows updates, especially on Windows 11.

โš ๏ธ Possible Limitations

  • Some early Windows 11 builds did not support taskbar seconds properly.
  • Third-party taskbar tools may override or replace the standard clock.
  • Work or school devices may block Registry changes by policy.
  • Small taskbar or custom scaling settings may affect clock layout.
  • Explorer may need a full restart before the change becomes visible.

Check the Value with PowerShell

You can verify the current value with this command:

Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowSecondsInSystemClock"

If the value is 1, seconds should be enabled. If it is 0, seconds are disabled. If the value does not exist, create it again using one of the methods above.

Does Showing Seconds on the Windows Clock Use More Battery?

Windows 11 may show a warning that displaying seconds in the system tray clock uses more power. The reason is simple: a clock with seconds must update every second, while the default clock updates much less often. On desktops, this usually does not matter. On laptops and tablets, the difference can be more relevant when you are trying to maximize battery life.

๐Ÿ”‹
Battery Tip If you use a laptop mostly on battery, disable seconds when you do not need precise time display. If you use a desktop PC, the practical impact is usually less important.

For most users, enabling seconds is a convenience preference. It is especially useful for troubleshooting, watching logs, testing scheduled tasks, timing scripts, recording tutorials, or comparing exact timestamps.

FAQ: Showing Seconds on the Windows 10 and Windows 11 Clock

Can I show seconds on the lock screen clock?

The methods in this guide apply to the taskbar/system tray clock after signing in. They do not add seconds to the lock screen clock.

Does this change the date and time format everywhere?

No. It only changes the taskbar clock display. Regional formats, file timestamps, time zone settings, and application-specific time displays remain separate.

Do I need third-party software?

No. Windows 11 includes a built-in option on supported builds, and Windows 10 can use the Registry or command-line methods described above.

Will this affect all users on the PC?

No. The Registry path uses HKEY_CURRENT_USER, so the setting applies only to the current user account. Other users can enable or disable it separately.

Why is the option missing in Windows 11 Settings?

Your Windows 11 build may be older, or Microsoft may have moved the option to a different Settings page. Check both Taskbar behaviors and Date & time, then install Windows updates if necessary.

Conclusion: The Best Way to Enable Seconds on the Windows Clock

The fastest method depends on your Windows version. In Windows 11, start with the Settings app and look for Show seconds in system tray clock. In Windows 10, use the ShowSecondsInSystemClock Registry value or the PowerShell command for the same result.

If the change does not appear immediately, restart Windows Explorer or reboot the computer. Once enabled, the taskbar clock will show hours, minutes, and seconds directly in the system tray.