How to fix Windows Update Error Code 0x80073701
How to fix Windows Update Error Code 0x80073701
Blog Article
Windows Update errors can cause significant issues in maintaining the performance and security of your system. Below, we focus on Error Code 0x80073701, a common issue faced by users of Windows 10, 11, and earlier versions.

Understanding Error Code 0x80073701
The Error Code 0x80073701 typically occurs due to corrupted system files, incomplete updates, or conflicts with third-party software. Here are the steps to resolve it:
Step 1: Run the Windows Update Troubleshooter
- Press the Windows Key + I to open Settings.
- Navigate to “Update & Security” and select “Troubleshoot.”
- Under the Troubleshoot tab, click “Windows Update” and then “Run the troubleshooter.”
- Restart your computer and check if the issue is resolved.
Step 2: Clear the Software Distribution Folder
Deleting temporary files in the Software Distribution folder can resolve update issues.
- Navigate to
C:WindowsSoftwareDistributionDataStore
and delete all files. - Go to
C:WindowsSoftwareDistributionDownload
and delete all files. - Restart your computer and try updating again.
Step 3: Restart Windows Update Services
Resetting the update services can fix stuck processes:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 Catroot2.old
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Close Command Prompt and retry the update.
Step 4: Run System File Checker and DISM
Repair corrupted system files using SFC and DISM tools.
- Open Command Prompt as Administrator.
- Run the command:
sfc /scannow

- Run the DISM commands:
DISM.exe /Online /Cleanup-image /Scanhealth
DISM.exe /Online /Cleanup-image /Restorehealth
Step 5: Perform a Clean Boot
Eliminate third-party software conflicts by performing a clean boot:
- Press Windows Key + R, type “msconfig,” and press Enter.
- In the System Configuration window, go to the “Services” tab.
- Check “Hide all Microsoft services” and click “Disable all.”
- Go to the “Startup” tab and open Task Manager.
- Disable all startup items, then restart your computer.