Fix Guide: Tahoe Bluetooth LE Device Disconnects
Symptom: Bluetooth Low Energy (LE) peripherals, such as smart mice or MIDI controllers, frequently disconnect and reconnect on macOS Tahoe.
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.
- [Download OnyX Free Here](#)
- [Browse 240+ Premium Mac Utilities on Setapp](#)
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.