Windows 0x80072efdMedium

Error 0x80072efd in Windows: Causes and Effective Fixes

This article explains what causes Windows error 0x80072efd and provides step-by-step solutions to restore Windows Update functionality.

Updated at March 8, 2026
10-15 min
Medium
FixPedia Team
Применимо к:Windows 10Windows 11

What Does Error 0x80072efd Mean

Windows Update window showing error 0x80072efd when checking for updates

Windows Update window showing error 0x80072efd when checking for updates

Error 0x80072efd appears when Windows Update cannot establish a secure SSL connection with Microsoft's servers. The system typically displays the message: "An error occurred while checking for updates (0x80072efd)".

The problem occurs when attempting to download the update list or update files. The cause is not the updates themselves, but the network connection between your computer and the windowsupdate.microsoft.com servers.

Main Causes

Error 0x80072efd is almost always related to network restrictions or blocks. Here are the primary causes:

  • No stable internet connection — disconnections, low speed, or blocked access to Microsoft servers.
  • Firewall or antivirus blocking HTTPS requests — security software may mistakenly classify Windows Update traffic as a threat.
  • Incorrect date and time settings — an incorrect date invalidates the servers' SSL certificates.
  • Corrupted update components — issues with the SoftwareDistribution folder or the wuauserv service.
  • DNS server problems — your DNS cannot resolve the addresses of the update servers.

How to Fix Error 0x80072efd

Windows Update troubleshooter in the system Settings

Windows Update troubleshooter in the system Settings

Try the solutions in order, starting with the simplest.

Method 1: Check Internet Connection

Ensure your network is stable.

  1. Open your browser and try loading several websites (e.g., microsoft.com).
  2. If sites do not load:
    • Check if Wi-Fi is enabled or if the network cable is connected.
    • Restart your router/modem (unplug the power for 30 seconds).
    • In SettingsNetwork & InternetAdvanced network settings, perform a Network reset.
  3. If you have internet but the error persists, move to the next step.

Method 2: Temporarily Disable Firewall and Antivirus

A common cause is third-party antivirus (Avast, Kaspersky, McAfee) or a firewall.

  1. Open your antivirus control panel and temporarily disable all protection components (web shield, firewall, emulator).
  2. Also, open Windows Defender FirewallTurn Windows Defender Firewall on or off and disable it for both private and public networks.
  3. Try checking for updates again via SettingsUpdate & Security.
  4. Be sure to re-enable your firewall and antivirus afterward! If this helped, configure exclusions in your antivirus for:
    • Folders: C:\Windows\System32\, C:\Windows\SoftwareDistribution\
    • Processes: svchost.exe (with parameter -k netsvcs), wuauclt.exe.

Method 3: Sync Date and Time

An incorrect date or time disrupts the SSL connection.

  1. Press Win + I and open Time & Language.
  2. Under Date & time, enable Set time automatically and Set time zone automatically.
  3. Click Sync now under Synchronize your clock.
  4. Restart your computer and check for updates.

Method 4: Reset Windows Update Components

This method recreates the update cache and restarts the services.

  1. Press Win + X and select Windows PowerShell (Admin) or Command Prompt (Admin).
  2. Enter the following commands one by one, pressing Enter after each:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
    

    Restart your computer.

Method 5: Use the Troubleshooter

The built-in troubleshooter automatically diagnoses and fixes many issues.

  1. Open Settings (Win + I).
  2. Go to SystemTroubleshootOther troubleshooters.
  3. Find Windows Update and click Run.
  4. Follow the on-screen instructions. After completion, restart your computer.

Prevention

To prevent error 0x80072efd from recurring:

  • Regularly check network stability — especially when using Wi-Fi far from the router.
  • Do not disable update services (wuauserv, bits) manually. To save bandwidth, configure "Active hours" in the update settings.
  • Update network adapter drivers via Device Manager or the manufacturer's website.
  • Use public DNS servers like 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare) if your provider's DNS is unstable.
  • Periodically clear the update cache manually (the C:\Windows\SoftwareDistribution folder) if updates get "stuck".

If the problem returns periodically, the issue may lie with your ISP or corporate network restrictions — contact their support.

F.A.Q.

Why does error 0x80072efd occur in Windows?
How to check if the problem is network-related?
Is it necessary to disable antivirus permanently?
What to do if none of the methods helped?

Hints

Check your internet connection
Temporarily disable firewall and antivirus
Synchronize date and time
Reset Windows Update components
Run the troubleshooter

Did this article help you solve the problem?

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community