How to Show Seconds in the Windows 11 System Tray Clock
🔍 WiseChecker

How to Show Seconds in the Windows 11 System Tray Clock

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.

Symptom: Want the system tray clock to display seconds for precise timing.
Affects: Windows 11 (22H2 and later).
Fix time: ~30 seconds.

ADVERTISEMENT

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.

  1. Open Settings → Personalization → Taskbar.
  2. Click Taskbar behaviors to expand.
  3. Find Show seconds in system tray clock (uses more power).
  4. Toggle On.
  5. Clock immediately updates: now shows HH:MM:SS.
  6. To disable: toggle off. Returns to HH:MM display.

This is the cleanest path on modern Windows 11.

ADVERTISEMENT

Method 2: Registry edit (for older builds without the toggle)

For Windows 11 pre-22H2 or Windows 10.

  1. Open Registry Editor.
  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
  3. Find or create DWORD value ShowSecondsInSystemClock.
  4. Set to 1 (show) or 0 (hide).
  5. Close Registry Editor.
  6. Restart Windows Explorer: Task Manager → right-click Windows Explorer → Restart.
  7. Clock now shows seconds.
  8. 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.

  1. Install T-Clock Redux from GitHub (free, opensource).
  2. 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.
  3. For other features: ElevenClock (free, GitHub) — full-featured clock replacement for Windows 11.
  4. Or use Free Desktop Clock for a separate large clock widget on the desktop.
  5. 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.

ADVERTISEMENT