Error Code 80072f78 is a common Windows operating system error that appears when you try to install Windows updates. This error typically occurs when the Windows update system is broken or when there are network-related issues preventing the system from connecting to the Microsoft update servers.
Causes for Error Code 80072f78
Common causes for this error include:

- Communication failure with Microsoft update servers: This can happen due to issues with the Internet connection, or when the Windows update system cannot properly connect to the necessary servers.

- Proxy settings: Proxy servers configured on your computer or network can block the Windows Update service, causing error 80072f78.
- Antivirus interference: Some antivirus software can alter network settings, such as proxy settings, which can prevent successful Windows updates.
- Corrupted Windows Update Services: Sometimes, Windows Update services may fail to work due to corrupt or misconfigured files.
Solution 1: Run Windows Update Troubleshooter
To start fixing the problem, you can use the Windows Update Troubleshooter . Here’s how to run it:
- Go to Settings and click on Update & Security.
- Click on Troubleshoot and then select Windows Update.
- Click Run the troubleshooter and follow the instructions provided.
Solution 2: Disable Proxy Settings
This error can occur due to proxy settings that block the Windows Update service. Here’s how to disable the proxy:
- Open Internet Explorer and click on Tools > Internet Options.
- Go to the Connections tab and click on LAN Settings.
- Ensure that Use a proxy server for your LAN is unchecked, and click OK.
Solution 3: Repair Windows Update Services
You may need to repair the Windows update services if they are corrupted. Here’s how to do it:

- Open Command Prompt as Administrator.
- Navigate to c:windows and rename the SoftwareDistribution folder to old.
- If you cannot rename the folder, stop the Windows Update service by running the command Net stop wuauserv.
- Once the service is stopped, try renaming the folder again.
- Restart the Windows Update service by running the command Net start wuauserv.
- Finally, check for updates.
Solution 4: Perform an SFC Scan
Running the System File Checker (SFC) tool can help fix corrupted system files that may be causing the error. Here’s how to run an SFC scan:

- Open Command Prompt as Administrator.
- Type sfc /scannow and press Enter.
- Wait for the scan to complete.
Note: If the scan reports that it found corrupt files but couldn’t fix some of them, additional steps might be needed.
Solution 5: Check for Antivirus Interference
Your antivirus software may be interfering with the Windows Update process. Disable or configure any proxy-related settings in your antivirus program, and try to install the updates again.
Solution 6: Perform a Clean Boot
A clean boot can help determine if third-party programs or services are causing issues. Here’s how to perform a clean boot:
- Press Windows + R and type msconfig in the Run box and press Enter.
- Go to the Services tab and check Hide all Microsoft services.
- Click Disable all and go to the Startup tab.
- Click Open Task Manager and disable all startup items.
- Close Task Manager, click OK, and restart your computer.
Solution 7: Perform a System Restore
A system restore can help you revert your computer to a previous working state. Here’s how to do it:
- Open the Start menu and type System Restore in the search bar.
- Click on Create a restore point.
- In the System Properties window, click on System Protection.
- Click System Restore and follow the prompts to choose a restore point.