Defender Cloud Protection Level Registry Key
Windows Defender utilizes cloud-delivered protection to rapidly identify and block new, emerging threats before they can impact your system. This article identifies the specific Windows Registry key responsible for managing the cloud-delivered protection blocking levels and explains the exact values needed to configure this setting across your Windows devices.
The Master Registry Key
The master configuration for the cloud-delivered protection level is located in the following Registry path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\MpEngine
Within this key, the configuration is controlled by a 32-bit DWORD value named:
MpCloudBlockLevel
Protection Level Values
You can adjust the cloud blocking sensitivity by changing the
MpCloudBlockLevel value data to one of the following
integers (Base: Decimal or Hexadecimal):
0- Default: Uses the standard Windows Defender blocking level.1- Moderate: Applies a moderate cloud-blocking threshold for suspicious files.2- High: Aggressively blocks suspicious files while optimizing performance (higher chance of false positives).4- High+: Blocks unknown files aggressively and initiates additional cloud analysis.6- Zero Tolerance: Blocks all unknown programs until verified safe by the cloud service.
How to Configure the Key in Regedit
- Press Win + R, type
regedit, and press Enter to open the Registry Editor. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender - If the
MpEnginesubkey does not exist, right-click theWindows Defenderfolder, select New > Key, and name itMpEngine. - Select the
MpEnginekey, right-click in the right-hand pane, and select New > DWORD (32-bit) Value. - Name the value
MpCloudBlockLevel. - Double-click
MpCloudBlockLevel, set the value to your desired level (e.g.,2for High), and click OK. - Restart the computer or restart the Windows Defender service to apply the changes.
Required Prerequisite Setting
For cloud blocking levels to function, cloud-delivered protection must be enabled. This is managed via the Spynet key:
- Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet - Value Name:
SpynetReporting - Type:
REG_DWORD - Values:
1= Basic MAPS membership (sends basic info)2= Advanced MAPS membership (required for full cloud protection features)