Check the BitLocker decryption statusSolved

Participant
Discussion
4 weeks ago

When decrypting a drive, it can be a hassle to wait for it to finish, and you don’t know when the process will be completed. Is there a way to estimate how long the decryption will take? 

Replies (8)

Marked SolutionPending Review
Participant
4 weeks ago
Marked SolutionPending Review

You can use the manage-bde –status command in command prompt. Just make sure you have admin privileges.

Marked SolutionPending Review
Participant
4 weeks ago
Marked SolutionPending Review

Isn’t this command used to show details about the Bitlocker drive encryption, like whether the drive is locked, encryption methods, etc.? I get that it shows whether the drive is encrypted or not, but what I’m asking is if there’s a way to know how long the decryption will take.

Marked SolutionPending Review
Participant
3 weeks ago
Marked SolutionPending Review

When you run this command, it will show the “Percentage Encrypted”. When the drive is fully encrypted, this will show 100%. During decryption, the percentage will decrease until it reaches 0%. By checking the percentage regularly, you can roughly estimate how much time is left for the decryption to complete.

Marked SolutionPending Review
Participant
3 weeks ago
Marked SolutionPending Review

Oh, okay. I never actually looked into that. When I started decryption and checked, it showed 98.9%. Will it automatically decrease from there?

Marked SolutionPending Review
Participant
3 weeks ago
Marked SolutionPending Review

The percentage shown reflects the moment you run the command, so you’ll need to run it again to check the progress. It’s a bit of a hassle, but it gets the job done.

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

That’s true, but when I run this command, it shows the status for all the drives. Is there a way to check the details for just a specific drive?

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

Yes, just add the drive name after the command, like this: manage-bde -status .

Marked SolutionPending Review
Participant
2 weeks ago
Marked SolutionPending Review

Works perfectly, thank you! This saves me a lot of hassle.

Save