August updates trigger 0xc0000409 errors on Windows Server 2016

**Windows Server 2016 Users Hit with Critical Errors After Latest Security Patch**

Microsoft has confirmed that its August 2026 security update has a nasty side effect: it can trigger critical errors on Windows Server 2016 systems where a certain diagnostic service is enabled. The error, known as the “0xc0000409” code, indicates a problem with the operating system’s ability to load a DLL (dynamic link library) required for system operation.

The issue affects systems running Windows Server 2016 where the Compatibility Appraiser diagnostic service has been turned on. For those unfamiliar, this service is designed to help administrators identify compatibility issues between applications and the operating system. While well-intentioned, it seems that enabling this service creates a vulnerability when combined with Microsoft’s latest security update.

According to Microsoft’s official documentation, the August 2026 patch includes a fix for a vulnerability in the Windows Installer package manager. However, during testing, engineers discovered that systems with the Compatibility Appraiser diagnostic service enabled would experience a critical error (0xc0000409) when attempting to load certain DLLs required by the operating system. This can cause systems to become unresponsive or even crash.

The reason behind this issue lies in the way Windows Server 2016 handles memory allocation for the Compatibility Appraiser service. When this service is enabled, it requires a specific configuration that creates an inconsistency with Microsoft’s latest security update. As a result, when the system attempts to load certain DLLs required by the operating system, it encounters an error due to insufficient memory resources.

The good news is that Microsoft has acknowledged the issue and is actively working on a fix. In the meantime, administrators can take steps to mitigate the problem. One solution is to disable the Compatibility Appraiser diagnostic service until the patch is available. This can be done by running the following command in an elevated PowerShell window: `sc config compattableappraiser start= disabled`. Once the patch is applied, users can re-enable the service if needed.

As with any critical error, it’s essential for administrators to take swift action to prevent data loss and system downtime. For now, disabling the Compatibility Appraiser diagnostic service is a simple yet effective way to avoid this issue until Microsoft releases a fix. By staying informed about potential pitfalls like these, we can minimize our exposure to security vulnerabilities and ensure our systems remain stable and secure.


Source: Bleeping Computer — 2026-09-08