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