How to fix BitLocker Error 0x80072f9a on Windows 11.

If you are trying to enable BitLocker and set up a new device with encryption on Windows 10 or 11 but are getting the following error message: A problem occurred during the BitLocker setup. You may need to restart BitLocker setup to continue. Error code 0x80072f9a. This article will take you through several different things you can do to fix the problem and get BitLocker working correctly again.

Related: How to stop the Print Screen Key from opening the Snipping Tool on Windows 11.

BitLocker is a built-in encryption feature in Microsoft Windows operating systems that allows you to encrypt entire volumes or drives to protect the data they contain. By encrypting the data, it makes it harder for unauthorized individuals to access sensitive information on the drive, even if the drive falls into their hands.

While BitLocker is one of Windows most reliable features there are still a few minor issues that you may come across while using it. These usually occur when trying to enable or disable it. Error A problem occurred during the BitLocker setup. You may need to restart BitLocker setup to continue. Error code 0x80072f9a for example

Before you start any of the steps shown below try disabling any third-party antivirus software installed on your device as this can interrupt BitLocker and cause it to malfunction. Once you have done this check to see if everything is working. If it is, you can wrap this guide up here.

Verify BitLocker Group Policy Settings

Check the Group Policy Settings of BitLocker to ensure they're configured correctly. Misconfigured settings can cause the BitLocker Error Code 0x80072f9a to occur.

Run System File Checker

Outdated or corrupted system files can also cause the BitLocker Error Code 0x80072f9a to occur. Run the system file checker to scan and fix these.

Re-register the BitLocker WMI (win32_encryptablevolume) class

BitLocker may malfunction if the BitLocker WMI class (win32_encryptablevolume) is not registered or is missing registration. Re-register the BitLocker WMI class to fix it.

Clear the SSL state

The BitLocker error 0x80072f9a can also be caused by problems with server certificate validation. In such cases, clearing the SSL state can help your computer refresh its cache of SSL certificates and potentially resolve the issue.

Try disabling and then re-enabling BitLocker on your device.

This process may help fix temporary bugs and errors.

manage-bde -off C:

To enable BitLocker again, run the following command:

manage-bde -on C:

Note that disabling BitLocker will decrypt the drive, so make sure to back up your data before doing so. Re-enabling BitLocker will then re-encrypt the drive with a new encryption key.

Comments