Windows

How to Turn On or Off Cloud Protection for Microsoft Defender Antivirus in Windows 11

Richard
Written by
Richard
Mar 13, 2026 Updated Mar 14, 2026 2 min read
How to Turn On or Off Cloud Protection for Microsoft Defender Antivirus in Windows 11

Microsoft Defender Antivirus is the built-in antivirus program in Windows 11 that keeps your computer safe from viruses and other harmful software.

One of its features is Cloud-delivered protection. This means Microsoft Defender works with online cloud services to quickly find and stop new threats before they reach your computer. This helps keep your PC safer with the latest protection.

Learn more about Microsoft Defender Antivirus

Learn about Cloud Protection and how it works

Before You Start


Option 1: Turn On or Off Cloud Protection Using Windows Security

  1. Click the Start button or press the Windows key, then open Windows Security.
  2. Click on Virus & threat protection.
Windows Security Virus and threat protection
Windows Security Virus and threat protection

  1. Under Virus & threat protection settings, click Manage settings.
Windows Security Virus and threat protection Manage settings link

  1. Find Cloud-delivered protection and toggle it On (recommended) or Off.
windows 11 cloud delivered protection
windows 11 cloud delivered protection

You can now close Windows Security.


Option 2: Turn On or Off Cloud Protection Using Commands

  1. Open Windows Terminal (Admin). You can choose either PowerShell or Command Prompt inside the terminal.
  2. Type or paste one of the commands below and press Enter to run it.

To Turn On Cloud Protection (Default)

💻Code
PowerShell Set-MpPreference -MAPSReporting 2

or

💻Code
PowerShell Set-MpPreference -MAPSReporting Advanced

To Turn Off Cloud Protection

💻Code
PowerShell Set-MpPreference -MAPSReporting 0

or

💻Code
PowerShell Set-MpPreference -MAPSReporting Disabled

Close Windows Terminal when finished.


Option 3: Enable or Disable Cloud Protection Using Local Group Policy Editor

Note: The Local Group Policy Editor is only available on Windows 11 Pro, Enterprise, or Education editions.

  1. Press Windows + R, type gpedit.msc, and press Enter to open the Local Group Policy Editor.
  2. Navigate to:

    Computer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus > MAPS
windows 11 join microsoft maps
windows 11 join microsoft maps

To Enable Cloud Protection

Set the policy to Not Configured (default). This lets you use Options 1 and 2 to control cloud protection.

To Disable Cloud Protection

Set the policy to Enabled to turn off cloud protection and block Options 1 and 2 from changing it.

Close the Group Policy Editor when done.


Option 4: Enable or Disable Cloud Protection Using the Registry

Warning: Editing the registry can cause problems if done incorrectly. Please back up your registry before making changes.

To Enable Cloud Protection (Default)

🗝️Registry
reg delete "HKLMSOFTWAREPoliciesMicrosoftWindows DefenderSpynet" /v SpynetReporting /f

To Disable Cloud Protection

🗝️Registry
reg add "HKLMSOFTWAREPoliciesMicrosoftWindows DefenderSpynet" /v SpynetReporting /t REG_DWORD /d 0 /f

After making changes, restart your computer for them to take effect.


Summary

  • Cloud-delivered protection helps Microsoft Defender find new threats quickly by using online cloud technology.
  • You can turn this feature on or off using Windows Security, Commands, Group Policy Editor, or the Registry.
  • Make sure you are an administrator to change these settings.
  • Choose the method that feels easiest or most comfortable for you.
  • Keep your antivirus protection up to date to stay safe from new threats.

For more info, visit Microsoft’s official guide on Cloud Protection.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2467 articles → Twitter

📚 Related Tutorials

Enable or Disable Microsoft Defender PUA Protection in Windows 11
Windows Enable or Disable Microsoft Defender PUA Protection in Windows 11
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 Activate Microsoft Defender in Windows 11
Windows How to Activate Microsoft Defender in Windows 11
How to Check Your Microsoft Defender Antivirus Signature Version in Windows 11
Windows How to Check Your Microsoft Defender Antivirus Signature Version in Windows 11

Leave a Reply

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