Troubleshooting
Mac Volume Stuck Low Even at Max? Here's the Fix
Mac volume slider at 100% but sound is still quiet? Walk through the real causes — Sound Check, balance, and stuck audio enhancements.
You crank your Mac’s volume to max. The slider’s all the way up. The HUD shows full bars. And it’s still quiet — like someone set the system volume to 30% and locked it there. Music sounds reedy, calls are barely audible, and you’re tilting your head toward the speakers.
This isn’t a “no sound” problem; it’s a volume ceiling problem. The fix depends on what’s clipping the output. Here’s the diagnostic.
First, make sure the volume HUD isn’t lying
Tap volume up. Watch the HUD. If it shows max bars but the actual sound is still low, something downstream of the slider is attenuating the signal.
If the HUD doesn’t fill all the way even when you mash volume up, your hardware volume control is busted. This is rare and usually means a stuck Touch Bar (older Macs) or a function-key issue.
Check Sound Check in Apple Music
Apple Music has a feature called Sound Check that normalizes track volume so songs don’t blast you when shuffle hits a louder mix. It works by reducing the volume of louder tracks — meaning if Sound Check is on, your overall output will be quieter.
Open Music. Music → Settings → Playback. Look for Sound Check. Uncheck it. Quit and reopen Music.
If your music suddenly gets significantly louder, this was your problem.
The same setting exists in iTunes on older systems and in Apple Music on iPhone (which can sync the setting via iCloud). Check both if you’ve recently changed devices.
Disable EQ presets that lower output
Both Apple Music and macOS support EQ presets. Some of them — especially “Bass Booster” and “Loudness” — can paradoxically lower perceived volume because they boost certain frequencies and clip others.
In Music: Window → Equalizer. Set it to Flat or turn it off entirely.
For system-wide audio, EQ is in Audio MIDI Setup (Applications → Utilities). Click your output device in the sidebar, look at the Format and EQ tabs. Set EQ to flat.
Check the balance slider
If your audio is mono-leaning to one side, you’re effectively only using one speaker — which feels half as loud as stereo. The fix is in System Settings → Sound → Output → Balance.
The slider should be dead center. Even slight offsets sound noticeable. If it’s drifted off-center (which can happen after random accessibility settings), drag it back.
While you’re there, check Mono Audio in System Settings → Accessibility → Audio. If that’s on, both channels play through both ears, which sounds different but isn’t a volume reducer. Off is the standard stereo experience.
Each app has its own volume
Per-app volume in macOS is mostly a myth — there’s no built-in mixer like Windows has. But some apps run their own volume independent of the system slider:
- Apple Music has its own volume slider (in the player controls)
- VLC has its own volume slider that goes up to 200%
- Browsers don’t, but websites can play very quiet audio
- Spotify has its own slider in the player
If only one app sounds quiet, check that app’s internal volume. Apple Music’s slider can be at 50% even when system volume is 100% — and you’d never know.
For YouTube and other browser audio, check the website’s own volume control. Some podcast and YouTube videos are mastered at unusually low levels.
Check Audio MIDI Setup volume sliders
Audio MIDI Setup has master volume sliders for each device that are independent of the system volume slider. If they got dragged down, your output is permanently capped lower than the system slider suggests.
Open Applications → Utilities → Audio MIDI Setup. Click your output device in the sidebar. Look at the Master slider and the individual channel sliders. They should all be at the top.
If they’re not, drag them up. Apply the change and test playback.
This is a sneaky one because the system Sound preferences don’t show these per-device sliders.
Output device limits
Different output devices have different real-world max volumes. Built-in speakers on M1 MacBook Air are notably quieter than M1 MacBook Pro speakers — Apple uses different driver hardware. Bluetooth headphones often max out before the system slider does, especially older models.
If you’ve been using a louder output (good headphones) and switched to built-in speakers, the speakers will sound quiet by comparison even at max — that’s not a problem, that’s just the hardware.
Restart the Mac
If you’ve worked through the above and volume is still capped low, restart. Volume drift after sleep/wake is a known macOS bug — sometimes the audio stack stays in a “ducked” state from a notification or call and never returns to full output.
A full restart resets the audio stack cleanly.
Reset Core Audio
Same fix as for many audio issues, but with a different rationale here. The Core Audio daemon can leave the output gain at a reduced level after a phone call or system event ends and never restore it.
Open Terminal:
sudo killall coreaudiod
Type your password. Daemon restarts in about a second. Test the volume.
If volume jumps back to full after this, you had stuck gain reduction. The cause is usually a misbehaving app that ducked the audio (lowered it to play a notification on top) and never told the system to un-duck.
Clear audio prefs
If volume issues are persistent and recurring, the audio plists are likely contributing. The system caches per-device gain settings, EQ states, and routing rules in:
~/Library/Preferences/com.apple.audio.AudioMIDISetup.plist~/Library/Preferences/com.apple.audio.DeviceSettings.plist~/Library/Preferences/com.apple.systemsound.plist
Quit audio apps, drag those to the Trash, restart. macOS rebuilds them clean.
This kind of plist gardening is fiddly to do safely by hand. Sweep clears stale audio prefs and caches that build up and cause exactly this kind of “everything looks fine but it’s quiet” issue. It can’t fix damaged speakers — those need service — but it removes the software-side ceiling.
Specific patterns
Quiet only on one app: app-specific volume control. Check the app.
Quiet only after a call: ducking didn’t release. sudo killall coreaudiod or restart.
Quiet only on Bluetooth: codec issue or paired device’s max output. Forget and re-pair.
Quiet only on built-in speakers, fine on headphones: speaker driver damage. If the Mac was dropped or had liquid contact, this is hardware.
Quiet only when external display connected: HDMI is the active output and your display speakers are quiet. Switch back to MacBook speakers explicitly.
Quiet with hissing background noise: blown speaker driver. Hardware, needs service.
Fix order
- Disable Sound Check in Apple Music
- Set EQ to Flat in Music and Audio MIDI Setup
- Center the Balance slider in
Sound → Output - Check per-app volume controls
- Check Audio MIDI Setup master/channel sliders
sudo killall coreaudiod- Restart the Mac
- Clear audio prefs
- Compare with another output to rule out hardware
Sound Check is the silent killer here — pun intended. Most “max volume but it’s quiet” cases are this one feature being on. Try that first.