Hello APH 123,
Thank you for posting in Microsoft Community forum.
It sounds like you're dealing with a serious issue related to Bitlocker encryption and potential drive corruption. Here's a step-by-step guide to troubleshoot and recover your data. Please follow each step carefully:
Verify Bitlocker Recovery Key
- Ensure you have the correct Bitlocker recovery key. You’ve already mentioned that you’ve entered it once, but double-check that you have the correct key.
Check Drive Health
- Connect the drive to another computer (preferably via an external enclosure) and run a health check using tools like CrystalDiskInfo or similar to see if there are any hardware issues with the HDD.
Attempt to Resume Encryption
- Open an elevated Command Prompt (Run as Administrator) and try resuming the Bitlocker encryption process manually using the following command:
manage-bde -resume E:
- If you receive errors, note them down for further troubleshooting.
Try Bitlocker Repair Tool
- Microsoft provides a BitLocker repair tool called
repair-bde
that can be used to recover data from a corrupted BitLocker-encrypted drive. Here’s how you can use it:
Replacerepair-bde E: X: -rp <recoverypassword> -f
E:
with the letter of the corrupted drive andX:
with the letter of a drive where you want to store the decrypted data. Replace<recoverypassword>
with your actual Bitlocker recovery key.
Check Disk for Errors
- Use the chkdsk utility to check and repair file system errors.
chkdsk E: /f
- Note that
chkdsk
can sometimes result in data loss, so use it with caution.
- Note that
Utilize Data Recovery Software
- If the above methods don’t work, you might need to resort to data recovery software. Tools such as removed by moderator can be used to attempt to recover data from the corrupted drive.
- Note that you should avoid writing new data to the drive to minimize the risk of overwriting recoverable data.
Professional Data Recovery Service:
- If the data is very critical and none of the above steps work, consider contacting a professional data recovery service. These services can be expensive but might be able to recover data that software tools cannot.
Recovering data from a corrupted BitLocker-encrypted drive can be complex and risky. Always proceed with caution and, if the data is critical, consider involving professionals early in the process to maximize the chances of recovery.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan