What does HRESULT 0x803100C3 (FVE_E_LIVEID_ACCOUNT_BLOCKED) mean?

 
Previous Next
FVE_E_LIVEID_ACCOUNT_SUSPENDED FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES

FVE_E_LIVEID_ACCOUNT_BLOCKED

The exact BitLocker condition

FVE_E_LIVEID_ACCOUNT_BLOCKED (0x803100C3) identifies the point where the Microsoft account selected for recovery-password backup is blocked from accepting the escrow operation. Automatic Device Encryption is a provisioning and compliance workflow layered on BitLocker. 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.

Evaluate every fixed volume and the OS trust anchor together. Automatic unlock and device-wide compliance can fail because a secondary volume is outside policy.

Do not confuse it with a nearby failure

Keep this separate from an account merely offline or temporarily unreachable; the service has returned an account eligibility state. 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

  • Record account identity and status, service response, connected-account binding, recovery-key backup event and alternate escrow policy.
msinfo32.exe
powershell -NoProfile -Command "Get-BitLockerVolume | Format-Table MountPoint,VolumeType,VolumeStatus,ProtectionStatus"

State checks specific to FVE_E_LIVEID_ACCOUNT_BLOCKED

StageHow to interpret it
Before the callRecord the target identity and the pre-call automatic Device Encryption state. The Microsoft account selected for recovery-password backup is blocked from accepting the escrow operation.
At failurePreserve account identity and status, service response, connected-account binding, recovery-key backup event and alternate escrow policy.
After correctionResolve the account block or use an approved AD DS/Entra ID escrow path; verify backup completion before relying on the protector.

References


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