| Previous | Next |
| FVE_E_INVALID_BITLOCKER_OID | FVE_E_DV_NOT_SUPPORTED_ON_FS |
FVE_E_VOLUME_TOO_SMALL
What BitLocker has already established
At HRESULT 0x8031006F, BitLocker has determined that the target volume is below the minimum size required for BitLocker metadata, conversion workspace or the requested role. The FVE_E_VOLUME_TOO_SMALL 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. Conversion status and protection status answer different questions: sectors can be encrypted while protectors are suspended, and a fully decrypted volume can still contain stale management context in a caller.
Data to preserve before changing state
Related state to rule out
Do not merge this incident with insufficient free space on an otherwise large volume; this code is about total usable geometry. 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
Use a suitably sized volume or redesign the partition layout rather than attempting to force metadata into the small partition.
manage-bde -status
powershell -NoProfile -Command "Get-BitLockerVolume | Format-List *"
State checks specific to FVE_E_VOLUME_TOO_SMALL
| Stage | How to interpret it |
|---|---|
| Before the call | Record the target identity and the pre-call volume state and geometry state. The target volume is below the minimum size required for BitLocker metadata, conversion workspace or the requested role. |
| At failure | Preserve partition and filesystem size, sector size, volume role, metadata placement and whether the target is a discovery or recovery-related volume. |
Microsoft references
Looking for a different code? Search another status or error code.
