How to Lock a BitLocker Drive in Windows 11
You can lock a BitLocker drive in Windows 11 by manually turning off and then immediately turning back on BitLocker encryption for that specific drive.
BitLocker is a built-in Windows feature that encrypts entire drives to protect your data, requiring a password or recovery key to access them. This process ensures your sensitive files remain inaccessible to unauthorized individuals.
While BitLocker often unlocks automatically for your operating system drive (usually C:), you might want to manually lock removable drives or even re-lock your system drive for added security after a reboot.
For example, if you’ve used BitLocker on a USB drive in Windows 11, it will remain locked until you provide your password or key.
To lock a BitLocker drive, open Windows Terminal as an administrator, select PowerShell, and type `Lock-BitLocker -MountPoint “drive letter”: -ForceDismount`. Alternatively, use `manage-bde -lock “drive letter”: -ForceDismount` in Command Prompt or PowerShell. This requires the drive letter you wish to secure.
Why Lock a BitLocker Drive?
Locking a BitLocker drive helps protect your files if someone else tries to use your computer or remove a drive without permission. For example, if you lock a USB drive, no one can read the files on it unless they have the password or key.
How to Lock a BitLocker Drive in 🪟 Windows 11
Follow these simple steps to lock your BitLocker drive:
Step 1Open Windows Terminal as an Administrator
- Click the Start button (or press Windows key).
- Type Windows Terminal.
- Right-click on Windows Terminal from the search results and choose Run as administrator. ⚠️ Admin privileges required
Step 2Switch to PowerShell Tab
At the top of the Windows Terminal window, click the down arrow 
Step 3Lock Your Drive with the Command
Type the following command and press Enter:
Lock-BitLocker -MountPoint "<drive letter>:" -ForceDismountReplace <drive letter> with the letter of the drive you want to lock. For example, to lock drive D, type:
Lock-BitLocker -MountPoint "D:" -ForceDismountAlternative Method Using Command Prompt or PowerShell
You can also lock your drive by typing this command in Command Prompt or PowerShell (also run as administrator): ⚠️ Admin privileges required
manage-bde -lock "<drive letter>:" -ForceDismountExample for drive D:
manage-bde -lock "D:" -ForceDismountSummary
- BitLocker helps keep your computer data safe by locking drives.
- You can lock external USB drives, fixed drives inside your PC, and your main system drive.
- Locking a drive means no one can access it without the right password or key.
- Use Windows Terminal or Command Prompt as an administrator to lock your drives easily.
- For more details on turning on BitLocker, visit this easy guide: How to Turn On BitLocker in Windows 11.
How do I lock the BitLocker drive?
Use Command Prompt and PowerShell for instant BitLocker locking: Execute commands like manage-bde -lock -ForceDismount or Lock-BitLocker -MountPoint “D:” in CMD or PowerShell to manually lock encrypted drives without restarting your PC.
Does BitLocker lock the hard drive?
IMPORTANT: Once the encryption process is complete for each USB drive or hard drive you encrypt, the next time you plug it into a Windows computer, File Explorer will have a lock icon on that drive, to indicate that it is encrypted.
How to relock BitLocker drive after unlock without restart?
Anything it will just work so in order to do that you have to go inside the command prompt. And you should run that as an administrator. Here you have to execute this command.
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!