Javascript required
Skip to content Skip to sidebar Skip to footer

How to Access Bitlocker Encrypted Drive in Windows 10

On Windows 10, BitLocker is a security feature that allows you to encrypt the entire system drive (and external storage) to protect your documents, pictures, music, videos, and other files from unauthorized access if your device gets stolen or lost.

Although BitLocker Drive Encryption is a useful feature (especially for mobile devices, such as laptops and tablets), it has a drawback. If you enable encryption on a system drive, performing a Unified Extensible Firmware Interface (UEFI) or Basic Input/Output System (BIOS) updates, changing hardware, or upgrading to a new version of Windows 10, you may run into issues, such as having to enter a recovery key during startup, because BitLocker will think that the device is being tampered with.

However, you can prevent problems while using encryption by suspending BitLocker on a system drive to successfully perform firmware, hardware, or Windows 10 updates in at least three different ways, using Control Panel, PowerShell, and Command Prompt.

In this Windows 10 guide, we walk you through the steps to suspend (and resume) BitLocker on your device to prevent issues during system modifications.

  • How to suspend BitLocker using Control Panel
  • How to suspend BitLocker using PowerShell
  • How to suspend BitLocker using Command Prompt

How to suspend BitLocker using Control Panel

To suspend BitLocker using Control Panel on Windows 10, use these steps:

  1. Open Control Panel.
  2. Click on System and Security.
  3. Click on BitLocker Drive Encryption.

  4. Click the Suspend protection option.

  5. Click the Yes button.

Once you complete these steps, the BitLocker protection will be temporarily disabled without decrypting your data so that you can perform firmware and system updates without problems.

Using suspension doesn't decrypt the data. Instead, the option makes the BitLocker key available to anyone in clear text, and additional data that you create will still be encrypted on the drive. Once you're done making system changes, you can always resume encryption to keep your files protected.

Resuming BitLocker protection with Control Panel

To resume the BitLocker protection on your device, use these steps:

  1. Open Control Panel.
  2. Click on System and Security.
  3. Click on BitLocker Drive Encryption.

  4. Click the Resume protection option.

Alternatively, restarting your computer will also resume the BitLocker protection automatically.

How to suspend BitLocker using PowerShell

If you feel more comfortable using commands, or you're building an automated script, you can use PowerShell to suspend BitLocker on Windows 10 with these steps:

  1. Open Start.
  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  3. Type the following command to suspend BitLocker and press Enter:

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

    In the command, the -RebootCount allows you to determine how many times your computer can restart before BitLocker will re-enable automatically. You can use values 0 through 15, while zero suspends BitLocker until you resume the protection manually.

After you complete the steps, Windows 10 will disable BitLocker indefinitely unless you specified the reboot count option, in which case, the protection will re-enable automatically after the number of restarts that you chose.

Resuming BitLocker with PowerShell

After applying a new firmware update or a version of Windows 10, you can resume BitLocker at any time with PowerShell using these steps:

  1. Open Start.
  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  3. Type the following command to resume BitLocker and press Enter:

    Resume-BitLocker -MountPoint "C:"

After you complete the steps, the encryption protection feature will enable on your device.

How to suspend BitLocker using Command Prompt

Alternatively, you can also use Command Prompt to disable BitLocker on Windows 10 temporarily using these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to identify the drive that you want to suspend BitLocker and press Enter:

    Manage-bde –Protectors –Disable C: -RebootCount 0

    In the command, the -RebootCount allows you to specify how many times your computer can restart before BitLocker will re-enable automatically. You can use values 0 through 15, while zero suspends BitLocker until you resume the protection manually.

Once you complete these steps, your computer will temporarily stay without encryption protection to perform system changes.

Resuming BitLocker using Command Prompt

After applying the system changes, you can re-enable the BitLocker protection with Command Prompt using these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to resume BitLocker and press Enter:

    Manage-bde –Protectors -Enable C:

After you complete the steps, BitLocker will resume to keep the system drive fully encrypted.

While we're showing you multiple ways to suspend BitLocker on Windows 10, the command options using PowerShell and Command Prompt are the only methods that let you pause encryption indefinitely.

Also, this guide is focused on Windows 10, but these instructions should also work on Windows 8.1 and Windows 7.

More Windows 10 resources

For more helpful articles, coverage, and answers to common questions about Windows 10, visit the following resources:

  • Windows 10 on Windows Central – All you need to know
  • Windows 10 help, tips, and tricks
  • Windows 10 forums on Windows Central

Mauro recommends all these affordable accessories

Hi, I'm Mauro Huculak, Windows Central's help and how-to guru. I wrote the post you're reading now, and I know the Windows OS inside and out. But I'm also a bit of a hardware geek. These are some of the affordable gadgets on my desk today.

Logitech MX Master Wireless Mouse ($72 at Amazon)

I know mice, and this is the one I use every day. The MX Master is a wireless high-precision mouse that's very comfortable to use and has many great features, including the ability to connect with multiple devices, an infinite scroll wheel, back and forward buttons, all of which you can customize.

Ktrio Extended Gaming Mouse Pad ($12 at Amazon)

If you spend a lot of time typing, your palms and mouse will leave tracks on your desk. My solution was to start using gaming mouse pads, which are big enough for you to use the keyboard and the mouse comfortably. This is the one I use and recommend.

Supernight LED light strip ($20 at Amazon)

You could just use a regular light bulb in your office, but if you want to add some ambient lighting with different colors, an RGB LED strip is the way to go. This one is Mauro-approved.

We may earn a commission for purchases using our links. Learn more.

How to Access Bitlocker Encrypted Drive in Windows 10

Source: https://www.windowscentral.com/how-suspend-bitlocker-encryption-perform-system-changes-windows-10