Bitlocker

How to Suspend or Resume BitLocker Protection for Drives in Windows 10

How to Suspend or Resume BitLocker Protection for Drives in Windows 10

On BitLocker-supported editions of Windows 10, you can temporarily suspend or pause BitLocker protection for an unlocked drive encrypted using BitLocker. For example, if you need to install new software that BitLocker might otherwise block, you can suspend BitLocker-and then resume BitLocker protection on the drive again when you have completed the action. You can suspend or resume BitLocker Protection for Drives via File Explorer, Command Prompt and PowerShell.

If you suspend BitLocker protection for a fixed data drive or removable data drive, the drive remains unlocked and unprotected until you manually resume BitLocker protection for the drive. This is even after you restart the PC or disconnect and reconnect the drive, in the case of a removable data drive. Whereas, if you suspend BitLocker protection for an OS drive, it will remain unlocked and unprotected until you either manually resume BitLocker protection for the drive, or have it resume BitLocker protection automatically the next time you restart the PC.

You must be signed in as an Administrator to be able to suspend or resume protection for drives encrypted by BitLocker in Windows 10. BitLocker Drive Encryption is available on all editions of Windows 10, except the Home edition.

1) Suspend or Resume BitLocker Protection for Drives via File Explorer

Launch File Explorer, then do the following;

To Suspend BitLocker Protection:

To Resume BitLocker Protection:

2) Suspend or Resume BitLocker Protection for Drives via Command Prompt

Open an elevated command prompt. Then, do the following;

To Suspend BitLocker Protection:

Type the command below in the elevated command prompt, hit Enter.

manage-bde -protectors -disable :

Substitute in the command above with the actual drive letter of the encrypted drive you want to suspend BitLocker protection for. Example:

manage-bde -protectors -disable E:

You can now exit the command prompt environment.

Tip: You can check the status of BitLocker for the drive at any time.

To Resume BitLocker Protection:

Type the command below in the elevated command prompt, hit Enter.

manage-bde -protectors -enable :

Substitute in the command above with the actual drive letter of the encrypted drive you want to resume BitLocker protection for. For example:

manage-bde -protectors -enable E:

You can now exit the command prompt environment. You can also check the status of BitLocker for the drive at any time.

3) Suspend or Resume BitLocker Protection for Drives via PowerShell

Open an elevated PowerShell. Then, do the following;

To Suspend BitLocker Protection:

For OS, fixed, or data drives, use the command:

Suspend-BitLocker -MountPoint ":"

For only OS drive, use the command:

Suspend-BitLocker -MountPoint ":" -RebootCount 

Substitute in the commands above with the actual drive letter of the unlocked encrypted drive you want to suspend protection for. Example:

Suspend-BitLocker -MountPoint "E:"

Substitute in the OS command above with a number between 0 to 15 to specify the number of computer restarts before BitLocker automatically restores protection of the OS drive. Specify 0 (zero) to suspend protection indefinitely until you manually resume it. If you do not include the -RebootCount parameter with an OS drive, the cmdlet uses a value of 1 by default. For example:

Suspend-BitLocker -MountPoint "C:" -RebootCount 0

You can now exit the PowerShell environment.

To Resume BitLocker Protection:

For specific drive, use the command:

Resume-BitLocker -MountPoint ":"

For all drives, use thecommand:

Get-BitLockerVolume | Resume-BitLocker

Substitute in the commands above with the actual drive letter of the unlocked encrypted drive you want to resume BitLocker protection for. Example:

Resume-BitLocker -MountPoint "E:"

You can now exit the PowerShell environment. And you can check the status of BitLocker for the drive at any time.

This is how you can Suspend or Resume BitLocker Protection for Drives in Windows 10.

Battle for Wesnoth Tutorial
The Battle for Wesnoth is one of the most popular open source strategy games that you can play at this time. Not only has this game been in developmen...
0 A.D. Tutorial
Out of the many strategy games out there, 0 A.D. manages to stand out as a comprehensive title and a very deep, tactical game despite being open sourc...
Unity3D Tutorial
Introduction to Unity 3D Unity 3D is a powerful game development engine. It is cross platform that is it allows you to create games for mobile, web, d...