Site icon EfmSoft

What does HRESULT 0x8028014B (TPM_20_E_NV_SPACE) mean?

 
Previous Next
TPM_20_E_UNINITIALIZED TPM_20_E_NV_DEFINED

TPM_20_E_NV_SPACE

TPM_20_E_NV_SPACE indicates that the TPM cannot reserve enough aggregate nonvolatile storage for the requested allocation. It is a capacity decision for the TPM's NV storage, not a request-range error on an existing index.

What it means in practice

How to investigate safely

Avoid destructive retries

TPM2_NV_UndefineSpace is a lifecycle action. Deleting an index can remove a counter, policy anchor, audit state, or encrypted application secret. Reclaim space only when the application has an approved migration or deprovisioning path.

References: TCG TPM 2.0 Library Part 2: Structures, TCG TPM 2.0 Library Part 3: Commands, and tpm2_nvreadpublic.


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

Exit mobile version