Hey Guys,
Following 6 steps work fine. Please try to resolve the issue of Install Error - 0x80070103 Windows 11
Try flushing or deleting the SoftwareDistribution folder.
This is a temporary folder for Windows Update files. If these files become corrupted, you will encounter error codes such as the one you are getting as 0x80070103.
- First, stop the Windows Update Services. For this, open Command Prompt in administrator mode and type the below-mentioned commands and press Enter after each command.
net stop wuauserv
net stop cryptsvc
- Open File Explorer, navigate to C:\ Windows and locate the SoftwareDistribution folder.
- Delete the SoftwareDistribution folder.
- Open Command Prompt again in the administrator mode.
- Type the following command and press enter (it will start the Windows Update service again):
net start cryptsvc
- Restart your system and check for Windows update then lastly it will give you message that your system is up to date.