How to Lock a BitLocker Drive in Windows 11
BitLocker locking in Windows 11 hides your files and keeps them safe from anyone who picks up your computer or USB drive. BitLocker is a built-in Windows tool that scrambles all the data on a drive so it looks like total gibberish without the right password or recovery key.
Your main system drive usually unlocks on its own when you turn on your PC. However, you can also lock removable USB drives and extra data drives by hand whenever you want maximum privacy.
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 protects computer files. If someone tries to use a computer or takes a drive without permission, data stays secure. A locked USB drive hides its contents until the correct password or key is entered, for instance.
How to Lock a BitLocker Drive in 🪟 Windows 11
Here’s how to lock a BitLocker drive:
Step 1Open Windows Terminal as an Administrator
- Click the Start button (or press Win).
- 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 targeted for locking. For example, typing this command locks drive D:
Lock-BitLocker -MountPoint "D:" -ForceDismountAlternative Method Using Command Prompt or PowerShell
Command Prompt or PowerShell also handles this task if either utility runs with elevated privileges: ⚠️ Admin privileges required
manage-bde -lock "<drive letter>:" -ForceDismountExample for drive D:
manage-bde -lock "D:" -ForceDismountSummary
Another Way: Using Command Prompt or PowerShell- 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?
BitLocker drives lock instantly using Command Prompt or PowerShell. Executing commands like manage-bde -lock -ForceDismount or Lock-BitLocker -MountPoint “D:” in either terminal manually locks encrypted drives without restarting the PC.
Does BitLocker lock the hard drive?
IMPORTANT: Once encryption finishes for each USB drive or hard drive, a lock icon appears on that drive in File Explorer the next time it connects to a Windows computer, indicating that the drive is encrypted.
How to relock BitLocker drive after unlock without restart?
Relocking a BitLocker drive after unlocking it occurs through the command prompt without requiring a PC restart. Running the terminal as an administrator allows typing the following 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!