The error code 0x80070306 typically indicates a problem with the installation process, often related to missing files or corruption in the update components. Here are some steps you can take to resolve this issue:
- Run Windows Update Troubleshooter: This built-in tool can help identify and fix issues with Windows Update. You can find it in Settings under Update & Security > Troubleshoot > Additional troubleshooters > Windows Update.
- Check for Corrupted Files: Use the System File Checker (SFC) to scan for and repair corrupted system files. Open Command Prompt as an administrator and run the command:
sfc /scannow
This process may take some time, and you should restart your computer afterward.
3. **Repair the Component Store**: Use the DISM tool to repair the Windows image. In an elevated Command Prompt, run:
Dism.exe /Online /Cleanup-Image /RestoreHealth
After this command completes, run the SFC command again.
- Ensure Sufficient Disk Space: Make sure you have enough disk space available for the update. You can check this by going to Settings > System > Storage.
- Manually Download the Update: If the issue persists, you can manually download the update from the Microsoft Update Catalog using the KB number associated with the update.
- Check CBS.log: If the problem continues, you may want to check the CBS.log file located at
C:\Windows\Logs\CBS\CBS.logfor more detailed error messages that can help identify the root cause.
If these steps do not resolve the issue, consider reaching out to Microsoft Support for further assistance.
References: