Skip to content

Commit 9b4202e

Browse files
committed
Edits
1 parent 38afe42 commit 9b4202e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

defender-endpoint/troubleshoot-security-intelligence-not-updated.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Troubleshoot Microsoft Defender Antivirus Security intelligence not getting updated
33
description: Learn how to troubleshoot Microsoft Defender Antivirus Security intelligence not getting updated.
4-
author: denisebmsft
5-
ms.author: deniseb
6-
manager: deniseb
4+
author: emmwalshh
5+
ms.author: ewalsh
6+
manager: ewalsh
77
ms.date: 01/10/2025
88
ms.topic: troubleshooting
99
ms.service: defender-endpoint
@@ -12,7 +12,7 @@ ms.localizationpriority: medium
1212
ms.collection: # Useful for querying on a set of strategic or high-priority content.
1313
ms.custom:
1414
- partner-contribution
15-
ms.reviewer: yongrhee
15+
ms.reviewer: ewalsh
1616
search.appverid: MET150
1717
f1.keywords: NOCSH
1818
audience: ITPro
@@ -30,11 +30,11 @@ audience: ITPro
3030

3131
## Symptom
3232

33-
When you try updating the Security intelligence for Microsoft Defender Antivirus, you might see an error about **Protection definition update failed**.
33+
When you update Microsoft Defender Antivirus security intelligence, you might see the error **Protection definition update failed**.
3434

3535
:::image type="content" source="media/protection-definition-update-failed.png" alt-text="Screenshot of Protection definition update failed.":::
3636

37-
You might see the following error codes:
37+
These error codes might also appear:
3838

3939
- 0x8024402c
4040
- 0x80240022
@@ -46,29 +46,30 @@ You might see the following error codes:
4646
- 0x80072ee2
4747
- 0x8007001B
4848

49-
The following screenshot shows an error about **Signature Update failed**.
49+
The following screenshot shows the error **Signature Update failed**.
5050

5151
:::image type="content" source="media/signature-update-failed.png" alt-text="Screenshot showing signature update failed." lightbox="media/signature-update-failed.png":::
5252

5353
## Solution
5454

5555
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).
5656

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.
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.
5858

59-
3. If MDAV is the primary antivirus and the services are running:
59+
1. Given that MDAV is the primary antivirus and the services are running:
6060

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)
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)
6262

63-
2. If it does, then you could try updating via Microsoft Malware Protection Center (MMPC).
63+
1. If so, try updating through the Microsoft Malware Protection Center (MMPC).
6464

6565
Run the following PowerShell command as an administrator.
6666

6767
```powershell
6868
& "${env:ProgramFiles}\Windows Defender\MpCmdRun.exe" -SignatureUpdate -MMPC
6969
```
7070
71-
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. 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+
7273
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.
73-
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).
74-
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).
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)