Error 0x80073701 on KB5060526 Instalaltion

Capiteq Support 0 Reputation points
2025-07-02T08:02:37.38+00:00

Windows Update keeps failing with Error 0x80073701 on KB5060526 Installation. I already followed the Azure recommendation but still not working.

Windows development | Internet Information Services
{count} votes

2 answers

Sort by: Most helpful
  1. Remigiusz Szałamacha 0 Reputation points
    2025-07-03T08:23:48.51+00:00

    We also get the same error. When we try to install .NET Framework 3.5 with DISM or without we are getting an error. VM is located in Azure Cloud User's image

    User's image

    User's image

    Also running the commands ISM.exe /Online /Cleanup-image /Restorehealth and sfc /scannow didn't help any ideas how to fix the problem?

    0 comments No comments

  2. Tom Tran (WICLOUD CORPORATION) 260 Reputation points Microsoft External Staff
    2025-07-04T08:23:23.2933333+00:00

    Hi Capiteq Support,

    You're encountering error 0x80073701 while installing KB5060526. This error means a required system component is missing or corrupted.

    I managed to find a couple of steps that might help you:

    1. Repair the System files

    Try running the following commands in an elevated Command Prompt (Run as Administrator):

    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    

    These tools scan and repair corrupted system files and the Windows component store.

    2. Install .NET Framework 3.5 via DISM

    Some updates rely on .NET Framework 3.5 components. Installing it manually can help resolve missing assembly errors like 0x80073701.

    If you have access to a Windows Server 2022 ISO, mount it and run:

     DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:\sources\sxs
    

    Replace X: with the drive letter of your mounted ISO. You can download the ISO from the Microsoft Evaluation Center.

    If you are using Windows Server 2019, you can dowload it here:

    For more details on this method, Microsoft provides a helpful guide here:

    Also make sure the update is installed just like Sudheer Reddy mentioned:

    If the issue continues, feel free to share any relevant entries from the CBS logs (C:\Windows\Logs\CBS\CBS.log) and I’ll be happy to help further.


Your answer

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