How to Turn On or Off BitLocker Auto-Unlock in Windows 11
BitLocker auto-unlock in Windows 11 lets your computer open encrypted second drives by itself when you turn on your PC. Instead of typing a long password every single time you start Windows, this feature remembers your key and unlocks fixed hard drives, external storage devices, and USB flash drives in the background.
You keep your files safe from outsiders while skipping the annoying pop-up prompt each time you reboot. You can turn this setting on or off in a few clicks using the Settings app or a quick command.
Enable or disable BitLocker auto-unlock by navigating to Control Panel System and Security BitLocker Drive Encryption. Select the desired drive and choose “Turn on auto-unlock” or “Turn off auto-unlock.” Alternatively, use Command Prompt or PowerShell with the `manage-bde` or `Enable/Disable-BitLockerAutoUnlock` commands.
How to Turn On or Off BitLocker Auto-Unlock Using Control Panel
Complete these steps:
- Click the Start button, type Control Panel , and open it.
- Go to System and Security, then click BitLocker Drive Encryption.
- Find the drive you want to change in the list (it will say “BitLocker On”).
- To turn auto-unlock on, click Turn on auto-unlock next to that drive.
- To turn auto-unlock off, if it’s already on, click Turn off auto-unlock.
Here’s what it looks like when auto-unlock is active for a fixed drive:

This panel appears when auto-unlock remains disabled:

How to Turn On or Off BitLocker Auto-Unlock Using Commands
Command-line utilities like Command Prompt or PowerShell provide alternative configuration methods. The procedure requires specific execution steps:
Step 1Open Windows Terminal
Right-click the Start button and choose Windows Terminal. Review the Windows Terminal guide for assistance launching the console.
Step 2Use the Commands
To turn on auto-unlock for a target partition (replace E with the correct drive letter):
manage-bde -autounlock -enable E:
To turn off auto-unlock for that same storage volume:
manage-bde -autounlock -disable E:
How to Turn On or Off BitLocker Auto-Unlock Using PowerShell
PowerShell (an administrative shell environment) handles these configuration tasks using dedicated cmdlets.
- Open PowerShell by typing PowerShell in the Start menu and clicking the app. See this guide if you need help.
- To turn on auto-unlock, type this command and press Enter (replace
E:with your drive letter):
Enable-BitLockerAutoUnlock -MountPoint "E:"
- To turn off auto-unlock, type this command and press Enter:
Disable-BitLockerAutoUnlock -MountPoint "E:"
Configuration changes take effect immediately, determining whether drives mount automatically during startup or demand manual credential entry.
Summary
- BitLocker helps keep your data safe by encrypting your drives.
- Auto-unlock lets your encrypted drives open automatically after you log into Windows, saving time.
- You can easily turn auto-unlock on or off through the Control Panel, Command Prompt, or PowerShell.
- Turning off auto-unlock adds an extra layer of security, but turning it on makes accessing your files faster.
Additional drive configuration details appear in the How to Turn On BitLocker in Windows 11 tutorial.
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!