Forum Discussion

andreluiz22's avatar
andreluiz22
Copper Contributor
Apr 14, 2026

error updating

my windows dont update, returns error 0xc1900130, i tried everything but without success windows 11 29531.1000 please help

2 Replies

  • ScrollZSilva's avatar
    ScrollZSilva
    Copper 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:

    1. Restart Windows Update services:
      • Press Win + R → type services.msc
      • Restart: Windows Update, Background Intelligent Transfer Service (BITS), Cryptographic Services
    2. 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
    3. Temporarily disable VPN or proxy (if you are using one)
    4. Make sure your internet connection is stable and not blocking Microsoft servers
    5. 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 👍

  • Izannki's avatar
    Izannki
    Brass Contributor

    After each command completes, wait before running the next. Restart your PC after sfc /scannow finishes.