Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » Is BitLocker Enabled? How to view BitLocker Disk Encryption Status in Windows
  • windows store icon
    Application User Model ID: How to find the AUMID of an installed UWP App Windows
  • windows 10 desktop 1
    Active Directory Forest – Trees and Domain and Sites Windows Server
  • Explorer Error
    How to fix an attempt was made to reference a Token that does not exist Network | Monitoring
  • fghj
    Windows Profile: How to determine your windows username Windows
  • Locate Find and Grep Required 1
    A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux Linux
  • Join Synology NAS to Active Directory Domain and Create New Users
    Create New Users and Join Synology NAS to Active Directory Reviews
  • image 129
    How to deploy Ansible AWX on centos 8 Linux
  • Create S3 Bucket with Terraform
    Create an S3 Bucket with Terraform AWS/Azure/OpenShift

Is BitLocker Enabled? How to view BitLocker Disk Encryption Status in Windows

Posted on 31/12/202006/09/2023 Christian By Christian No Comments on Is BitLocker Enabled? How to view BitLocker Disk Encryption Status in Windows
BitLocker

BitLocker helps mitigate unauthorized data access on lost or stolen computers before the authorized operating system is started by encrypting volumes on your device. Windows uses technologies including Trusted Platform Module (TPM), Secure Boot, and Measured Boot to help protect BitLocker encryption keys against attacks. See the following guide on how to enable FileVault disk encryption on a Mac device and how to fix your device cannot use a Trusted Platform Module: Allow BitLocker without a compatible TPM”. See this guide if you wish to deploy MBAM Client to Computers as Part of a Windows Deployment.

BitLocker is part of a strategic approach to securing data against offline attacks through encryption technology. Data on a lost or stolen computer is vulnerable. Unauthorized access can occur through software attack tools or by transferring the computer’s hard disk to another computer. See the following guide on how to enable Bitlocker via the Local Group Policy Editor and the Group Policy Management Console.

BitLocker blocks hackers from accessing the system files or from accessing your drive by physically removing it from your PC and installing it on a different device.

Part A – How to view BitLocker disk encryption status: While setting up BitLocker and encrypting your disk you probably want to check and view the progress and see the current status, as it can take quite a long time depending on the size and speed of your disk. In this guide, I will discuss how to use the following commands in Windows 10. You need administrative rights to perform these actions. For more related BitLockers commands, see this link.

manage-bde -status or Get-BitLockerVolume

1: To Check Status of BitLocker in Command Prompt: Run the following commands below with elevated command prompt as shown below.

manage-bde -status
Disk Encryption
manage-bde -status C:
Windows
Used to view a specific drive you are interested in.

2: To Check the Status of BitLocker in PowerShell

We can use PowerShell to view the status of BitLocker by running the below command below. Administrative privilege is also required.

Get-BitLockerVolume
Encryption Status
Get-BitLockerVolume -MountPoint "C:"

There are numerous commands you can run with BitLocker Drive Encryption Configuration Tool, run this command for possible options.

manage-bde /? 

Part B – Determine if BitLocker is enabled: You can check if BitLocker Drive Encryption is enabled through the GUI in the Control Panel. Nonetheless, Windows Settings and File Explorer.

Control Panel\System and Security\BitLocker Drive Encryption

Launch Windows Settings and search for BitLocker to check if it’s enabled.
– Click on Manage BitLocker, this will automatically open the Control Panel BitLocker Drive Encryption window.

You can also check BitLocker’s status using File Explorer as follows.- Right-click on the Drive and select “Manage BitLocker”. This will automatically open the Control Panel BitLocker Drive Encryption window.

If you wish to validate that the settings applied to your encrypted volumes are the same as those set in your GPO, you can launch PowerShell and run the command below. Open an administrative PowerShell window, and type in the following;

Get-BitLockerVolume | FL
bitlocker-status

Windows PowerShell Scripting – Format-List (fl) Format-List, or FL for short, allows PowerShell to control the output of your main script. Whenever the presentation of information is important, pipe the script’s output into Format-List (or Format-Table).

Lastly, you can also determine if BitLocker is enabled via the Disk Management interface (diskmgmt.msc). To open Disk Management, run diskmgmt.msc from the Windows Search button or the run command below.

Open Disk Management to view BitLocker Encrypted drives by reading their descriptions. If you want to view the BitLocker Recovery information, see this guide “fix missing BitLocker Recovery Tab.

I hope you found this blog post helpful. Please let me know in the comment session if you have any questions.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Bitlocker, BitLocker Status, Container encryption, Enable BitLocker, Encryption, encrytp, File and Folder Encryption Software, Full Disk Encryption, Microsoft Windows, Windows 10, Windows 11

Post navigation

Previous Post: Fix no BitLocker Recovery tab in Active Directory
Next Post: Self-hosted translator: How to install and uninstall SYSTRAN 6 translator on Windows

Related Posts

  • Windows11
    How to change Regional Settings for all users on Windows 11 Windows
  • Internet Explorer
    How to uninstall Internet Explorer from your Windows Device Windows
  • Clone a Virtual Machine via Export and Import
    Clone a VM via Export and Import: Copy Virtual Hard Disk on Hyper-V Virtualization
  • powershell commands lede 1024x276 1
    Enable WinRM on Windows Servers and Windows PCs Scripts
  • diagnostic6
    How to enable and use Diagnostic Data Viewer on Windows Windows
  • powershell auto run
    How to pause a PowerShell script Windows

More Related Articles

Windows11 How to change Regional Settings for all users on Windows 11 Windows
Internet Explorer How to uninstall Internet Explorer from your Windows Device Windows
Clone a Virtual Machine via Export and Import Clone a VM via Export and Import: Copy Virtual Hard Disk on Hyper-V Virtualization
powershell commands lede 1024x276 1 Enable WinRM on Windows Servers and Windows PCs Scripts
diagnostic6 How to enable and use Diagnostic Data Viewer on Windows Windows
powershell auto run How to pause a PowerShell script Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • windows store icon
    Application User Model ID: How to find the AUMID of an installed UWP App Windows
  • windows 10 desktop 1
    Active Directory Forest – Trees and Domain and Sites Windows Server
  • Explorer Error
    How to fix an attempt was made to reference a Token that does not exist Network | Monitoring
  • fghj
    Windows Profile: How to determine your windows username Windows
  • Locate Find and Grep Required 1
    A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux Linux
  • Join Synology NAS to Active Directory Domain and Create New Users
    Create New Users and Join Synology NAS to Active Directory Reviews
  • image 129
    How to deploy Ansible AWX on centos 8 Linux
  • Create S3 Bucket with Terraform
    Create an S3 Bucket with Terraform AWS/Azure/OpenShift

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.