| Previous | Next |
| FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING | FVE_E_NO_PREBOOT_KEYBOARD_DETECTED |
FVE_E_EDRIVE_DV_NOT_SUPPORTED
The failed prerequisite
FVE_E_EDRIVE_DV_NOT_SUPPORTED / 0x803100B4 marks a rejected BitLocker transition: BitLocker To Go discovery volumes are not supported when the target uses hardware encryption.
For FVE_E_EDRIVE_DV_NOT_SUPPORTED, note: Hardware encryption is not inferred from the SSD marketing name. When diagnosing FVE_E_EDRIVE_DV_NOT_SUPPORTED, remember: Verify the encryption method reported by BitLocker and the drive capability returned through the storage and volume-encryption providers.
Diagnostic map
| Layer | hardware-encrypted drive negotiation |
|---|---|
| Proof to collect | hardware-encryption state, removable-media role, discovery-volume request and compatibility requirement for older readers |
| Different condition | a discovery volume rejected because of filesystem type or Group Policy |
| First safe change | choose software encryption if a discovery volume is genuinely required, or omit the legacy discovery feature |
For FVE_E_EDRIVE_DV_NOT_SUPPORTED, note: Hardware-encrypted drives add firmware, storage-driver and drive-security state below the normal BitLocker volume provider. When diagnosing FVE_E_EDRIVE_DV_NOT_SUPPORTED, remember: BitLocker can reject the hardware path before conversion starts, and policy may or may not permit a fallback to software encryption.
A focused verification sequence
- For
FVE_E_EDRIVE_DV_NOT_SUPPORTED, record hardware-encryption state, removable-media role, discovery-volume request and compatibility requirement for older readers. ForFVE_E_EDRIVE_DV_NOT_SUPPORTED, keep the full HRESULT and the first method that returned it because later cleanup calls can report a different state. - For
FVE_E_EDRIVE_DV_NOT_SUPPORTED, 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_EDRIVE_DV_NOT_SUPPORTEDfailure 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_EDRIVE_DV_NOT_SUPPORTED, choose software encryption if a discovery volume is genuinely required, or omit the legacy discovery feature. - After correcting the
FVE_E_EDRIVE_DV_NOT_SUPPORTEDprerequisite, refresh protection, conversion and lock state before one controlled retry; a cached UI message is not proof that theFVE_E_EDRIVE_DV_NOT_SUPPORTEDcondition is still active. - Before a
FVE_E_EDRIVE_DV_NOT_SUPPORTEDremediation 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 -status
powershell -NoProfile -Command "Get-CimInstance -Namespace root/cimv2/security/MicrosoftVolumeEncryption -Class Win32_EncryptableVolume"
Interpretation checkpoint
FVE_E_EDRIVE_DV_NOT_SUPPORTED 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_EDRIVE_DV_NOT_SUPPORTED
| Checkpoint | How to interpret it for FVE_E_EDRIVE_DV_NOT_SUPPORTED |
|---|---|
| Before the call | Record the target identity and the pre-call hardware-encrypted drive negotiation state. For FVE_E_EDRIVE_DV_NOT_SUPPORTED, the decisive boundary is that BitLocker To Go discovery volumes are not supported when the target uses hardware encryption. |
| At failure | Preserve hardware-encryption state, removable-media role, discovery-volume request and compatibility requirement for older readers. This proves whether FVE_E_EDRIVE_DV_NOT_SUPPORTED came from BitLocker itself or from a wrapper translating another result. |
| After correction | Choose software encryption if a discovery volume is genuinely required, or omit the legacy discovery feature. The FVE_E_EDRIVE_DV_NOT_SUPPORTED request should then advance without removing an unrelated recovery route. |
| After reboot or remount | Recheck protection, conversion and lock state for FVE_E_EDRIVE_DV_NOT_SUPPORTED; a successful management call is incomplete if the next boot cannot unlock the volume. |
Verification after the change
For FVE_E_EDRIVE_DV_NOT_SUPPORTED, success means more than the absence of a dialog. Confirm that the condition represented by FVE_E_EDRIVE_DV_NOT_SUPPORTED 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_EDRIVE_DV_NOT_SUPPORTED 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_EDRIVE_DV_NOT_SUPPORTED:
- Microsoft: GetHardwareEncryptionStatus method
- Microsoft: BitLocker operations guide
- Microsoft: Configure BitLocker policy
- Microsoft: Encrypted hard drives
Looking for a different code? Search another status or error code.