I am unable to install Windows 11 Insider Preview Experimental Build 28120.2912 over my current Build 28120.2630

2026-09-09T01:33:14.06+00:00

I am unable to install Windows 11 Insider Preview Experimental Build 28120.2912 over my current Build 28120.2630.

Windows Update repeatedly fails with the following message:

“Some update files are missing or have problems. We’ll try to download the update again later.”

Error code: 0x80073712

The failure is fully reproducible.

So far I have tried the following:

  • Restarted the PC and retried the update several times.
  • Ran: DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow

All of these commands completed successfully and reported no unresolved corruption.

  • Reset Windows Update components by stopping wuauserv, BITS and cryptsvc, renaming SoftwareDistribution and catroot2, restarting the services, rebooting, and downloading the update again.

The result was exactly the same: 0x80073712.

I then checked CBS.log. The failure appears to occur while servicing the Microsoft-Windows-WAB-App component during the transition from version 10.0.28000.2630 to 10.0.28000.2912.

The key lines are:

“Delta file missing on generating delta for: wab.exe”

followed by:

“Attempting to mark store corrupt with category: CorruptPayloadFile”

and then:

“STATUS_SXS_COMPONENT_STORE_CORRUPT”

The transaction subsequently fails with:

HRESULT_FROM_WIN32(ERROR_SXS_COMPONENT_STORE_CORRUPT) 0x80073712

I also checked the WinSxS component directories.

The current 28000.2630 component contains the full wab.exe file.

For 28000.2912, the component directory contains:

  • wabmig.exe
  • r\wabmig.exe
  • r\wab.exe

but there is no full wab.exe in the 28000.2912 component directory.

This seems to suggest that the failure occurs while Windows is reconstructing the new wab.exe from the differential update payload rather than because the currently installed wab.exe is missing.

Since DISM and SFC both report the component store as healthy, and resetting Windows Update and downloading the package again does not change the result, I am wondering whether this could be a problem with the differential servicing payload for Build 28120.2912, or specifically with the update path from 28120.2630 to 28120.2912.

Has anyone else encountered 0x80073712 with Build 28120.2912?

I can provide the full CBS.log and a filtered log containing the WAB-related failure if needed.I am unable to install Windows 11 Insider Preview Experimental Build 28120.2912 over my current Build 28120.2630.

Windows Update repeatedly fails with the following message:

“Some update files are missing or have problems. We’ll try to download the update again later.”

Error code: 0x80073712

The failure is fully reproducible.

So far I have tried the following:

  • Restarted the PC and retried the update several times.
  • Ran:
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow

All of these commands completed successfully and reported no unresolved corruption.

  • Reset Windows Update components by stopping wuauserv, BITS and cryptsvc, renaming SoftwareDistribution and catroot2, restarting the services, rebooting, and downloading the update again.

The result was exactly the same: 0x80073712.

I then checked CBS.log. The failure appears to occur while servicing the Microsoft-Windows-WAB-App component during the transition from version 10.0.28000.2630 to 10.0.28000.2912.

The key lines are:

“Delta file missing on generating delta for: wab.exe”

followed by:

“Attempting to mark store corrupt with category: CorruptPayloadFile”

and then:

“STATUS_SXS_COMPONENT_STORE_CORRUPT”

The transaction subsequently fails with:

HRESULT_FROM_WIN32(ERROR_SXS_COMPONENT_STORE_CORRUPT)
0x80073712

I also checked the WinSxS component directories.

The current 28000.2630 component contains the full wab.exe file.

For 28000.2912, the component directory contains:

  • wabmig.exe
  • r\wabmig.exe
  • r\wab.exe

but there is no full wab.exe in the 28000.2912 component directory.

This seems to suggest that the failure occurs while Windows is reconstructing the new wab.exe from the differential update payload rather than because the currently installed wab.exe is missing.

Since DISM and SFC both report the component store as healthy, and resetting Windows Update and downloading the package again does not change the result, I am wondering whether this could be a problem with the differential servicing payload for Build 28120.2912, or specifically with the update path from 28120.2630 to 28120.2912.

Has anyone else encountered 0x80073712 with Build 28120.2912?

I can provide the full CBS.log and a filtered log containing the WAB-related failure if needed.

Windows Insider program | Windows Insider preview | Install, activate, and Windows update
0 comments No comments

2 answers

Sort by: Oldest
  1. AI answer

    2026-09-09T01:33:51.53+00:00

    Error 0x80073712 maps to component store corruption. The CBS entries cited (STATUS_SXS_COMPONENT_STORE_CORRUPT, missing delta payload, and CorruptPayloadFile) are consistent with that condition even when DISM /RestoreHealth and sfc /scannow do not report unresolved corruption.

    Since the standard repair steps were already completed and the failure is reproducible, the supported next actions are:

    1. Inspect C:\Windows\Logs\CBS\CBS.log for the exact failing package or component.
      • Search for Error, CORRUPT, MISSING, or HRESULT.
      • The package name in the failing entry identifies the corrupted update/component.
    2. If the specific corrupted package can be identified, try removing that package and then repairing the image:
    DISM.exe /Online /Remove-Package /PackageName:<package-name-from-log>
    DISM.exe /Online /Cleanup-Image /RestoreHealth
    
    1. If /RestoreHealth is not sufficient, run DISM with a known-good Windows installation source that matches the installed OS version and build:
    DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:E:\sources\install.wim /LimitAccess
    sfc /scannow
    
    1. Retry Windows Update after the repair completes.
    2. If the update still fails, perform a repair reinstall of the current Windows version using the built-in recovery path:
      • Settings > System > Recovery
      • Under Fix problems using Windows Update, select Reinstall now
      • This repair installation keeps files, apps, and settings.

    Important: do not manually delete files from WinSxS. Some files in that folder are required for boot and servicing, and deleting them can severely damage the system.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. Vikki-T 10,015 Reputation points Microsoft External Staff Moderator
    2026-09-09T06:48:36.38+00:00

    Hi Артур Гроховский,

    Thank you for providing such a detailed investigation and for including the relevant CBS entries. Since DISM, SFC, and a Windows Update component reset have already completed successfully, repeating those standard repair steps is unlikely to provide additional information.

    At this stage, I would suggest checking the release notes for this Insider build and submitting the issue through Feedback Hub under Install and update > Downloading, installing, and configuring Windows Update. Please attach the full CBS log, the filtered entries, the current and target build numbers, and the exact error code. You can open Feedback Hub by pressing Win + F.

    If you decide to share the full CBS.log publicly, please review it first and redact any personal or device-specific information it may contain, such as your Windows account name, device name, or file paths containing your user profile folder.

    If possible, please also share the Feedback Hub link here so that other Insiders who experience the same failure can upvote it and add diagnostic data. Since this is an Experimental Insider build and the usual servicing repairs have not resolved the failure, the Windows Insider engineering team would be best positioned to determine whether the differential update payload is affected.

    In the meantime, check whether a newer build becomes available for the same channel. If the device remains unable to move forward, back up your important files before considering recovery or a clean installation of an available Insider build. Thank you so much for your understanding.     


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    2 people found this answer helpful.

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.