2025-05 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5058411) update getting stuck While doing downloading in WSUS Server and other update getting download fine.

5 Spice ups

Is this also your post? If so, have you followed any of the guidance posted?

What troubleshooting have you done, what OS is your WSUS, any clues in the event logs?

If you try to install it on a single machine manually, what happens?

1 Spice up

WSUS Server running with OS Windows 2022.
I am facing issue while downloading this patch only other defender updates and security update downloading smoothly this patch KB5058411 size almost 4062 MB

1 Spice up

I understand this, my question is, is it stuck downloading to WSUS, or from WSUS to the client?

What have you tried in terms of troubleshooting?

Have you tried to install this manually?

If your ISP has caps for data or you are on a metered connection, ensure you have capacity to download this.

1 Spice up

Are you having issues downloading the CU or having issues deploying the CU ?

  1. WUSU have been depreciated
  2. WUSU always had issues with certain patches (esp those needing to update NICs and firmware) and CUs (or in the past feature updates).

I would recommending to look at replacing WUSU to another solution and/or have client machines to start updating themselves etc ?

2 Spice ups

I had this issue on a few (8-10?) devices as well. Reset the updates seemed to work on most, and here is how to do that:

DOS window, as admin

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver


second DOS window, as admin

Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth


If these files will not rename, then rerun the net stop commands again. and again.

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

If you’re still having issues, go to the Microsoft Update Catalog and download the update. This worked on all but the last two.

The final two I had to create a windows 11 update jump drive, have it repair windows that way. It takes a while for that last option.

Good luck!

2 Spice ups

This seems to happen, especially with the cumulative updates. You can download the update from the Windows Catalog site and run it manually.

You may want to do SFC Scannow, and the DISM checks etc prior.

1 Spice up

Stuck downloading in WSUS

1 Spice up

If the KB5058411 update for Windows 11 24H2 is stuck downloading in WSUS, you can try the following steps to fix it.
-First, open the WSUS console and decline the KB5058411 update.
-Then, run the WSUS Cleanup Wizard to remove unnecessary files and updates.
-After that, open Command Prompt and run wsusutil reset to force WSUS to recheck and redownload any missing or corrupted update files.
-Once that’s done, go back into the WSUS console and re-approve the update.

Finally, ensure that your WSUS server has proper internet access to Microsoft update servers, specifically *.windowsupdate.com and download.windowsupdate.com. These steps usually resolve issues with stuck update downloads.

1 Spice up