Get ready to learn how to check the BitLocker status in Windows 10, because here we will tell you how to do it

BitLocker is a type of encryption for your hard drive that will allow you to protect your files against piracy and physical theft.


You've provided an excellent summary of how to check BitLocker's status in Windows 10! Here's a breakdown of the key methods:

How to Check BitLocker's Status in Windows 10

Using File Explorer:





  • Press Win + E to open File Explorer.
  • Look for the "BitLocker Drive Encryption" padlock overlay on the drive icon. If the padlock is present, BitLocker is enabled.

Using Control Panel:


  • Search for "Control Panel" in the Start menu.
  • Select "Large Icons" or "Small Icons" view.
  • Click on "BitLocker Drive Encryption".
  • The BitLocker status will be displayed on top of the drive icon.

Using Command Prompt:


  • Open Command Prompt as Administrator.
  • Type manage-bde -status and press Enter. This will show the BitLocker status of all drives.
  • To check a specific drive, type manage-bde -status <Drive Letter>: where <Drive Letter> is the letter of the target drive (e.g., manage-bde -status C: for the C: drive).

Using Windows PowerShell:


  • Open Windows PowerShell.
  • Type Get-BitLockerVolume and press Enter. This will show the BitLocker status of all drives.
  • To check a specific drive, type Get-BitLockerVolume <Drive Letter> where <Drive Letter> is the letter of the target drive (e.g., Get-BitLockerVolume C: for the C: drive).

Additional Notes:


  • The Command Prompt and PowerShell methods offer more detailed information about the BitLocker status, including encryption percentage and protection status.
  • These methods are useful for checking the status of multiple drives or specific drives without navigating through menus.
By using any of these methods, you can easily check if BitLocker is enabled on your drives and ensure your data is protected with encryption.

This is how we finish this article on How to check the status of BitLocker in Windows 10, we hope it has been very helpful and we hope that you can easily check the status of your BitLocker.