Follow
Windows

How to Enable or Disable All Windows Security Notifications in Windows 11

Richard
Written by
Richard
Apr 12, 2026 3 min read
How to Enable or Disable All Windows Security Notifications in Windows 11

This guide shows you how to turn notifications-in-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="32869">Windows Security notifications on or off for all users in Windows 10 and Windows 11.

Why would you do this? The Notifications page in Windows Security settings lets you control notifications. But it doesn’t cover everything. You won’t see critical alerts, like when virus protection turns off.

What happens when you disable all notifications? You’ll stop getting Windows Security alerts completely. This is helpful if you use a third-party antivirus program but keep getting notifications about Microsoft Defender being disabled.

Important: You need admin rights to make these changes.

Option One: Using Local Group Policy Editor

Note: This method only works on Windows 10/11 Pro, Enterprise, and Education. If you have Home edition, use Option Two instead.

  1. Open the Local Group Policy Editor. Type gpedit.msc in your search bar and press Enter.
  2. In the left pane, navigate to this location:

    Computer Configuration > Administrative Templates > Windows Components > Windows Security > Notifications
  3. Look at the right pane. Double-click on Hide all notifications to edit it.
  4. To enable (turn on) all notifications:
    • Select the dot next to Not Configured
    • Click OK
  5. To disable (turn off) all notifications:
    • Select the dot next to Enabled
    • Click OK
  6. Close the Local Group Policy Editor.
Local Group Policy Editor Hide all notifications setting location
Hide all notifications options: Not Configured, Enabled, Disabled

Option Two: Using Registry with Commands

This method works on all Windows 10/11 editions, including Home.

Right-click on Windows Terminal and choose Run as administrator

To enable (turn on) all notifications: Copy and paste this command:

💻Code
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableNotifications"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications]
"DisableNotifications"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=-

To disable (turn off) all notifications: Copy and paste this command:

🗝️Registry
reg delete "HKLM\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications" /v DisableNotifications /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications" /v DisableNotifications /t REG_DWORD /d 1 /f

Press Enter and wait for the command to finish.

Summary

You now know two ways to control all Windows Security notifications. Option One uses the Group Policy Editor (Pro/Enterprise/Education only). Option Two uses Registry commands in Windows Terminal (all editions). Choose whichever method works for your Windows version. Disabling notifications stops all Windows Security alerts, which is useful if you use another antivirus program. Remember: you need admin rights to make these changes.

Should I disable Windows Security notifications on startup?

Disabling Windows Security notifications is generally not recommended unless you use a third-party antivirus that conflicts with Microsoft Defender. If you rely on Windows Security, keeping notifications enabled ensures you receive critical alerts regarding virus protection, firewall status, and system health, which are vital for maintaining your computer's overall security.

How do I get rid of fake Windows Security alerts?

To remove fake security alerts, clear your browser's cache and cookies, then reset your browser settings. These alerts are typically browser-based scams, not system notifications. Avoid clicking any links in the pop-up, run a full scan with Windows Security, and ensure no suspicious extensions are installed in your web browser.

How do I turn off security notifications on Windows 11?

You can turn off security notifications via the Local Group Policy Editor on Pro, Enterprise, or Education editions. Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Security > Notifications. Double-click 'Hide all notifications,' select 'Enabled,' and click OK. For Home edition users, this requires a Registry Editor modification.

How do I know if a Microsoft security alert is real in Windows?

Real Microsoft security alerts appear within the Windows Security app or the Action Center, not as browser pop-ups. If an alert appears inside a web browser claiming your PC is infected, it is a scam. Always verify status by opening the Windows Security app directly from your Start menu search bar.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2472 articles → Twitter

📚 Related Tutorials

How to Enable or Disable Windows Security Notifications in Windows 11
Windows How to Enable or Disable Windows Security Notifications in Windows 11
How to Enable or Disable Microsoft Defender Antivirus in Windows 11
Windows How to Enable or Disable Microsoft Defender Antivirus in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Enable or Disable Windows 11 Notifications
Windows How to Enable or Disable Windows 11 Notifications

Leave a Reply

Your email address will not be published. Required fields are marked *