You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/defender-antivirus-compatibility-without-mde.md
+100-1Lines changed: 100 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,103 @@ ms.topic: # Add the ms.topic value
13
13
ms.date: 12/27/2024
14
14
---
15
15
16
-
Microsoft Defender Antivirus and third-party antivirus solutions without Defender for Endpoint
16
+
# Microsoft Defender Antivirus and third-party antivirus solutions without Defender for Endpoint
17
+
18
+
__Applies to:__
19
+
20
+
-[Microsoft Defender for Endpoint Plan 1](/defender-endpoint/microsoft-defender-endpoint)
21
+
22
+
-[Microsoft Defender for Individuals](https://www.microsoft.com/microsoft-365/microsoft-defender-for-individuals)
23
+
24
+
- Microsoft Defender Antivirus
25
+
26
+
This section describes what happens when you use Microsoft Defender Antivirus alongside non-Microsoft antivirus/antimalware products on endpoints that aren't onboarded to Defender for Endpoint.
27
+
28
+
Microsoft Defender Antivirus doesn't run in passive mode on devices that aren't onboarded to Defender for Endpoint.
29
+
30
+
The following table summarizes what to expect:
31
+
32
+
| Windows version |Primary antivirus/antimalware solution|Microsoft Defender Antivirus state|
33
+
| -------- | -------- | -------- |
34
+
|Windows 11 and Windows 10 |Microsoft Defender Antivirus|Active mode|
35
+
|Windows 11 and Windows 10|A non-Microsoft antivirus solution|Disabled mode (happens automatically).|
36
+
|Windows Server 2025, Windows Server 2022, Windows Server 2019, Windows Server, version 1803 or newer, Windows Server 2016|Microsoft Defender Antivirus|Active mode|
37
+
|Windows Server 2025, Windows Server 2022, Windows Server 2019, Windows Server, version 1803 or newer, Windows Server 2016|A non-Microsoft antivirus solution|Disabled (set manually; see the note that follows this table)|
38
+
39
+
> [!NOTE]
40
+
> On Windows Server, if you're running a non-Microsoft antivirus product, you can uninstall Microsoft Defender Antivirus by using the following PowerShell cmdlet (as an administrator): `Uninstall-WindowsFeature Windows-Defender`. Restart your server to finish removing Microsoft Defender Antivirus. On Windows Server 2016, you might see *Windows Defender Antivirus* instead of *Microsoft Defender Antivirus*. If you uninstall your non-Microsoft antivirus product, make sure that Microsoft Defender Antivirus is re-enabled. See **[Re-enable Microsoft Defender Antivirus on Windows Server if it was disabled](/defender-endpoint/enable-update-mdav-to-latest-ws)**.
41
+
42
+
Check the services and filter drivers for Microsoft Defender Antivirus
43
+
44
+
45
+
```powershell
46
+
gsv WinDefend, WdBoot, WdFilter, WdNisSvc, WdNisDrv | ft -auto DisplayName, Name, StartType, Status
47
+
```
48
+
49
+
|Display Name|Name|StartType|Status when Defender AV is enabled| Status when Defender AV is disabled| Comments |
|Microsoft Defender Antivirus Boot Driver |WdBoot|Boot |Stopped (0x0 Boot_start)| Stopped (0x3 Demand_start)|It’s normal to be stopped after boot. |
52
+
|Microsoft Defender Antivirus Mini-Filter Driver|WdFilter|Manual |Running (0x0 Boot_start)|Stopped (0x3 Demand_start)|If a 3rd party AV is installed, then this will be stopped. |
53
+
|Microsoft Defender Antivirus Network Inspection System Driver |WdNisDrv|Manual|Running (0x3 Demand_start)|Stopped (0x3 Demand_start)|If a 3rd party AV is installed, then this will be stopped. |
54
+
|Microsoft Defender Antivirus Network Inspection Service |WdNisSvc|Manual|Running (0x3 Demand_start)|Stopped (0x3 Demand_start)|If a 3rd party AV is installed, then this will be stopped. |
55
+
|Microsoft Defender Antivirus Service|WinDefend|Automatic|Running (0x2 Auto_start)|Stopped (0x3 Demand_start)|If a 3rd party AV is installed, then this will be stopped.|
56
+
57
+
### Frequently Asked Questions (FAQ)
58
+
59
+
Q: Can I update Microsoft Defender Antivirus components such as "Security intelligence update" or "Engine update" "Platform update" when Microsoft Defender Antivirus is disabled?
60
+
61
+
A: No. When Microsoft Defender Antivirus is disabled, since the services and drivers are not running, you will not be able to update the components such as "Security intelligence update" or "Engine update" "Platform update".
62
+
63
+
> [!TIP]
64
+
> If you are migrating to Microsoft Defender for Endpoint, when onboarded, Microsoft Defender Antivirus will go into 'passive mode' in Windows clients and via a registry key in Windows Servers, where you will be able to update the different components of Microsoft Defender Antivirus.
65
+
66
+
Q: Can I manually change the start type of the services and drivers for Microsoft Defender Antivirus?
67
+
68
+
A: We do not support the manual modification of the start type of the services and drivers for Microsoft Defender Antivirus in Windows images. On Windows clients, the supported method is via the third-party antivirus solution registering to Windows Security Center (WSC) api. Or on Windows Servers uninstalling Microsoft Defender Antivirus feature, via the Roles and Features MMC or via Powershell (Run as admin):
69
+
70
+
71
+
```powershell
72
+
Uninstall-WindowsFeature Windows-Defender
73
+
```
74
+
75
+
Q: Can I use Microsoft Defender Antivirus in "passive mode" without onboarding to Microsoft Defender for Endpoint?
76
+
77
+
A: No. "Passive mode" is a functionality of Microsoft Defender for Endpoint Plan 2.
78
+
79
+
Q: Can I use "EDR in block mode" without onboarding to Microsoft Defender for Endpoint?
80
+
81
+
A: No. "EDR in block mode" is a functionality of Microsoft Defender for Endpoint Plan 2.
82
+
83
+
Q: Can I use "Indicators" - "File hash" or "IP address/URL's" or "Certificates" with Microsoft Defender Antivirus (active mode) with M365 E3/A3 license?
84
+
85
+
A: Yes, please review [Microsoft Defender for Endpoint Plan 1 Now Included in M365 E3/A3 Licenses](https://techcommunity.microsoft.com/blog/microsoftdefenderatpblog/microsoft-defender-for-endpoint-plan-1-now-included-in-m365-e3a3-licenses/3060639) and [Overview of Microsoft Defender for Endpoint Plan 1](/defender-endpoint/defender-endpoint-plan-1)
86
+
87
+
## See also
88
+
89
+
-[Use Microsoft Defender for Endpoint Security Settings Management to manage Microsoft Defender Antivirus](/defender-endpoint/mde-security-settings-management)
90
+
91
+
-[Microsoft Intune securely manages identities, manages apps, and manages devices](/mem/intune/fundamentals/what-is-intune)
-[How to create and deploy antimalware policies for Endpoint Protection in Configuration Manager](/mem/configmgr/protect/deploy-use/endpoint-antimalware-policies)
98
+
99
+
-[Use Group Policy settings to configure and manage Microsoft Defender Antivirus](/defender-endpoint/use-group-policy-microsoft-defender-antivirus)
100
+
101
+
-[Use PowerShell cmdlets to configure and manage Microsoft Defender Antivirus](/defender-endpoint/use-powershell-cmdlets-microsoft-defender-antivirus)
-[Address false positives/negatives in Microsoft Defender for Endpoint](/defender-endpoint/defender-endpoint-false-positives-negatives)
106
+
107
+
-[Troubleshoot Microsoft Defender Antivirus settings](/defender-endpoint/troubleshoot-settings)
108
+
109
+
-[Run the client analyzer on Windows](/defender-endpoint/run-analyzer-windows)
110
+
111
+
-[Performance analyzer for Microsoft Defender Antivirus](/defender-endpoint/tune-performance-defender-antivirus)
112
+
113
+
> [!TIP]
114
+
> Do you want to learn more? Engage with the Microsoft Security community in our Tech Community: **[Microsoft Defender for Endpoint Tech Community](https://techcommunity.microsoft.com/t5/microsoft-defender-for-endpoint/bd-p/MicrosoftDefenderATP)**.
0 commit comments