Symptoms & Diagnosis
Identifying why your Bluetooth audio isn’t playing through Google Chrome requires distinguishing between a browser-specific glitch and a system-wide hardware failure. Users often report that while system sounds or other apps work perfectly, Chrome remains silent or continues to play audio through the default laptop speakers.
Common symptoms include audio stuttering during YouTube playback, the “Bluetooth connected” status showing in settings but no sound output in the browser, or the audio device not appearing in the Chrome media output list. To diagnose, first try playing audio in a different browser like Edge or Safari.
If the sound works elsewhere, the issue is likely isolated to Chrome’s internal handling of audio streams or site-specific permissions. If no sound plays anywhere, the fault lies with your OS Bluetooth stack or the device itself.

Troubleshooting Guide
Follow these steps in order to resolve the communication gap between Chrome and your Bluetooth hardware. We will start with browser settings and move toward system-level fixes.
Check Chrome Site Settings
Sometimes Chrome mutes specific tabs or sites by default. Right-click the tab playing audio and ensure it doesn’t say “Unmute Site.” Additionally, check your privacy settings:
| Setting | Action |
|---|---|
| Sound Permissions | Ensure ‘Allow sites to play sound’ is toggled ON. |
| Output Device | Verify Chrome is using the ‘System Default’ which points to Bluetooth. |
Disable Hardware Acceleration
Hardware acceleration can occasionally conflict with audio drivers, especially when using wireless codecs. Go to Settings > System and toggle off “Use graphics acceleration when available,” then restart Chrome.
Restart Bluetooth Services (Windows)
If Chrome fails to “handshake” with the Bluetooth driver, restarting the service via the command line can force a fresh connection. Open PowerShell or Command Prompt as Administrator and run:
net stop bthserv
net start bthserv
Clear Browser Cache and Cookies
Corrupted cache files can interfere with how Chrome processes media streams. Navigate to chrome://settings/clearBrowserData, select “Cached images and files,” and clear the data.
Prevention
To prevent future Bluetooth disconnects in Chrome, ensure your browser is always updated to the latest version. Google frequently releases patches for WebRTC and Media Session APIs that improve hardware compatibility.
Avoid having multiple Bluetooth devices connected simultaneously, as bandwidth congestion can cause Chrome’s audio buffer to fail. Finally, periodically check your operating system’s optional updates for Bluetooth driver firmware improvements to ensure a stable connection with Chromium-based browsers.