Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Set Microsoft Defender Antivirus to Passive or Active Mode

Posted on 16/01/202424/06/2025 IT Expert By IT Expert No Comments on Set Microsoft Defender Antivirus to Passive or Active Mode
  1. Home
  2. Anti-Virus Solution
  3. Set Microsoft Defender Antivirus to Passive or Active Mode
How-to-enable-or-disable-Microsoft-Defender-Antivirus-Active-or-Mode-Mode

Windows comes preinstalled with Microsft Defender Antivirus on their major operating system. This keeps the server secure from well-known attacks. Please learn how to Set Microsoft Defender Antivirus to Passive or Active Mode. Please see how to Connect to a FileZilla Server: How to install and configure a FileZilla Server on Windows, and how to Remove Microsoft Defender Update on Windows 10 & Server.

By default, Microsoft Defender Antivirus is installed and functional on Windows Server. If you’re using a non-Microsoft antivirus product as your primary antivirus solution on Windows Server. You must set Microsoft Defender Antivirus to passive mode or disabled mode manually. Also, if your Windows Server endpoint is onboarded to Microsoft Defender for Endpoint. You can set Microsoft Defender Antivirus to passive mode.

Verify if Micrsoft Defender is installed.

The image shows Microsoft Defender isn’t installed.

Follow the steps below to install it.

Installed state - Defender

Please install this feature via the Server manager (Add roles and features) or via PowerShell

Add-roles-and-features

Select the server from the list to install the feature onto. Select Microsoft Defender Antivirus

Install Microsoft Defender Antivirus

Now, Installed

Microsoft-Defender-State

Use the PowerShell cmdlets in the following table

After you’ve installed (or reinstalled) Microsoft Defender Antivirus, your next step is to verify that it’s running.

ProcedurePowerShell cmdlet
Verify that Microsoft Defender Antivirus is runningGet-Service -Name windefend
Verify that firewall protection is turned onGet-Service -Name mpssvc
Is-Defender-Antivirus-is-running

Please see how to View Microsoft Defender Antivirus Update Details on Windows 10 Image, and how to update Microsoft Defender Antivirus into the install image of Windows (install.wim).

Enable Microsft Defender Passive Mode

To enable the GUI, please follow the steps to set Microsoft Defender Antivirus to passive mode.

This is done by setting the following registry key and rebooting the server.
Launch Windows Registry

Set Microsoft Defender Antivirus to passive mode by using a registry key

Path: HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection

Create a New REG_DWORD value

ForceDefenderPassiveMode

Name: ForceDefenderPassiveMode

Enter-the-name

Enter the Value: 1 by double-clicking on the name

Defender-Registry-Value

REG_DWORD value created

Key-created

What happens if a Primary Antivirus is uninstalled?

If a non-Microsoft antivirus product was installed on Windows Server. Microsoft Defender Antivirus was probably set to passive mode. 

Note: On a client PC, you do not need to manually set the device to passive mode if the primary antivirus is no longer active. But you will have to force the server to active mode on Windows Server if the primary antivirus solution is no longer working. Please see the table below for more information.

modeConsequence
Active modeActive mode uses Microsoft Defender Antivirus as the primary antivirus application on the device. Files are scanned, threats are addressed, and threats detected are reported in your organization’s security reports and in your Windows Security app.
Passive modeIn passive mode, Microsoft Defender Antivirus is not used as the primary antivirus application on the device. Files are scanned and threats detected are reported but not remedied by Microsoft Defender Antivirus.

Microsoft Defender Antivirus can only run in passive mode on endpoints that are integrated with Microsoft Defender for Endpoint.

Please see Windows Defender Antivirus Management with Intune, and How to Secure FTP Login Issue: NAT Router Configuration Needed for Passive Mode and Port Forwarding.

Set Microsft Defender Antivirus to Active Mode

If you have reasons to set the Microsoft Defender Antivirus to Active Mode again. Use the follow the same steps as above. But this time, set the value to 0.

On your Windows Server device, open Registry Editor as an administrator.

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection.

Set or define an REG_DWORD entry called ForceDefenderPassiveMode, and set its value to 0.

Set-Mode-to-Active-

Reboot the device.

Please, see how to shrink and create new partition on Windows Server, how to Fix long path names to files on SQL Server installation media error, and how to Install SQL Server Management Studio 21 on Windows Server.

Am I running in Passive mode?

You can determine if Microsoft Defender Antivirus is running in Passive Mode on a Windows Server, especially when another antivirus or endpoint protection platform like Trellix, Symantec, or CrowdStrike is installed.

To check this, use PowerShell as shown below. This allows you to confirm Defender’s current mode and avoid any potential conflicts with your primary antivirus solution.

Get-MpComputerStatus | Select-Object AMRunningMode
Device not running in passive mode

As shown above, Windows Defender Antivirus is not running because it’s in Passive Mode. You can also check this using the registry key below.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender

A value of 0 means Passive Mode is disabled, while a value of 1 means Passive Mode is enabled.

I hope you found this post useful on how to set Microsoft Defender Antivirus to Passive or Active Mode. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Anti-Virus Solution, Security | Vulnerability Scans and Assessment, Windows Server Tags:Defender, Defender Antivirus, Microsoft Windows, Windows Server 2016

Post navigation

Previous Post: Various ways to copy files from host to VMware Workstation VM
Next Post: Missing Windows Defender? Install and manage Microsoft Defender via Windows Security on Windows Server

Related Posts

  • diag7
    How to run Windows Memory Diagnostics Tool on Windows Windows
  • How to upgrade Trellix ePolicy Orchestrator
    How to upgrade Trellix ePolicy Orchestrator Security | Vulnerability Scans and Assessment
  • Server Manager
    How to reinstall Server Manager and disable Server Manager at startup for all users and login users Windows Server
  • remote video disconnected
    Video Remoting was disconnected on Hyper V Windows Server
  • VBR Console on a Jump Server
    How to install Veeam Backup Console on a Jump Server Backup
  • How to Register Devices to Microsoft Intune and EntraID Using My Company Portal
    Register Devices to Intune and EntraID Using Company Portal AWS/Azure/OpenShift

More Related Articles

diag7 How to run Windows Memory Diagnostics Tool on Windows Windows
How to upgrade Trellix ePolicy Orchestrator How to upgrade Trellix ePolicy Orchestrator Security | Vulnerability Scans and Assessment
Server Manager How to reinstall Server Manager and disable Server Manager at startup for all users and login users Windows Server
remote video disconnected Video Remoting was disconnected on Hyper V Windows Server
VBR Console on a Jump Server How to install Veeam Backup Console on a Jump Server Backup
How to Register Devices to Microsoft Intune and EntraID Using My Company Portal Register Devices to Intune and EntraID Using Company Portal AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Harica cert request and CSR
    Generate CSR and Request a Certificate from Herica CA Windows
  • remote desktop connection 5 1280x720 1
    How to view and remove Remote Desktop connection history Windows
  • Windows11
    Windows 11 System Requirements Windows
  • WindowsUpdatesDISM 1
    Determine Apps UWP and remove pre-provisioned Appx in Windows Windows Server
  • Norton AV
    Enable or disable Norton silent mode on Mac Anti-Virus Solution
  • Screenshot 2022 04 28 at 22.35.11
    Fix “There was a problem starting logilda.dll” in Windows Windows
  • Screenshot 2021 04 03 at 18.30.29
    Setup Windows server backup and create backup jobs with Bare metal backup Backup
  • Disable BitLocker
    How to Disable BitLocker on Windows 10 Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,787 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.