Quick fix: In Windows 11, clicking the system tray clock opens the Notifications panel by default, with the calendar hidden underneath. Either scroll down past notifications to find the calendar, or set HKCU\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\UseWin32TrayClockExperience = 1 in registry to restore the legacy calendar-first flyout.
You click the tray clock expecting the familiar Windows 10 calendar with date and event view. Instead you get the new Windows 11 Notifications panel with calendar buried below or absent entirely. The redesign moved focus to notifications; calendar is still there but is no longer the primary view. A registry tweak restores the classic experience.
Affects: Windows 11 (22H2 and later).
Fix time: ~5 minutes.
What causes this
Windows 11’s clock area was redesigned to prioritize notifications. The single tray-clock click used to open a flyout with a calendar on top and additional clocks below; now it opens the unified Notifications + Quick Settings + Calendar panel where calendar is one of several sections, sometimes collapsed.
For users who don’t use Windows’s notification center but rely on the calendar as a quick date check, the redesign is friction. A single registry value (UseWin32TrayClockExperience) brings back the legacy compact calendar flyout.
Method 1: Use the new Notifications panel (calendar scroll-to)
If you don’t want to modify registry, here’s how to find the calendar in the redesigned flyout.
- Click the tray clock (right side of taskbar).
- The Notifications panel opens. Look for the calendar section at the top — it may be collapsed by default.
- If you only see notifications and Quick Settings: click the small arrow/chevron at the top of the calendar section to expand it.
- To make the calendar always expanded: open Settings → System → Notifications. Tweak notification quantity to reduce clutter, which leaves more visual room for calendar.
- For quick date lookup without opening the flyout: hover over the clock instead of clicking. The tooltip shows the current date.
- For event entry: the calendar in the flyout has a + Add an event button that connects to Outlook calendar if the Microsoft Account is signed in.
This is the no-modification path.
Method 2: Restore the legacy calendar flyout via registry
For users who want the Windows 10-style flyout back.
- Press
Win + R, typeregedit, press Enter. - Navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell. - Right-click empty space → New → DWORD (32-bit) Value. Name it UseWin32TrayClockExperience.
- Double-click the new value. Set to 1. Click OK.
- Close Registry Editor. Sign out and back in (or restart Explorer via Task Manager).
- Click the tray clock. The legacy compact calendar flyout appears with date and event view first, additional clocks (if configured) below.
- To revert: set UseWin32TrayClockExperience back to 0 or delete the value.
- Note: this registry tweak works as of Windows 11 22H2 and 23H2. Future Windows updates may remove or rename the value.
This is the right path for users who specifically want the Windows 10-style calendar flyout.
Method 3: Use a third-party clock replacement
For full control over the clock and calendar area.
- Download T-Clock Redux from GitHub (free, open source). Replaces the system tray clock with a configurable one.
- Install and run. The interface lets you set the clock format, calendar style, and click behavior.
- For calendar pop-up customization: T-Clock’s right-click menu offers a calendar with multiple months visible at once.
- Or use ExplorerPatcher (free, third-party) which restores many Windows 10-style behaviors including the calendar flyout. Install from GitHub.
- For minimal change: StartAllBack (paid) replaces the Start menu and Notifications panel with Windows 10-style ones, including the legacy calendar flyout.
- Note: third-party Explorer modifications can break after major Windows updates and need re-install. Use Method 2 as a more stable path unless you want broader UI rollbacks.
This is the path for users who already use ExplorerPatcher or similar shell-modification tools.
How to verify the fix worked
- Click the tray clock. The Windows 10-style calendar flyout appears with date display, weekday view, and any additional clocks you’ve configured.
- The flyout should not show Notifications or Quick Settings — those are still accessible via
Win + NorWin + A. - If you have additional clocks configured (Settings → Time & language → Date & time → Additional clocks), they appear in the legacy flyout below the main calendar.
If none of these work
If the registry value doesn’t restore the legacy flyout, the build of Windows 11 you’re on may have removed support. Check Windows version: winver in Run dialog. Pre-22H2 builds don’t have the new Notifications panel; the registry tweak is needed only from 22H2 onwards. For builds where the registry tweak is removed: ExplorerPatcher is the most reliable alternative. Install from GitHub. Once active, the calendar flyout returns to the Windows 10 style. For users on Windows 11 Insider builds: Microsoft frequently changes the calendar/notifications UI in preview builds. Revert to a stable release channel if UI consistency matters. For users who want a richer calendar: pin the Outlook calendar widget to Windows widgets panel (Win + W). It shows your calendar events at a glance and is more functional than the tray clock calendar.
Bottom line: Add UseWin32TrayClockExperience DWORD = 1 to restore the Windows 10-style calendar flyout. Click the clock and you get calendar first, notifications elsewhere.