Hello, thank you for reaching out to Microsoft Q&A.
Turn Off the BitLocker Encryption-
On the BitLocker Recovery Screen, press the ESC key on your Keyboard (OR) select the "Skip this drive" option at the bottom of the screen.
This will take you to the Recovery Options window.
Select Advanced Options > Command prompt.
- Run the first command to check the status of the drive and identify the drive currently locked by BitLocker.
manage-bde -status
- Second command to unlock the protected drive -
manage-bde -unlock D: -RecoveryPassword YOUR-48-DIGIT-RECOVERY-KEY
Replace D: with the drive letter locked by BitLocker.
Then, YOUR-48-DIGIT-RECOVERY-KEY with the actual key.
- Third command to turn off encryption on that drive -
manage-bde -off D:
To check the decryption process, run manage-bde -status D:
Replace D: with the actual BitLocker Recovery Key.