Windows 11 2025-03 Cumulative Update Preview for Windows 11 Version 24H2 for x64-based Systems (KB5053656) downloads really slow

Anonymous
2025-03-29T11:06:14+00:00

So, I've been trying to update my Win11 PC, but no matter what I've tried it just downloads so slow, any other updates work just fine, but the 2025-03 Cumulative Update Preview for Windows 11 Version 24H2 for x64-based Systems (KB5053656) downloads slowly, keep in mind I just fresh installed this Windows 11 install
Windows 11 (build 26100.2033) 24H2

Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

13 answers

Sort by: Most helpful
  1. DaveM121 828.3K Reputation points Independent Advisor
    2025-03-29T11:41:44+00:00

    Hi, I am Dave, I will help you with this.

    KB5053656 is an optional preview update, it is basically an early beta release of the update for next month.

    The optional preview updates can be hard to install sometimes and may contain bugs, and there is no need to install the optional preview updates.

    If that update is continually failing, below that update is a switch to 'Get the latest updates as soon as they are released', disable that option and restart your PC, that will stop the optional update continually trying to install and wait for the full update to be released.

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-03-30T15:25:51+00:00

    Hello, i tried installing the update before (KB5053598) and got this error after waiting for so long for it to finish: 0x800f0991

    1 person found this answer helpful.
    0 comments No comments
  3. DaveM121 828.3K Reputation points Independent Advisor
    2025-03-30T15:29:47+00:00

    For the KB5053598 update, try using the offline installer from the Microsoft catalog to install that update.

    https://catalog.sf.dl.delivery.mp.microsoft.com...

    0 comments No comments
  4. Anonymous
    2025-03-30T15:52:12+00:00

    The provided installer errors: 0x800f0838

    0 comments No comments
  5. DaveM121 828.3K Reputation points Independent Advisor
    2025-03-30T15:55:42+00:00

    Open a Command Prompt as Administrator

    (Click your Start Button, type cmd, right click Command Prompt and choose 'Run as Administrator')

    Run these commands one at a time and press Enter after each command.

    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

    Type exit to quit Command Prompt, restart your PC and try installing that update again.

    0 comments No comments