First, thank you @nobuko c replied and tried to help. I really appreciate the suggestions and explanations about possible file system corruption, partition damage, hardware issues, and the importance of the BitLocker recovery key.
I want to share what fixed the problem for me, because it may help someone else with the same issue.
After running a cmd script that changed VBS, Device Guard, hypervisor, driver signature enforcement, and other Windows security/boot settings, BitLocker completely disappeared from Windows. It was not showing in Control Panel or normal Windows tools, and my encrypted drives were showing as RAW.
At first I thought the encrypted drives were corrupted or damaged. But in my case, the drives themselves were not the problem. The issue seemed to be with the Windows installation or the BitLocker/security configuration inside Windows.
What fixed it for me was reinstalling Windows.
These are the steps I followed:
- I backed up my important data from the
C:drive. - I downloaded the official Windows installer from Microsoft.
- I created a bootable Windows USB.
- I reinstalled Windows on the system drive only.
- I made sure not to delete or format my encrypted data drives.
- After Windows was reinstalled, I installed updates/drivers.
- BitLocker appeared again in Windows.
- My encrypted drives were recognized normally again and were no longer showing as RAW.
So in my case, reinstalling Windows restored the missing BitLocker/Windows security components and allowed the encrypted drives to work normally again.
A few important notes for anyone with the same problem:
- Do not format the drives that show as RAW if they contain BitLocker-encrypted data.
- Do not run
chkdskor repair tools on the encrypted drives unless they are properly unlocked. - Make sure you have your BitLocker recovery key.
- If the data is very important and you are unsure, professional data recovery may be safer.
- Be careful with disable VBS, Device Guard, Credential Guard, Hypervisor, Driver Signature Enforcement, or modify boot settings, because they can affect BitLocker and Windows security behavior in unexpected ways.
Thanks again @nobuko c Your reply helped me understand the possible causes and avoid making the problem worse.