macOSMedium

Bluetooth Not Working on Mac: Causes and Error Solutions

The article details common causes of Bluetooth failure on Mac (module reset, conflicts, outdated software) and provides proven solutions: from basic reboots to NVRAM reset and system reinstall.

Updated at February 16, 2026
10-20 min
Easy
FixPedia Team
Применимо к:macOS Sonoma 14.xmacOS Ventura 13.xmacOS Monterey 12.xMacBook Air/Pro (M1, M2, M3 и Intel)

What a Bluetooth Error on Mac Means

A Bluetooth error on Mac can manifest in various ways: the controller won't turn on, the system doesn't see devices, connections drop or are missing, or the Bluetooth icon is absent from the menu bar. Often, in logs (Console → system.log), you can see entries like Bluetooth: Failed to start or IOBluetoothFamily: failed to open. The problem is systemic and affects the entire wireless interface, not just a single device.

Common Causes

  1. A temporary failure of the bluetoothd service. The process managing the Bluetooth stack can "hang" or crash.
  2. Corrupted preference files and caches. Files like com.apple.Bluetooth.plist and associated caches in the ~/Library/Preferences/ByHost and /Library/Preferences folders may become unreadable.
  3. Software conflicts. Third-party utilities for managing Bluetooth (e.g., for mice with extra buttons) or antivirus software can conflict with the system driver.
  4. Hardware controller malfunctions. Improper operation of the Bluetooth/Wi-Fi chip (especially after a software update or deep sleep).
  5. Outdated or corrupted firmware. Issues with the controller's microcode, which are only resolved by updating macOS.
  6. Incorrect settings after a major OS update. After a major upgrade (e.g., from Monterey to Sonoma), old settings may be incompatible.

Solutions

Solution 1: Basic Restart and Peripheral Reset

This is the simplest and often most effective step, resolving most temporary glitches.

  1. Completely shut down your Mac via the Apple menu.
  2. Disconnect the MacBook from power (if it's on battery, remove the charger).
  3. Turn off all Bluetooth devices (mouse, keyboard, headphones) or unplug their USB receivers.
  4. Wait 30 seconds.
  5. Turn on the Mac and wait for it to fully boot to the desktop.
  6. Turn on the Bluetooth devices and try reconnecting them via System Settings → Bluetooth.

💡 Tip: If you have a wired mouse/keyboard, use them to control your Mac during steps 5-6.

Solution 2: Force-Restart the Bluetooth Service (Without Rebooting Mac)

If the issue is a "hung" process, this method often helps instantly.

  1. Open Terminal (Applications → Utilities → Terminal).
  2. Enter the command to stop the service:
    sudo pkill bluetoothd
    
  3. Press Enter. The system will ask for the administrator password. Enter it (characters won't be displayed).
  4. The bluetoothd service will be automatically restarted by the system.
  5. Close Terminal and check if the Bluetooth icon reappears in the menu bar and if connections work.

Solution 3: Full Cleanup of Bluetooth Caches and Settings

This solution is for cases where system configuration files are corrupted.

  1. Open Terminal.
  2. Run the command to delete the system preference file (requires a password):
    sudo rm -rf /Library/Preferences/com.apple.Bluetooth.plist
    
  3. Run the command to delete user caches and preferences:
    rm -rf ~/Library/Preferences/ByHost/com.apple.Bluetooth.*
    
  4. Important: Also delete the controller's own cache (this can help with discovery issues):
    sudo rm -rf /var/root/Library/Preferences/com.apple.Bluetooth.plist
    
  5. Restart your Mac (this is mandatory for changes to take effect).
  6. After booting, the system will create new, "fresh" settings files. Try reconnecting your devices.

Solution 4: Reset NVRAM/PRAM and SMC

These procedures reset low-level hardware settings, including Bluetooth controller parameters.

Reset NVRAM/PRAM

  1. Turn off your Mac.
  2. Turn it on and immediately hold the keys Option (Alt) + Command (⌘) + P + R.
  3. For Mac with Apple Silicon (M1/M2/M3): Hold the keys until you see the second Apple logo (or hear the second startup chime), then release.
  4. For Mac with Intel processor: Hold the keys for about 20 seconds (on older models—until you hear the startup chime), then release.
  5. After booting, check Bluetooth.

Reset SMC (Intel Macs only)

The SMC manages power and peripherals. Resetting it can help with hardware glitches.

  1. Turn off your Mac.
  2. Connect the charger (for MacBook).
  3. Press and hold Shift + Control + Option (Alt) on the built-in keyboard + the power button simultaneously for 10 seconds.
  4. Release all keys and the power button.
  5. After a few seconds, press the power button to turn on.

Solution 5: Reinstall macOS (Without Erasing Data)

If the problem is caused by deep system file corruption, the last step is to reinstall the OS over the current one.

  1. Create a backup via Time Machine (this is mandatory!).
  2. Restart your Mac and immediately hold Command (⌘) + R to enter macOS Recovery.
  3. Select Utilities → Terminal from the menu.
  4. In Terminal, enter the command to start the reinstall:
    /Applications/Install\ macOS\ [Version_Name].app/Contents/Resources/startosinstall
    
    (Replace [Version_Name] with your version, e.g., Sonoma). Alternatively, in the Recovery window, simply select Reinstall macOS and follow the prompts.
  5. The process will reinstall all system files but preserve your user data and settings.
  6. After completion, set up your system and check Bluetooth.

Prevention

  • Keep macOS updated regularly. Enable automatic updates in System Settings → Software Update.
  • Avoid physical interference. Do not place your Mac near strong sources of interference (microwaves, DECT cordless phones, large metal objects).
  • Disconnect devices properly. Do not turn off a Bluetooth mouse/keyboard via their physical switch while actively in use—better to disconnect them in the system settings.
  • Be cautious with software installation. Be careful with utilities that deeply integrate into the system (especially from unverified sources). They can damage system drivers.
  • Monitor your MacBook's battery health. At critical discharge or power circuit issues, some components, including Bluetooth, may disable to save power.

F.A.Q.

Do I need to reset NVRAM if a simple restart didn't help?
Can I fix Bluetooth without restarting the computer?
Why did Bluetooth stop working after a macOS update?
Will resetting NVRAM delete my data?

Hints

Restart your Mac and external devices
Reset the Bluetooth module via Terminal
Delete Bluetooth caches and preferences
Perform NVRAM/PRAM reset
Update macOS and firmware
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community