Home >System Tutorial >Windows Series >How to solve win11 update installation error 0x80073701
Recently, Microsoft has pushed a lot of update files for win11. Some friends encountered update failures when downloading and installing these updates, displaying the automatic update error 0x80073701. This may be because we have already downloaded the relevant updates, resulting in the second An error occurred during downloading. At this time, you only need to reset the update. Let’s take a look at it below.
Method 1: Reset update
1. First, we can right-click the start menu. Select "Windows Terminal (Administrator)"
2, then enter "net stop wuauserv net stop cryptSvc net stop bit net stop msiserver" and press Enter to confirm. to stop and encrypt Windows Update Service.
3. Then enter "ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 Catroot2.old" to rename Update folder.
4. Finally, you only need to restart the update service. Enter "net start wuauservnet start cryptSvcnet start bitsnet startmsiserver" and press Enter to confirm.
Method 2: Manual update
1. If it still doesn’t work after resetting the update, you can also try to install it manually.
2. You can install this update separately according to which update fails, or directly download and install the latest version of win11 system.
The above is the detailed content of How to solve win11 update installation error 0x80073701. For more information, please follow other related articles on the PHP Chinese website!