Error Code 80072f0d is common for all Windows operating systems when you try to install updates. It usually appears when the Windows update system is broken or there are network-related glitches.
Solution 1: Run Windows Troubleshooter
- Open the Start Menu and search for “Troubleshoot Settings.”
- Select “Additional troubleshooters” and then “Windows Update.”
- Run the troubleshooter and follow the on-screen instructions to fix the issue.
Solution 2: Disable Proxy Internet Connection
- Open Internet Explorer and click on Tools → Internet Options.
- Go to the Connections tab and click on LAN Settings.
- Ensure the “Use a proxy server for your LAN” option is unchecked.
- Click OK and try installing the updates again.
Note: Some antivirus programs may also enable proxy settings. Disable these settings within your antivirus software if applicable.
Solution 3: Repair Windows Update Services
- Open the Command Prompt as an administrator.
- Type the following commands one by one and press 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
- Close the Command Prompt and restart your computer.
- Try checking for updates again.
Solution 4: SFC Scan to Fix Error Code 80072f0d
- Open the Command Prompt as an administrator.
- Type the following command and press Enter:
SFC /SCANNOW
- Wait for the scan to complete and follow any instructions provided.
Note: If Windows indicates “Windows Resource Protection discovered corrupt files but was unable to fix some of them,” additional repairs may be necessary.
Final Solution: Reinstall Windows Operating System
- Back up all personal data to ensure no files are lost during the reinstallation process.
- Follow the steps to reinstall your version of Windows using a bootable USB or installation media.
Important: Ensure your hardware is compatible with the Windows version you are using.