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.
- How to Solve:
Method 1: Disable via Control Panel (Individual Device)
- Press Windows + I to open Settings, navigate to Bluetooth & devices, and click on Devices.
- Scroll to the bottom and click on More devices and printer settings.
- Right-click your Bluetooth headphones or speaker and select Properties.
- Go to the Services tab, uncheck Handsfree Telephony, click Apply, and hit OK.
Method 2: Disable via Device Manager
- Right-click the Start button and select Device Manager
- Expand the System Devices category.
- Locate the entry named after your Bluetooth device ending in Hands-Free AG (e.g., YourDeviceName Hands-Free AG).
- Right-click it and select Disable device.
Method 3: Disable Bluetooth Audio Gateway Service (All Devices)
- For a blanket fix that stops Windows from using the hands-free profile entirely, you can disable the background system service.
- Press Windows + R to open the Run dialog, type services.msc, and press Enter.
- Locate the Bluetooth Audio Gateway Service in the list.
- Right-click it, select Properties, and change the Startup type to Disabled.
- Click Stop under Service status, then click Apply and OK.
- 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.
- Press the Windows Key to open the Start menu
- Type cmd.
- In the search results, right-click Command Prompt.
- Click Run as administrator.
- Click Yes when the User Account Control (UAC) prompt asks for permission to make changes.
- 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