Share via

Windows Defender Antivirus has encountered an error trying to update signatures.

SpaceCaptain87 6 Reputation points
2022-10-11T21:31:31.023+00:00

Hello

I have a Server 2019 machine which is refusing to update or scan. If I try to remove updates and install new updates from powershell I get the following:

-------------------------------------------------------------------------------------

MpCmdRun: Command Line: "C:\Program Files\Windows Defender\MpCmdRun.exe" -removedefinitions -dynamicsignatures
Start Time: ‎Wed ‎Oct ‎12 ‎2022 09:02:29

MpEnsureProcessMitigationPolicy: hr = 0x1
Start: MpRemoveDefinitions(0)
ERROR: MpRollbackSignature failed with hr=800106BA
MpCmdRun: End Time: ‎Wed ‎Oct ‎12 ‎2022 09:02:29

-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------

MpCmdRun: Command Line: "C:\Program Files\Windows Defender\MpCmdRun.exe" -SignatureUpdate
Start Time: ‎Wed ‎Oct ‎12 ‎2022 09:02:53

MpEnsureProcessMitigationPolicy: hr = 0x1
Start: MpSignatureUpdate()
Calling MpUpdateStartEx with option 0x1
Update started
Update completed with hr: 0x800106ba
ERROR: Signature Update failed with hr=800106BA
MpCmdRun: End Time: ‎Wed ‎Oct ‎12 ‎2022 09:02:53

-------------------------------------------------------------------------------------

Service and Engine version are reporting as version 0.0.0.0

The Windows Defender Operational Event Logs are reporting event ID's 5007,2001

The Windows Defender ATP,Anti-Virus and Network inspection services are all set to manual and I cannot change them to automatic as the option is either greyed out or access is denied.

Any ideas on how I can resolve this?

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Windows for business | Windows Server | User experience | Other

1 answer

Sort by: Most helpful
  1. Limitless Technology 45,231 Reputation points
    2022-10-18T07:16:00.917+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having issues related to Defender updates.

    1. Run sfc /scannow
    2. Run below DISM commands from elevated prompt.

    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth

    1. Copy, paste, and run this command at the Windows Command Prompt with elevated

    “C:\Program Files\Windows Defender\MpCmdRun.exe” -SignatureUpdate

    “C:\Program Files\Windows Defender\MSASCui.exe” -Update

    ----------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.