Follow
Windows

How to Enable or Disable BitLocker to Unlock OS Drive with PIN or USB at Startup in Windows 11

Richard
Written by
Richard
May 6, 2026 3 min read
How to Enable or Disable BitLocker to Unlock OS Drive with PIN or USB at Startup in Windows 11
Verified for Geek Rewind — This guide was last tested and updated in May 2026.

BitLocker is a security tool that locks your hard drive so others cannot read your files if your computer is stolen. By default, Windows 11 uses a chip called a Trusted Platform Module (TPM 2.0) to unlock your drive automatically. Adding a PIN or USB key adds an extra layer of protection. This means even if someone has your laptop, they cannot start it without your secret code or physical key.

Why use a PIN or USB?

Why do this? It stops unauthorized people from booting your computer even if they have your password. What happens when you do this? Every time you turn on your PC, you must enter a PIN or plug in a specific USB drive before Windows will load.

Important: Backup Your Recovery Key

Warning: Before changing any security settings, you must back up your recovery key. If something goes wrong, this key is the only way to get back into your data. Visit the official Microsoft documentation to learn how to save your key safely.

Enable or Disable BitLocker Settings (Admin Required)

You must be an administrator to perform these steps. If you are on Windows 11 Pro, you can use the Group Policy Editor.

Using Group Policy Editor

1. Press Win + R, type gpedit.msc, and hit Enter.

2. Go to: Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Operating System Drives.
3. Double-click Require additional authentication at startup.
4. Select Enabled. Ensure the box for Allow BitLocker without a compatible TPM is unchecked unless your PC lacks a TPM.

Group Policy Editor window for BitLocker require additional authentication at startup
BitLocker settings window showing additional authentication options for Windows 11 startup

5. Click OK.

Using Registry Editor (GUI Alternative)

If you prefer not to use Group Policy, you can change these settings in the Registry. Warning: Editing the registry can cause system issues if done incorrectly.

1. Press Win + R, type regedit, and hit Enter.
2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FVE.
3. Right-click in the right pane, select New > DWORD (32-bit) Value, and name it UseAdvancedStartup. Set the value to 1.
4. Repeat this for the other keys below with their values:

  • EnableBDEWithNoTPM set to 0
  • UseTPM set to 2
  • UseTPMPIN set to 2
  • UseTPMKey set to 2
  • UseTPMKeyPIN set to 2

To restore the default behavior, delete the keys created above.

Using Command Line (manage-bde)

Advanced users can use the manage-bde tool. Open Command Prompt as administrator and type: manage-bde -protectors -add C: -TPMAndPIN. This command sets up the PIN requirement for your C: drive.

Troubleshooting ‘PIN Not Available’

If your PIN is not working, ensure your BIOS/UEFI is set to use UEFI mode and Secure Boot is enabled. If you cannot enter a PIN, try using your recovery key to boot, then remove and re-add the PIN protector in the BitLocker settings menu.

Settings menu to change how BitLocker unlocks the OS drive
Windows 11 BitLocker options for configuring PIN or USB startup authentication

Summary

Enabling a BitLocker PIN or USB key adds a physical security layer to your Windows 11 PC. Always back up your recovery key first. You can manage these settings via Group Policy, the Registry, or the manage-bde command. If you lose your credentials, your recovery key is your only path to access your files.” }

Can I use a BitLocker PIN on a device without a TPM?

Yes, you can, but it requires changing a specific Group Policy setting to allow BitLocker without a compatible TPM. Note that this is less secure than using a TPM 2.0 chip, as the encryption key is stored on the USB drive rather than inside a secure hardware chip.

What happens if I lose my BitLocker USB startup key?

If you lose your startup USB key, you will be locked out of your computer. You must use your 48-digit BitLocker Recovery Key to regain access. Always back up this recovery key to a safe location, such as your Microsoft account or a printed document, before enabling startup requirements.

Was this guide helpful?

Tags: #Windows 11
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.

2475 articles → Twitter

📚 Related Tutorials

How to Change Power Modes in Windows 11
Windows How to Change Power Modes in Windows 11
How to Open HEIC Files in Windows 11
Windows How to Open HEIC Files in Windows 11
How to Turn On or Off Reset PIN at Sign-in in Windows 11
Windows How to Turn On or Off Reset PIN at Sign-in in Windows 11
How to Enable or Disable Google Drive Launch on Login
Windows How to Enable or Disable Google Drive Launch on Login

Leave a Reply

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