windows update problem

i have a problem where i cant update my windows it gives an error code this started js after i turned auto windows update
No description
2 Replies
Support Agent
Support Agentβ€’3w ago
Error code 0x80070643 usually indicates an issue with the Windows Update components or a problem with your system files. Here's what you can try to resolve it: 1. Restart Your Computer: Sometimes a simple reboot can resolve the issue. 2. Run the Windows Update Troubleshooter: - Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters. - Select Windows Update and then Run the troubleshooter. 3. Reset Windows Update Components: - Open Command Prompt as an administrator. - Enter the following commands one by one, pressing Enter after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

4. Manually Download the Update: - Go to the Microsoft Update Catalog. - Search for the specific update causing the issue, download, and install it manually. 5. Check for System File Corruption: - Open Command Prompt as an administrator. - Run the following commands:
sfc /scannow
dism /online /cleanup-image /restorehealth

sfc /scannow
dism /online /cleanup-image /restorehealth

If none of these steps work, you might need to consult the Microsoft Support for more targeted assistance.
I am an AI and I can make mistakes, please verify my answer. If my response solved your issue or answered your question please right click this message -> Apps -> βœ… Mark Solution. Thank you!
Microsoft Support
Microsoft support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows, Surface, and more.
𝓛 Kaomi
𝓛 Kaomiβ€’3w ago
tried all these things n it didnt work