Share via

KB5075912 will not install!

Zak VanBurren 0 Reputation points
2026-02-26T22:05:50.9366667+00:00

The KB refuses to install. Error 0x80073701.

Are there any prerequisites necessary?

This is a Win 10 system, 10GB RAM, build 19045.6691.

Any suggestions?

Zak


Moderator: Moved from Community Center | Discuss the Q&A site | Get started on Q&A

Windows for home | Windows 10 | Install and upgrade
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Kayece Jan Mae Amizola 13,485 Reputation points Independent Advisor
    2026-02-26T23:00:55.41+00:00

    Hi,

    If the above does not work, please try the following solutions.. If the first steps do not work, proceed to the next step.

    1. Reset Windows Update components
    • Right-click on Start, then click on Windows PowerShell (Admin)
    • Type these commands and press Enter on each command:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    netsh winsock reset
    
    • Restart your PC, then go to Start > Settings > Update & Security and try to install the update again.
    1. Perform sfc and run the DISM command to check, scan, and restore the health of the system files by following the steps below.
    • On PowerShell (admin), enter each command below:
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    

    After all has been processed, restart your device

    1. Fix issues by reinstalling the current version of Windows.
    2. If the problem persists, please perform an In-place upgrade for Windows 11.

    I hope this helps. If you need more assistance, please let me know.

    Stay Safe!


  2. Q&A Assist
    2026-02-26T22:06:04.88+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error 0x80073701 when installing a Windows 10 update typically indicates component store corruption rather than missing prerequisites.

    For Windows 10 updates that fail with 0x80073701, use the DISM cleanup workaround and then retry the update:

    1. Open an elevated Command Prompt:
      • Select Start, type cmd.
      • Right‑click Command Prompt and select Run as administrator.
    2. If prompted by UAC, choose Yes.
    3. Run the following command:
         dism /online /cleanup-image /startcomponentcleanup
      
    4. Wait for the command to complete.
    5. Restart the computer.
    6. Run Windows Update again and try installing KB5075912.

    If the update still fails after this, follow the broader guidance in the Windows 10 update/upgrade error article referenced in the same documentation for additional troubleshooting.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.