Thanks for your reply. The drive was never encrypted so using a recovery key was out of the question. After much searching and testing the problem was that the drive was faulty and windows could not recognise it as such so it assumed it was encrypted. Unfortunately there is no way (that I know of) to test the drive within windows if the system thinks it is encrypted. I tested the drive using Ubuntu.
bitlocker needs newer version of windows
My Intel NUC would not boot. I removed the second HDD and it did boot. When I connected the second HDD as an external drive Windows states that "bitlocker needs newer version of windows". The problem is that the system did not have bitlocker enabled in the first place so it could not have been encrypted. Also: the system is running the latest version of Windows (20H2) including all the latest patches. Is there anything that can be done to access the drive?
Thanks.
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
1 additional answer
Sort by: Most helpful
-
Jenny Feng 14,281 Reputation points2021-03-08T01:45:18.317+00:00 @Luis Garcia
Hi,
There are several reasons why that error was happened. A few common causes include out-dated drivers, bugs in your Windows that makes BitLocker unavailable, the difference of the encryption algorithm as well as your Windows versions.
If the HDD drive was encrypted on Windows 7/8.1, then the BitLocker drive cannot be read on Windows 10 because of difference in encryption algorithm. You need to use another Windows 7/8.1 machine in this case.Try to unlock drive with BitLocker Recovery Key
Step 1: Open Start menu, type: CMD, then click Run as administrator.Step 2: On the command prompt, type the following command to unlock your BitLocker drive with 48-digit recovery key:
manage-bde -unlock D: -RecoveryPassword [YOUR-BITLOCKER-RECOVERY-KEY]If you can remember your BitLocker password, type the command: manage-bde -unlock D: -Password. After pressing Enter, you'll be prompted to enter the user password.
Step 3: Next, turn off BitLocker Encryption with the following command:
manage-bde -off D:Hope above information can help you.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.