How to enable seconds in system clock

Anonymous
2023-02-02T20:46:44+00:00

Title says it all.

Found this article, which had a couple suggestions: https://winaero.com/how-to-enable-seconds-for-the-taskbar-clock-in-windows-11/

" Settings > Personalization > Taskbar > Taskbar behaviors, and check the “Show seconds in system tray clock” option."

Is not there for me

Tried registry fixes, but that made it worse and actually removed the system clock all together, while also breaking the start menu completely. Had to undo that change and now back to square one.

Why on Earth would Microsoft remove the seconds from the clock? I use it quite often for a game I play.. Very frustrating when they remove common sense features like this. Really looks like MSoft put some extremely incompetent people in charge of Win 11. Reminds me of when they hired the guy from Nike to design Win 8 Metro UI. I think we all remember how that went!!

EDIT: WAS fixed for about 2 months with April update, but now it's gone again!!!

Someone from Microsoft owes me an explanation!!

Windows for home | Windows 11 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2023-04-29T09:12:23+00:00

Fix in latest stable update from April (then one bot on Path Tuesday, but later).

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

68 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-02-02T21:25:55+00:00

    I just updated to 22H2 (OS Build 22621.1194) yesterday, which was the latest option available.

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-01-15T18:55:18+00:00

    Hello everyone,

    I wanted to share a simple solution I discovered (Courtesy of ChatGPT) for displaying the seconds on the Windows taskbar clock, which doesn't require any third-party software. Here's a quick method using the Registry Editor:

    Steps:

    1. Press Windows Key + R, type regedit, and press Enter to open the Registry Editor.
    2. Navigate to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
    3. Right-click on the right pane, select New > DWORD (32-bit) Value, and name it ShowSecondsInSystemClock.
    4. Double-click on the new value and set its value data to 1.
    5. Restart your computer to see the changes.

    For your convenience, I've created a .reg file that automates this process. Here's the content you can copy to a new text document and save with a .reg extension:

    regCopy codeWindows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "ShowSecondsInSystemClock"=dword:00000001
    

    Instructions for using the .reg file:

    1. Copy the above text into a new text file using Notepad.
    2. Save the file with the .reg extension, for example,

    DisplaySecondsInClock.reg. 3. Right-click on the saved file and select 'Merge' or double-click the file to run it.

    1. If prompted by User Account Control (UAC), click 'Yes' to allow the changes.
    2. A confirmation dialog box will appear. Click 'OK' to apply the changes.
    3. Restart your computer, and you should now see the seconds on your taskbar

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-06-19T19:09:36+00:00

    20/06/2023: and it's gone yet again

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  4. EmilyS_726 29,570 Reputation points Volunteer Moderator
    2023-02-08T01:38:30+00:00

    Hello brianp89, this is Emily.

    The Windows 11 build quoted in the article is the Insider version. You can read about it from Microsoft's Insider blog here: https://blogs.windows.com/windows-insider/2022/11/18/announcing-windows-11-insider-preview-build-25247/  It does mention the feature to display second for time.

    You won't get insider version of Windows via regular update. You need to be in the Insider program in order to get these preview builds. I wouldn't recommend switching to Insider version just for this feature, especially when it is still in Dev channel, there can be rough edges and it is not stable.

    You can continue to use the Insider blog to stay updated on these new development, and hopefully that feature will be available to the production version soon.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments