Hello jshoemaker21,
Thank you for posting in Microsoft Community forum.
To enable hardware-encrypted BitLocker in Windows, you'll need to ensure your system meets certain requirements and follow the correct steps. Here is a general guide:
Requirements:
- TPM (Trusted Platform Module): Your device must have a TPM version 1.2 or higher.
- BIOS/UEFI Settings: TPM must be enabled in the BIOS/UEFI settings.
- Drive Support: The drive must support hardware encryption (SED - Self-Encrypting Drive).
- Windows Edition: You need Windows Pro, Enterprise, or Education editions.
Procedure:
- Check TPM and Drive Compatibility:
- Open Device Manager and check the status of your TPM under "Security devices."
- Verify your drive supports hardware encryption (either check the manufacturer's documentation or use utilities like
manage-bde -status
).
- Configure Group Policy:
- Press
Windows + R
, typegpedit.msc
, and press Enter to open the Group Policy Editor. - Navigate to
Computer Configuration
>Administrative Templates
>Windows Components
>BitLocker Drive Encryption
. - Under "Operating System Drives" or "Fixed Data Drives":
- Locate and enable the policy:
Configure use of hardware-based encryption for operating system drives
(or "fixed data drives" as applicable). - Set it to "Enabled."
- Locate and enable the policy:
- Press
- Enable BitLocker:
- Open the Control Panel and go to
System and Security > BitLocker Drive Encryption
. - Select the drive you want to encrypt and turn on BitLocker.
- Follow the wizard, selecting the desired encryption options and saving your recovery key.
- Open the Control Panel and go to
- Verify Encryption Type:
- Once BitLocker is enabled, you can verify it is using hardware encryption:
- Open Command Prompt as an administrator.
- Type
manage-bde -status
and press Enter. - Check the "Encryption Method" field to ensure it says "Hardware Encryption" for your drive.
- Once BitLocker is enabled, you can verify it is using hardware encryption:
Important Notes:
- If your drive or system does not support hardware encryption, BitLocker will fall back to software encryption.
- Keep your recovery key in a safe place; losing it means you won't be able to access your data if you encounter issues.
By following these steps, you should be able to enable hardware-based BitLocker encryption on your machine.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan