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.
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
How to Pause and Resume BitLocker Using Control Panel
- Open the Control Panel on your PC. Learn how to open Control Panel
- Click on System and Security, then choose BitLocker Drive Encryption.
- Find the drive you want to pause BitLocker on under Operating system drive or other drives.
- Click Suspend protection.

Suspend BitLocker link in Control Panel - 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:
- Go back to Control Panel > System and Security > BitLocker Drive Encryption.
- Click Resume protection for the paused drive.

Resume BitLocker protection in Control Panel
How to Resume BitLocker Using File Explorer
- Open File Explorer.
- Right-click on the drive that has BitLocker paused.
- Click Show more options (or press Shift+F10), then select Resume BitLocker protection.

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).
- FLAG: Admin privileges required — Open Windows Terminal as administrator, then choose the PowerShell tab.
To pause BitLocker on a drive, type:
manage-bde -protectors -disable <drive letter>:Replace <drive letter> with the letter of your drive. For example:
manage-bde -protectors -disable C:To turn BitLocker back on, type:
manage-bde -protectors -enable C:You can also pause or resume BitLocker for all drives with these commands:
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 ‘.
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:
Suspend-BitLocker -MountPoint "C:" -RebootCount 0Summary
- 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?
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.
No comments yet — be the first to share your thoughts!