Skip to content

Commit a600a98

Browse files
authored
Merge pull request #2342 from MicrosoftDocs/v-mathavale-9660522
as per 9660522 - Emm is reviewing
2 parents d92a247 + b96658c commit a600a98

File tree

4 files changed

+77
-2
lines changed

4 files changed

+77
-2
lines changed

defender-endpoint/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@
511511
href: troubleshoot-collect-support-log.md
512512
- name: Troubleshoot Microsoft Defender Antivirus settings
513513
href: troubleshoot-settings.md
514-
- name: Troubleshoot Microsoft Defender Antivirus service startup problems
515-
href: troubleshoot-service-startup-problems.md
514+
- name: Troubleshoot Microsoft Defender Antivirus Security intelligence not getting updated
515+
href: troubleshoot-security-intelligence-not-updated.md
516516
- name: Troubleshooting Security Intelligence Updates from Microsoft Update source
517517
href: security-intelligence-update-tshoot.md
518518
displayName: Troubleshooting Security Intelligence Updates from Microsoft Update source
42.2 KB
Loading
114 KB
Loading
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: Troubleshoot Microsoft Defender Antivirus Security intelligence not getting updated
3+
description: Learn how to troubleshoot Microsoft Defender Antivirus Security intelligence not getting updated.
4+
author: emmwalshh
5+
ms.author: ewalsh
6+
manager: ewalsh
7+
ms.date: 01/10/2025
8+
ms.topic: troubleshooting
9+
ms.service: defender-endpoint
10+
ms.subservice: ngp
11+
ms.localizationpriority: medium
12+
ms.collection: # Useful for querying on a set of strategic or high-priority content.
13+
ms.custom:
14+
- partner-contribution
15+
ms.reviewer: ewalsh
16+
search.appverid: MET150
17+
f1.keywords: NOCSH
18+
audience: ITPro
19+
---
20+
21+
# Troubleshoot Microsoft Defender Antivirus Security intelligence not getting updated
22+
23+
**Applies to:**
24+
25+
- [Microsoft Defender XDR](/defender-xdr)
26+
- [Microsoft Defender for Endpoint Plan 1 and 2](microsoft-defender-endpoint.md)
27+
- [Microsoft Defender for Business](https://www.microsoft.com/security/business/endpoint-security/microsoft-defender-business)
28+
- [Microsoft Defender for Individuals](https://www.microsoft.com/microsoft-365/microsoft-defender-for-individuals)
29+
- Microsoft Defender Antivirus
30+
31+
## Symptom
32+
33+
When you update Microsoft Defender Antivirus security intelligence, you might see the error **Protection definition update failed**.
34+
35+
:::image type="content" source="media/protection-definition-update-failed.png" alt-text="Screenshot of Protection definition update failed.":::
36+
37+
These error codes might also appear:
38+
39+
- 0x8024402c
40+
- 0x80240022
41+
- 0X80004002
42+
- 0x80070422
43+
- 0x80072efd
44+
- 0x80070005
45+
- 0x80072f78
46+
- 0x80072ee2
47+
- 0x8007001B
48+
49+
The following screenshot shows the error **Signature Update failed**.
50+
51+
:::image type="content" source="media/signature-update-failed.png" alt-text="Screenshot showing signature update failed." lightbox="media/signature-update-failed.png":::
52+
53+
## Solution
54+
55+
1. Check the URLs required for the Security intelligence updates. You can get them via the firewall and/or proxy. See [Configure your network environment to ensure connectivity with Defender for Endpoint service](configure-environment.md).
56+
57+
1. Ensure that Microsoft Defender Antivirus (MDAV) is your primary antivirus. If you have a third-party antivirus that uses the Windows Security Center (WSC) API, it will disable MDAV. When MDAV is disabled, updates can't occur.
58+
59+
1. Given that MDAV is the primary antivirus and the services are running:
60+
61+
1. Check if updating Security Intelligence works when you manually download from [Latest security intelligence updates for Microsoft Defender Antivirus and other Microsoft antimalware?](https://www.microsoft.com/wdsi/defenderupdates)
62+
63+
1. If so, try updating through the Microsoft Malware Protection Center (MMPC).
64+
65+
Run the following PowerShell command as an administrator.
66+
67+
```powershell
68+
& "${env:ProgramFiles}\Windows Defender\MpCmdRun.exe" -SignatureUpdate -MMPC
69+
```
70+
71+
1. If this command works, the issue might be that the Security intelligence [Fallback order](manage-protection-updates-microsoft-defender-antivirus.md#fallback-order) is set to a WSUS server without **Security intelligence** approved updates. Alternatively, the UNC share might be stale, or the Windows Update service might have issues.
72+
73+
1. To check the WSUS server that the machine goes to, review `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\WUServer (REG_SZ)`. Once you find the WUServer, check if that WSUS server has the MDAV security intelligence [(KB2267602 for MDAV and KB2461484 for SCEP)](microsoft-defender-antivirus-updates.md#security-intelligence-updates) approved.
74+
1. To check the UNC share, review [Manage how and where Microsoft Defender Antivirus receives updates](manage-protection-updates-microsoft-defender-antivirus.md#create-a-unc-share-for-security-intelligence-and-platform-updates).
75+
1. To check the status of the Windows Update service, review [Guidance for troubleshooting Windows Update issues](/troubleshoot/windows-client/installing-updates-features-roles/troubleshoot-windows-update-issues) and [Troubleshoot problems updating Windows](https://support.microsoft.com/windows/troubleshoot-problems-updating-windows-188c2b0f-10a7-d72f-65b8-32d177eb136c).

0 commit comments

Comments
 (0)