Hi Srinivas Dave,
The continuous aborting of the AppX Deployment Service (AppXSVC) and the Inventory and Compatibility Appraisal service on Windows Server 2025 is a known stability issue that stems from how the operating system handles component servicing and startup triggers. Microsoft recently addressed this underlying behavior by releasing the December 9, 2025 cumulative update, specifically KB5072033, alongside its mandatory Servicing Stack Update, KB5071142. To resolve these persistent crashes, your primary step must be to verify that both of these specific updates are successfully installed on your affected servers, as they contain critical reliability improvements that directly stabilize the servicing stack and prevent these deployment services from terminating unexpectedly.
Beyond merely installing the update, it is crucial to understand that KB5072033 explicitly modifies the default operational state of the AppX Deployment Service by changing its startup type directly to Automatic. If your organization utilizes Group Policy Objects (GPOs), automated hardening scripts, or third-party security tools that force AppXSVC back to a Manual or Disabled state, the service will inevitably conflict with the new OS baseline and continue to abort. You must review your server configurations and ensure that the AppXSVC startup type is strictly allowed to remain on Automatic, rebooting the machine afterward to allow the service to initialize cleanly without administrative interference.
Finally, if your server fleet is managed through Windows Server Update Services (WSUS), you should be aware that recent security mitigations (such as for CVE-2025-59287) have altered how WSUS reports synchronization errors, occasionally causing update deployments to fail silently. Therefore, rather than relying solely on the WSUS dashboard, administrators should manually verify the local update history on the affected Server 2025 machines to guarantee that KB5072033 has been physically applied. Combining the installation of these targeted patches with the strict enforcement of the Automatic startup state will stabilize the appraisal and deployment services across your infrastructure.
I hope the response provided some helpful insight. If it clarified the issue for you, please consider marking it as Accept Answer so others with the same issue can find the solution. Feel free to leave a comment if you need further information.
Tracy