Identifying BitLocker Encryption per Drive

Find out how to locate the BitLocker status for each drive on a Windows system.

Jan De Clercq

August 4, 2015

1 Min Read
Identifying BitLocker Encryption per Drive

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

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like