How To Fix the Issue “This device can’t use a Trusted Platform Module”

This article suggests how to fix the issue “This device can’t use a Trusted Platform Module” when enabling BitLocker encryption in Windows 10.

If you try to turn BitLocker on for your OS drive in Windows 10 and thus encrypt the system drive, under certain circumstances, you might get the below error message:

This device can’t use a Trusted Platform Module. Your administrator must set the “Allow BitLocker without a compatible TPM” option in the “Require additional authentication at startup” policy for OS volumes.

If you still want to encrypt your OS drive with BitLocker, then there is a way to overcome this problem.

Here are the steps.

 

Step 1: Run gpedit.msc

Press the Windows Key and R and you will get the “Run” dialog. In the Run dialog type gpedit.msc and click on “OK”:

How To Fix the Issue "This device can't use a Trusted Platform Module" - Article on SQLNetHub

The above action will open the Local Group Policy Editor.

 

Step 2: Local Group Policy Editor

In the Local Group Policy Editor navigate to “Computer Configuration –> Administrative Templates –> Windows Components –> BitLocker Drive Encryption –> Operating System Drives”, and double click on the “Require additional authentication at startup” policy. In the dialog that pop ups, check the “Enabled” option (you will notice that the option “Allow BitLocker without a compatible TPM…” will be also automatically checked), click on “Apply” and then “OK“.

 

How To Fix the Issue "This device can't use a Trusted Platform Module" - Article on SQLNetHub

 

Step 3: Group Policy Update

Start the command prompt as administrator, type the below command and press Enter:

gpupdate /force

The above command will update the group policy on your PC.

Now, if you try to turn BitLocker on for the Operating System drive you won’t get the “Trusted Platform Module” error anymore.

Advice: Always backup your BitLocker recovery keys at a safe place (not on the same PC that you encrypted) when encrypting your drives, in order to be able to recover in the case you forgot the password or on a similar situation. Use encryption only if you know what you are doing.

 


Strengthen your SQL Server Administration Skills – Enroll to our Online Course!

Check our online course on Udemy titled “Essential SQL Server Administration Tips
(special limited-time discount included in link).

Via the course, you will learn essential hands-on SQL Server Administration tips on SQL Server maintenance, security, performance, integration, error handling and more. Many live demonstrations and downloadable resources included!

Essential SQL Server Administration Tips - Online Course with Live Demonstrations and Hands-on Guides
Lifetime Access / Live Demos / Downloadable Resources and more!

Learn More


 

For more troubleshooting-related articles, please check the relevant post category on our blog.

Also, feel free to check out our eBooks on SQL Server!

 

Featured Online Courses:

 

Check our SQL Server Security-Related Articles:

 

Check our latest software releases!

Easily generate snippets with Snippets Generator!

Secure your databases using DBA Security Advisor!

Convert static T-SQL to dynamic and vice versa with Dynamic SQL Generator.

 

Rate this article: 1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)

Loading... 

Reference: SQLNetHub.com (https://www.sqlnethub.com)

© SQLNetHub