Fix Notion Audio Output Settings [Solved]

Symptoms & Diagnosis

Notion audio issues usually manifest in three ways: embedded videos playing without sound, audio widgets remaining silent, or notification alerts failing to trigger. Because Notion relies on your system or browser for output, there is no “Audio” menu within the app itself.

To diagnose the issue, determine if the problem is localized to the Notion Desktop app or the web browser version. If audio works in YouTube but not in Notion, the issue likely resides in site-specific permissions or app cache corruption.

Symptom Probable Root Cause Primary Fix
No sound in Browser Tab muted or Site Permissions Unmute tab / Check Site Settings
No sound in Desktop App Wrong OS Output Device Check System Sound Mixer
Static/Distorted Audio Driver Mismatch Update Audio Drivers

Troubleshooting Notion audio output settings on a laptop.

Troubleshooting Guide

1. Check Browser Site Permissions

If you are using Notion in a browser, click the lock icon in the address bar. Ensure that “Sound” is set to “Allow.” Browsers often block auto-playing media, which can silence embedded Notion widgets.

2. Clear Notion Desktop Cache

For the desktop application, a corrupted cache is a common culprit for audio output failures. You can force a reset of the app’s internal data to restore default audio routing.

On Windows, close Notion and execute the following command in your terminal to clear the local app data:

rmdir /s /q "%AppData%\Notion"

On macOS, use this command in the Terminal:

rm -rf ~/Library/Application\ Support/Notion

3. Verify System Output Routing

Ensure your operating system is sending audio to the correct device. Open your Sound Settings (Windows) or System Settings (macOS) and verify that the output device matches your speakers or headphones. Sometimes, Notion “sticks” to a previous Bluetooth device even after disconnection.

Prevention

To prevent future audio output issues, always keep the Notion Desktop app updated to the latest version. Developers frequently release patches for hardware compatibility.

If you frequently switch between headphones and monitor speakers, restart Notion after changing your default system output. This ensures the Electron-based app re-hooks into the active audio stream. Finally, regularly check your browser’s “Privacy and Security” settings to ensure Notion remains on the “Allowed to play sound” whitelist.