Why Bluetooth Audio Cuts Out on Your MacBook Pro (But Not iPhone)

Search for a command to run...

No comments yet. Be the first to comment.
A Codex long-running agent workflow succeeds when responsibility, state, wake conditions, acceptance criteria, and stopping boundaries remain visible and reviewable. OpenAI developer experience lead J

The Codex–ChatGPT Pro dual-agent workflow separates implementation from acceptance; it does not prove that one AI system is the strongest coding agent. Codex can hold the repository, requirements, per

Japan's physical AI strategy entered an execution phase in 2026, with a national model program running through 2030. The government is funding factory-data preparation and robotics foundation models.

The AI infrastructure bubble may stay contained while chips, power, and construction capacity remain scarce. In July 2026, NVIDIA CEO Jensen Huang told Axios that a bubble was highly unlikely within f

Firecrawl gives AI agents a programmable web-context layer for search, extraction, crawling, document parsing, and browser interaction. It can remove a large amount of scraping glue code, but it does

If your Bluetooth earphones play flawlessly on your iPhone yet stutter, drop, or go silent every few seconds on your MacBook Pro, the issue is almost never the earphones themselves.
Below is a systematic way to isolate the root cause and fix it for good, based on the most common failure patterns reported by users and Apple’s own notes.
| Check | Expected Result | If it fails … |
| Distance | MacBook ↔ earphones < 1 m with direct line-of-sight | Move closer; remove metal, USB-3 hubs, or your phone from the desk. |
| Battery | Earphones \> 30 % charge | Charge them; low battery reduces TX power and invites drop-outs. |
| Local file test | Play a downloaded song in Music.app (not Spotify/YouTube) | If local audio is clean, the culprit is Wi-Fi congestion + streaming. |
Still stuttering? Continue.
The moment macOS selects the earphone as input, it forces the SBC 16 kHz or mSBC 16 kHz codec – audio becomes “telephone quality” and can cut in/out.
iPhones keep AAC 44.1 kHz for music and still accept mic input thanks to a different stack.
Fix
System Settings → Sound → Input → pick “MacBook Pro Microphone” (internal).
Music instantly returns to AAC 44.1 kHz and stuttering usually disappears.
MacBook Pro antennas sit between the USB-C ports; plug-in SSDs, 4K monitors, or even a 2.4 GHz mouse dongle drown the 2.4 GHz radio.
iPhones have co-existence tables that pause Wi-Fi micro-slices when BT audio is active; macOS is far less aggressive.
Fix
Disconnect all USB-3 devices for a test.
If you must use them, add a shielded USB-C extension cable (5 $) to move the dongle 15 cm away from the Mac – drop-outs often vanish instantly.
Many users observe:
Mouse + keyboard + headset → constant glitches.
Turn mouse OFF → glitches gone.
Apple’s BT stack on macOS still runs on a single 2.4 MHz radio; every extra profile (HID, A2DP, HFP) steals time-slices.
iPhones have a second antenna and wider QoS tables, so the same load is harmless.
Fix
Switch mouse/keyboard to Logi Bolt or USB-C wired.
Or unpair one device while listening.
Sometimes the plist cache keeps bad link-keys or stale codecs.
Disconnect the earphones.
sudo pkill bluetoothd
sudo rm /Library/Preferences/com.apple.Bluetooth.plist
Reboot → re-pair earphones.
This cures “garbled digital noise” and 2-3 s startup delays reported in Ventura & Sonoma.
macOS can wake the Wi-Fi card every 30 s to answer Bonjour requests; the spike collides with BT audio.
System Settings → Battery → Options → uncheck “Wake for network access” on battery & power.
Several users on 14″/16″ M1/M2 machines report instant relief.
If you are on Intel, Apple allows AAC only when BitPool ≥ 53.
Some cheap TWS earphones negotiate BitPool 37 → macOS falls back to SBC → stutter city.
Install Bluetooth Explorer (Xcode → Additional Tools):
Devices → Audio Options → Force AAC, Min BitPool 53, Max BitPool 64 → Re-connect.
This single tweak removes 90 % of micro-cuts on non-Apple earphones.
M-series Macs (2021-): make sure you are on macOS 14.5 or newer; Apple fixed BT firmware 2.3.6 that caused periodic 1 s silence every 60 s.
Intel Macs: if none of the above helps, boot into Safe Mode; if audio is clean there, a kernel extension (audio plug-in, VPN, dongle driver) is hogging the USB/PCIe bus – uninstall it.
Use internal mic while listening.
Keep USB-3 & 2.4 GHz dongles away.
Unpair mouse/keyboard temporarily – test.
Delete BT plist & re-pair.
Disable “Wake for network access”.
Force AAC / raise BitPool (Intel).
Update to latest macOS (M-series).
Follow the list in order; most users stop at step 3.
Your earphones are fine – macOS just needs a calmer 2.4 GHz neighbourhood.