Error Code 0x80070013 You Get From Windows 10 indicates that you are trying to install a driver on your computer that is already installed, or you are installing one that is less compatible with your hardware than the one you already have.
Now that you know what it is, we can see what it does when it happens. The error code will not allow you to install updates on your Windows system 10 and it will cause Windows Update to fail until you fix it. Since your system needs to be updated regularly, this is a problem you need to fix as soon as possible.
Although mistakes like this can scare you, there is a fairly easy solution that will make this error go away, and you can keep updating your system, and it is manually restart Windows Update components.
Manually restart your Windows Update components
This method will require the use of an elevated command prompt to restart Windows Update components. In Windows 10, you can open it by simultaneously pressing the Windows and X buttons on the keyboard. You will see a menu with options. Find and select Command Prompt (administrator). If you receive a user account control message, tap Yes to allow elevated command prompt to start. The commands you must type must be correct, spelling errors are not allowed, so be careful.
Once inside the command prompt, the first thing to do is stop the MSI installer, Windows update services and BITS. To do this, type the following commands and hit Enter on your keyboard after each one. If any of them take longer to complete, please be patient and wait for it to finish before writing the next.
net stop wuauserv
net stop cryptSvc
network stop bits
net stop msiserver
Now that the services have stopped, two folders need to be renamed, namely, the Catroot2 and SoftwareDistribution folders. As you are already on an elevated command line, you can also rename them from there, just use the following commands and hit Enter on the keyboard after both.
ren C: NWindowsN-System32Ncatroot2 Catroot2.old
ren C: NWindowsN-SoftwareDistribution SoftwareDistribution.old
After renaming folders, the next step is to restart the services we stopped earlier, so Windows Update can keep working. This is done, again, at elevated command prompt, with the following commands (don't forget to enter after typing each command):
net start wuauserv
net start cryptSvc
network start bits
net start msiserver
What we've done so far has reset the Windows Update components and eliminated the problems you were having with Windows Update, in addition to avoiding a series of problems that could appear in the future. Once you are done with the command prompt, you can close it by typing Exit and pressing Enter, or by clicking the X button in the upper right corner.
An important note is to be careful to start the command prompt in administrator mode, as described above, because if you don't, you will come across an Access Denied message when you try to rename folders, and will not be able to do it. fix error 0x80070013.
When i'm done with it all, you can try Windows Update again. Now you shouldn't have any problems and you can update your system with the latest stability and security patches. The above method should help you and you should be able to do it with ease, regardless of your technical knowledge.





