Skip to content

Commit 80f1d4f

Browse files
committed
as per 9660522
1 parent 512af08 commit 80f1d4f

File tree

4 files changed

+75
-0
lines changed

4 files changed

+75
-0
lines changed

defender-endpoint/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,8 @@
513513
href: troubleshoot-settings.md
514514
- name: Troubleshoot Microsoft Defender Antivirus service startup problems
515515
href: troubleshoot-service-startup-problems.md
516+
- name: Troubleshoot Microsoft Defender Antivirus Security intelligence not getting updated
517+
href: troubleshoot-security-intelligence-not-updated.md
516518
- name: Troubleshooting Security Intelligence Updates from Microsoft Update source
517519
href: security-intelligence-update-tshoot.md
518520
displayName: Troubleshooting Security Intelligence Updates from Microsoft Update source
42.2 KB
Loading
114 KB
Loading
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
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: denisebmsft
5+
ms.author: deniseb
6+
manager: deniseb
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: yongrhee
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 try updating the Security intelligence for Microsoft Defender Antivirus, you might see an error about **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+
You might see the following error codes:
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 an error about **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 URL's 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+
2. Is Microsoft Defender Antivirus (MDAV) the primary antivirus? Is there a third-party antivirus installed, which uses the Windows Security Center (WSC) API, which disables MDAV? If MDAV is disabled, then no updates such as Security intelligence update can occur.
58+
59+
3. If MDAV is the primary antivirus and the services are running:
60+
61+
1. Does updating the Security intelligence work if you manually download from [Latest security intelligence updates for Microsoft Defender Antivirus and other Microsoft antimalware?](https://www.microsoft.com/wdsi/defenderupdates)
62+
63+
2. If it does, then you could try updating via 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+
3. If it works, then you could be having issues with the Security intelligence [Fallback order](manage-protection-updates-microsoft-defender-antivirus.md#fallback-order) being set to a WSUS server that doesn't have the **Security intelligence** updates approved. Or if pointing to a UNC share, they might be stale or the Windows Update service might be having issues.
71+
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 intelligences [(KB2267602 for MDAV and KB2461484 for SCEP)](microsoft-defender-antivirus-updates.md#security-intelligence-updates) approved.
72+
2. 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).
73+
3. 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)