Site icon EfmSoft

What does NTSTATUS 0xC029000D (STATUS_TPM_KEYNOTFOUND) mean?

 
Previous Next
STATUS_TPM_INVALID_KEYHANDLE STATUS_TPM_INAPPROPRIATE_ENC

STATUS_TPM_KEYNOTFOUND

The TPM key referenced by the handle is not loaded

STATUS_TPM_KEYNOTFOUND is a Windows NTSTATUS value mapped from the TPM facility. For STATUS_TPM_KEYNOTFOUND, in this package the code belongs to TPM 1.2 style command processing, where Windows software, TBS, the TPM driver, and the hardware device all may be visible in the same failure path.

The relevant area is key loading and transient TPM resources. The handle value was meaningful enough to be treated as a key reference, but the TPM does not currently have the key associated with that handle loaded.

This commonly appears when software assumes TPM handles are persistent across context closure, power transitions, process restarts, or resource virtualization boundaries. Re-load the parent/key chain and rebuild the handle state rather than retrying the same stale handle.

Diagnostic focus

References for STATUS_TPM_KEYNOTFOUND


Looking for a different code? Search another status or error code.

Exit mobile version