Fix macOS "Bluetooth Audio" Lag
Is your audio out of sync with video when using Bluetooth headphones on macOS Sequoia or Tahoe?
Recommended Troubleshooting Tool
Before proceeding with manual fixes, we recommend using OnyX. The preferred tool for deep system maintenance and resetting the macOS Bluetooth stack.
- [Download OnyX Free Here](#)
- [Browse 240+ Premium Mac Utilities on Setapp](#)
The Symptom
Significant delay between a person speaking on screen and the sound in your ears, or frequent audio "pops" and crackles.
The Fix
- Force High-Bitrate Mode (AAC)
macOS sometimes defaults to low-quality SBC. In Terminal:
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true
- Increase Bluetooth Bitpool
sudo defaults write bluetoothaudiod "Apple Bitpool Min" -int 40
- Reset Audio Core
sudo killall coreaudiod
Pro Tip
Wi-Fi interference on the 2.4GHz band is the #1 cause of Bluetooth lag. If possible, switch your Mac to a 5GHz Wi-Fi network.