Share via

Windows Update 2025-05 24H2 (KB5058411) fails

Anonymous
2025-05-16T11:50:22+00:00

I have just - with great struggles - got a previous update from 2024 to finally go through - and now I just get the next update, that fails!

It is this update:

2025-05 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5058411)

Error code: 0x80070306 (same error code as last)

I have installed other waiting updates, cleaned the system files etc. but it still fails!

It downloads the entire update and it seems to install the entire update (100%), and then....I get the error code again. No explanation, no cause, just this useless error code.

What do I do?

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

20 answers

Sort by: Most helpful
  1. Anonymous
    2025-05-16T15:21:31+00:00

    Maybe I'll just let it be, and use the PC without the update, as it apparently can't be fixed.

    I don't get it why Windows updates again and again shall cause so much obstruction. It is like they don't test the update before releasing it, and when it fails, you have to be an IT expert, not just a simple user, to complete the update, It is far from the first time I have had struggles with Windows updates. And everytime it is a new, tiny, but crucial detail, that causes the update to fail. And everytime I spend days to solve it.

    Was this answer helpful?

    20+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-05-16T20:11:26+00:00

    Highlight and search results that I found.

    0x80070306 - Search

    This one did the trick:

    1. Open Control Panel and go to Programs > Programs and Features
    2. Click Turn Windows features on or off
    3. Uncheck all .NET Framework versions, click OK, restart your system
    4. Re-enable .NET Framework versions and restart again

    The update was finally successfull!

    Which .NET Framework versions do I have to re-enable?

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-05-16T13:34:59+00:00

    Look at your update history and see what has been installed.

    This image shows what I have had installed this month. I have Windows 11 Pro 24H2. Click on, tap, or activate image to enlarge it.

    Image

    Have you highlighted the error code and performed a search to see what it says?

    The error code is 0x80070306 - as stated above I have tried to google it, but haven't found a solution. Only others with the same problem.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. David-M 114K Reputation points Independent Advisor
    2025-05-16T17:40:10+00:00

    Sorry for the delay in reply. I've been offline.

    I can still help you with this issue. Follow the other procedures I suggested, and if the problem persists, I'll recommend an In-place Upgrade, which is often effective in resolving update issues when previous methods haven't worked.

    Honestly, I've been using Windows since the Windows XP era, and in all that time, I've only encountered one issue with a Windows 10 update, caused by low space on the recovery partition. Fortunately, I quickly resolved the issue by following Microsoft's instructions. It was a widely reported issue that affected many.

    It still surprises me how many people experience problems with Windows updates, considering I've never run into any myself. I currently have three computers running Windows 10 and Windows 11, all without issues.

    If you want to continue, I'll be here.

    If you have any questions, don't hesitate to ask. Click on the "Reply" button below my reply.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. David-M 114K Reputation points Independent Advisor
    2025-05-16T13:34:30+00:00

    Sorry for the delay in reply. I've been offline.

    Thanks for the screenshots.

    Many factors can cause this error. To avoid a long answer, I will suggest a few procedures. If these do not work, there are other methods.

    I suggest doing the following:

    I suggest disabling all McAfee modules and then trying to install the update. Don't forget to re-enable the modules whether or not you are able to apply the update.

    Consult the McAfee documentation to learn how to disable modules.

    If it persists, run the Windows Update troubleshooter and try to install the update.

    https://support.microsoft.com/windows/windows-u...

    If it persists, rename the software distribution folders as instructed below:

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:

    net stop bits

    net stop wuauserv

    net stop cryptsvc

    ren %systemroot%\softwaredistribution softwaredistribution.bak

    ren %systemroot%\system32\catroot2 catroot2.bak

    net start bits

    net start wuauserv

    net start cryptsvc

    1. After all these commands are completed, close the Command Prompt window, restart your computer, and then try to update Windows.

    If it persists, use the system file checker to repair possible corrupted or missing system files.

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:

    dism.exe /online /cleanup-image /scanhealth

    dism.exe /online /cleanup-image /restorehealth

    dism.exe /online /cleanup-image /startcomponentcleanup

    sfc /scannow

    Note: Pay close attention to the results of the commands. This will help you determine whether the procedure was completed successfully or if there was a problem. If you get any errors, let me know the error message that was displayed.

    1. Then restart your PC and see if you can update.

    If it persists, download and install the update that is having problems manually.

    Download the installation package from the link below.

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

    Source: https://www.catalog.update.microsoft.com/Search...

    If the problem persists, please let me know, and I will provide another method. Click on the "Reply" button below my reply.

    Feel free to ask back any questions.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments