Find Bluetooth Authorization Keys in Regedit

This article outlines the exact Windows Registry locations where system-wide Bluetooth device authorization caches, pairing records, and cryptographic link keys are stored. It details the primary registry paths used by the Windows Bluetooth driver stack, explains the role of each subkey, and describes the permissions required to access protected authorization data.

Primary Registry Path for Bluetooth Authorization

Windows manages system-wide Bluetooth pairing and authorization data within the BTHPORT service parameters. You can locate these configuration keys under the following paths in the Registry Editor (regedit):

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters

Inside this directory, two primary subkeys handle authorization and device cache data:

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

2. Device Property and State Cache

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters\Devices

How to Navigate to the Keys

  1. Press Win + R, type regedit, and press Enter.
  2. Paste HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT\Parameters into the address bar at the top and press Enter.
  3. Expand Keys to view paired device authorization secrets, or expand Devices to view cached device attributes.