What you will achieve
Fix Bluetooth pairing, dropouts, and missing devices on Mac.
Bluetooth on Mac handles keyboards, mice, headphones, and Handoff. Corrupt pairing databases cause random disconnects. USB3 interference affects 2.4 GHz accessories. Systematic forget-and-repair beats reinstalling macOS for Bluetooth alone.
1) Basic cycle
- Toggle Bluetooth off/on in Control Centre.
- Remove device in System Settings → Bluetooth → … → Forget.
- Put accessory in pairing mode; re-pair.
2) Reset Bluetooth module
Shift + Option click Bluetooth menu → Debug → Reset Bluetooth module (hidden menu on many macOS versions). Re-pair all accessories after.
3) plist cleanup (advanced)
sudo rm /Library/Preferences/com.apple.Bluetooth.plist
sudo rm ~/Library/Preferences/com.apple.Bluetooth.plist
Restart Mac — removes corrupt pairing database. Backup first.
4) Interference and USB3
USB3 hubs near 2.4 GHz devices cause dropouts — move dongles or use wired keyboard/mouse on 2.4 GHz mice.
5) Apple Silicon / AirPods
Signed-in iCloud enables instant handoff — if AirPods stick on iPhone, connect from Bluetooth menu on Mac explicitly.
6) Magic accessories firmware
Magic Mouse and Keyboard update firmware when connected via Lightning/USB cable to Mac — check version in Bluetooth device info. Old firmware causes wake failures on Apple Silicon.
7) Waking from sleep
Bluetooth mice fail to wake — enable “Allow Bluetooth devices to wake this computer” in Bluetooth Advanced (if shown). Some mice need click after wake regardless.
8) USB coexistence
Plug Bluetooth mouse receiver away from USB3 hard drives — Intel white paper documented 2.4 GHz interference; still applies to 2.4 GHz Logitech dongles near USB-C hubs.
Verify
Accessory shows Connected; audio or input stable five+ minutes; survives sleep/wake.
Additional troubleshooting notes
If steps above do not resolve the issue on the first attempt, reboot once, confirm System Settings → General → Software Update is current, and retry with a second administrator account to rule out profile or keychain corruption in your daily user. Document exact error text from Console.app with timestamp — vague “it still fails” without logs wastes support time. On Apple Silicon, re-test after full shutdown (not just restart) because firmware and Thunderbolt controllers reset only on cold boot. Intel Macs should repeat test in Safe Mode to bypass third-party login items. Before erase or keychain reset, verify Time Machine or clone backup completed — batch 3 guides assume Monterey/Ventura/Sonoma/Sequoia paths in System Settings; search Spotlight for renamed panes if your macOS version labels differ slightly.