How to Use Windows Server BitLocker for Full Volume Encryption

Physical security is the most commonly overlooked aspect of server administration. You might have firewalls, AppLocker, and complex passwords, but if a thief physically walks into your branch office, unplugs your Windows Server, and steals the hard drives, none of your software defenses matter. They can plug those drives into an offline Linux machine and read every single unencrypted file, database, and Active Directory hash. The only defense against physical data theft is Full Volume Encryption using BitLocker.

How BitLocker Works on Servers

BitLocker encrypts the entire hard drive at the sector level using AES-128 or AES-256 encryption. To unlock the drive and boot Windows, the server must provide the correct decryption key. In an enterprise environment, this key is usually stored in the server’s motherboard inside a hardware chip called the TPM (Trusted Platform Module).

When the server boots, the TPM checks the hardware and the bootloader. If someone has tampered with the BIOS or moved the hard drive to a different machine, the TPM refuses to release the key, and the data remains mathematically unreadable.

Step 1: Install the BitLocker Feature

Unlike Windows 10/11 Pro, BitLocker is not installed by default on Windows Server to save resources.

  1. Open Server Manager.
  2. Click Manage > Add Roles and Features.
  3. Skip to the Features screen.
  4. Check the box for BitLocker Drive Encryption. (It will automatically prompt you to add the required Enhanced Storage features).
  5. Click Install and restart the server.

Step 2: Initialize the TPM

Before you can encrypt the OS drive, the server’s TPM chip must be active.

  1. Press Win + R, type tpm.msc, and press Enter.
  2. The status should say “The TPM is ready for use.”
  3. If it says it cannot be found, you must reboot the server into its physical BIOS/UEFI settings, find the Security tab, and enable the TPM chip manually.

Step 3: Save the Recovery Key (CRITICAL)

If the motherboard dies and takes the TPM chip with it, the only way you will ever get your data back is by using the 48-digit numerical Recovery Key.

When you start the BitLocker wizard (Control Panel > System and Security > BitLocker Drive Encryption), it will force you to save this key.

  • Save to a file: Save it to a completely different network share or a secure IT password manager.
  • Print the recovery key: Print it out and lock it in a physical safe.
  • Save to Active Directory: In an enterprise domain, Group Policy can be configured to automatically back up all BitLocker recovery keys to the AD computer object before encryption begins. This is highly recommended.

Step 4: Choose the Encryption Mode

The wizard will ask you how much of the drive to encrypt.

  • Used Disk Space Only: Fast. Only encrypts sectors that currently hold files. (Only use this on brand-new, freshly installed servers).
  • Entire Drive: Slow. Encrypts every single sector, including empty space. (Mandatory for servers that have been in production, as “deleted” files might still exist in the empty space).

It will also ask about the encryption algorithm. Choose XTS-AES 256-bit if you do not have to worry about moving the drive to an older Windows 7 or Server 2008 machine.

Step 5: Run the BitLocker System Check

Before actually encrypting the drive, the wizard strongly recommends running a system check. Do not skip this.

Windows will reboot the server, communicate with the TPM, and ensure it can actually unlock the drive before it locks your data away permanently. Once the server reboots successfully, a small padlock icon will appear over your C: drive in File Explorer, and the encryption process will begin in the background.

BitLocker has minimal performance overhead on modern CPUs with AES-NI instruction sets, making it a mandatory requirement for any server operating outside of a heavily guarded, Tier 4 datacenter.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.