Forum Discussion
Win11 Bluetooth audio stutters when Wi-Fi is active on 2.4 GHz band
When using a Bluetooth headset and a 2.4 GHz Wi-Fi network at the same time, audio playback may become choppy or experience intermittent interruptions. Switching to a 5 GHz Wi-Fi network will resolve this issue.
This appears to be an interference issue between Bluetooth and 2.4 GHz Wi-Fi, and Windows does not seem to handle it very well.
4 Replies
- Sylvan_72Copper Contributor
My Bluetooth headphones were glitching, and none of the usual troubleshooting tips worked. What finally solved it was disabling AAC encoding for Bluetooth via the Windows Registry.
Windows tries to stream audio using the AAC codec on bluetooth, but many PC adapters and drivers suffer from chronic sync issues with it. Forcing the system to fall back on the standard SBC codec usually resolves the crackling right away. Here’s how to do it:
1) Press Windows + R, type REGEDIT, and hit Enter.
2) Paste this path into the Registry Editor’s address bar:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp\Parameters
3) If the Parameters key doesn't exist, right-click BthA2dp > New > Key, and name it Parameters.
4) Inside Parameters, right-click the empty space on the right pane, then choose New > DWORD (32-bit) Value.
5) Name it exactly BluetoothAacEnable.
6) Double-click it and set the Value data to 0.
7) Restart your PC.
- Costa_RicaTin Contributor
It's worth mentioning that USB 3.0 ports also emit interference in the 2.4 GHz band. If your Bluetooth receiver is plugged into a USB 3.0 port, or your PC has many USB 3.0 devices active, this can compound the problem. This is often overlooked but can be a significant factor in Windows setups.
- azirahhammia8Copper Contributor
check if your laptop manufacturer offers a newer wireless driver.
- KujawaaBrass Contributor
Updated drivers often contain improvements for interference management.