Site icon EfmSoft

What does HRESULT 0x803100D7 (FVE_E_NOT_DE_VOLUME) mean?

 
Previous Next
FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT FVE_E_PROTECTION_CANNOT_BE_DISABLED

FVE_E_NOT_DE_VOLUME

The exact BitLocker boundary

FVE_E_NOT_DE_VOLUME (0x803100D7) identifies the point where the requested operation is specific to automatically managed Device Encryption volumes, but this volume is not marked as one. For FVE_E_NOT_DE_VOLUME, note: Automatic Device Encryption is a provisioning and compliance workflow layered on BitLocker. When diagnosing FVE_E_NOT_DE_VOLUME, remember: It evaluates platform eligibility, account-backed recovery escrow, all applicable fixed volumes and protection state; failure of Auto-DE does not automatically mean manual BitLocker is unavailable.

For FVE_E_NOT_DE_VOLUME, note: Automatic Device Encryption has stricter end-to-end prerequisites than manual BitLocker. When diagnosing FVE_E_NOT_DE_VOLUME, remember: An Auto-DE HRESULT should be reported with the device-encryption support reason and account/escrow state.

Do not confuse it with a nearby failure

Keep this separate from FVE_E_DE_VOLUME_NOT_SUPPORTED, which says the volume cannot participate rather than simply not being enrolled. For FVE_E_NOT_DE_VOLUME, that distinction determines whether the next check belongs to policy, protector inventory, volume geometry, firmware, account escrow or the calling application's buffer contract.

Evidence that distinguishes the condition

msinfo32.exe
powershell -NoProfile -Command "Get-BitLockerVolume | Format-Table MountPoint,VolumeType,VolumeStatus,ProtectionStatus"

Safe corrective sequence

  1. For FVE_E_NOT_DE_VOLUME, use normal BitLocker management for the volume or enroll it through the supported Device Encryption provisioning workflow.
  2. After correcting the FVE_E_NOT_DE_VOLUME prerequisite, refresh protection, conversion and lock state before one controlled retry; a cached UI message is not proof that the FVE_E_NOT_DE_VOLUME condition is still active.
  3. Before a FVE_E_NOT_DE_VOLUME remediation 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.

For FVE_E_NOT_DE_VOLUME, the boundary above identifies which BitLocker state must change before a retry can be meaningful; repeating the call without changing that state only adds noise.

State checks specific to FVE_E_NOT_DE_VOLUME

CheckpointHow to interpret it for FVE_E_NOT_DE_VOLUME
Before the callRecord the target identity and the pre-call automatic Device Encryption state. For FVE_E_NOT_DE_VOLUME, the decisive boundary is that the requested operation is specific to automatically managed Device Encryption volumes, but this volume is not marked as one.
At failurePreserve device-encryption management state, volume identity, opt-out flag, manual BitLocker configuration and calling API. This proves whether FVE_E_NOT_DE_VOLUME came from BitLocker itself or from a wrapper translating another result.
After correctionUse normal BitLocker management for the volume or enroll it through the supported Device Encryption provisioning workflow. The FVE_E_NOT_DE_VOLUME request should then advance without removing an unrelated recovery route.
After reboot or remountRecheck protection, conversion and lock state for FVE_E_NOT_DE_VOLUME; a successful management call is incomplete if the next boot cannot unlock the volume.

Verification after the change

For FVE_E_NOT_DE_VOLUME, success means more than the absence of a dialog. Confirm that the condition represented by FVE_E_NOT_DE_VOLUME 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_NOT_DE_VOLUME request advances to another HRESULT, record both values in order because that transition reveals the next unmet prerequisite.

References

Reference set for FVE_E_NOT_DE_VOLUME:


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

Exit mobile version