Skip to content
Follow
Windows

How to Pause and Restart BitLocker on Windows 11

Richard
Written by
Richard
Feb 2, 2026 Updated Jul 10, 2026 4 min read
How to Pause and Restart BitLocker on Windows 11
How to Pause and Restart BitLocker on Windows 11

You can pause and restart BitLocker on Windows 11 to temporarily disable encryption for system updates or hardware modifications.

BitLocker is a full-disk encryption feature built into Windows, designed to protect your data from unauthorized access. Suspending BitLocker stops its encryption process without removing the recovery keys.

This allows you to safely make significant system changes, such as BIOS/UEFI updates or installing new hardware, which might otherwise trigger BitLocker recovery prompts. Once your changes are complete, you simply resume BitLocker to re-enable encryption.

For example, performing a major Windows 11 update often requires suspending BitLocker first. This prevents interruptions and potential data access issues during the update process.

⚡ Quick Answer

You can pause BitLocker by going to Control Panel, then System and Security, and selecting BitLocker Drive Encryption. Click “Suspend protection” for the desired drive. To resume, return to the same menu and click “Resume protection.

What is BitLocker?

BitLocker is a security feature in Windows that locks your computer’s drives, like your main Windows drive or USB sticks, to keep your files safe from people who shouldn’t see them.

You can use BitLocker to protect:

  • Your main computer drive where Windows is installed (called the OS drive)
  • Other internal drives inside your PC
  • External drives like USB sticks or external hard drives

For your main Windows drive, BitLocker usually unlocks automatically when you start your PC using a special security chip called TPM.

Why Pause (Suspend) BitLocker?

You should pause BitLocker temporarily when you’re changing computer hardware or updating Windows. This helps prevent errors during these system changes, but remember your data isn’t fully protected while paused.

  • When you change computer hardware
  • When you update Windows or the operating system
⚠️Warning
Pausing BitLocker allows system changes to occur without errors. However, during a paused state, user data lacks full protection. Users must resume BitLocker protection after completing their tasks.

How to Pause and Resume BitLocker Using Control Panel

  1. Open the Control Panel on your PC. Learn how to open Control Panel
  2. Click on System and Security, then choose BitLocker Drive Encryption.
  3. Find the drive you want to pause BitLocker on under Operating system drive or other drives.
  4. Click Suspend protection.
    Suspend BitLocker link in Control Panel
    Suspend BitLocker link in Control Panel
  5. When a pop-up appears, click Yes to confirm.

You can pause BitLocker easily using the Control Panel. Just open it, go to System and Security, then select BitLocker Drive Encryption, find your drive, and click ‘Suspend protection’.

To Resume (Turn Back On) BitLocker Protection:

  1. Go back to Control Panel > System and Security > BitLocker Drive Encryption.
  2. Click Resume protection for the paused drive.
    Resume BitLocker protection in Control Panel
    Resume BitLocker protection in Control Panel

How to Resume BitLocker Using File Explorer

  1. Right-click on the drive that has BitLocker paused.
  2. Click Show more options (or press Shift+F10), then select Resume BitLocker protection.
    Resume BitLocker protection from context menu
    Resume BitLocker protection from context menu

Pause and Resume BitLocker Using PowerShell (Advanced)

If you’re comfortable with commands, you can pause BitLocker using PowerShell. Open Windows Terminal as an administrator, choose PowerShell, and use the command ‘manage-bde -protectors -disable C:’ (replace C: with your drive).

  1. FLAG: Admin privileges required — Open Windows Terminal as administrator, then choose the PowerShell tab.

To pause BitLocker on a drive, type:

💻Code
manage-bde -protectors -disable <drive letter>:

Replace <drive letter> with the letter of your drive. For example:

💻Code
manage-bde -protectors -disable C:

To turn BitLocker back on, type:

💻Code
manage-bde -protectors -enable C:

You can also pause or resume BitLocker for all drives with these commands:

PowerShell
Get-BitLockerVolume | Suspend-BitLocker
Get-BitLockerVolume | Resume-BitLocker

Pause BitLocker for OS Drive with Automatic Resume After Restarts

When you pause BitLocker on your main Windows drive (C:), you can set it to automatically resume protection after a set number of restarts, anywhere from 0 to 15. Use the command ‘Suspend-BitLocker -MountPoint “C:” -RebootCount ‘.

💻Code
Suspend-BitLocker -MountPoint "C:" -RebootCount <number_of_restarts>

Replace <number_of_restarts> with a number from 0 to 15. For example, to pause until you manually resume, use:

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

Summary

  • BitLocker keeps your files safe by locking your drives.
  • You can pause BitLocker when making system changes to avoid problems.
  • Remember to resume BitLocker as soon as possible to keep your data protected.
  • You can pause or resume BitLocker using Control Panel, File Explorer, or PowerShell.
  • For the main Windows drive, you can control how many restarts before BitLocker turns back on automatically.

BitLocker is a Windows feature that locks your drives to keep files safe. You can pause it temporarily when changing hardware or updating Windows to avoid issues. Remember to resume protection soon after.

Is it safe to pause BitLocker encryption?

Yes, it’s safe to pause BitLocker because even when suspended, the keys used for encryption remain protected within the drive itself, never stored unencrypted.

How to force disable BitLocker in 🪟 Windows 11?

Type and search [Manage BitLocker] in the Windows search bar①, then click [Open]②. Click [Turn off BitLocker]③ on the drive that you want to decrypt.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Access Control Panel in Windows 11
Windows How to Access Control Panel in Windows 11
Windows 11 Control Panel Shortcuts Guide
Windows Windows 11 Control Panel Shortcuts Guide
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Enforce BitLocker Encryption Types on Windows 11 Drives
Windows How to Enforce BitLocker Encryption Types on Windows 11 Drives

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *