What does HRESULT 0x803100D0 (FVE_E_NO_SUCH_CAPABILITY_ON_TARGET) mean?

 
Previous Next
FVE_E_BUFFER_TOO_LARGE FVE_E_DE_PREVENTED_FOR_OS

FVE_E_NO_SUCH_CAPABILITY_ON_TARGET

The exact BitLocker boundary

FVE_E_NO_SUCH_CAPABILITY_ON_TARGET (0x803100D0) identifies the point where the target object or platform does not implement the BitLocker capability requested by the management invocation. For FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, note: Automatic Device Encryption is a provisioning and compliance workflow layered on BitLocker. When diagnosing FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, 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_NO_SUCH_CAPABILITY_ON_TARGET, note: “Encrypted” and “protected” are not synonyms. When diagnosing FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, remember: Compliance normally requires active protectors and recoverable escrow, not merely a completed sector conversion.

Do not confuse it with a nearby failure

Keep this separate from an operation blocked by policy despite being supported; capability discovery itself fails here. For FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, 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

  • For FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, record target type and version, method/capability identifier, OS SKU, provider version and capability-query result. For FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, keep the full HRESULT and the first method that returned it because later cleanup calls can report a different state.
  • For FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, capture manage-bde -status and 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_NO_SUCH_CAPABILITY_ON_TARGET failure and note the boot session, caller identity and management source; that evidence separates this BitLocker condition from a generic access or storage error.
msinfo32.exe
powershell -NoProfile -Command "Get-BitLockerVolume | Format-Table MountPoint,VolumeType,VolumeStatus,ProtectionStatus"

Safe corrective sequence

  1. For FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, feature-detect before invocation and choose a supported alternative rather than retrying the same method.
  2. After correcting the FVE_E_NO_SUCH_CAPABILITY_ON_TARGET prerequisite, refresh protection, conversion and lock state before one controlled retry; a cached UI message is not proof that the FVE_E_NO_SUCH_CAPABILITY_ON_TARGET condition is still active.
  3. Before a FVE_E_NO_SUCH_CAPABILITY_ON_TARGET 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_NO_SUCH_CAPABILITY_ON_TARGET, 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_NO_SUCH_CAPABILITY_ON_TARGET

CheckpointHow to interpret it for FVE_E_NO_SUCH_CAPABILITY_ON_TARGET
Before the callRecord the target identity and the pre-call automatic Device Encryption state. For FVE_E_NO_SUCH_CAPABILITY_ON_TARGET, the decisive boundary is that the target object or platform does not implement the BitLocker capability requested by the management invocation.
At failurePreserve target type and version, method/capability identifier, OS SKU, provider version and capability-query result. This proves whether FVE_E_NO_SUCH_CAPABILITY_ON_TARGET came from BitLocker itself or from a wrapper translating another result.
After correctionFeature-detect before invocation and choose a supported alternative rather than retrying the same method. The FVE_E_NO_SUCH_CAPABILITY_ON_TARGET request should then advance without removing an unrelated recovery route.
After reboot or remountRecheck protection, conversion and lock state for FVE_E_NO_SUCH_CAPABILITY_ON_TARGET; a successful management call is incomplete if the next boot cannot unlock the volume.

Verification after the change

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

References

Reference set for FVE_E_NO_SUCH_CAPABILITY_ON_TARGET:


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