logo
Bitlocker BitLocker Device Encryption cannot be used Error

How to Solve I/O Device Error When Unlocking the BitLocker Encrypted Drive?

When encrypted my USB drive with BitLocker, a sudden power outage happens. I immediately restart my computer. Upon reopening, the BitLocker encrypted drive was already locked, when I attempted to unlock it with password, then I/O device error occurred. I tried the recovery key to unlock it, but to no avail. Please help me resolve this.

author

Lydia

During the BitLocker encryption process, if there is no BitLocker process pause and it’s abruptly interrupted, it may lead to disk damage and irreversible data loss. The BitLocker I/O device error when unlocking a BitLocker encrypted disk may due to various reasons. Here are some possible solutions:

Way 1: Check Hardware Connections

Issues with the USB interface or poor connectivity can also run into the I/O device error. Trying replacing the data cable or changing the port connection to fix it. Also, attempted to connect the BitLocker hard disk to another computer to check whether it can be unlocked.

Way 2: Check and Repair Disk Errors

If BitLocker drives are damaged or if the hard drive has bad sectors causing data verification errors, follow these steps to resolve the issue:

Step 1 Type "cmd" in the search box and press <Ctrl + Shift + Enter> to open Command Prompt as administrator.

Step 2 Type the following command and press "Enter" to check and repair file system errors. Replace "X" with the drive letter of the affected device.

chkdsk X: /f /r

Check Disk Command

- /f specifies a command to fix errors

- /r locates bad sectors and recovers readable information

Step 3 Wait for the process to complete, it may take a long time. Restart the computer to see if the issue is resolved.

Way 3: Attempt to Unlock BitLocker Drive in Safe Mode

Unlocking a hard drive in Safe Mode may bypass interference from certain drivers or services. Here’s how:

Step 1 Click on "Start" -> "Power" option, hold the Shift key, and then click on "restart" to access BitLocker WinRE.

WinRE Troubleshoot

Step 2 Navigate to Troubleshoot -> Advanced options -> Command Prompt.

Command Prompt in WinRE

Step 3 Check the current encryption status of the drive, replace "X" with your own drive letter:

manage-bde -status X:

Check the Current Volume Status

Step 4 Unlock the BitLocker-encrypted drive:

manage-bde -unlock X: -recoverypassword YOUR_48_DIGIT_RECOVERY_PASSWORD

Unlock d Drive with Recovery password

If you’ve forgotten your recovery key, find the BitLocker recovery key ID to retrieve it. Once you have the recovery key ID, locate the file named with the recovery key ID or use the following command to unlock with a password:

manage-bde -unlock X: -password

Unlock d Drive with Password

Step 5 Verify if the drive is unlocked:

manage-bde -status X:

Unlockded d Drive

Step 6Turn off BitLocker for drive E:

manage-bde -off X:

Turn off BitLocker on d Drive

If the above methods for BitLocker on Usb Drive do not work, consider using the BitLocker Repair tool to recover partially encrypted data to another hard drive.

People Also Ask

How to Fix Microsoft BitLocker Drive Encryption 65000 Error?

Microsoft says this 65000 BitLocker error is being incorrectly reported by Intune, and it won’t affect the normal operation of BitLocker encryption.

author Lydia

What Is BitLocker Network Unlock?

In a nutshell, BitLocker Network Unlock is a feature from Microsoft that allows remote management of BitLocker-encrypted devices within an enterprise environment.

author Benjamin

How to Fix BitLocker Device Encryption cannot be used, 0x8031004A Error?

The error code 0x8031004A when backing up files indicates that there’s something wrong with your device, you can change another drive for file backup, or you can fix this issue by following methods.

author Lydia

How to Fix Group Policy Error When Enabling BitLocker Encryption?

Rest assured; this error can be easy solved by simply modifying the Group Policy Editor or Registry Editor. Go ahead reading, you'll understand why this happen and work it out.

author Lydia