This tutorial will show you how to enable or disable non-critical virus & threat protection notifications from Windows Security for all users in Windows 10 and Windows 11.
The Notifications page of Windows Security settings lets you configure what kind of notifications you want to receive.
The Virus & threat protection notifications below are purely informational and none of them require immediate action from you. You'll always receive notifications when there's a problem that requires immediate action. The settings on this page simply let you specify whether you want to know things such as that a threat was successfully blocked, or that a malware scan completed uneventfully.
- Recent activity and scan results
- Threats found, but no immediate action is needed
- Files or activities are blocked
References:
Windows Security App Settings - Microsoft Support
Learn how to configure settings for the Windows Security app.


Hide notifications from Windows Security
Prevent Windows Security notifications from appearing on user endpoints
learn.microsoft.com
You must be signed in as an administrator to enable or disable Windows Security virus & threat protection notifications.
Contents
- Option One: Turn On or Off Non-critical Virus and Threat Protection Notifications in Windows Security
- Option Two: Turn On or Off Non-critical Virus and Threat Protection Notifications using REG file
- Option Three: Enable or Disable Non-critical Virus and Threat Protection Notifications in Local Group Policy Editor
- Option Four: Enable or Disable Non-critical Virus and Threat Protection Notifications using REG file
EXAMPLE: "Recent activity and scan results" notification from Windows Security
Turn On or Off Non-critical Virus and Threat Protection Notifications in Windows Security
1 Open Windows Security.
2 Click/tap on Settings. (see screenshot below)
3 Click/tap on the Manage notifications link under Notifications. (see screenshot below)
4 Perform one of the following actions you want: (see screenshots below)
- Turn off Get informational notifications.
- Turn on (default) Get informational notifications, and check (on - default) or uncheck (off) Recent activity and scan results, Threats found, but no immediate action is needed, and/or Files or activities are blocked.
5 If prompted by UAC, click/tap on Yes to approve.
6 You can now close Windows Security if you like.
1 Do step 2 (on - all), step 3 (off - all), or step 4 (on/off specific) below for what you would like to do.
2 Enable All Non-critical Virus and Threat Protection Notifications
This is the default setting
A) Click/tap on the Download button below to download the file below, and go to step 5 below.
Enable_All_Virus_and_threat_protection_notifications.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Virus and threat protection]
"SummaryNotificationDisabled"=dword:00000000
"NoActionNotificationDisabled"=dword:00000000
"FilesBlockedNotificationDisabled"=dword:00000000
3 Disable All Non-critical Virus and Threat Protection Notifications
A) Click/tap on the Download button below to download the file below, and go to step 5 below.
Disable_All_Virus_and_threat_protection_notifications.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Virus and threat protection]
"SummaryNotificationDisabled"=dword:00000001
"NoActionNotificationDisabled"=dword:00000001
"FilesBlockedNotificationDisabled"=dword:00000001
4 Turn On or Off Specific Non-critical Virus and Threat Protection Notifications
A) Click/tap on the Download button below you want to download the file below, and go to step 5 below.
Turn On or Off "Recent activity and scan results" Notifications
Turn_ON_Recent_activity_and_scan_results_notifications.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Virus and threat protection]
"SummaryNotificationDisabled"=dword:00000000
OR
Turn_OFF_Recent_activity_and_scan_results_notifications.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Virus and threat protection]
"SummaryNotificationDisabled"=dword:00000001
Turn On or Off "Threats found, but no immediate action is needed" Notifications
Turn_ON_Threats_found_but_no_immediate_action_is_needed_notifications.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Virus and threat protection]
"NoActionNotificationDisabled"=dword:00000000
OR
Turn_OFF_Threats_found_but_no_immediate_action_is_needed_notifications.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Virus and threat protection]
"NoActionNotificationDisabled"=dword:00000001
Turn On or Off "Files or activities are blocked" Notifications
Turn_ON_Files_or_activities_are_blocked_notifications.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Virus and threat protection]
"FilesBlockedNotificationDisabled"=dword:00000000
OR
Turn_OFF_Files_or_activities_are_blocked_notifications.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Virus and threat protection]
"FilesBlockedNotificationDisabled"=dword:00000001
5 Save the REG file to your desktop.
6 Double click/tap on the downloaded REG file to merge it.
7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
8 You can now delete the downloaded REG file if you like.
Enable or Disable Non-critical Virus and Threat Protection Notifications in Local Group Policy Editor
The Local Group Policy Editor is only available in the Windows 10/11 Pro, Enterprise, and Education editions.
All editions can use Option Four for the same policy.
1 Open the Local Group Policy Editor (gpedit.msc).
2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)
Computer Configuration > Administrative Templates > Windows Components > Windows Security > Notifications
3 In the right pane of Notifications in the Local Group Policy Editor, double click/tap on the Hide non-critical notifications policy to edit it. (see screenshot above)
4 Do step 5 (enable) or step 6 (disable) below for what you would like to do.
5 Enable Non-critical Virus and Threat Protection Notifications
This is the default setting to allow using Option One and Option Two.
A) Select (dot) Not Configured. (see screenshot below)
B) Click/tap on OK, and go to step 7 below.
6 Disable Non-critical Virus and Threat Protection Notifications
This will override and prevent using Option One and Option Two.
A) Select (dot) Enabled. (see screenshot below)
B) Click/tap on OK, and go to step 7 below.
7 You can now close the Local Group Policy Editor if you like.
1 Do step 2 (always enable), step 3 (always disable), or step 4 (default) below for what you would like to do.
2. Enable Non-critical Virus and Threat Protection Notifications
This is the default setting to allow using Option One and Option Two.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Enable_non-critical_notifications_from_Windows_Security.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=-
3. Disable Non-critical Virus and Threat Protection Notifications
This will override and prevent using Option One and Option Two.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Disable_non-critical_notifications_from_Windows_Security.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications]
"DisableEnhancedNotifications"=dword:00000001
4 Save the .reg file to your desktop.
5 Double click/tap on the downloaded .reg file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 Restart the computer to apply.
8 You can now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
Related Tutorials
- Hide or Show Virus and Threat Protection page in Windows Security
- Enable or Disable Windows Security Account Protection Notifications
- Enable or Disable Windows Security Firewall and Network Protection Notifications
- Turn On or Off Notifications in Windows 11
- Change How Long Notifications Stay Open in Windows 11
- Enable or Disable All Windows Security Notifications in Windows 11
Attachments
-
Disable_All_Virus_and_threat_protection_notifications.reg1.2 KB · Views: 384
-
Enable_All_Virus_and_threat_protection_notifications.reg1.2 KB · Views: 287
-
Turn_OFF_Recent_activity_and_scan_results_notifications.reg1 KB · Views: 262
-
Turn_ON_Recent_activity_and_scan_results_notifications.reg1 KB · Views: 210
-
Turn_OFF_Threats_found_but_no_immediate_action_is_needed_notifications.reg1 KB · Views: 250
-
Turn_ON_Threats_found_but_no_immediate_action_is_needed_notifications.reg1 KB · Views: 193
-
Turn_OFF_Files_or_activities_are_blocked_notifications.reg1 KB · Views: 228
-
Turn_ON_Files_or_activities_are_blocked_notifications.reg1 KB · Views: 215
-
Disable_non-critical_notifications_from_Windows_Security.reg746 bytes · Views: 262
-
Enable_non-critical_notifications_from_Windows_Security.reg720 bytes · Views: 210
Last edited: