Time and Language Add or Remove Time in Notification Center in Windows 11


Notifications_banner.webp

This tutorial will show you how to turn on or off showing time (clock) in the Notification Center for your account in Windows 11.

The Notification Center (Win+N) is a taskbar flyout where you can quickly access notifications, the calendar, and start or end a focus session from.

Starting with Windows 11 build 26200.5651 (Dev 24H2) and build 26120.4441 (Beta 24H2), Microsoft is starting to roll out the option to show a bigger clock with seconds above the date and calendar in notification center.

⚠️ If you don't have this feature available in the build above yet and would like to try it now, then you can enable it using the command below with ViVeTool.

vivetool /enable /id:42651849

Also enable 48433719 if the command above doesn't work.


Once enabled using the command above, you will be able to turn on or off "Show time in Notification Center" in this tutorial below.



Contents

  • Option One: Turn On or Off "Show time in Notification Center" in Settings
  • Option Two: Turn On or Off "Show time in Notification Center" using REG file
  • Option Three: Turn On or Off "Show time in Notification Center" in Registry Editor


EXAMPLE: "Show time in Notification Center" on and off

Show_time_in_Notification_Center-OFF.webp
Show_time_in_Notification_Center-ON.webp





Option One

Turn On or Off "Show time in Notification Center" in Settings


1 Open Settings (WIn+I).

2 Click/tap on Time & language on the left side, and click/tap on Date & time on the right side. (see screenshot below)


Show_time_in_Notification_Center-1.webp

3 Turn on or off (default) Show time in Notification Center for what you want. (see screenshot below)

Show_time_in_Notification_Center-2.webp

4 You can now close Settings if you like.




Option Two

Turn On or Off "Show time in Notification Center" using REG file


This option will not work while Administrator protection is turned on.


1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.

2 Turn On "Show time in Notification Center"

A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Turn-ON_Show_time_in_Notification_Center.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowClockInNotificationCenter"=dword:00000001

3 Turn Off "Show time in Notification Center"

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Turn-OFF_Show_time_in_Notification_Center.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowClockInNotificationCenter"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.




Option Three

Turn On or Off "Show time in Notification Center" in Registry Editor


1 Open Registry Editor (regedit.exe).

2 Navigate to the key location below in the left pane of Registry Editor. (see screenshot below step 3)

HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Substitute <SID> in the key path above with the actual SID for the account you want to apply this to.

For example:
HKEY_USERS\S-1-5-21-2498639629-3946114050-4100787084-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced


3 In the right pane of the Advanced key, double click/tap on the ShowClockInNotificationCenter DWORD to modify it. (see screenshot below)

Show_time_in_Notification_Center_regedit-1.webp

4 Enter 0 (off - default) or 1 (on) for what you want, and click/tap on OK. (see screenshot below)

Show_time_in_Notification_Center_regedit-2.webp

5 You can now close Registry Editor if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:

Latest Support Threads

Back
Top Bottom