Immediate Fix
The fastest way to resolve Slack Bluetooth speaker issues is to force a hardware refresh within the app’s internal settings. Often, Slack fails to recognize a device that was paired after the application was already launched.
Go to Preferences > Audio & Video. Manually toggle the “Speaker” dropdown from “System Default” specifically to your Bluetooth device name.
| Action | Result |
|---|---|
| Hard Refresh (Ctrl/Cmd + R) | Reloads Slack’s audio drivers. |
| Toggle Bluetooth OS Level | Clears the hardware handshake. |
| Switch to Mono/HFP | Fixes bandwidth issues during calls. |
Technical Explanation
Slack utilizes the Electron framework, which acts as a bridge between web technologies and your operating system. A “Pairing Failed” error or a silent speaker usually indicates a breakdown in the communication between the Chromium audio stack and your OS Bluetooth driver.
When multiple apps compete for the Bluetooth SCO (Synchronous Connection-Oriented) channel, Slack may be pushed to the background, causing the speaker to “disconnect” logically while remaining connected physically. This is common when switching between music apps and huddle calls.
# For Mac users: Restart the audio engine to fix Slack detection
sudo killall coreaudiod

Alternative Methods
Use the Browser Client
If the Slack Desktop app persists in failing to pair, try using Slack via a web browser like Google Chrome. Browsers have independent hardware abstraction layers that often bypass the bugs found in the desktop client.
Check Microphone Permissions
On macOS and Windows 11, Bluetooth speakers that include a microphone (headsets) require “Microphone” permissions to function as an output device in Slack. Ensure Slack is toggled “On” in your Privacy & Security settings.
Clear Slack Cache
Old configuration files can prevent new Bluetooth hardware from being recognized. Navigate to Help > Troubleshooting > Clear Cache and Restart. This clears the local hardware state without deleting your messages.