How to Fix Bluetooth LE Device Disconnects in macOS Tahoe 26.2
Symptom: Bluetooth Low Energy (LE) peripherals, such as smart mice or MIDI controllers, frequently disconnect and reconnect on macOS Tahoe.
TL;DR fix
Start with Fix 1: Reset the Bluetooth Module. If the issue persists after that, try Fix 2: Remove the Bluetooth Plist. Full Terminal commands and step-by-step instructions are in each section below.
Why this happens
Tahoe's updated Bluetooth stack (blueid) has aggressive power-saving intervals that can prematurely drop connections with LE devices.
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.
Fix 1: Reset the Bluetooth Module
- Open Terminal.
- Run the Bluetooth reset command:
sudo pkill bluetoothd
- Turn Bluetooth off and on from the Menu Bar.
Fix 2: Remove the Bluetooth Plist
- In Finder, go to
/Library/Preferences/. - Delete
com.apple.Bluetooth.plist. - In Terminal, run:
sudo killall bluetoothd
- Reboot your Mac.