Turn On or Off use of BitLocker on Removable Data Drives

You must be signed in as an administrator to enable or disable the ability to configure and use BitLocker on removable data drives. You can enable or disable the use of BitLocker on Removable Data Drives in Windows 11/10 in either of two ways; Let’s see a description of the process involved in relation to the two methods.

1] Enable or disable use of BitLocker on Removable Data Drives via Local Group Policy Editor

Do the following:

Press Windows key + R to invoke the Run dialog.In the Run dialog box type gpedit.msc and hit Enter to open Group Policy Editor.Inside the Local Group Policy Editor, use the left pane to navigate to the path below:

In the right pane of Removable Data Drives in Local Group Policy Editor, double-click/tap on the Control use of BitLocker on removable drives policy to edit its properties.Set the radio button to Enabled.Check or uncheck Allow users to apply BitLocker protection on removable data drives and Allow users to suspend and decrypt BitLocker on removable data drives per your requirement.Click Apply > OK to save the changes and exit.

To disable, simply set the radio button to Not configured or Disabled option. For Windows 10 Home users, you can add the Local Group Policy Editor feature and then carry out the instructions as provided above or you can do the registry method below.

2] Enable or disable use of BitLocker on Removable Data Drives via Registry Editor

Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures. To enable use of BitLocker on Removable data Drives, do the following:

Press Windows key + R to invoke the Run dialog.In the Run dialog box, type notepad and hit Enter to open Notepad.Copy and paste the code below into the text editor.

Now, click the File option from the menu and select Save As button.Choose a location (preferably desktop) where you want to save the file.Enter a name with .reg extension (eg; Enable_BitLocker_on_RDD.reg).Choose All Files from the Save as type drop-down list.Double-click the saved .reg file to merge it.If prompted, click on Run > Yes (UAC) > Yes > OK to approve the merge.You can now delete the .reg file if you like.

To Specify use of BitLocker on Removable Data Drives, use the following code per your requirement:

Allow users to apply BitLocker protection on removable data drives:

Repeat the steps above but name the reg file as Allow_Users_to_Apply.reg. OR

Allow users to suspend and decrypt BitLocker on removable data drives:

Repeat the steps above but name the reg file as Allow_Users_to_Suspend_Decrypt.reg. To disable use of BitLocker on Removable data Drives, do the following:

Open Notepad.Copy and paste the code below into the text editor.

Now, click the File option from the menu and select Save As button.Choose a location (preferably desktop) where you want to save the file.Enter a name with .reg extension (eg; Disable_BitLocker_on_RDD.reg).Choose All Files from the Save as type drop-down list.Double-click the saved .reg file to merge it.If prompted, click on Run > Yes (UAC) > Yes > OK to approve the merge.You can now delete the .reg file if you like.

That’s it on how to enable or disable the use of BitLocker on Removable Data Drives in Windows 11/10!