/
/

How to Enable or Disable Notification Center in Windows 11

How to Enable or Disable Notification Center in Windows 11 blog banner image

The notification center in Windows 11 is a handy panel for your calendar, quick settings, and pop-up alerts, allowing you to stay informed. Despite its benefits when enabled, it can be distracting and give out too much information.

Some users and organizations disable notification center to prevent distractions, ensure important alerts aren’t accidentally dismissed, and maintain a secure interface. In this guide, we will provide approaches using Group Policy, Registry Editor, and PowerShell to modify your notification center.

Methods for enabling and disabling the Windows notification center

Before we proceed with the different ways to enable or disable the notification center, make sure that your current user account has administrative access, as some tools require it to be fully utilized.

Method 1: Enable or disable via Group Policy Editor (recommended)

The Group Policy Editor is the best tool for configuring devices in enterprise environments (system-wide).

💡Note: This tool is only available for the Windows 11 Pro, Enterprise, and Education editions. If you have the Home edition, use the Registry Editor (Method 2) instead.

  1. Open the Group Policy Editor:
    • Press Win + R to open the Run dialog.
    • Type gpedit.msc, then press Enter to open the Group Policy Editor.
  2. Navigate to the policy:
    • Go to User Configuration > Administrative Templates > Start Menu and Taskbar.
  3. Modify the policy:
    • Double-click the Remove Notifications and Action Center policy.
    • To disable (hides it completely): Select Enabled, then click Apply > OK.
    • To enable/re-enable: Select Disabled or Not configured, then click Apply > OK.
  4. Apply changes:
    • Restart your device or run the gpupdate /force command in Command Prompt.

This method will remove the icon and prevent access to notifications and quick settings via the taskbar clock.

Method 2: Using the Registry Editor

The Registry Editor gives you precise control over your system. This method also works for all Windows 11 versions, including the Home edition.

⚠️Reminder: Editing the registry incorrectly can disrupt your system. Always back it up first before making any changes. For more details, watch How to Back Up and Restore Windows Registry.

  1. Open the Registry Editor:
    • Press Win + R to open the Run dialog.
    • Type gpedit.msc, then press Enter to open the Registry Editor.
    • Click Yes if the UAC prompt is shown.
  2. Navigate to the key:
    • Either paste this path into the address bar or browse manually to it:
      HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer
  3. Create or modify the DWORD:
    • Search for the DisableNotificationCenter DWORD value.
    • If it does not exist, right-click an empty space, select New > DWORD (32-bit) Value, then name it DisableNotificationCenter.
  4. Set the value:
    • To disable: Set the Value data to 1, then click OK.
    • To enable: Set the Value data to 0, then click OK.
  5. Apply changes:
    • Sign out and back in, restart your PC, or restart File Explorer via Task Manager.

Method 3: Using PowerShell for registry configuration

With PowerShell, you can automate the disabling or enabling of the notification center for remote deployment.

  1. Open PowerShell as administrator:
    • Press Win + X, then click Terminal (Admin).
    • If the default command-line tool shown is not PowerShell, click the dropdown arrow next to the tabs above, then select PowerShell.
  2. Disable notification center:
    • Run the following scripts to disable:
    • Input the registry path (check the path in Method 2) with this script:
      New-Item -Path “[input registry path here]” -Force
    • Set the value to disable (1):
      New-ItemProperty -Path “[input registry path here]”
      -Name “DisableNotificationCenter” -PropertyType DWord -Value 1 -Force
    • Restart Explorer to apply changes: Stop-Process -Name explorer -Force
  3. Enable/re-enable notification center:
    1. Run the following scripts to disable:
    2. Input the registry path (check the path in Method 2) with this script:
      New-Item -Path “[input registry path here]” -Force
    3. Set the value to enable (0):
      Set-ItemProperty -Path “[input registry path here]” `
      -Name “DisableNotificationCenter” -Value 0
    4. Restart Explorer to apply changes: Stop-Process -Name explorer -Force

Pro tips to manage your Windows notification center

Keep these considerations in mind when managing your notification center.

Alerts can still generate

Disabling the notification center’s UI does not stop apps from creating notifications. If you need full silence, you can use Focus Assist:

  1. Press Win + I to open Settings.
  2. Go to System > Focus.
  3. Click Start focus session after selecting a duration and toggling the options.

OR, you can also disable notifications via settings.

  1. In Settings, go to System > Notifications.
  2. Toggle the Notifications switch to Off.
  3. You can re-enable it again later by switching the toggle to On.

Configuring for roaming profiles

To ensure the Notification Center is consistently enabled or disabled across all devices a user accesses, deploy the setting via Group Policy (see Method 1) or login scripts. Avoid manual local edits for roaming users.

Configuring for multi-user devices

Configurations only affect the current user. To disable the Notification Center for every user on a shared PC, apply the setting via device-wide Group Policy (see Method 1). This applies to all users automatically.

Kiosk lockdown

For truly secure public terminals, combine disabling the Notification Center with Windows 11 Assigned Access (kiosk mode). Assigned Access locks down the entire interface, restricting access to a single app. You can read How to Set Up or Remove a Kiosk Account with Assigned Access in Windows 10 & 11 for more details.

For better gaming performance

Disabling the center reduces system tray processes but does not block game overlays (e.g., Discord, Steam, etc.). For complete silence, you can:

  1. Disable the Notification Center using Registry Editor or PowerShell.
  2. Mute overlays in their settings; or
  3. Do both steps for uninterrupted gameplay.

Manage your notification center to get informed or for better focus

We use Windows 11 daily for productivity and play, but its alerts can disrupt critical tasks or compromise security in managed environments. Disabling the Notification Center offers a definitive solution.

For broad control, deploy Group Policy across domains (Pro/Enterprise). Use the Registry Editor for Windows Home devices or individual scripting, while PowerShell excels in automated enterprise deployments.

If full disablement is too extreme, Windows 11’s built-in Focus Assist provides flexible notification pausing instead. Use these methods to balance silence with awareness.

You might also like

Ready to simplify the hardest parts of IT?
×

See NinjaOne in action!

By submitting this form, I accept NinjaOne's privacy policy.

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).