Sweepfor Mac

Troubleshooting

AirPods Keep Disconnecting From Mac? Here's How to Stop It

AirPods drop the connection mid-call or mid-song? Walk through the real causes — auto-switching, codec drops, and Bluetooth interference.

7 min read

You’re 20 minutes into a podcast and your AirPods cut out. Reconnect, listen for five minutes, cut out again. Or worse — your AirPods are connected, but your Mac is still routing sound through its own speakers, ignoring the headphones entirely.

Random AirPods disconnects from a Mac usually trace to one of three things: auto-switching to another Apple device that grabbed them, Bluetooth interference, or stale audio prefs that confuse macOS about which device is “active.” Here’s how to fix each.

Stop them from auto-switching to your iPhone

This is the #1 cause and the most underdiagnosed. AirPods are designed to follow your audio — if your iPhone gets a notification with a sound, or you tap a YouTube link, the AirPods switch over.

You’re listening on your Mac. Someone messages your iPhone. The AirPods quietly switch to the iPhone for the notification chirp, then never come back to the Mac. Your Mac thinks they’re disconnected; they’re actually just paying attention to the wrong device.

Fix it on the iPhone:

  1. Connect the AirPods to your iPhone briefly
  2. Settings → Bluetooth → tap the (i) next to AirPods
  3. Tap Connect to This iPhone
  4. Change from “Automatically” to When Last Connected to This iPhone

Now they only auto-connect to the iPhone if they were last paired there. Your Mac listening session won’t get hijacked.

Check the battery in both AirPods

Below about 10% battery, AirPods get unstable. They’ll connect, then drop, then reconnect, then drop again. The case battery is also relevant — if the case is dead, the AirPods can’t pull power between songs, so they drain faster than they should.

Charge the case for 30 minutes. Drop both AirPods in for at least 15. Then test.

If only one AirPod disconnects (the other stays solid), the disconnecting one has either a battery issue or the antenna is fouled. Clean the speaker mesh with a soft brush and a dry toothpick. Battery service from Apple is around $50 per AirPod.

Reset stale audio configsCorrupted prefs cause weird sound issues. Sweep can wipe them. Try Sweep free →

Bluetooth interference

If everything’s charged and the auto-switch is off, you’ve got an RF problem.

The big offenders for Bluetooth interference:

  • USB 3.0 hubs and cables — well documented to crater 2.4 GHz Bluetooth, the actual USB-IF spec acknowledges this
  • External SSDs over USB 3 — often dropping AirPods just by being plugged in
  • 2.4 GHz Wi-Fi networks, especially congested ones in apartment buildings
  • Microwave ovens running for the duration of a pop song
  • Other Bluetooth devices in dense pairing environments (a dozen people in a room with AirPods)

Quick test: unplug everything from your Mac except power. If disconnects stop, plug things back in one at a time and find the culprit. USB 3 cables and hubs are the most common.

If it’s your Wi-Fi, switch your Mac to 5 GHz: System Settings → Wi-Fi, click the (i) next to your network, look for a 5 GHz option or a separate 5 GHz SSID if your router broadcasts both bands.

Reset the audio routing

Sometimes the disconnects aren’t really disconnects — your Mac still shows AirPods as connected, but audio routes through MacBook speakers anyway. This is actually the audio engine getting confused, not Bluetooth dropping.

Open Terminal:

sudo killall coreaudiod

Type your password. Audio system restarts. Test playback.

If audio routing was the issue (not actual Bluetooth disconnects), this fixes it immediately.

Forget and re-pair

If the disconnects are real and frequent (more than once an hour), the stored pairing data is probably corrupted. Forget the AirPods on every device they’re paired to:

  • Mac: System Settings → Bluetooth → (i) → Forget Device
  • iPhone: Settings → Bluetooth → (i) → Forget This Device
  • iPad: same as iPhone
  • Anywhere else they’re paired

Then reset the AirPods themselves: case lid open, hold the case button 15 seconds until light flashes amber then white.

Re-pair everywhere. This is annoying but resolves cases where one device’s stale pairing was conflicting with another’s.

Disable Handoff if it’s not helping

Handoff and Universal Clipboard share the same Bluetooth chatter that AirPods need. If you’re not using Handoff between devices, turn it off and see if disconnects improve.

System Settings → General → AirPlay & Handoff → Allow Handoff between this Mac and your iCloud devices. Toggle off.

You won’t lose AirPods auto-pairing — that uses iCloud, not Handoff.

Check macOS version

macOS 14.0 and 14.1 had several Bluetooth bugs that caused AirPods disconnects, particularly on M2 and M3 Macs. Apple patched most in 14.3 and 14.4. If you’re on an early Sonoma release, update.

System Settings → General → Software Update.

If you’re already on the latest 14.x and disconnects started after the update, this happens — sometimes Sonoma point releases regress Bluetooth. Worth searching the macOS release notes for known issues.

Tip: The Bluetooth Module Address (your Mac's Bluetooth MAC) can be inspected by holding Option and clicking the Bluetooth menu icon. If you see "Address: 00:00:00:00:00:00" or odd characters, your Bluetooth chip is in a bad state — restart the Mac.

Clear stale audio prefs

After months of pairing AirPods, AirPods Pro, AirPods Max, and various Bluetooth speakers, your Mac’s audio preferences get cluttered with conflicting routing rules. The system gets unsure which output to prefer when multiple are connected.

Files to check:

  • ~/Library/Preferences/com.apple.audio.AudioMIDISetup.plist
  • ~/Library/Preferences/com.apple.audio.DeviceSettings.plist
  • ~/Library/Preferences/com.apple.bluetoothaudiod.plist

Quit audio apps, delete these, restart. macOS rebuilds them clean.

Doing this manually is fiddly. A cleanup tool that targets stale audio prefs handles it more cleanly.

Skip the manual huntSweep clears stale audio prefs and caches that often cause oddities. Download Sweep free →

Sweep clears the stale audio prefs and cached pairings that build up over time. It can’t fix damaged AirPods or a flaky Bluetooth chip, but it cleans up the software side that often causes intermittent disconnects.

Specific patterns

Disconnects only on calls, not music: Bluetooth headset profile (HFP/SCO) is dropping. This is way less robust than the music profile. Try unpairing other Bluetooth devices during calls.

Disconnects when typing on Magic Keyboard: USB 3 isn’t your problem — your Magic Keyboard is fighting AirPods for radio time. Use a wired keyboard during important calls.

Disconnects when you walk a few feet away: Range issues. Older Macs have weaker Bluetooth antennas. M1 and later are better, but a thick wall still kills it.

Disconnects when CPU spikes: Bluetooth audio is software-mixed, and if your Mac is pegged, audio buffers underrun and drop. Check Activity Monitor.

Disconnects only during video calls: Some video apps (looking at you, Zoom) get aggressive with audio device negotiation and renegotiate mid-call. Update the app or pick a different audio path.

Fix order

  1. Disable AirPods auto-switching on iPhone (huge cause, easy fix)
  2. Charge case and AirPods to 100%
  3. Unplug USB 3 devices to rule out interference
  4. sudo killall coreaudiod if disconnects are actually audio routing
  5. Update to latest macOS
  6. Forget AirPods on every device, reset AirPods, re-pair
  7. Clear audio prefs
  8. Disable Handoff if not in use
  9. Hardware diagnostic if all else fails

The auto-switch fix alone solves most cases. Try that first before anything else.

← Back to all guides