Table of Contents
This tip is about the how to Check Status of Windows 10’s BitLocker. So read this free guide, How to Check Status of Windows 10’s BitLocker step by step. If you have query related to same article you may contact us.
How to Check Status of Windows 10’s BitLocker – Guide
BitLocker Drive Encryption is the Windows 10 technology that can encrypt your hard drive and keep your data secure. Generally, you will need to enter a pin / usb key / certificate to allow access to the encrypted hard drive. But how to check the status of BitLocker on your computer.
How to view BitLocker disk encryption status
During setup up BitLocker and encrypting your disk you probably want to check and view the progress and see the current status as it can take a long time depending on the size and speed of your disk. In that guide, I will discuss how to use the following commands on Windows 10. Administrative rights are required to perform these actions.
manage-bde -status or Get-BitLockerVolume
1: To check BitLocker status from command prompt: Run the following commands below with elevated command prompt as shown below.
manage-bde -status
manage-bde -status C:
2: To check BitLocker status in PowerShell: We can use PowerShell to view BitLocker status by running the command below.– Administrative privilege is also required.
Get-BitLockerVolume
Get-BitLockerVolume -MountPoint “C:”
There are several commands you can run with the BitLocker Drive Encryption configuration tool, run this command for possible options.
manage-bde /?
Final note
I hope you like the guide How to Check Status of Windows 10’s BitLocker. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.