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 with component store corruption errors 0x80073712 or 0x800F0983 when legacy Media Player features have been removed or stripped. The update engine expects underlying media foundational components to be present and encounters missing component states during installation. Resolution requires re-enabling media foundational components via DISM before re-attempting the cumulative patch.

Indicators

Likely causes

Diagnostic steps

  1. Open C:\Windows\Logs\CBS\CBS.log in Notepad or CMTrace and search for missing manifest identifiers or entries referencing optional platform multimedia sub-features
    Confirms the component store corruption is specifically related to missing Media Player or multimedia foundational component manifests rather than a general corruption issue
  2. Review Windows Update history in Settings > Windows Update > Update History to capture the exact error code (0x80073712 or 0x800F0983) and the KB article number of the failing update
    Documents the specific error code and failing update for tracking and confirms scope before remediation
  3. Run from elevated command prompt: `dism /online /get-features /format:table | findstr /i "media"`
    Enumerates the current state of media-related optional features and identifies which are disabled or partially installed that may be blocking the update
  4. Cross-reference the feature names found in step 3 against the missing manifest identifiers in CBS.log from step 1
    Ensures targeted remediation — only re-enabling the specific components needed, avoiding unnecessary feature enablement on a production server
  5. Attempt to re-run the failing quality update installation to baseline the current failure behaviour
    Establishes a clear before/after comparison to validate that re-enabling the media components is the effective fix

Resolution path

Prevention

Tools

References

Windows Server 2025Windows UpdateDISMcomponent store corruption0x800737120x800F0983Media Playeroptional featurespatchingCBS.logDesktop Experiencecumulative updateL2L3