4 ways to check BitLocker status in Windows 10

BitLocker encrypts hard drives and protects files from remote hacking or physical theft. Here are 4 easy methods to check BitLocker status on Windows 10 devices.

1. Check BitLocker status using File Explorer

The easiest way to check if a file is encrypted with BitLocker is to use File Explorer:

  1. Press Win + E to open File Explorer.
  2. Click This PC from the left menu, then select the drive you want to check. For example, we will check the Local Disk drive (C:).
  3. Click the View tab in the upper left corner then select Details pane .

4 ways to check BitLocker status in Windows 10 Picture 1

From there, you will see the BitLocker status in the lower right corner of the screen.

2. Check BitLocker status using Control Panel

Control Panel is another tool that helps you check BitLocker status quickly and easily.

  1. Click the search bar in the Start menu, type Control Panel , then select "Control Panel" when it appears.
  2. Click the View By drop-down menu in the upper right corner and select Large Icons or Small Icons .
  3. Select BitLocker Drive Encryption from the menu. In the next window, the BitLocker status will be displayed above the hard drive icon.

4 ways to check BitLocker status in Windows 10 Picture 2

3. Check BitLocker status using Command Prompt

If the first two methods don't work for any reason, applying a technical approach like using Command Prompt can be helpful.

Warning : Be cautious when using Command Prompt or PowerShell, especially when running commands with admin rights. Incorrect commands may change system settings or affect PC functionality. Always make sure you are entering the correct command syntax to check BitLocker status to avoid unforeseen consequences.

To check BitLocker status using Command Prompt:

  1. Click the search bar in the Start menu, type Command Prompt , then select Run as administrator .
  2. Enter the following command and press Enter to check the BitLocker status of all drives on the device.
manage-bde -status

4 ways to check BitLocker status in Windows 10 Picture 3

In the results, you will know whether BitLocker is enabled or not under "Protection Status".

If you want to check the BitLocker status of a specific drive, enter manage-bde -status : in Command Prompt. So, if you want to check the status of your drive (C:), type manage-bde -status C: in Command Prompt and press Enter.

4. Check BitLocker status using PowerShell

You can also use Windows PowerShell to check BitLocker status:

  1. Click the search bar in the Start menu, type PowerShell and then select the Run as administrator option .
  2. Type the following command and press Enter to check the BitLocker status of all drives on your PC.
Get-BitLockerVolume

4 ways to check BitLocker status in Windows 10 Picture 4

Check the results in "Protection Status" to see if BitLocker is enabled or not.

To check the BitLocker status of a specific volume, enter Get-BitLockerVolume -MountPoint : . For example, to view the status of drive (C:), type Get-BitLockerVolume -MountPoint C: and press Enter.

3.5 ★ | 2 Vote

May be interested

  • Windows 11 adds a policy to exclude USB from BitLocker encryptionWindows 11 adds a policy to exclude USB from BitLocker encryption
    microsoft has just released another build for windows 11 with a series of changes, improvements and bug fixes. this build number 22579 has now been pushed to the dev channel for insider preview users.
  • How to Turn Off BitLockerHow to Turn Off BitLocker
    this wikihow teaches you how to turn off your windows computer's bitlocker encryption. bitlocker is a feature that's built into most windows 10 pro, education, and enterprise editions. if you can't decrypt your hard drive in order to turn...
  • How to check and monitor RAM status on Windows 10How to check and monitor RAM status on Windows 10
    the computer shows signs of performance loss, or has a blue screen error, then there may be a problem with ram. you need to check and monitor how the status of the ram is.
  • How to Turn on BitLocker in WindowsHow to Turn on BitLocker in Windows
    bitlocker is a tool in windows that can be used to encrypt fixed drives, but also operating systems as well to protect your core data from outside intrusion. go to settings > update & security > device encryption.
  • How to check MacBook battery statusHow to check MacBook battery status
    apple's modern macbooks have long-lasting batteries, but they're still a consumable part. below the article will mention how to check the status and health (capacity) of your battery.
  • How to set a password for the USB with BitlockerHow to set a password for the USB with Bitlocker
    how to set a password for the usb with bitlocker. to protect your usb from strangers from intruding and reading data inside, the best way is to set a password for the usb. there are many ways for us to set a password for our usb device, the simplest one
  • How to Find BitLocker Recovery Key in Windows 10How to Find BitLocker Recovery Key in Windows 10
    bitlocker secures your drives with a strong, unique password that acts as an encryption key.
  • 3 ways to check the warranty status of Dell computers3 ways to check the warranty status of Dell computers
    to know the warranty status of dell devices such as desktops, laptops, buyers can check on the website, support assist software or via sms pbx.
  • 4 best Bitlocker alternatives4 best Bitlocker alternatives
    there are many alternatives to bitlocker. many of these options are more powerful than microsoft's bitlocker.
  • Access Windows partition encrypted with Bitlocker on LinuxAccess Windows partition encrypted with Bitlocker on Linux
    the steps to dual boot windows and linux are quite simple, however if your computer has a windows partition encrypted with bitlocker, the process will be much more complicated. in the article below tipsmake will show you how to access windows partitions encrypted with bitlocker from linux.