How to PERMANENTLY disable Handsfree Telephony for a Bluetooth device in Windows 11?

To permanently disable Handsfree Telephony for a specific Bluetooth device in Windows 11, uncheck the handsfree option in the classic Control Panel. Alternatively, you can disable the handsfree driver in Device Manager or use the Registry to disable telephony for all devices.
Picture of RayTube Fixes

RayTube Fixes

Content creator
How to permanently turn off Bluetooth telephony?
 

Possible Causes for Needing to Disable It

    • Degraded Audio Quality: When a microphone is triggered, the system splits bandwidth, reducing high-fidelity stereo to a low-quality, tinny sound.
    • Automatic Switching: Windows frequently defaults to the hands-free profile when communication apps (like Discord, Teams, or Zoom) are opened.
    • System Reconnects: Some systems re-enable the hands-free profile after restarting or reconnecting the headphones, requiring permanent service adjustments.
  1. How to Solve:

Method 1: Disable via Control Panel (Individual Device)

  1. Press Windows + I to open Settings, navigate to Bluetooth & devices, and click on Devices.
  2. Scroll to the bottom and click on More devices and printer settings.
  3. Right-click your Bluetooth headphones or speaker and select Properties.
  4. Go to the Services tab, uncheck Handsfree Telephony, click Apply, and hit OK.

Method 2: Disable via Device Manager

  1. Right-click the Start button and select Device Manager
  2. Expand the System Devices category.
  3. Locate the entry named after your Bluetooth device ending in Hands-Free AG (e.g., YourDeviceName Hands-Free AG).
  4. Right-click it and select Disable device.

Method 3: Disable Bluetooth Audio Gateway Service (All Devices)

  1. For a blanket fix that stops Windows from using the hands-free profile entirely, you can disable the background system service.
  2. Press Windows + R to open the Run dialog, type services.msc, and press Enter.
  3. Locate the Bluetooth Audio Gateway Service in the list.
  4. Right-click it, select Properties, and change the Startup type to Disabled.
  5. Click Stop under Service status, then click Apply and OK.
  6. Note: Disabling Handsfree Telephony will completely deactivate the built-in microphone on your Bluetooth device.

Alternatively you may also use the follow steps using the command prompt to disable hands-free for all Bluetooth devices.

  1. Press the Windows Key to open the Start menu
  2. Type cmd.
  3. In the search results, right-click Command Prompt.
  4. Click Run as administrator.
  5. Click Yes when the User Account Control (UAC) prompt asks for permission to make changes.
  6. Type or paste this command and press Enter:

reg add HKLM\SYSTEM\ControlSet001\Control\Bluetooth\Audio\Hfp\HandsFree /v Enabled /t REG_DWORD /d 0 /f

reg add HKLM\SYSTEM\ControlSet001\Control\Bluetooth\Audio\Hfp\AudioGateway /v Enabled /t REG_DWORD /d 0 /f

Share Post

Recent Posts

Scroll to Top