Decrypting a BitLocker Encrypted Drive
BitLocker is a powerful encryption tool pre-installed on many retail notebooks, particularly those running Windows 11. This guide will walk you through the process of decrypting your system drive (usually the C:
drive) using BitLocker.
BitLocker data loss
BitLocker is a powerful encryption tool, and using it improperly may result in data loss. It is safe to follow these instructions, but failure to follow steps may result in loss of data.
- Run Command Prompt (
CMD
) with Administrator privileges. You can do this by searching for CMD in the Start menu, right-clicking on it, and selecting Run as administrator. - Type
manage-bde -off %SystemDrive%
and press Enter. This command starts the decryption process.- If you see the error message ERROR: This volume stores external key(s) that can automatically unlock other volumes., type
manage-bde -autounlock - ClearAllKeys %SystemDrive%
and press Enter to clear the keys. After completion, re-typemanage-bde -off %SystemDrive%
and press Enter to continue decrypting.
- If you see the error message ERROR: This volume stores external key(s) that can automatically unlock other volumes., type
- If you see the message Decryption is now in progress, you have completed the steps correctly. The decryption process will take some time.
- You can check the progress by typing
manage-bde -status
and pressing Enter. Look for theC:
drive and the percentage encrypted. - When the decryption percentage reaches 0%, you've successfully decrypted the drive!