| Previous | Next |
| STATUS_INVALID_IMAGE_HASH | STATUS_REQUEST_OUT_OF_SEQUENCE |
STATUS_NOT_CAPABLE
The selected implementation lacks the requested capability
STATUS_NOT_CAPABLE identifies a specific Windows status in the process security and execution policy path. The component exists and understood the request, but its implementation or current environment cannot provide the required feature. This differs from a malformed parameter.
Record negotiated versions, capability flags and provider identity, then select a supported provider or degrade functionality explicitly.
What to preserve before changing the system
- The exact API, caller, target object, original NTSTATUS value, and any nested error or activity ID.
- For STATUS_NOT_CAPABLE, the relevant process token, package/job/enclave identity, lifecycle state, and policy or mitigation settings.
- For STATUS_NOT_CAPABLE, operational event logs and a timeline showing the first transition into the failing state.
References for STATUS_NOT_CAPABLE
- Microsoft: process mitigation policies
- Microsoft: App Control troubleshooting
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.