| Previous | Next |
| FVE_E_REMOVAL_OF_DRA_FAILED | FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME |
FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME
What BitLocker has already established
At HRESULT 0x80310096, BitLocker has determined that the BitLocker metadata format is the older Windows Vista/Server 2008 generation and lacks the requested newer capability. The FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME code does not by itself say that the volume master key is lost or that user data is corrupt.
Operational boundary: volume state and geometry.
The BitLocker provider tracks encryption conversion, protection, lock state, metadata version, filesystem geometry and outstanding volume use independently. Two volumes can both appear “encrypted” in a UI while being in very different states for a management API. Avoid “repair” commands until the filesystem, partition and BitLocker metadata layers have been distinguished. A change at the wrong layer can remove evidence or make recovery harder.
Data to preserve before changing state
Related state to rule out
Do not merge this incident with an unsupported Windows edition or generic filesystem format problem; the decisive state is the on-volume BitLocker metadata version. If both appear with this result in one trace, preserve ordering because the first HRESULT normally identifies the prerequisite that caused later cleanup or fallback messages.
How to retest without losing evidence
Complete a supported BitLocker metadata upgrade with manage-bde only after confirming recovery material and volume health.
manage-bde -status
powershell -NoProfile -Command "Get-BitLockerVolume | Format-List *"
State checks specific to FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME
| Stage | How to interpret it |
|---|---|
| Before the call | Record the target identity and the pre-call volume state and geometry state. The BitLocker metadata format is the older Windows Vista/Server 2008 generation and lacks the requested newer capability. |
| At failure | Preserve GetVersion result, original encryption OS, requested organization-identifier operation, conversion state and backup status. |
Microsoft references
Looking for a different code? Search another status or error code.