Guides / Fixing Mac audio recording problems
What did macOS 26 Tahoe change for audio recording?
Tested on macOS 26.4.1 (Tahoe), Apple M3 Max, 3 Sept 2026. Updated 2026-09-03.
macOS 26 Tahoe changed two visible things for audio recording: the privacy pane called Screen Recording on macOS 13 is now Screen & System Audio Recording, and Control Center shows which apps use system audio. ScreenCaptureKit system audio capture and Core Audio input recording work as before. In the author's setup one USB audio return, a Pioneer DDJ-SZ, stopped delivering audio after the upgrade; an analog line into a Focusrite Scarlett 8i6 was the fix. Dated 3 September 2026.
Where did the Screen Recording permission go on macOS Tahoe?
It was renamed, not moved. Apple's macOS 13 Ventura guide instructs "Click Screen Recording." The current guide for the same task, which covers Tahoe, instructs "Click Screen & System Audio Recording." Both are at Apple menu > System Settings > Privacy & Security.
The new name reflects what the grant always did on macOS 13 and later: a recorder that captures what the Mac plays through ScreenCaptureKit needs it, with or without video. Nothing about the grant changed:
- Apps appear in the list only after they ask; the Add (+) button still adds one manually.
tccutil reset ScreenCapturestill resets the decision; the service name did not follow the label.- Microphone access is still a separate list.
If an older guide told you to find "Screen Recording", that is the whole explanation. The procedure for a missing entry is in Screen & System Audio Recording permission not showing.
Second visible change: Control Center. Apple's guide now says its top field "shows which apps are using your microphone, location, camera, or system audio." A system audio recorder is listed there while it captures. That is disclosure, not a warning.
Does system audio and microphone recording still work on macOS 26?
Yes. Checked on macOS 26.4.1 on an Apple M3 Max:
- System audio through ScreenCaptureKit: captures everything the Mac plays at 48 kHz on this machine, no virtual driver, nothing added to Audio MIDI Setup. YouTube, Spotify, SoundCloud, Twitch, Zoom, Teams and Meet capture normally. DRM playback such as Apple TV+ and some Apple Music content can play silent, as before.
- Core Audio inputs: the built-in microphone, USB microphones and audio interfaces record as before. A Focusrite Scarlett 8i6 appears in Audio MIDI Setup with its 8 inputs; recordings from it came in at 44.1 or 48 kHz depending on how the device was set.
- Core Audio device IDs still change when a device is reconnected. An app that stored the numeric ID at launch points at a dead device after a re-plug; an app that re-resolves by name does not.
- Sleep is unchanged: display sleep does not stop a recording, system sleep does. See recording stops when the display sleeps.
Third-party virtual drivers (BlackHole, Loopback) and vendor interface drivers are outside this note; check each vendor's page for its Tahoe status. The native path needs none of them, which is the point of can a Mac record internal audio natively.
What broke: the DJ controller USB return
One thing broke in the author's setup, documented here because it looks like a recorder bug.
A Pioneer DDJ-SZ connects over USB and, besides controlling Serato, exposes its mixer output as a USB audio input. Before the upgrade, selecting that USB return as the recording source captured the mix. After the upgrade, the controller still enumerated, still played audio from Serato, and still appeared as an input device, but the USB return delivered no usable audio. Permissions were granted, the device was selected, the meter stayed at zero.
What did not help: re-granting Microphone access, tccutil reset Microphone, restarting coreaudiod, re-plugging the controller.
What fixed it: USB for control only, audio out analog. The DDJ-SZ's MASTER OUT feeds line inputs 3 and 4 on a Focusrite Scarlett 8i6, and the recorder captures that channel pair. The result is a clean 24-bit take at the interface's sample rate with no dependency on the controller's USB audio path.
Read this narrowly: one controller, one Mac, one macOS version, one person. It is not a claim that Tahoe broke DJ controllers in general. If your controller's USB return went quiet after the upgrade, the analog route is the reliable workaround, the general checks in USB audio interface not showing up on Mac come first, and the DJ setup is in how to record a Pioneer DDJ controller on Mac.
What should I check after upgrading to macOS Tahoe before an important recording?
A 5-minute check, in the order things fail:
- Permissions. System Settings > Privacy & Security. Confirm the recorder is on under Screen & System Audio Recording (system audio) and Microphone (inputs). Relaunch it after any change.
- Devices. Open Audio MIDI Setup. Confirm the interface is listed and check the Format pop-up shows the sample rate your app expects. A vendor driver not yet updated for macOS 26 shows up here as a missing device.
- A one-minute test take per source. Record system audio from a browser tab, then record the interface. Play both back. This catches the silent-USB-return case above, which no settings screen reveals.
- Sleep. Laptop: Battery > Options > "Prevent automatic sleeping on power adapter when the display is off". Desktop: the switch under Energy.
- Disk. 24-bit 48 kHz stereo needs 0.97 GB per hour; MP3 320 kbps needs 0.14 GB per hour.
Keep the old macOS installer if a vendor driver you rely on has no Tahoe release yet; that is the one situation where delaying the upgrade is right for a recording Mac. Everything else on this page is either unchanged or a rename.
Click Screen & System Audio Recording.
Apple, macOS User Guide, Control access to screen and system audio recording
Audio recording on macOS 13 Ventura versus macOS 26 Tahoe, as checked on 3 Sept 2026
| Item | macOS 13 Ventura | macOS 26 Tahoe | Changed |
|---|---|---|---|
| Privacy pane for system audio capture | Screen Recording | Screen & System Audio Recording | yes, rename |
| tccutil service name | ScreenCapture | ScreenCapture | no |
| Control Center lists system audio use | microphone, camera, location | adds system audio | yes |
| System audio capture without a driver | yes (ScreenCaptureKit) | yes | no |
| Core Audio device IDs change on reconnect | yes | yes | no |
| DDJ-SZ USB audio return (author's unit) | worked | no audio, analog line-in used instead | yes, in this setup |
Ventura column from Apple's macOS 13 guide; Tahoe column from the author's tests on macOS 26.4.1.
Where AirCheck fits
AirCheck was built and tested on this macOS 26.4.1 setup. It records system audio through ScreenCaptureKit with the renamed permission, and any Core Audio input with a channel-pair picker, which is how the author now records the DDJ-SZ through inputs 3 and 4 of the Scarlett 8i6. It re-resolves the selected device by name after a reconnect and restarts capture into the same file if buffers stop for 5 seconds. AirCheck is $39 once and supports macOS 14 Sonoma through macOS 26 Tahoe.
When you do not need it: If you are on macOS 12 or earlier, the native system audio path does not exist and AirCheck does not run; use BlackHole with QuickTime or Audacity. If your only change after upgrading is the pane name, no new software is needed.
AirCheck records what your Mac plays, or any input, to one file. $39 once.
macOS 14 or newer. One-off payment. Fourteen-day refund, no questions asked.
Questions people ask
Is Screen Recording permission the same as Screen & System Audio Recording?
Yes. macOS 26 Tahoe renamed the pane; the grant, the tccutil service name (ScreenCapture) and the behaviour are unchanged. A recorder that captures what the Mac plays needs this permission on macOS 13 and later.
Do I need BlackHole on macOS Tahoe to record system audio?
No. Apps that use ScreenCaptureKit capture system audio with the Screen & System Audio Recording permission alone, and have since macOS 13. BlackHole is still needed for recorders that cannot use that API, such as Audacity.
Why does my DJ controller record silence after updating to macOS 26?
In the author's case a DDJ-SZ's USB audio return stopped delivering audio on macOS 26 while control and playback kept working. Re-granting permissions did not help; an analog line from the controller into an audio interface did. Test a one-minute take after upgrading.
Sources
- Apple: Control access to screen and system audio recording on Mac (covers macOS 26)
- Apple: Control access to screen recording on Mac (macOS 13 Ventura)
- Apple: Use Control Center on Mac
- Apple: Set sleep and wake settings for your Mac
Related guides
- Why is my app missing from Screen & System Audio Recording on my Mac?
- Why is my USB audio interface not showing up on my Mac?
- Why does my Mac recording stop when the display sleeps?
- How to record a Pioneer DDJ controller on a Mac
- Can a Mac record internal audio natively?
- Why is the microphone permission not working for my app on Mac?
- Fixing Mac audio recording problems: all guides
- Every guide, by topic