What does HRESULT 0x8029041D (TPM_E_VERSION_NOT_SUPPORTED) mean?

 
Previous Next
TPM_E_CLAIM_TYPE_NOT_SUPPORTED TPM_E_BUFFER_LENGTH_MISMATCH

TPM_E_VERSION_NOT_SUPPORTED

TPM_E_VERSION_NOT_SUPPORTED means the TPM or Platform Crypto Provider does not support the version required by the operation, key format, policy, or protocol.

What to check

  • Read the TPM specification version and vendor/firmware details before changing application settings.
  • Verify the minimum TPM and Windows version required by the workload.
  • For a mixed fleet, implement capability-based behavior instead of assuming every device supports the same TPM feature set.
Get-Tpm
tpmtool getdeviceinformation

Microsoft: Get-Tpm

Microsoft: TPM technology overview

Microsoft: TPM and PCP error codes


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