TIPS & TRICKS

How to check BitLocker status in Windows 10 using multiple methods

Kiểm Tra Trạng Thái Bitlocker Trong Windows 10 Bằng Nhiều Cách

BitLocker is a hard drive encryption tool that protects data from remote intrusion or physical theft. Below are 4 simple ways to check the BitLocker status on a computer running Windows 10.

1. Check BitLocker status using File Explorer

To check if a drive is encrypted with BitLocker, you can use File Explorer as follows:

  1. Press the Win + E key combination to open File Explorer.
  2. Select This PC from the menu on the left side, then select the drive you want to check. For example: if you want to check the Local Disk (C:) drive.
  3. Click the View tab in the upper-left corner of the window, then select Details pane.
How To Check Bitlocker Status In Windows 10 In Many Ways
Details pane in This PC settings in Windows 10

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

2. Check BitLocker status using Control Panel

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

  1. You can find Control Panel by clicking the search bar in the Start menu, then type Control Panel, and select Control Panel when it appears.
  2. Next, 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 icons.
How To Check Bitlocker Status In Windows 10 In Many Ways
BitLocker status of the drive when using Control Panel

3. Check BitLocker status using Command Prompt

If you want to check the BitLocker status using Command Prompt, follow these steps:

  1. Find and run Command Prompt as an administrator by typing Command Prompt in the Start menu search bar and selecting Run as administrator.
  2. Type the command manage-bde -status and press Enter to check the BitLocker status of all drives on the device.

Please note that using Command Prompt requires caution, especially when running with admin privileges, to avoid causing unintended issues to your system.

How To Check Bitlocker Status In Windows 10 In Many Ways
Checking BitLocker status with Command Prompt

In the results, you will see whether BitLocker is turned on in the “Protection Status” section.

If you want to check the BitLocker status of a specific drive, type manage-bde -status <Drive Letter>: in Command Prompt. Therefore, to check the status of the (C:) drive, 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 the BitLocker status:

  1. Start by clicking the search bar in the Start menu, then type PowerShell and select Run as administrator.
  2. Next, type the command Get-BitLockerVolume and press Enter to check the BitLocker status of all drives on the computer.

Check the results in “Protection Status” to see whether BitLocker is turned on.

How To Check Bitlocker Status In Windows 10 In Many Ways
Checking BitLocker status with Windows PowerShell.

To check the BitLocker status of a specific drive, type Get-BitLockerVolume -MountPoint <Drive Name>:. For example, to see the status of the (C:) drive, type Get-BitLockerVolume -MountPoint C: and then press Enter.

Summary

Periodically checking the BitLocker status is an important part of maintaining information security on your computer. By performing these checks, users can ensure that their data is protected in the best possible way.

We hope the information in this article helps you better understand BitLocker and how to check its status on Windows 10. Please apply these methods to protect your important data on your computer. Good luck!

Share: 𝕏 P in
Question and answer (0 comments)

Table of contents
  1. Top