Site icon EfmSoft

What does NTSTATUS 0xC0290011 (STATUS_TPM_NOSPACE) mean?

 
Previous Next
STATUS_TPM_INVALID_PCR_INFO STATUS_TPM_NOSRK

STATUS_TPM_NOSPACE

The TPM has no room to load another key

STATUS_TPM_NOSPACE is a Windows NTSTATUS value mapped from the TPM facility. For STATUS_TPM_NOSPACE, 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 limited TPM key slots. TPM 1.2 devices expose a small number of transient resources. This status means the command cannot load another key because the relevant internal key slot or transient-resource space is full.

This is not a disk-space or Windows memory error. In Windows, TBS virtualizes some TPM resources, but applications can still exhaust handles or create pressure through many contexts. The right remediation is to flush or close unneeded TPM objects and reduce simultaneous key usage.

Diagnostic focus

References for STATUS_TPM_NOSPACE


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

Exit mobile version