Site icon EfmSoft

What does HRESULT 0x80280920 (TPM_20_E_NV_RATE) mean?

 
Previous Next
TPM_20_E_TESTING TPM_20_E_LOCKOUT

TPM_20_E_NV_RATE

TPM_20_E_NV_RATE is a temporary TPM 2.0 status: the command would update nonvolatile state, but the TPM is deliberately throttling that work to protect NV endurance. It is not an authorization error and does not mean the NV index definition is invalid.

Why it can appear unexpectedly

Appropriate handling

Different from NV unavailable

TPM_20_E_NV_RATE specifically reports rate limiting for endurance protection. TPM_20_E_NV_UNAVAILABLE reports that a command requiring NV cannot currently use it; the two statuses should not share one undifferentiated retry policy.

References: TCG TPM 2.0 Library Part 3: Commands and tpm2_nvwrite documentation.


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

Exit mobile version