The Focus/Notifications area cannot be removed through the normal Windows 11 Settings options. Turning off Focus Assist only changes how notifications are handled; it does not remove the UI container that appears when clicking the date/time.
If your goal is to keep the calendar/date and time but hide the Notifications/Focus section, you can customize the Windows 11 shell using Windhawk:
- Install Windhawk.
Open Windhawk and install the Windows 11 Notification Center Styler mod.
Open the mod's settings.
Add the following element to the Target:
Windows.UI.Xaml.Controls.Grid#NotificationCenterGrid
Under Styles, add:
Visibility=Collapsed
Apply the changes and reopen the date/time flyout.
This hides the Notification Center container while leaving the calendar/date and time interface available.
Important: Windhawk is a third-party customization tool, so this is not an official Windows-supported configuration. Windows updates can also potentially change the relevant UI elements and require the customization to be adjusted.
If Microsoft adds a native setting to display only the calendar/time flyout in a future Windows 11 update, that would be preferable to a third-party shell modification.The Focus/Notifications area cannot be removed through the normal Windows 11 Settings options. Turning off Focus Assist only changes how notifications are handled; it does not remove the UI container that appears when clicking the date/time.
If your goal is to keep the calendar/date and time but hide the Notifications/Focus section, you can customize the Windows 11 shell using Windhawk:
Install Windhawk.
Open Windhawk and install the Windows 11 Notification Center Styler mod.
Open the mod's settings.
Add the following element to the Target:
Windows.UI.Xaml.Controls.Grid#NotificationCenterGrid
Under Styles, add:
Visibility=Collapsed
Apply the changes and reopen the date/time flyout.
This hides the Notification Center container while leaving the calendar/date and time interface available.
Important: Windhawk is a third-party customization tool, so this is not an official Windows-supported configuration. Windows updates can also potentially change the relevant UI elements and require the customization to be adjusted.
If Microsoft adds a native setting to display only the calendar/time flyout in a future Windows 11 update, that would be preferable to a third-party shell modification.