Hi Randy,
Thanks for your post. Generally speaking, the error 0x8007371b can occur due to multiple reasons, such as corrupted or missing system files, antivirus interference, and so on. To help solve this error, this post summarizes several feasible solutions below. You can have a try when you are facing the same error.
Method 1: Use the Windows Update Troubleshooter
When you get stuck in the Windows 10 error code 0x8007371b, the first troubleshooting fix you can try is to run the Windows Update troubleshooter. It’s a useful Windows built-in utility that can help repair plenty of issues related to Windows updates.
Step 1: Open Windows Settings by pressing Windows + I. Then select Update & Security.
Step 2: Go to the Troubleshoot tab and then click Additional troubleshooter on the right side.
Step 3: In the next window, click Windows Update. Then click Run the troubleshooter.
Step 4: After that, your system will start to detect possible problems with Windows updates. If any are found, follow the given instructions to solve them.
Step 5: Once the process completes, restart your computer to see if the error disappears.
Method 2: Run the SFC and DISM Scans
Corrupted or missing system files may lead to the Windows install error – 0x8007371b as well. In this case, you can try to fix it by running the SFC and DISM scans. To do this, follow the steps below.
Step 1: Press Windows + R to open the Run dialog.
Step 2: Type cmd in the text box and press Ctrl + Shift + Enter to run Command Prompt as an administrator.
Step 3: Type these commands. sfc /scannow (and press Enter) Dism /Online /Cleanup-Image /ScanHealth (and press Enter) Dism /Online /Cleanup-Image /CheckHealth (and press Enter)
The DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is repairable, you can use the /RestoreHealth (Dism /Online /Cleanup-Image /RestoreHealth) argument to repair the image.
Method 3: Clear the Windows Update Cache Folder
When Windows failed to install the following update with error 0x8007371b, you could try to fix it by clearing the Windows Update cache folder. Here’s how to do this.
Step 1: Run Command Prompt as an administrator.
Step 2: Execute the following commands to stop the services associated with Windows Update.
- net stop wuauserv
- net stop cryptSvc
- net stop bits
- net stop msiserver
Step 3: After that, press Windows + E to open File Explorer and then navigate to the path: C:\Windows\SoftwareDistribution. Delete all the files and folders inside the path.
Step 4: Go back to the elevated Command Prompt. Then type the following commands and press Enter after each to restart the relevant services.
- net start wuauserv
- net start cryptSvc
- net start bits
- net start msiserver Hi Randy, Thanks for your post. Generally speaking, the error 0x8007371b can occur due to multiple reasons, such as corrupted or missing system files, antivirus interference, and so on. To help solve this error, this post summarizes several feasible solutions below. You can have a try when you are facing the same error. Method 1: Use the Windows Update Troubleshooter When you get stuck in the Windows 10 error code 0x8007371b, the first troubleshooting fix you can try is to run the Windows Update troubleshooter. It’s a useful Windows built-in utility that can help repair plenty of issues related to Windows updates. Step 1: Open Windows Settings by pressing Windows + I. Then select Update & Security. Step 2: Go to the Troubleshoot tab and then click Additional troubleshooter on the right side. Step 3: In the next window, click Windows Update. Then click Run the troubleshooter. Step 4: After that, your system will start to detect possible problems with Windows updates. If any are found, follow the given instructions to solve them. Step 5: Once the process completes, restart your computer to see if the error disappears. Method 2: Run the SFC and DISM Scans Corrupted or missing system files may lead to the Windows install error – 0x8007371b as well. In this case, you can try to fix it by running the SFC and DISM scans. To do this, follow the steps below. Step 1: Press Windows + R to open the Run dialog. Step 2: Type cmd in the text box and press Ctrl + Shift + Enter to run Command Prompt as an administrator. Step 3: Type these commands.
sfc /scannow (and press Enter)
Dism /Online /Cleanup-Image /ScanHealth (and press Enter)
Dism /Online /Cleanup-Image /CheckHealth (and press Enter) The DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is repairable, you can use the /RestoreHealth (Dism /Online /Cleanup-Image /RestoreHealth) argument to repair the image. Method 3: Clear the Windows Update Cache Folder When Windows failed to install the following update with error 0x8007371b, you could try to fix it by clearing the Windows Update cache folder. Here’s how to do this. Step 1: Run Command Prompt as an administrator. Step 2: Execute the following commands to stop the services associated with Windows Update.
- net stop wuauserv
- net stop cryptSvc
- net stop bits
- net stop msiserver
Step 3: After that, press Windows + E to open File Explorer and then navigate to the path: C:\Windows\SoftwareDistribution. Delete all the files and folders inside the path. Step 4: Go back to the elevated Command Prompt. Then type the following commands and press Enter after each to restart the relevant services.
- net start wuauserv
- net start cryptSvc
- net start bits
- net start msiserver
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.