How to Fix Windows Update Error 0x80070543 on Windows 11

The Windows Update error 0x80070543 typically appears when trying to install updates, often related to Microsoft Defender or security intelligence updates. This error can prevent your system from receiving important security patches and updates.

It is usually caused by corrupted update components, Defender service issues, or system file corruption. In this guide, we will walk you through how to fix error 0x80070543 in Windows 11.

How to Fix Windows Update Error 0x80070543

Follow the methods below to resolve the issue.

1. Restart Windows Update Services

Refreshing update services can fix temporary issues.

  1. Press Windows + R, type: services.msc
  2. Restart the following services:
    • Windows Update
    • Background Intelligent Transfer Service (BITS)
    • Cryptographic Services

2. Run Windows Update Troubleshooter

  1. Press Windows + I.
  2. Go to System → Troubleshoot → Other troubleshooters.
  3. Click Run next to Windows Update.

3. Reset Windows Update Components

  1. Open Command Prompt (Admin).
  2. Run: net stop wuauserv
    net stop bits
    net stop cryptsvc
  3. Rename update folders: ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
  4. Restart services: net start wuauserv
    net start bits
    net start cryptsvc

4. Reset Microsoft Defender

Since this error often involves Defender:

  1. Open Windows Security.
  2. Go to Virus & threat protection.
  3. Click Manage settings.
  4. Toggle settings off and on again.

Or use PowerShell:

Get-AppxPackage Microsoft.SecHealthUI | Reset-AppxPackage

5. Install Updates Manually

  1. Go to Microsoft Update Catalog.
  2. Search for the update using the KB number.
  3. Download and install it manually.

6. Run SFC and DISM Scans

  1. Open Command Prompt (Admin).
  2. Run: sfc /scannow
  3. Then: DISM /Online /Cleanup-Image /RestoreHealth

7. Check Date and Time Settings

Incorrect system time can cause update failures.

  1. Go to Settings → Time & language → Date & time.
  2. Enable:
    • Set time automatically
    • Set time zone automatically

8. Perform Clean Boot

  1. Press Windows + R, type: msconfig
  2. Go to Services tab.
  3. Check Hide all Microsoft services.
  4. Click Disable all and restart.

9. Update Windows Defender Definitions Manually

  1. Visit Microsoft Defender update page.
  2. Download latest definitions.
  3. Install manually.

Common Causes of Error 0x80070543

  • Corrupted Windows Update components
  • Microsoft Defender update issues
  • System file corruption
  • Incorrect system time
  • Software conflicts

Conclusion

The 0x80070543 error in Windows 11 is commonly linked to Windows Update and Microsoft Defender issues. While it can block important updates, it is usually fixable with the right steps.

By resetting update components, repairing system files, restarting services, and updating Defender manually, you can resolve the error and restore normal update functionality on your system.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.