Missing Slack notifications on your Mac because the sound won't play can derail your entire workflow. A single silent ping might mean missing an urgent client request, a team announcement, or a time-sensitive question from a colleague. If you're experiencing this issue, you're not alone—it's one of the most common Slack complaints on Mac, and the causes range from a simple toggle to deeper system conflicts.
This guide covers every practical fix, from the fastest checks to advanced troubleshooting. By the end, you'll know exactly how to restore your Slack notification sounds and keep them working reliably.
Why Your Mac's Slack Notification Sound Stops Working
The sound is the core alert mechanism in Slack. When it fails, productivity suffers. On Mac, the problem typically stems from one of these areas:
- Slack's own notification preferences
- macOS sound output or volume settings
- Focus or Do Not Disturb modes blocking alerts
- Missing system-level notification permissions
- Outdated software or corrupted app data
- Conflicting third-party applications
Each cause has a specific fix. Let's work through them in order—starting with the most common and moving to the more technical solutions.
Checking Slack's Internal Notification Settings
The quickest fix is often inside Slack itself. Many users accidentally switch the notification sound to "None" without realising it.
How to Verify Slack's Sound Preferences
- Open Slack on your Mac.
- Click your profile picture in the top-right corner.
- Select Preferences from the dropdown.
- Navigate to Notifications.
- Under the Sound & appearance section, confirm that Play a sound when a notification arrives is checked.
- Click the dropdown and choose a distinct sound—avoid "None."
Testing Whether the Fix Worked
After adjusting the setting, send yourself a direct message or mention your own username in a channel (type @yourusername). If you hear the chime, the problem is solved. If not, the issue lies elsewhere.
Verifying macOS Sound and Output Settings
Even with Slack configured correctly, your Mac's system sound settings can override everything.
Check Your Output Device
- Click the Apple logo () in the top-left corner.
- Choose System Settings (or System Preferences on older macOS versions).
- Select Sound, then click the Output tab.
- Confirm the correct device is selected (e.g., Internal Speakers, your headphones, or external speakers).
- Drag the output volume slider to at least halfway.
Ensure Your Mac Isn't Muted
- Press the Mute key (F10 on most Mac keyboards) to toggle mute off.
- Use the F12 key or the volume slider in the menu bar to raise the volume.
- Play a song or a YouTube video to confirm your speakers are working. If you hear nothing from any app, the problem is system-wide, not Slack-specific.
Managing Focus and Do Not Disturb Modes
macOS includes Focus modes that can silently block Slack notifications without you realising they're active.
How to Check for Active Focus Modes
- Click the Control Center icon in the top-right menu bar.
- Look for a Focus tile (it may show the name of an active schedule, like "Work" or "Sleep").
- If enabled, click it and choose Turn Off.
Allowing Slack Through Focus
For a more permanent fix:
- Open System Settings > Focus.
- Select your active Focus schedule (e.g., Work).
- Under Allowed Apps, click the + button and add Slack.
- Ensure Time Sensitive notifications are also enabled if you want urgent messages through.
A common mistake is leaving Focus enabled and wondering why only Slack sounds are silent. This mode affects notifications globally.
Adjusting macOS Notification Permissions for Slack
macOS gives you granular control over which apps can show notifications and play sounds. Slack must have explicit permission.
Granting Notification Permissions
- Open System Settings.
- Go to Notifications.
- Scroll to find Slack in the app list.
- Toggle Allow Notifications to on.
- Under Alert style, choose either Banners or Alerts (both support sounds).
- Make sure Play sound for notifications is checked.
If Slack doesn't appear in the list at all, restart your Mac and check again. If it still doesn't show, reinstalling Slack (covered later) typically resolves this.
Resolving App Permission Gaps
Slack needs specific macOS permissions to send notifications with sound. Missing permissions are a surprisingly common cause of silent notifications.
Confirm Slack's Permissions
- Open System Settings > Privacy & Security.
- Select Notifications from the sidebar.
- Ensure Slack is listed and toggled on.
If you previously clicked "Don't Allow" when macOS first asked for notification permissions, Slack may be blocked without any visible warning inside the app. Re-enabling it here fixes the issue immediately.
The Notifications section in Slack's Preferences where you enable sound for incoming messages.
Updating or Reinstalling Slack
Outdated or corrupted Slack installations are a frequent source of notification bugs. A clean update often resolves them.
How to Update Slack
- Open Slack.
- Click Slack in the top menu bar.
- Select Check for Updates.
- If an update is available, install it and restart the app.
How to Perform a Clean Reinstall
If updating doesn't help, a full reinstall removes corrupted files:
- Quit Slack completely (right-click the Dock icon and select Quit).
- Drag the Slack app from your Applications folder to the Trash.
- Empty the Trash.
- Go to the official Slack download page and download the latest version.
- Install Slack, log in, and reconfigure your notification preferences.
After reinstalling, test the notification sound before changing any other settings.
Testing with a Fresh macOS User Account
Sometimes your main user profile becomes corrupted, affecting only Slack's ability to play sounds. Creating a test account helps isolate this.
Steps to Diagnose a User Profile Issue
- Open System Settings > Users & Groups.
- Click the + button and create a new Standard user account.
- Log out of your current account and log into the new one.
- Download Slack (or copy it from Applications) and test the notification sound.
If sounds work in the new account, your main profile has a configuration problem. Migrating your data to a fresh profile is often the cleanest long-term fix.
Identifying Conflicting Applications
Certain apps can interfere with Slack's notification sounds. Audio manipulation tools and other communication platforms are the usual culprits.
Common Conflicting Software
- Audio routing apps: Loopback, Soundflower, Audio Hijack
- Other messaging tools: Microsoft Teams, Zoom, Discord (when running simultaneously)
- Third-party notification managers: Bark, Focus apps with sound controls
Try quitting these apps one at a time and testing Slack after each. If the sound returns, you've found the conflict. You can then adjust that app's settings or keep it closed when you need reliable Slack notifications.
Resetting Slack's Cache and App Data
Corrupted cache files can break notification sounds without affecting other Slack functionality. Clearing them is safe and doesn't delete your messages or channels.
How to Clear Slack's Cache
- Quit Slack completely.
- Open Finder.
- Press Command + Shift + G to open the "Go to Folder" dialog.
- Enter
~/Library/Application Support/Slack/ - Locate the folders named Cache and Code Cache.
- Drag both to the Trash (you can empty it later).
- Reopen Slack.
Slack will regenerate these folders automatically. Test the notification sound—this fix resolves many silent-notification issues.
Advanced macOS Troubleshooting
If standard fixes haven't worked, these deeper system-level steps often resolve stubborn audio problems.
Resetting NVRAM/PRAM
NVRAM stores sound and volume settings. Resetting it can fix audio issues that affect all apps, including Slack.
- Shut down your Mac.
- Turn it on and immediately press and hold Option + Command + P + R for about 20 seconds.
- Release the keys and let your Mac boot normally.
- Log in and test Slack's notification sound.
This works on Intel-based Macs. For Apple Silicon (M1/M2/M3) Macs, NVRAM is reset automatically during a full shutdown and restart—simply shut down completely, wait 30 seconds, and power back on.
Restarting Core Audio
If macOS's Core Audio system becomes unresponsive, Slack sounds may stop working while other apps still play audio.
- Open Terminal (Applications > Utilities > Terminal).
- Type
sudo killall coreaudiodand press Return. - Enter your admin password when prompted.
- Core Audio will restart automatically—your sound may briefly cut out, then return.
Test Slack immediately after. This fix requires no additional configuration.
A community discussion on Reddit where users share their Slack sound troubleshooting experiences.
Understanding Notification Sound Differences: Desktop vs. Web App
Slack's desktop app and web app handle notifications differently. Knowing the distinction helps you diagnose where the problem lies.
| Slack Version | Notification Sound Support | System Integration |
|---|---|---|
| Desktop app | Full, customizable | Uses macOS Notification Center |
| Web app (Chrome, Safari, Firefox) | Limited, browser-dependent | Browser-level only |
When to use the web app as a test: If sounds work in the web app but not the desktop app, the problem is almost certainly with the desktop app's installation, cache, or permissions. If sounds fail in both, the issue is likely at the macOS level.
Slack Notification Flow: Mac vs. Mobile
Slack intelligently routes notifications to avoid double-alerting you. Understanding this can prevent confusion.
| Device | When Notification Sound Plays | Common Issues |
|---|---|---|
| Mac | When Slack is active and you're using the computer | Focus mode, wrong output device, app permissions |
| iPhone/Android | When Mac is inactive or Slack is closed | Silent mode, battery saver, Do Not Disturb |
If you hear sounds on your phone but not your Mac, you're likely active on your phone while your Mac is idle. Check your Mac's Slack activity—if it shows "Away" or "Inactive," notifications will route to your mobile device instead.
Rare But Possible Causes
If none of the above solutions work, consider these less common scenarios:
- macOS beta releases: Running a beta version of macOS can introduce notification bugs that don't exist in stable releases. Consider reverting to the public release.
- Hardware issues: Test your Mac's speakers with other apps. If no app produces sound, your speakers or headphone jack may need professional inspection.
- Corrupted user profile: As covered earlier, creating a test account is the best way to confirm this.
- Enterprise Slack configurations: If you use a company-managed Slack workspace, your IT team may have disabled notification sounds via policy. Check with your admin.
For persistent system-level doubts, the official Apple Support site provides detailed guidance on audio troubleshooting.
Preventing Future Notification Sound Problems
Once you've restored your Slack notification sounds, these habits will keep them working:
- Update regularly: Keep both Slack and macOS on their latest stable versions. Each update includes bug fixes for notification and audio systems.
- Restart weekly: A simple restart clears many temporary glitches that build up over time.
- Check settings after major updates: macOS updates can reset notification permissions and sound preferences. Spend two minutes verifying Slack's settings after every major OS update.
- Test monthly: Send yourself a test message every few weeks to confirm sounds are working. This catches issues early, before you miss something important.
When to Contact Support
If you've worked through every fix in this guide and Slack notification sounds still don't play, it's time to escalate. Contact Slack Support with these details ready:
- Your macOS version (find it under About This Mac)
- Your Slack version (click Slack > About Slack)
- A list of every step you've already tried
- When the issue started (after an update? after installing new software?)
Having this information ready helps support teams diagnose and resolve your issue quickly.
Frequently Asked Questions
Why did my Slack notification sound stop working after a macOS update?
macOS updates can reset notification permissions and sound preferences. After updating, always check Slack's notification settings and macOS's Notifications panel for Slack. Re-enabling permissions there usually resolves it.
Can Focus mode silence only Slack while other app sounds still play?
Yes. Focus modes can be configured to block specific apps while allowing others. Check your active Focus schedule and ensure Slack is added to the "Allowed Apps" list if you want to receive its sounds while Focus is active.
Why do I get notification sounds on my phone but not my Mac?
Slack avoids double-notifying you. If your Mac is idle, asleep, or Slack is closed, notifications route to your phone instead. This is normal behaviour, not a bug.
Does the Slack web app support notification sounds?
Yes, but sound support depends entirely on your browser and its notification permissions. Chrome and Firefox handle Slack notification sounds best. Make sure your browser allows notifications from Slack and check for extensions that might block them.
What if none of these fixes work?
If you've checked settings, permissions, reinstalled Slack, reset audio, and tested with a new user account—but still have no sound—contact Slack support with your macOS version, Slack version, and a list of steps you've tried. There may be a bug affecting your specific configuration that requires a direct fix.
Conclusion
A silent Slack notification on your Mac is more than an annoyance—it's a productivity risk. Most causes are straightforward to fix: a misconfigured setting, an overlooked Focus mode, or a missing permission. By working through this guide step by step, you've not only solved the immediate problem but also built the knowledge to prevent it from happening again.
Stay alert, stay connected, and keep your team communication running smoothly.
