To resolve Windows Update Error 0x80072EFD—a connection failure to Microsoft servers despite functional web browsing—you must address its independent HTTP stack by syncing the system clock, disabling VPNs or proxy settings, and resetting Winsock and TCP/IP components.
● Isolate the network by connecting the PC to a mobile hotspot; a successful update indicates the primary router, ISP, or organizational policy is blocking outbound connections over ports 80 and 443.
● Force Windows to rebuild the update and certificate cache from scratch by stopping the Background Intelligent Transfer Service and Cryptographic Services, then renaming the C:\Windows\SoftwareDistribution and C:\Windows\System32\catroot2 folders.
● Troubleshooting steps applied to managed work or school computers will automatically revert upon the next policy refresh if they conflict with the internal filtering proxy, requiring administrator intervention to whitelist Microsoft update addresses.
Ask AI for a summary
Websites, email, and videos work normally, but Windows Update and Microsoft Store cannot connect properly. Error 0x80072efd means Windows cannot reach Microsoft's update services despite your internet working normally.
The problem usually involves network settings, security software, or damaged Windows Update components blocking connections today. This guide identifies the cause and explains each repair step using simple, proven troubleshooting methods throughout.
Try Recoverit to Perform Data Recovery
Security Verified. 3,591,664 people have downloaded it.
In this article
-
- Fix 1. Restart the PC, Router, and Internet Connection
- Fix 2. Test Windows Update With Another Network
- Fix 3. Set the Date, Time, and Time Zone Automatically
- Fix 4. Disconnect the VPN and Check Proxy Settings
- Fix 5. Change the DNS Server or Clear the DNS Cache
- Fix 6. Reset Winsock and TCP/IP Network Components
- Fix 7. Temporarily Test Without Third-Party Firewall or Security Software
-
- Fix 8. Run the Windows Update Troubleshooter
- Fix 9. Check the Windows Update and BITS Services
- Fix 10. Restart the Required Update Services
- Fix 11. Clear Incomplete Files From the Windows Update Cache
- Fix 12. Rename the SoftwareDistribution and Catroot2 Folders
- Fix 13. Repair the Component Store With DISM
- Fix 14. Run SFC After DISM Completes
Part 1. What Does Windows Update Error 0x80072EFD Mean?
The code has a documented meaning, helping identify connection problems before starting Windows Update repairs.
Understanding ERROR_INTERNET_CANNOT_CONNECT
Error code 0x80072efd means Windows failed to connect to the required server during communication attempts. The newer name is ERROR_WINHTTP_CANNOT_CONNECT, but both describe exactly the same connection failure event. Neither definition mentions updates, packages, or servicing because no Microsoft server connection was established.
Why Windows Update Cannot Reach Microsoft Servers
Windows Update uses its own HTTP stack instead of working like your regular web browser. It uses separate proxy settings and carefully checks certificates before accepting every server response safely.
This difference explains why websites still work while Windows Update connections continue failing instead. A proxy, VPN, or encrypted traffic inspection firewall can block only Windows Update network connections.

Where Else Can Error 0x80072EFD Appear?
The same code appears wherever Windows uses the same network connection layer for communication processes. Microsoft Store downloads, Xbox app installs, and Office activation can all report this same error.
Related codes indicate similar connection problems with different causes during communication attempts between servers. 0x80072EFE means connections stopped mid-transfer, while 0x80072EE2 indicates connection timeouts instead during requests.
Part 2. Is the Problem Limited to Windows Update?
These 4 tests help identify 0x80072efd Windows U pdate problems before changing settings safely:
| Test | How to Run It | What the Result Tells You |
| General Browsing | Open 1 or 3 unrelated websites | Confirms the connection itself works |
| Microsoft Services | Open the Store and try any download | Failure here points at the shared layer |
| A Second Network | Tether to a phone and retry updates | Success means the original network blocks it |
| VPN, Proxy, or Policy | Check Settings > Network & Internet | Either can redirect Windows Update traffic |
Hotspot success suggests the original network is involved but cannot exclude every PC-side configuration problem. Failure only on your usual network points toward the router, ISP, or network policy instead. Work or school devices may use internal update servers, changing diagnosis completely, explained in Part 6.
Part 3. Common Reasons Windows Cannot Reach the Update Server
Error code 0x80072efd has several possible causes, each blocking the connection at a different point. That is why one fix rarely covers them all:
| Cause | What Goes Wrong | Fix |
| Unstable Connection | Packets drop mid-request, and the attempt fails | Fix 1 |
| Network Restriction | The router, ISP, or hotel network filters traffic | Fix 2 |
| Wrong System Clock | Certificates appear invalid outside their date range | Fix 3 |
| VPN or Proxy | Update traffic is routed somewhere it cannot resolve | Fix 4 |
| DNS Failure | Microsoft's addresses never resolve to an IP | Fix 5 |
| Damaged Network Stack | Winsock or TCP/IP settings became corrupted | Fix 6 |
| Security Software | A firewall or antivirus blocks the update client | Fix 7 |
Part 4. How to Fix the Connection Behind Error 0x80072EFD
Knowing how to fix error 0x80072efd starts at the network layer. Follow these fixes in the order given since the first ones are usually the quickest.
Fix 1. Restart the PC, Router, and Internet Connection
Temporary network problems can prevent Windows Update from reaching Microsoft servers during installation today. Restarting both devices refreshes the connection and clears minor communication issues automatically afterward. Look at the instructions below to restart both devices:
Instructions. Shut the PC down > Unplug the router for 30 seconds > Start the router first > Restart PC once its lights settle.

Fix 2. Test Windows Update With Another Network
Another network helps identify whether your usual internet connection is causing the update problem. To check this, see the steps below:
Step 1. Enable a phone hotspot > Connect the PC to it.

Step 2. Then, access “Settings” “Windows Update” “Check For Updates.” If the update succeeds, your usual internet connection is likely causing the problem.

Fix 3. Set the Date, Time, and Time Zone Automatically
Incorrect date and time can trigger error code 0x80072efd during secure connections. Automatic settings keep certificates valid and prevent secure connection failures during updates. See the steps below to correct them:
Step 1. Open “Settings” “Time & language” “Date & time” and switch on both automatic options.

Step 2. Select “Sync now” > Confirm the “Windows Time” service is running in “services.msc” if the clock keeps drifting.

Fix 4. Disconnect the VPN and Check Proxy Settings
A VPN or incorrect proxy setting can prevent Windows Update from reaching Microsoft's servers successfully. To remove these connection blocks, see the steps below.
Step 1. Open the VPN app > Press “Disconnect” or “Stop” > Close it from the System tray.

Step 2. Open “Settings” “Network & internet” “Proxy.” Turn off “Use a proxy server” using “Set up” > Turn off the VPN toggle and click "Save.”

Step 3. Then, open “CMD” > Type “netsh winhttp reset proxy” > Restart PC and check for updates.

Fix 5. Change the DNS Server or Clear the DNS Cache
An outdated DNS cache or unreliable DNS server can prevent Windows Update from reaching Microsoft servers. To refresh the DNS settings, see the steps below:
Step 1. Run CMD as Administrator > Enter “ipconfig / flushdns.”

Step 2. Access “Settings” “Network & internet.” Choose “Ethernet” > Press “Edit” next to “DNS server assignment.”

Step 3. Choose “Manual” > Enter “8.8.8.8” as preferred DNS > Press “Save.” Check for updates again.

Fix 6. Reset Winsock and TCP/IP Network Components
Corrupted Winsock and TCP/IP components trigger error 0x80072efd after VPN, proxy, or security software. Now, see the simple instructions below to reset them:
Instructions. Run CMD as Administrator > Type “netsh winsock reset” > Then, enter “netsh int ip reset.” After that, restart the PC and test the updates check.

Fix 7. Temporarily Test Without Third-Party Firewall or Security Software
Third-party security software sometimes blocks Windows Update by inspecting encrypted connections with replacement certificates. Microsoft recommends temporarily uninstalling incompatible security software before updating. If you use one, see instructions below.
Instructions. First, open third-party antivirus > Enter “Protections > Firewall” > Turn it off temporarily. Then, retry the update. If the update still fails > Uninstall the software > Restart PC > Try updating again.

Part 5. Repair Windows Update After Restoring the Connection
Network fixes alone may not completely resolve error 0x80072efd after failed updates. Next, clear leftover update files using the methods below:
Fix 8. Run the Windows Update Troubleshooter
The built-in troubleshooter re-tests the path to Microsoft's servers and resets several components at once. To run it, follow the steps below.
Step 1. Go to “Settings > System > Troubleshoot > Other troubleshooters.”

Step 2. Run the “Windows Update” entry and restart the PC before testing.

Fix 9. Check the Windows Update and BITS Services
A stopped service looks identical to a blocked connection, so confirm these before going further. Use the instructions below to confirm their status:
Instructions. Press “Win + R” > Type “services.msc .” Verify that “Windows Update,” “Background Intelligent Transfer Service,” and “Cryptographic Services” all show as running. If any service is not running, right-click it > Select “Start” > Check for Windows updates again.

Fix 10. Restart the Required Update Services
Restarting releases whatever failed connection state those services are holding. Proceed with the instructions below to restart them:
Instructions. In CMD, type “net stop wuauserv” > Let it confirm. Enter “net start wuauserv” > Type “net start bits” to bring it back.

Fix 11. Clear Incomplete Files From the Windows Update Cache
Error 0x80072efd often persists from incomplete update files; follow the steps below:
Step 1. Open “services.msc” > Stop “Windows Update” and “BITS.”

Step 2. Clear “C:\Windows\ SoftwareDistribution \Download,” > Start the services again.

Fix 12. Rename the SoftwareDistribution and Catroot2 Folders
Renaming these folders forces Windows to rebuild the update and certificate cache from scratch. Now, continue with the instructions below.
Instructions. Stop “Windows Update,” “Cryptographic Services,” “Background Intelligent Transfer Service,” and “Windows Installer” in “services.msc .” Rename “C:\Windows\ SoftwareDistribution” and “C:\Windows\System32\catroot2” by adding .old to each. Start all services.

Fix 13. Repair the Component Store With DISM
DISM can now repair corrupted system files using Windows Update as its source. Start the repair below to restore update functionality:
Instructions. In CMD, run “DISM /Online /Cleanup-I mage / RestoreHealth” > Let it run through.

Fix 14. Run SFC After DISM Completes
System File Checker replaces damaged system files from the component store; proceed with the command below:
Instructi ons. Afterward, enter “sfc / scannow” in the same window > Reboot PC > Retry the update.

Part 6. What if Error 0x80072EFD Appears on a Managed Computer?
If error code 0x80072efd appears on a work or school computer, several fixes above may be blocked or automatically reversed:
Check Whether the Device Is Connected to a Work or School Account
Work and school devices often follow organizational policies restricting Windows Update settings. Check “Settings” “Accounts > “Access work or school." If an account is listed, the policy applies.

Review Organization Proxy and Update Policies
Managed networks commonly route updates through an internal server or filtering proxy. Clearing that proxy yourself breaks more than it fixes, since policy restores it at the next refresh.
Confirm Access to Microsoft Update Services
Windows Update requires Microsoft update addresses reachable before downloads begin, according to Microsoft's guidance for administrators. Verify access to .windowsupdate.com, .update.microsoft.com, and .delivery.mp.microsoft.com through firewall rules. Windows Update also requires outbound connections over ports 80 and 443 without blocking today. Ask whether encrypted traffic inspection replaces Microsoft certificates, preventing Windows Update connections successfully afterward.
Contact the Network Administrator Before Resetting Policies
Send your administrator the error code and the endpoints above rather than changing settings locally. Gateway logs will show whether the requests are blocked and where.
Part 7. Final Options When Windows Update Still Cannot Connect
After learning how to fix error 0x80072efd, only a few repair methods remain. Apply them from top to bottom because each method makes bigger system changes.
| Opti on | What It Does | What It Keeps | Best When |
| Check for a Service Outage | Confirms the fault is not at Microsoft's end | Everything | The error appeared suddenly on a working PC |
| Install the Failed KB Manually | Bypasses the update client completely | Everything | One update fails while others install fine |
| Clean Boot | Starts Windows without third-party services | Everything | Network tools or security software are suspected |
| Reinstall the Current Version | Rebuilds Windows from within Settings | Files and apps | Components stay broken after Part 5 |
| In-place Repair Installation | Rebuilds Windows from downloaded media | Files and apps | Reinstalling from Settings also fails |
Download the failed KB package matching your update history, then install it manually. According to Microsoft Update Catalog, each KB package is available for direct download. Disable non-Microsoft services before testing Windows Update again. Microsoft's installation media guide says running Setup inside Windows keeps your personal files and apps.
Part 8. Protect Your Data Before a Windows Repair Installation
Backing up important files before repairing Windows prevents unnecessary stress if something unexpected happens. Repair installations usually preserve everything, but backups provide extra protection against unexpected problems.
Why a Backup Is Recommended Even When Files Should Be Preserved
System files get replaced on the same volume holding your documents. A power cut or degrading disk midway can leave that volume inconsistent, and the guarantee about keeping files applies only once the process finishes.
Copy Important Files to an External Drive or Cloud Storage
Move Documents, Desktop, Pictures, and any project folders to external storage, then open a few from the copy to confirm the transfer worked. Cloud sync serves equally well, provided you wait for it to finish.
Confirm That the Repair Option Keeps Files and Applications
Setup displays a summary before applying installation changes automatically; review it carefully first. Check that personal files and apps will be kept because wording changes otherwise.
Use Recoverit if Important Files Are Already Missing or Inaccessible
Windows repair cannot recover files already missing before fixing error 0x80072efd or damaged storage problems. Missing documents, inaccessible folders, and deleted files require recovery before making additional Windows system changes. Recoverit supports recovery from over 1,000 file formats across internal drives and external storage devices.
It scans the drive directly instead of depending on the Windows file system to locate files. Recover your important files first, then continue repairing Windows without risking permanent data loss.
Key Features
Enhanced File Repair: Repairs corrupted documents, photos, and videos after recovering them from supported storage devices.
AI Recovery Assistance: Analyzes file loss situations and recommends customized recovery solutions based on your device.
Broad Device Support: Recovers files from SSDs, USB drives, NAS servers, Linux systems, and many other devices.
Important Note: The tool works on your data alone. It has no effect on network settings, update components, or error 0x80072EFD itself.
How to Retrieve Files Before the Repair Installation
Follow the steps below to recover important files with Recoverit before starting the repair installation:
Step 1. Select the Affected Partition For Recovery
Once you open Recoverit, press “Hard Drives and Locations” > Select the partition.

Step 2. Scan The Drive for Lost Files
Recoverit starts scanning your drive. Once the missing files appear in the “Files” tab > Pause the scan process.

Step 3. Preview and Save the Files
Preview the files > Select the ones you want to recover > Press “Recover” to save the files.

Conclusion
To conclude, Windows Update error 0x80072EFD means Windows cannot connect to Microsoft's update servers, not that the update itself is damaged. First determine whether the issue lies with your PC or network, then work through the proxy, DNS, and network stack fixes before repairing Windows Update components. Recover important inaccessible files with Recoverit before starting a repair installation if needed.
FAQ
-
Why does my internet work but Windows Update says it cannot connect?
Windows Update uses its own connection stack with a separate proxy setting and strict certificate checks. A VPN, proxy, or inspecting firewall can block it while browsing continues normally. -
Does 0x80072EFD mean my PC is infected?
Not usually, since the code only reports a failed connection. Malware can cause it by altering proxy settings, so a scan is reasonable after the other checks. -
Why does the Microsoft Store show the same error?
Both services use the same underlying network connection layer to communicate with Microsoft servers. Repairing that connection often fixes Windows Update and Microsoft Store problems at the same time. -
Can Recoverit fix error 0x80072EFD?
No, it recovers files and changes nothing about networking or Windows Update. Its role is to recover unreadable data before a repair installation.