Windows 10 Update Error (0x80070643)

Joined
May 29, 2024
Messages
3
Reaction score
0
Hello,

I'm experiencing an issue with my Windows 10 PC. There were some problems installing updates, resulting in error code 0x80070643. Any ideas on how to fix it? Please help.
 
Joined
Feb 3, 2017
Messages
771
Reaction score
158
Have you tried resetting the update components?
Open cmd prompt/Powershell/Terminal with admin & enter:
Code:
Net Stop bits
Net Stop wuauserv
Net Stop appidsvc
Net Stop cryptsvc
Ren %Systemroot%\SoftwareDistribution\DataStore DataStore.bak
Ren %Systemroot%\SoftwareDistribution\Download Download.bak
Ren %Systemroot%\System32\catroot2 catroot2.bak
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
Net Start bits
Net Start wuauserv
Net Start appidsvc
Net Start cryptsvc
Restart the PC & try updating again.

And/or:
Search for services.msc & find Windows Update & ensure it is set to Automatic.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top