Issue
This writeup is an explicit exception to the standing unlocked-volume assumption. The correct 48-digit password is accepted, but startup then returns to BitLocker recovery, enters Automatic Repair, or displays another Windows boot error. Acceptance proves the key can unlock the selected volume for that attempt. It does not prove the underlying Windows boot chain, file system, storage path, registry, update state, or hardware is healthy.
Searchable Windows error codes and exact messages
| Identifier | Name or exact message | Meaning in this case |
|---|---|---|
| No universal numeric code | BitLocker recovery / Enter the recovery key for this drive | Record the Key ID and recovery reason. |
0x80310027 | FVE_E_FAILED_AUTHENTICATION — BitLocker recovery authentication failed | The supplied recovery credential was not accepted; this article requires successful authentication, so stop and verify the Key ID/key. |
0x80310000 | FVE_E_LOCKED_VOLUME — This drive is locked by BitLocker Drive Encryption | A recovery command tried to access the volume before it was unlocked. |
| No universal numeric code | Preparing Automatic Repair / Diagnosing your PC | Windows passed BitLocker but detected or recorded a separate startup failure. |
| No universal numeric code | Automatic Repair couldn't repair your PC / SrtTrail.txt | Copy the log; the line is not a root cause. |
0xc000000f | STATUS_NO_SUCH_FILE; often BCD missing/errors | Boot files or a referenced file are not found after unlock. |
0xc000000e | STATUS_NO_SUCH_DEVICE | A required device cannot be resolved. |
0xc0000225 | STATUS_NOT_FOUND | A device, boot object, or file is not found. |
0xc0000098 | STATUS_FILE_INVALID | BCD or a named boot-critical file is invalid. |
0xc000014c | Often names the SYSTEM registry hive or BCD | Preserve the named file and logs. |
0x0000007B | INACCESSIBLE_BOOT_DEVICE | Storage access failed after the volume was unlocked. |
0xc000021a | STATUS_SYSTEM_PROCESS_TERMINATED | Windows reached session initialization and then failed. |
Applies when
Use when the displayed Key ID matches the saved recovery password, entry is accepted, and the next screen is a repeated recovery or repair path. The volume must remain readable when unlocked from external recovery media.
Does not apply when
Do not use when the key is rejected, the Key ID differs, no recovery password exists, the volume is physically failing, or manage-bde cannot unlock it. Do not use repair-bde on a readable volume; that tool is a last-resort data-recovery operation requiring a separate output volume.
Information that may remain unknown
The original trigger may remain unknown. The Key ID, correct recovery password, unlocked volume, physical-disk mapping, exact next screen, and storage health may not remain unknown.
Requirements
- Matching recovery password kept private
- Current Windows 10/11 recovery or installation media
- Backup destination for logs and readable data
- Administrative Command Prompt
- Record of firmware/update/controller changes if available
Starting position
Boot from external recovery media so its WinRE is independent of the broken internal recovery path. Choose Repair your computer > Troubleshoot > Advanced options > Command Prompt. Disconnect unrelated storage but keep the backup destination when needed.
Confirm the diagnosis
-
Record the recovery Key ID and every screen after key acceptance. The next screen determines the repair branch.
-
Inspect volumes without assuming letters:
diskpart list disk list volume exit -
Check BitLocker state on candidate volumes:
manage-bde -status -
Assign an unused temporary letter to the encrypted Windows volume if needed, then unlock it:
manage-bde -unlock W: -RecoveryPassword <48-digit-password-with-dashes> manage-bde -status W: -
Verify the correct installation:
dir W:\Windows\System32\Config\SYSTEM dir W:\Windows\System32\winload.efi -
Confirm storage readability before boot repair:
chkdsk W:Stop for RAW, I/O errors, or repeated disappearance.
-
Preserve evidence:
type W:\Windows\System32\Logfiles\Srt\SrtTrail.txt dir W:\Windows\Logs\CBS -
Inspect protectors without deleting them:
manage-bde -protectors -get W: -
If BCD is readable, copy/export it before any modification. Map the system partition from DiskPart rather than assuming it shares
W:.
Resolution steps
-
Keep the volume unlocked for the recovery session. Do not decrypt it merely to troubleshoot startup.
-
Route the failure shown after unlock:
0xc000000f: missing/corrupt BCD procedure;0xc0000225or0xc000000e: required-device procedure;0xc0000098: invalid BCD/named-file procedure;0xc000014cnaming SYSTEM: registry-hive procedure;0x7B: storage path/driver/controller procedure;SrtTrail.txt: cause-isolation procedure;- update rollback/undoing changes: servicing procedure.
-
Apply only that targeted repair while the Windows volume is unlocked. Preserve BCD and named files first.
-
Reboot and enter the recovery password once more if requested.
-
When Windows finally starts and platform state is stable, save recovery information again and inspect protection:
manage-bde -status C: manage-bde -protectors -get C: -
If recovery continues on every boot after the separate boot problem is fixed, perform the bounded suspend/resume procedure in FIX-052. Do not reseal while firmware/security state is still changing.
Expected results and branches
- Unlock succeeds and a specific Windows code remains: BitLocker is not the current root cause; repair the named branch.
- Unlock succeeds but volume checks show I/O errors: protect data and diagnose storage.
- Windows boots after the targeted repair but asks for the key once: allow that measured recovery, then verify whether it recurs.
- External WinRE unlocks a different volume than the preboot screen: recheck Key ID and physical-disk mapping.
Do not do this
Do not clear TPM, delete protectors, disable Secure Boot, turn encryption off, run repair-bde on the only copy, or rebuild BCD before recording the exact post-unlock error. Never put the recovery password in a public log or filename.
Rollback
Rollback the targeted boot repair using its saved BCD, file, driver, or image. BitLocker unlock is session-scoped and requires no destructive rollback. If protection was later suspended, re-enable it only after the prior stable configuration is restored.
Verification
Verify the correct volume is protected, the recovery password remains backed up, Windows completes two restarts and one cold start, Automatic Repair no longer appears, and the underlying repaired component remains healthy.
Confidence and stop conditions
Confidence is about 80% when the correct key unlocks the volume externally, the next Windows error is reproducible, a targeted repair resolves that error, and repeated boots succeed. Stop when the key does not match, the volume cannot be read, storage is unstable, or enterprise policy owns the protectors.