T The Triage ManualTechnical Guides for IT Emergencies
P3 · Windows Server

Windows Server 2025 Quality Update Fails with 0x80073712/0x800F0983 Due to Missing Media Player Components

Quality updates on Windows Server 2025 Desktop Experience fail to install with component store corruption errors 0x80073712 or 0x800F0983 when legacy Media Player features have been removed or stripped from the installation. The update engine cannot resolve manifests for optional platform multimedia sub-features that cumulative patches depend upon. Resolution requires re-enabling media foundational components using DISM before retrying the update. This primarily affects production hypervisors and bare-metal Server 2025 deployments with customised feature sets.

Indicators

Likely causes

Diagnostic steps

  1. Review the CBS log to identify missing manifest identifiers related to multimedia sub-features
    Confirms that the update failure is caused by missing optional platform multimedia sub-features and identifies which specific manifests are absent
  2. Run DISM /Online /Get-Features to enumerate current optional feature states and confirm Media Player / media foundational components are disabled or absent
    Identifies the exact feature names of media foundational components that need to be re-enabled before the update can succeed
  3. Run DISM /Online /Cleanup-Image /CheckHealth to assess the overall health of the component store
    Determines whether the component store has broader corruption beyond the media feature absence, which would require additional repair steps before proceeding
  4. Run DISM /Online /Cleanup-Image /ScanHealth to perform a deeper scan for component store corruption
    Provides a more thorough assessment of component store integrity and may surface additional details consistent with the 0x80073712 error before attempting feature re-enablement
  5. Attempt to re-run the failed Windows Update installation and observe whether the error codes 0x80073712 or 0x800F0983 recur after re-enabling media components
    Validates that re-enabling the media foundational components has resolved the missing manifest condition and the update can now stage and install successfully

Resolution path

Prevention

Tools

References

windows-server-2025windows-update0x800737120x800F0983DISMcomponent-store-corruptionmedia-playeroptional-featurespatchingCBS-logdesktop-experiencecumulative-update