How to Remove Focus and Notifications Box Windows 11

Kelly Urban 210 Reputation points
2023-01-19T06:27:06.2466667+00:00

Does anyone know how to remove the "notifications" box AND "focus"?

When I click the date/time I just want a calendar to pop up, no notifications center and no focus thingy.

Windows for business | Windows Client for IT Pros | User experience | Other

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

6 answers

Sort by: Oldest
  1. Muhammad Bilal Khan 0 Reputation points
    2026-09-03T09:33:55.54+00:00

    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:

    1. 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.

    Was this answer helpful?

    1 person found this answer helpful.