What does HRESULT 0x80042822 (VDS_E_VOLUME_EXTEND_FVE) mean?

 
Previous Next
VDS_E_VOLUME_EXTEND_FVE_RECOVERY VDS_E_SECTOR_SIZE_ERROR

VDS_E_VOLUME_EXTEND_FVE

VDS_E_VOLUME_EXTEND_FVE means Virtual Disk Service could not verify the BitLocker state needed to safely extend the volume. The failure is about encryption-state verification, not merely free capacity.

What to check

  • Verify that the volume is accessible and its BitLocker status can be read.
  • Check whether the required system components and servicing state are healthy.
  • After restoring normal BitLocker visibility, confirm the partition layout before an extend operation.
Get-BitLockerVolume
Get-Partition

Virtual Disk Service is a legacy COM API. On Windows 8 and Windows Server 2012 and later, inspect and manage supported storage through the Storage Management API and the Storage PowerShell cmdlets.

Microsoft: Get-BitLockerVolume

Microsoft: Get-Partition

Microsoft: BitLocker operations guide

Microsoft: VDS error codes


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