Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Security | Vulnerability Scans and Assessment » How to Enable a Pre-Boot BitLocker PIN on Windows

How to Enable a Pre-Boot BitLocker PIN on Windows

Posted on 08/10/202330/04/2024 Matthew By Matthew No Comments on How to Enable a Pre-Boot BitLocker PIN on Windows
Enable a Pre-Boot BitLocker PIN on Windows

This guide will walk you through the detailed steps to enable a Pre-Boot PIN for your BitLocker-encrypted Windows system drive. Kindly see How and where to find your BitLocker recovery key on Windows, and Enable BitLocker AES-XTX 256 Encryption. Enhancing the security of your Windows system drive is crucial to protect your data. Also, see When Should I Use TPM or TPM + PIN.

BitLocker encryption is a powerful tool to achieve this and adding a Pre-Boot Personal Identification Number (PIN) provides an extra layer of security. This PIN is separate from your login PIN, which is entered after Windows boots up.

This feature prevents the encryption key from automatically loading into system memory during boot, safeguarding against certain attacks.

Here is a guide on the Concept of DriveLock with a focus on Encryption. Learn How to Change BitLocker Password in Windows, and UEFI, TPM, BitLocker FAQs: Disable Sleep Mode.

Prerequisites and Compatibility:

  • BitLocker encryption with a Pre-Boot PIN is available on Windows Professional and Enterprise editions. See Upgrade Windows 11 Pro to Enterprise and vice Versa.
  • Modern computers typically have Trusted Platform Modules (TPMs) required for BitLocker, but if your computer lacks a TPM, you will need to use a startup password instead. See Enable TPM: Determine if TPM is present.
  • Home versions of Windows do not support BitLocker. Device Encryption, available on some Home versions, functions differently and does not allow the use of a startup key.

Enabling a Pre-Boot BitLocker PIN on Windows

Before configuring a Pre-Boot PIN, ensure you have BitLocker enabled for your system drive. If prompted to create a startup password, this step is only necessary when enabling BitLocker on computers with TPMs.

See Enable BitLocker without Compatible TPM, How to sync your passwords across iOS and Mac devices, and how to sync your passwords across iOS and Mac devices.

Configuring Group Policy for a Pre-Boot PIN:

Press Win + R, type “gpedit.msc” into the Run dialog, and press Enter.

Run utility for Group Policy
Run utility for Group Policy

Navigate to the following path:

Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Operating System Drives

Double-click the “Require Additional Authentication at Startup” option.

Open require additional authentication at startup
Open require additional authentication at startup

Select “Enabled” and configure the “Configure TPM Startup PIN” option to “Require Startup PIN With TPM.” Click “OK” to save changes.

Enable require startup PIN with TPM
Enable require startup PIN with TPM

To ensure your modifications are applied, launch the command prompt with administrator privileges and run the following command: “gpupdate.” Wait until your computer successfully applies the group policy update, or you can opt to restart your system instead.

Run gpupdate command
Run gpupdate command

Adding a Pre-Boot PIN to Your Drive:

Launch Command Prompt as Administrator. Please see How to Block ZIP/RAR Attachments in Outlook 2016 – 2007

Open Command Prompt as administrator
Open Command Prompt as administrator

Run the following command, replacing “c:” with the appropriate drive letter if necessary:

manage-bde -protectors -add c: -TPMAndPIN
Set the BitLocker PIN
Set the BitLocker PIN

To verify its successful completion, run the status command:

manage-bde -status c:
Confirm BitLocker PIN status
Confirm BitLocker PIN status

You’ll be prompted to enter your PIN, which will be required during boot.

Changing Your BitLocker PIN:

To change your PIN in the future, run the following command as Administrator in Command Prompt:

manage-bde -changepin c:
Change BitLocker PIN in command.
Change BitLocker PIN in command.

Removing the PIN Requirement:

Change the Group Policy setting back to “Allow Startup PIN With TPM.” Open Command Prompt as Administrator and run:

manage-bde -protectors -add c: -TPM
Remove BitLocker startup PIN
Remove BitLocker startup PIN

This will replace the “TPMAndPIN” requirement with “TPM” and remove the PIN requirement.

To verify its successful completion, run the status command once more:

manage-bde -status c:
Check if BitLocker PIN has been removed
Check if BitLocker PIN has been removed

Conclusion

By following this comprehensive guide, you can enhance the security of your BitLocker-encrypted Windows system drive with a Pre-Boot PIN and manage it effectively. Ensure you follow the steps carefully and understand the implications of these security measures.

Please see “Create Task Manager Shortcuts: How to add access, pin the Task Manager on Windows 11“, and how to fix DISM “Failed to open image” CWimImageInfo Mount(hr:0x8007000d): Fix Error DISM WIM Provider.

FAQs

Is a Pre-Boot PIN necessary for all BitLocker-encrypted drives?

No, a Pre-Boot PIN is not mandatory for all BitLocker-encrypted drives. It is an optional security feature that adds an extra layer of protection by preventing the automatic loading of the encryption key during boot. You can choose to enable or disable it based on your security requirements.

What should I do if I forget my Pre-Boot PIN?

If you forget your Pre-Boot PIN, you will need to provide the BitLocker recovery code that you should have saved when you initially enabled BitLocker for your system drive. It’s essential to keep this recovery code in a safe place because it is your last resort to regain access to your encrypted drive in case of forgotten PINs or other issues.

Why does Windows BitLocker Recovery Mode keeps geting prompted for MBAM managed Device?

This issue could be a result of external factors and not MBAM itself. Oftentimes, BitLocker(MBAM) will monitor for system configuration changes. Therefore, when it detects a new device in the boot list or an attached external storage device (USB etc.), this behavior (recovery window) could be prompted.

In theory, here are some possibilities that could also cause this issue.
– BIOS-related change or upgrade.
– Changes in the Platform Configuration Registers (PCRs) used by the TPM validation profile
– Failing the TPM self-test
– Attempting to change the boot order during the boot process with any of the hotkeys on the keyboard.
– A depleted battery could also prompt the recovery mode and also prevent BitLocker(MBAM) from encrypting the drive.

In order to determine the root cuse of this issue, kindly check the MBAM Client event logs? This is located in Event Viewer – Applications and Services Logs – Microsoft – Windows – MBAM – Operational path.

I hope you found this article useful on how to Enable a Pre-Boot BitLocker PIN on Windows. Please feel free to leave a comment below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Security | Vulnerability Scans and Assessment, Windows Tags:Bitlocker, BitLocker activation without a PIN, BitLocker Drive Encryption Tools, BitLocker Recovery Keys, Windows 10, Windows 11

Post navigation

Previous Post: How To Force Stop A Windows Service When Stop Option Is Grayed Out
Next Post: How to disable automatic Windows updates via Windows Settings

Related Posts

  • Remote Desktop Connection
    Connect to the Remote Desktop Console from Command Prompt Windows
  • what is winrm
    WinRM cannot complete the operation, verify that the specified computer name is valid Windows
  • How to Fix Windows 11 File Explorer lags and freezes issue
    How to Fix Windows 11 File Explorer Lags and Freezes Issue Windows
  • Hyper V Virtual Switch
    How to Create Hyper-V Virtual Switch Network | Monitoring
  • ghm
    Single App Kiosk Mode Configuration using MDM Bridge WMI Provider Windows
  • Windows 11 Taskmanager
    Create Task Manager Shortcuts: How to add access, pin the Task Manager on Windows 11 Windows

More Related Articles

Remote Desktop Connection Connect to the Remote Desktop Console from Command Prompt Windows
what is winrm WinRM cannot complete the operation, verify that the specified computer name is valid Windows
How to Fix Windows 11 File Explorer lags and freezes issue How to Fix Windows 11 File Explorer Lags and Freezes Issue Windows
Hyper V Virtual Switch How to Create Hyper-V Virtual Switch Network | Monitoring
ghm Single App Kiosk Mode Configuration using MDM Bridge WMI Provider Windows
Windows 11 Taskmanager Create Task Manager Shortcuts: How to add access, pin the Task Manager on Windows 11 Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • understanding azure active directory and enterprise mobility security ems 16 638
    Methods for Integrating Azure Active Directory with on-Premise Active Directory AWS/Azure/OpenShift
  • Featured image new
    How to find out who restarted Windows Server Windows
  • License
    Windows Licensing: How to find your Windows 10 Product key Windows
  • diag7
    How to run Windows Memory Diagnostics Tool on Windows Windows
  • Windows server 2016 606x400 1
    How to install Windows Server 2016 Operating System on VirtualBox Windows Server
  • Windows Hello with fake fingerprints
    Security researchers bypass Windows Hello with fake fingerprints with Raspberry Pi 4 Security | Vulnerability Scans and Assessment
  • rdp5
    Change expired RDP Password: How to change a password on a Remote Desktop session Windows Server
  • Account restrictions are preventing this user from signing in
    Resolve Account restrictions are preventing this user from signing in: User Account Password has expired Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,814 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.