Find Bluetooth Encryption Settings in Registry

This article outlines the exact Windows Registry locations used to configure and enforce system-wide Bluetooth peripheral encryption modes. It details the primary registry paths within the HKEY_LOCAL_MACHINE hive, highlighting the specific keys that govern Bluetooth driver security parameters, link keys, and group policy-level encryption enforcement.

Primary Bluetooth Configuration Path

The core driver parameters and system-wide security settings for the Windows Bluetooth stack are located in the following path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters

This node manages standard hardware communication and security rules for Bluetooth ports. Within this key, administrators can configure system-wide security requirements, such as enforcing specific encryption levels or minimum key sizes across all connected peripherals.

To inspect device-specific link keys and pairing-generated encryption credentials, navigate to the Keys subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters\Keys

Group Policy Enforcement Path

For environments enforcing encryption via Windows Policy or Mobile Device Management (MDM), configuration keys are maintained under the policy hive:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Bluetooth

Key values configured under this path include:

Modifications made to these registry keys require a system restart or a restart of the Bluetooth Support Service (bthserv) to take effect.