Hi Evan,
Please do go ahead and run the through the steps below.
1. Retrieve Your BitLocker Recovery Key
Sign in to your Microsoft account at account.microsoft.com/devices/recoverykey.
Locate your recovery key associated with your device.
2. Unlock BitLocker Using Command Prompt
Boot into Advanced Options:
Restart your computer and press F8 or Shift + F8 during startup.
Select Troubleshoot > Advanced Options > Command Prompt.
Unlock the drive:
Type the following command and press Enter:
manage-bde -unlock C: -RecoveryPassword YOUR-RECOVERY-KEY
Replace YOUR-RECOVERY-KEY with your actual 48-digit recovery key.
3. Repair the Boot System
Run the following commands in Command Prompt:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
Restart your computer and check if Windows boots normally.
4. Disable BitLocker Temporarily (if needed)
Open Command Prompt in Advanced Options.
Disable BitLocker:
manage-bde -off C: