Forum Discussion
andreluiz22
Apr 14, 2026Copper Contributor
error updating
my windows dont update, returns error 0xc1900130, i tried everything but without success windows 11 29531.1000 please help
ScrollZSilva
Apr 21, 2026Copper Contributor
Hi,
Error 0xc1900130 is usually related to Windows Update connection issues or corrupted update components.
Since basic commands didn’t fix it, try the steps below:
- Restart Windows Update services:
- Press Win + R → type services.msc
- Restart: Windows Update, Background Intelligent Transfer Service (BITS), Cryptographic Services
- Reset Windows Update components:
- Open Command Prompt as administrator
- Run:net stop wuauserv net stop bits net stop cryptsvc ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start bits net start cryptsvc
- Temporarily disable VPN or proxy (if you are using one)
- Make sure your internet connection is stable and not blocking Microsoft servers
- Try updating again after a full restart
If it still fails, it may be a temporary server issue or a deeper system corruption that requires an in-place repair using the Windows installation tool.
Let me know if this helps 👍