Encrypting a disk prevents offline access to files when a Windows PC, SSD, HDD, or removable drive is lost, stolen, or inspected by attaching the storage to another computer. Full-disk encryption keeps the raw contents unreadable until the drive is properly unlocked.
BitLocker encrypts an entire volume and unlocks it using key protectors such as a TPM, a PIN, a password, or a startup key on a USB drive. A recovery key is generated during setup as a break-glass unlock method, and removable media uses BitLocker To Go so protected drives stay encrypted when moved between systems.
BitLocker is typically available on Windows 10 and Windows 11 editions such as Pro, Enterprise, and Education, while many Windows Home systems use Device encryption instead. Enabling encryption requires administrative rights, a safe place to store the recovery key separate from the encrypted drive, and reliable power during the initial encryption pass to reduce interruptions and recovery prompts.
Control Panel provides the most consistent BitLocker workflow across Windows 10 and Windows 11.
If BitLocker Drive Encryption is missing, the Windows edition may not include BitLocker.
Options vary by drive type and policy: OS drives commonly use TPM or TPM + PIN, fixed data drives commonly use a password, and removable drives use BitLocker To Go with a password.
Store the recovery key outside the encrypted drive (for example, a Microsoft account, a file on another drive, or a printed copy), because losing it can permanently block access to the encrypted data.
Encrypt used disk space only is faster for new or mostly-empty drives, while Encrypt entire drive is safer for drives with existing data or previously deleted files.
New encryption mode is intended for fixed internal drives on modern Windows, while Compatible mode is preferred for removable drives that must be readable on older Windows versions.
Keep the device connected to AC power during initial encryption, and avoid forced shutdowns while the percentage increases.
OS drive encryption may require a restart to begin, and saving open work before reboot prevents data loss from application closure.
C:\> manage-bde -status
BitLocker Drive Encryption: Configuration Tool version 10.0.22621
Copyright (C) 2013 Microsoft Corporation. All rights reserved.
Volume C: [OS]
[OS Volume]
Size: 237.87 GB
Conversion Status: Fully Encrypted
Percentage Encrypted: 100.0%
Encryption Method: XTS-AES 128
Protection Status: Protection On
Lock Status: Unlocked
Identification Field: Unknown
Key Protectors:
TPM
Numerical Password
Conversion Status and Percentage Encrypted show progress, while Protection Status confirms BitLocker is actively enforcing encryption.