| Previous | Next |
| FVE_E_FOREIGN_VOLUME | FVE_E_TPM_SRK_AUTH_NOT_ZERO |
FVE_E_OVERLAPPED_UPDATE
FVE_E_OVERLAPPED_UPDATE means that another BitLocker operation currently holds the metadata update path for this drive. Concurrent changes to encryption state or protectors must be serialized.
How to investigate for FVE_E_OVERLAPPED_UPDATE
- Wait for the active encryption, decryption, protector, or management operation to complete before retrying.
- Check the current conversion and protection status rather than starting parallel automation jobs.
- Do not attempt to bypass the lock by editing metadata or forcibly terminating management components.
Diagnostic interpretation
This result has the HRESULT value 0x80310024. AllStat records the condition as “The BitLocker metadata for the encrypted drive cannot be updated because it was locked for updating by another process. Please try this process again.”.
Evidence to capture
- Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the fve / overlapped / update operation.
- Preserve the first failure in the call chain; a later HRESULT can describe cleanup rather than the original fve / overlapped / update condition.
Retry and recovery
Retry this result only when the owning API documents a transient state or after the condition described as “The BitLocker metadata for the encrypted drive cannot be updated because it was locked for updating by another process. ” has changed.
Looking for a different code? Search another status or error code.