Quick fix: Open Settings → Personalization → Taskbar → Taskbar behaviors. Find Show seconds in system tray clock (uses more power). Toggle on. Clock immediately updates to show HH:MM:SS instead of HH:MM.
The system tray clock shows only hours and minutes by default. For users who need second precision (developers, video editors, anyone timing tasks), Windows 11 added a built-in option to display seconds. Setting takes 5 seconds.
Affects: Windows 11 (22H2 and later).
Fix time: ~30 seconds.
What causes this
Windows hides seconds from the clock by default to save power: updating the clock display every second uses CPU and prevents the screen from entering low-power redraw modes. The trade-off is negligible on modern PCs but noticeable on tablets/laptops on battery. Windows 11 22H2 added a toggle to enable seconds visibility.
Method 1: Enable seconds via Settings (Windows 11 22H2+)
The standard route.
- Open Settings → Personalization → Taskbar.
- Click Taskbar behaviors to expand.
- Find Show seconds in system tray clock (uses more power).
- Toggle On.
- Clock immediately updates: now shows HH:MM:SS.
- To disable: toggle off. Returns to HH:MM display.
This is the cleanest path on modern Windows 11.
Method 2: Registry edit (for older builds without the toggle)
For Windows 11 pre-22H2 or Windows 10.
- Open Registry Editor.
- Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. - Find or create DWORD value ShowSecondsInSystemClock.
- Set to 1 (show) or 0 (hide).
- Close Registry Editor.
- Restart Windows Explorer: Task Manager → right-click Windows Explorer → Restart.
- Clock now shows seconds.
- Caveat: Microsoft removed this registry setting in some Windows 11 builds; only works on builds where the setting exists. Use Method 1 on 22H2+.
This is the right path for older Windows.
Method 3: Use a third-party clock replacement
For richer clock customization.
- Install T-Clock Redux from GitHub (free, opensource).
- T-Clock replaces the system tray clock with a more configurable one:
- Custom date/time format (HH:MM:SS, day-of-week, etc.).
- Calendar pop-up with multiple months.
- Time zone overlay.
- Stopwatch and countdown timer.
- For other features: ElevenClock (free, GitHub) — full-featured clock replacement for Windows 11.
- Or use Free Desktop Clock for a separate large clock widget on the desktop.
- Trade-off: replaces system clock; may not match Windows’s native style perfectly.
This is the right path for users who want more than just seconds.
How to verify the fix worked
- System tray clock shows HH:MM:SS format.
- Seconds tick visibly every second.
- Time zone, date, time format match your Region settings.
If none of these work
If toggle isn’t visible: Old Windows 11 build: check version with winver. The toggle requires 22H2 (build 22621) or later. Update Windows. For Windows 10: registry method (Method 2) used to work but Microsoft removed support in later builds. Third-party clock replacement is the alternative. For corporate-managed PCs: Group Policy may hide Personalization settings. Check via gpresult /h C:\result.html — look for Personalization policies. Power impact concern: on battery, seconds visibility adds ~2-5% to CPU usage from constant clock redraws. On AC power, negligible. Toggle off when on battery if you don’t need seconds at that moment. For multi-monitor setups: the seconds display appears on every taskbar (primary and secondary monitors if Show on All Displays is on).
Bottom line: Settings → Personalization → Taskbar → Taskbar behaviors → toggle Show seconds in system tray clock. One toggle, immediate effect.