Windows 11 users frequently request the ability to view the current time—including seconds—directly within the Notification Center, similar to the popular feature in Windows 10. Recent updates to Windows 11 (specifically builds 23H2 and 24H2) have started to restore this capability, allowing users to display a clock with seconds in the Notification Center flyout. This change addresses a long-standing omission since the initial release of Windows 11, streamlining workflows for those who need precise timekeeping without cluttering the system tray.

Enable Clock with Seconds in Notification Center via Settings

Step 1: Open the Windows 11 Settings app by pressing Win+I on your keyboard. This shortcut launches the main Settings window.

Step 2: In the left sidebar, select Time & language. Then, on the right pane, click Date & time. This section manages all time and date-related configurations.

Step 3: Scroll down to find the option labeled Show time in Notification Center. Toggle this switch to On to display the clock (with seconds) in the Notification Center flyout. If you decide you no longer want the clock visible, simply toggle the switch back to Off.

This method requires that your Windows 11 installation is updated to a supported build (23H2 22635.5240 or later). If you do not see this option, your device may not yet have received the feature or it might still be hidden.


Enable Clock in Notification Center Using Registry Editor

For advanced users or those who do not see the setting in the graphical interface, the Windows Registry provides a manual method to toggle the clock in Notification Center. Editing the registry can directly activate or deactivate the feature, but always back up your registry before making changes.

Step 1: Open the Registry Editor by pressing Win+R to open the Run dialog, then type regedit and press Enter.

Step 2: Navigate to the following registry key:

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

Step 3: In the right pane, look for a DWORD value named ShowClockInNotificationCenter. If it does not exist, right-click in the pane, select New > DWORD (32-bit) Value, and name it accordingly.

Step 4: Double-click the ShowClockInNotificationCenter value. Set the value data to 1 to enable the clock, or 0 to disable it. Click OK to save your changes.

Step 5: Close Registry Editor and restart Windows Explorer (or reboot your PC) for the change to take effect. This ensures the Notification Center displays the updated clock setting.


Activate Hidden Features with ViVeTool (For Unsupported Builds)

Some users on Insider or Beta builds may not see the "Show time in Notification Center" option, as Microsoft rolls out features gradually. ViVeTool, a third-party utility, can activate hidden Windows features by toggling internal feature flags.

Step 1: Download ViVeTool from its official GitHub repository and extract it to a convenient folder.

Step 2: Open Command Prompt as Administrator. Navigate to the folder where ViVeTool is located using the cd command.

Step 3: Run the following command to enable the Notification Center clock:

vivetool /enable /id:42651849

If the feature does not appear, also try:

vivetool /enable /id:48433719

Step 4: Restart your computer. After reboot, check Settings > Time & language > Date & time for the new toggle. This method is best suited for technically experienced users and may not be supported on all systems.


Use Third-Party Utilities for Customization

For users seeking more control or who want to replicate the classic Windows 10 clock flyout, third-party tools such as StartAllBack or ExplorerPatcher provide additional customization. These utilities let you restore the old calendar and clock flyout, add clocks with seconds, and adjust other taskbar behaviors.

  • StartAllBack: Restores classic taskbar and clock features, including the calendar flyout with a clock showing seconds.
  • ExplorerPatcher: Offers granular tweaks for the taskbar and system tray, including legacy clock views.

These tools may require a small purchase or download from reputable sources. Always review compatibility with your Windows version and maintain up-to-date backups before installing system-level utilities.


Workarounds for Viewing Seconds

If you only need to view the time with seconds occasionally, there are simple workarounds:

  • Create a desktop shortcut to timedate.cpl, which opens the classic Date and Time dialog with a running clock.
  • Use echo %time% in Command Prompt or Get-Date -Format HH:mm:ss.fff in PowerShell to display the current time with seconds and milliseconds.

Windows 11 now gives users more flexibility to display the clock with seconds in the Notification Center, restoring a feature long-missed from Windows 10. Whether you use built-in settings, registry edits, or third-party tools, you can tailor the time display to suit your workflow.