Overview
The manage-bde command gives full control over BitLocker from the command line — useful for scripting, remote administration, and quick status checks. This guide covers the most important operations for managing drive encryption.
Key Takeaways
- manage-bde controls BitLocker from an elevated command prompt.
- -status shows encryption state for a drive.
- -on and -off turn encryption on or off.
- -unlock and -protectors manage access and recovery keys.
Check Status and Enable
1. Open Command Prompt as an administrator.
2. Check a drive: manage-bde -status C:
3. Turn on encryption: manage-bde -on C:
4. Add a recovery password protector: manage-bde -protectors -add C: -RecoveryPassword
Unlock and Turn Off
1. Unlock a drive with a recovery password: manage-bde -unlock D: -RecoveryPassword <key>
2. View protectors and keys: manage-bde -protectors -get C:
3. Turn off encryption (decrypt): manage-bde -off C:
4. Re-run -status to monitor the decryption progress.
Warning: Record the recovery password when you enable BitLocker. If you lose it and a protector fails, the encrypted data cannot be recovered.
Troubleshooting
Problem: manage-bde says access is denied.
Solution: Run the command prompt as administrator, since BitLocker operations require elevation.
Problem: Encryption will not turn on.
Solution: Ensure a compatible TPM is present or enable the policy to allow BitLocker without a TPM.
Problem: The drive stays locked after unlocking.
Solution: Confirm you used the correct recovery password and the right drive letter in the command.
Problem: Decryption seems stuck.
Solution: Use manage-bde -status to view progress; full decryption of a large drive can take a long time.
Conclusion
manage-bde puts every BitLocker operation at your fingertips for scripting and administration. Keep recovery passwords safe, and the command line makes encryption management fast and repeatable.
About TechHub
This guide is part of the TechHub Knowledge Base. For more step-by-step IT guides and support, visit techhub.com.lk.















