AirCheck Guides · Support · Home

Guides

Fixing Mac audio recording problems on a Mac

Updated 2026-09-03.

Mac audio recording problems fall into a short list: a permission that never appears in Privacy & Security, a silent recording, a USB interface the Mac does not list, a mono or left-only take, Bluetooth headphones that turn every recording into a phone call, a Mac that sleeps mid-take, and the renames in macOS 26 Tahoe. Each has a 2 to 5 minute fix using System Settings, Audio MIDI Setup, and a few Terminal commands (tccutil, caffeinate, sudo killall coreaudiod). These guides give the symptom-to-fix path for each, tested on macOS 26.4.1.

Guides in this topic

  1. Why is my app missing from Screen & System Audio Recording on my Mac?Apps appear in Screen & System Audio Recording only after they ask. Trigger the request, use the Add (+) button, or run tccutil reset ScreenCapture.
  2. Why is the microphone permission not working for my app on Mac?Fix a Mac app that records silence: check the Microphone list, run tccutil reset Microphone, relaunch. Apps without the audio-input entitlement never ask.
  3. Why is my Mac not recording sound?A Mac records silence for six reasons: wrong input, missing permission, muted interface, sample rate mismatch, Bluetooth profile, or the app itself.
  4. Why is my USB audio interface not showing up on my Mac?A missing USB interface is usually cable, hub, or power. Check System Information, then Audio MIDI Setup, run sudo killall coreaudiod, then the driver.
  5. Why does my Mac recording only capture one channel?Left only means a mono mic on a stereo track; silence on both means the wrong input pair. Check with afinfo, pick the right pair, fold with afconvert.
  6. Why do my Bluetooth headphones make Mac recordings sound bad?Bluetooth headsets drop from stereo A2DP to mono 8 or 16 kHz HFP when an app opens their mic. Record with the built-in mic, keep the headset for listening.
  7. How do I see which app is using my Mac microphone?An orange dot next to Control Center means a mic is open. Click Control Center to see the app, then quit it or revoke access under Privacy & Security.
  8. Why does my Mac recording stop when the display sleeps?Display sleep does not stop a Mac recording; system sleep does. Turn on Prevent automatic sleeping when the display is off, or run caffeinate -i.
  9. What did macOS 26 Tahoe change for audio recording?macOS 26 Tahoe renamed Screen Recording to Screen & System Audio Recording, lists system audio in Control Center, and broke one DJ USB return here.

My Mac recording is silent. Where do I start?

Start with the source, then the permission, then the device. That order matches how often each one is the cause.

  1. Source. The built-in Cmd-Shift-5 recorder and QuickTime capture microphones only. If you wanted what the Mac plays, you need an app that uses ScreenCaptureKit system audio capture. The diagnosis tree in why is my Mac not recording sound sorts this in one table.
  2. Permission. Two separate lists: Microphone and Screen & System Audio Recording, both under System Settings > Privacy & Security. An app only appears after it asks. If it is missing, trigger the request or reset it with tccutil; see permission not showing and microphone permission not working, which also covers the silent-denial case for hardened-runtime apps without the audio-input entitlement.
  3. Device. If an interface is involved, check it exists in Audio MIDI Setup, that the gain is up, and that the app is on the right channel pair. USB audio interface not showing up and recording only captures one channel handle those two.

Relaunch the app with Cmd-Q after any permission change. Grants made while an app runs do not apply until it restarts.

The recording works but sounds wrong or stops. What is it?

Two problems produce a file that exists but is not what you wanted.

It sounds like a phone call. A Bluetooth headset switches from the stereo A2DP profile to the mono Hands-Free Profile at 8 or 16 kHz the moment any app opens its microphone. The recording is not broken; the profile is. Record with the Mac's built-in mic or an interface and keep the headset for listening. Bluetooth headphones make Mac recordings sound bad has the profile table. If a background app is what opened the headset mic, which app is using your Mac microphone shows how to find it through the orange dot and Control Center.

It stops partway. Display sleep never stops a recording; system sleep does. On a laptop, turn on "Prevent automatic sleeping on power adapter when the display is off" under Battery > Options, or run caffeinate -i for the duration. App Nap does not touch an app that is recording, because it is audible. Recording stops when the display sleeps covers the settings, the lid, and disk planning at 0.97 GB per hour for 24-bit 48 kHz stereo.

Gaps in the middle of a file that was recorded with the Mac awake usually come from the input dropping, not from sleep; the format cluster's guide on dropouts picks that up.

What changed on macOS 26 Tahoe, and does it break anything?

Two visible changes and one setup-specific failure.

ScreenCaptureKit system audio capture and Core Audio input recording work as before, without BlackHole or Loopback. Core Audio device IDs still change on reconnect, so an app that caches the ID shows a dead device after a re-plug. The dated notes and an upgrade checklist are in what macOS Tahoe changed for audio recording; the permission rename is walked through in permission not showing, and the interface side in USB audio interface not showing up.

If you rely on a vendor driver that has no macOS 26 release yet, that is the one good reason to delay the upgrade on a recording Mac.

Mac recording problems: symptom, cause, fix, and where it is explained

SymptomMost likely causeFirst fixNeeds TerminalGuide
App missing from Screen & System Audio RecordingNever asked, or denied oncePress Record on a system source, or tccutil reset ScreenCaptureoptionalpermission not showing
Mic permission never promptsHardened runtime without audio-input entitlementDeveloper must fix the buildyes, to diagnosemicrophone permission not working
File is silentWrong source or missing permissionCheck source, then Privacy & Security, relaunchnowhy is my Mac not recording sound
Interface not listedCable, hub power, or Core AudioDirect port, then sudo killall coreaudiodsometimesUSB audio interface not showing up
Sound on the left onlyMono mic on a stereo pairChoose a mono input or fold with afconvertoptionalrecording only captures one channel
Sounds like a phone callBluetooth HFP profileUse built-in or wired mic for capturenoBluetooth headphones make recordings sound bad
Orange dot with no app openBackground helper holds the micActivity Monitor, then killall coreaudiodsometimeswhich app is using your microphone
Take stops after minutesSystem sleepPrevent sleep when display is off, or caffeinate -ioptionalrecording stops when the display sleeps
Cannot find Screen Recording paneRenamed on macOS 26Look for Screen & System Audio Recordingnowhat macOS Tahoe changed

AirCheck records what your Mac plays, or any input, to one file. $39 once.

Buy AirCheck for $39

macOS 14 or newer. One-off payment. Fourteen-day refund, no questions asked.

Other topics