1909 update stuck at 46%

I had the same issue on one of my PC this week. But the below troubleshooting steps helps me solved this issue. If none of the above instruction was helpful please try the below suggestion also. For my PC I had to reset the Windows Update components and restart the PC.

  1. Launch Command Prompt as an administrator.

  2. Type these commands one after another:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    net stop AppIDSvc
    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 start AppIDSvc

  3. Restart your computer

4 Likes