| Previous | Next |
| FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME | FVE_E_ENH_PIN_INVALID |
FVE_E_FIPS_HASH_KDF_NOT_ALLOWED
The failed prerequisite
FVE_E_FIPS_HASH_KDF_NOT_ALLOWED / 0x80310098 marks a rejected BitLocker transition: the smart-card public-key protector requires a key-derivation function that the card cannot perform under active FIPS restrictions.
For FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, note: The same volume can remain strongly encrypted while a recovery-password, passphrase or export operation is rejected. When diagnosing FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, remember: Report the protector operation, not simply “BitLocker failed.”
Diagnostic map
| Layer | FIPS-restricted key management |
|---|---|
| Proof to collect | smart-card model and middleware, certificate key type, advertised KDF support, FIPS policy and the exact protector operation |
| Different condition | a certificate trust or private-key access error; the certificate may be valid while the KDF capability is incompatible |
| First safe change | use a FIPS-compatible smart card/provider or an approved alternative protector rather than falling back silently to a disallowed KDF |
For FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, note: FIPS-restricted operation changes which protector, export and key-derivation paths BitLocker may use. When diagnosing FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, remember: The volume encryption algorithm and the protector workflow are separate layers, so a FIPS-related HRESULT should be traced to the exact protector or key-management call.
A focused verification sequence
- For
FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, record smart-card model and middleware, certificate key type, advertised KDF support, FIPS policy and the exact protector operation. ForFVE_E_FIPS_HASH_KDF_NOT_ALLOWED, keep the full HRESULT and the first method that returned it because later cleanup calls can report a different state. - For
FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, capturemanage-bde -statusand the protector inventory for the exact volume GUID, not only the drive letter, because letters can change in WinRE, clusters and deployment environments. - Export BitLocker operational events for the
FVE_E_FIPS_HASH_KDF_NOT_ALLOWEDfailure and note the boot session, caller identity and management source; that evidence separates this BitLocker condition from a generic access or storage error.
Recommended operational response
- For
FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, use a FIPS-compatible smart card/provider or an approved alternative protector rather than falling back silently to a disallowed KDF. - After correcting the
FVE_E_FIPS_HASH_KDF_NOT_ALLOWEDprerequisite, refresh protection, conversion and lock state before one controlled retry; a cached UI message is not proof that theFVE_E_FIPS_HASH_KDF_NOT_ALLOWEDcondition is still active. - Before a
FVE_E_FIPS_HASH_KDF_NOT_ALLOWEDremediation deletes protectors, changes firmware mode, resizes partitions or decrypts a production drive, verify that an independent recovery method is available and escrowed in the intended directory or account.
manage-bde -protectors -get C:\ngpresult /h bitlocker-policy.html
Interpretation checkpoint
FVE_E_FIPS_HASH_KDF_NOT_ALLOWED identifies a condition but not every owner of the surrounding state. Preserve the original caller, volume GUID and event sequence so the correction is applied at the right layer.
State checks specific to FVE_E_FIPS_HASH_KDF_NOT_ALLOWED
| Checkpoint | How to interpret it for FVE_E_FIPS_HASH_KDF_NOT_ALLOWED |
|---|---|
| Before the call | Record the target identity and the pre-call FIPS-restricted key management state. For FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, the decisive boundary is that the smart-card public-key protector requires a key-derivation function that the card cannot perform under active FIPS restrictions. |
| At failure | Preserve smart-card model and middleware, certificate key type, advertised KDF support, FIPS policy and the exact protector operation. This proves whether FVE_E_FIPS_HASH_KDF_NOT_ALLOWED came from BitLocker itself or from a wrapper translating another result. |
| After correction | Use a FIPS-compatible smart card/provider or an approved alternative protector rather than falling back silently to a disallowed KDF. The FVE_E_FIPS_HASH_KDF_NOT_ALLOWED request should then advance without removing an unrelated recovery route. |
| After reboot or remount | Recheck protection, conversion and lock state for FVE_E_FIPS_HASH_KDF_NOT_ALLOWED; a successful management call is incomplete if the next boot cannot unlock the volume. |
Verification after the change
For FVE_E_FIPS_HASH_KDF_NOT_ALLOWED, success means more than the absence of a dialog. Confirm that the condition represented by FVE_E_FIPS_HASH_KDF_NOT_ALLOWED now matches the intended design, that the protector inventory has not lost an independent recovery route, and that the next reboot or remount can unlock the volume. If the FVE_E_FIPS_HASH_KDF_NOT_ALLOWED request advances to another HRESULT, record both values in order because that transition reveals the next unmet prerequisite.
Official references
Reference set for FVE_E_FIPS_HASH_KDF_NOT_ALLOWED:
- Microsoft: Configure BitLocker policy
- Microsoft: BitLocker recovery overview
- Microsoft: COM error codes for FVE
- Microsoft: BitLocker recovery password and FIPS mode
Looking for a different code? Search another status or error code.