Home > Article > System Tutorial > How to Show Seconds on Windows 11 Clock
Ever find yourself glancing at your computer clock, craving that extra level of precision? Well, Microsoft has finally added the ability to display seconds on the taskbar clock, a notably absent feature in the initial release. This article will guide you on how to show seconds on the Windows 11 clock quickly and effectively.
Whether you’re coordinating time-sensitive tasks, syncing precise recordings, or prefer a more granular view of time, having seconds at your fingertips can be surprisingly beneficial. It’s the little things that add up to a smoother, more efficient computing experience. With this understanding, let’s begin with the steps.
This is one of the most common and easiest ways to add seconds to a Windows 11 clock. Follow the below steps.
Step 1: Press the Windows key on your keyboard, type Settings, and click Open.
Step 2: Navigate to Personalization and choose the Taskbar option.
Step 3: Under Taskbar settings, click on Taskbar behaviors.
Step 4: Finally, check the box next to ‘Show seconds in system tray clock’ in the expanded menu.
Once the option is enabled, the seconds appear on the clock in the bottom right corner of your taskbar. Another way to add seconds to the Windows 11 clock is by using the command-line tool; continue reading.
You can also use Windows Terminal to add a clock with seconds in the system tray. Follow the instructions below.
Step 1: Press the Windows key on your keyboard, type Terminal, and click Open or ‘Run as administrator.’
Step 2: Now, type the below command and hit Enter.
Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 1 -Force
Once the command is executed, you should see a clock with seconds displayed in the taskbar.
Also Read: How to add multiple clocks on your Windows PC
This is an alternative way to show seconds in the system tray icon if you don’t want to do it through Terminal. Follow the below-mentioned steps.
Step 1: Press the Windows key on your keyboard, type Run, and click Open.
Step 2: Type the below command in the text box and click OK.
cmd /c powershell.exe Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 1 -Force
That’s about it. Once this command gets executed, it will enable Windows to show seconds in the system tray clock. There’s another way to allow the clock with seconds on Windows 11; continue reading.
This method is more complex than the above one, but the steps are simple to follow and execute. However, because we will use Registry Editor, we recommend you back up the Windows Registry before proceeding with the steps below.
Step 1: Press the Windows key on your keyboard, type Registry Editor, and click ‘Run as administrator.’
Note: Alternatively, press the Windows key R to open the Run dialog box, type regedit.exe, and click OK to open Registry Editor.
In the prompt, select Yes.
Step 2: In the top address bar, enter the following path.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Note: You can manually navigate to the section too.
Step 3: Find and double-click on the ShowSecondInSystemClock key.
Step 4: Now, type 1 in the Value Data field and press OK.
Finally, reboot the system to implement the changes. And that’s it! After booting your PC again, you will have turned on a clock with seconds on the taskbar.
If this method is too much to follow, you can use available third-party applications to get the seconds clock in the system tray; keep reading.
Also Read: How to set, edit, and delete an alarm in Windows 11
Multiple third-party applications are available that add seconds to the Windows 11 clock; some popular ones are ElevenClock and T-Clock Redux. We will use ElevenClock for the demonstration; let’s begin with the steps.
Step 1: Go to the Microsoft Store, search ElevenClock, and click the Install button. Or you can click on the below link and navigate to the download page directly.
Step 2: Once installed, launch the application and go to ‘Date & Time Settings.’
Step 3: From the drop-down menu, find ‘Show seconds on the clock,’ and check the box next to it.
Note: You may have additional customization options, such as fading in the seconds or adjusting the font size.
Once you’ve completed these steps, you should see the seconds displayed in the system tray clock, providing more precise timekeeping for your Windows 11 experience.
While third-party tools can provide additional customization options, they may have limitations or compatibility issues with future Windows updates.
Yes, you can use screensavers or desktop widgets that display the time with seconds.
The ability to show seconds on your Windows 11 clock might seem like a minor adjustment, but it can significantly impact your day-to-day activities. Now that you know how to show seconds on the Windows 11 clock, you can have that extra precision. You may also want to read how to synchronize Windows clock with Internet Time Server.
The above is the detailed content of How to Show Seconds on Windows 11 Clock. For more information, please follow other related articles on the PHP Chinese website!