Identifying BitLocker Encryption per Drive
Find out how to locate the BitLocker status for each drive on a Windows system.
August 4, 2015
Q: How can I easily find out whether BitLocker volume encryption is enabled on a certain drive of a Windows system?
A: A very simple and straightforward way to find out the BitLocker encryption status of a drive on a Windows system is to use the manage-bde command line with the -status switch, as follows (in the example, we want to find out the encryption status of the c: drive):
manage-bde -status c:
You can run this command on your local system and if you have remote access privileges you can also run it against remote Windows clients. In the latter case you must add the -computername or –cn switch to the command to specify either the NETBIOS, FQDN or IP address of the remote Windows system: for example, as follows:
manage-bde -status c: -cn 196.18.10.2
About the Author
You May Also Like