Troubleshooting
Mac Microphone Too Quiet on Calls? Here's How to Boost It
Mac microphone too quiet on Zoom or FaceTime? Walk through input gain, voice isolation, and per-app boosts that make you actually audible.
People keep asking you to repeat yourself on every call. Your face is right there, you’re talking at a normal volume, but the people on the other end say you sound like you’re three rooms away. Your Mac’s mic is technically working — it’s just way too quiet.
This is one of the most common mic complaints with MacBooks, especially the M1 and M2 Air models. The internal mic array is decent for noise rejection but conservative on gain. Here’s how to make yourself audible without sounding like you’re shouting.
Crank input volume in Sound preferences
Start with the obvious. System Settings → Sound → Input. Below the device list is a slider labeled Input volume (some macOS versions call it “Input level”).
If it’s at 50% or lower, that’s why you’re quiet. Move it to about 75% and watch the meter while you talk.
The meter should bounce solidly into the green during normal speech, with peaks reaching the upper third. If it barely twitches at 100%, your mic input is starving.
For built-in MacBook mics, 75-100% is normal. For USB condenser mics, often 50% is plenty. For dynamic mics (SM7B, etc.) you may need 100% plus a Cloudlifter or similar gain booster.
Disable Voice Isolation if it’s killing you
macOS 14 has a Voice Isolation mic mode that’s aggressive about removing background noise. It can also lop off the start and end of words and reduce overall perceived volume.
Click the Control Center icon in the menu bar (the toggles icon). If you see Mic Mode, click it. Try switching between:
- Standard — no processing, pure mic signal
- Voice Isolation — heavy noise reduction, sometimes too aggressive
- Wide Spectrum — captures more ambient sound
For most calls, Standard sounds better and louder than Voice Isolation. Test with the people you’re talking to.
Use the right mic on AirPods
AirPods can be used as a microphone for calls. They’re not great — the SCO Bluetooth profile drops audio quality dramatically — and they’re often what makes people sound terrible on calls.
If you’re on a call with AirPods active, your input is the AirPods mic, not your MacBook’s mic. The MacBook’s built-in mic is much better quality.
System Settings → Sound → Input. Pick MacBook Pro Microphone explicitly. Now AirPods stream you audio, and your Mac captures from its built-in mic. Best of both worlds.
Also check inside your call app — Zoom, Teams, FaceTime — they all have their own input picker that can override the system default.
Position the laptop better
The MacBook mic array is in different places depending on the model:
- MacBook Air M1/M2: under the speaker grilles on either side of the keyboard
- MacBook Air M3: integrated into the speaker grille
- MacBook Pro M1/M2/M3 14”/16”: studio-quality 3-mic array, top of the keyboard near the screen hinge
Wherever they are, the closer you are to the mic, the louder you’ll be. If you’re leaned back in a chair with the laptop on a desk a few feet away, you’ll sound quiet. Sit closer.
The 14”/16” MacBook Pro has the best built-in mic of any current laptop on the market, full stop. If you have one of those and you’re still quiet, position is almost certainly the issue.
Boost gain in Audio MIDI Setup
Applications → Utilities → Audio MIDI Setup. Click your input device in the sidebar.
Look at the Master and channel sliders. They should be all the way up. If they got dragged down, that’s an additional gain stage below the system Input volume slider.
For built-in mics, this should be at 100%. For external mics with their own preamps, you might want this lower to avoid clipping.
Per-app input boost
Each call app has its own input gain. They sometimes default to 50% even when system input is at 100%, effectively halving your gain.
- Zoom: gear → Audio → uncheck Automatically adjust microphone volume, then move the input slider to 100%
- Microsoft Teams: Settings → Devices → Microphone → check the slider
- FaceTime: no in-app gain control, uses system input
- Google Meet in Chrome: chrome://settings/content/microphone, plus the in-call audio settings
Disabling Zoom’s auto-adjust is critical. Zoom’s algorithm is bad and constantly fights with whatever you set.
Add a software boost
If you’ve maxed out every gain stage and you’re still quiet, install a software booster. BlackHole is a free virtual audio cable; combined with Loopback ($99) or a Multi-Output Device in Audio MIDI Setup, you can route mic input through software gain.
For most people, this is overkill. The simpler workaround: get a USB mic.
Try a USB mic
A $30-50 USB mic will sound dramatically better and louder than any built-in laptop mic. Common picks:
- Blue Snowball iCE — $50, plug-and-play, decent for calls
- Samson Q2U — $70, hybrid USB/XLR, great for podcasts
- Apogee HypeMiC — $349, has built-in compression so you sound louder without clipping
Plug it in, pick it as your input in System Settings, and your call quality will jump.
Restart the Mac if levels behave oddly
If input level is at 100% but the meter still barely moves, the audio daemon may be stuck. sudo killall coreaudiod in Terminal. Then test.
If killing the daemon doesn’t help, restart the Mac fully.
Clear audio prefs
If you’ve maxed everything out and still sound quiet, the audio prefs may be storing stale gain settings. Files in ~/Library/Preferences/:
com.apple.audio.AudioMIDISetup.plistcom.apple.audio.DeviceSettings.plist
Quit audio apps, drag to Trash, restart. macOS rebuilds them.
Sweep clears stale audio prefs and caches that build up over time. When mic gain settings get stuck or contradictory, this is often the fix — much faster than hunting plist files yourself.
Specific patterns
Quiet only on Zoom: Zoom’s auto-adjust mic level is on. Disable it.
Quiet only on FaceTime: Voice Isolation is too aggressive. Switch to Standard.
Quiet only on AirPods: that’s the SCO profile limit. Use MacBook mic for input, AirPods for output.
Quiet only with external display connected: HDMI/Thunderbolt may have routed input to a different device. Check input picker.
Loud at first, then gets quieter as call goes on: noise gate or AGC is over-correcting. Disable auto-adjust everywhere.
Loud and clear in QuickTime, quiet on calls: app-specific gain. Each call app has its own slider.
Fix order
- Set
Sound → Inputvolume to 75-100% - Switch Mic Mode to Standard in Control Center
- Pick MacBook Mic explicitly (not AirPods)
- Sit closer to the laptop, open lid past 90 degrees
- Check Audio MIDI Setup master/channel sliders
- Disable auto-adjust in Zoom/Teams
- Test in QuickTime to isolate app issues
- Clear stale audio prefs
- USB mic if all else fails
For most MacBook Air users, steps 1-4 solve it. For MacBook Pro users, the built-in mic is so good that any quietness is almost always app-side gain reduction.