Guides / Fixing Mac audio recording problems
Why is my USB audio interface not showing up on my Mac?
Tested on macOS 26.4.1 (Tahoe), Apple M3 Max, 3 Sept 2026. Updated 2026-09-03.
A USB audio interface that does not show up on a Mac is missing at one of three layers: USB (the Mac does not see the hardware), Core Audio (no audio device was created), or the app (a stale device list). Check System Information > USB, then Audio MIDI Setup, then the app. Cable, hub power, and a Core Audio restart with sudo killall coreaudiod fix most cases in under 5 minutes.
How do I find out which layer is missing the interface?
Do not start with drivers. Start by locating the interface in the two tools macOS gives you.
- Open System Information (hold Option, click the Apple menu) and select USB. If the interface is not in the USB tree, the Mac does not see the hardware. Go to the cable and power section.
- Open Audio MIDI Setup (Applications > Utilities). Apple's guide starts every task with "In the sidebar of the Audio Devices window, select a device." If the interface is in the USB tree but not in this sidebar, Core Audio has not created a device for it. Go to the driver section.
- If it is in Audio MIDI Setup but not in your app, the app holds a stale list. Quit with Cmd-Q, reconnect the interface, relaunch.
The Terminal equivalents: system_profiler SPAudioDataType prints every Core Audio device with its input and output channel counts; system_profiler SPUSBDataType prints the USB tree.
Most reports of "interface not detected" fail at step 1, and that is a cable or power problem, not software.
Is the cable, hub, or power the problem?
Apple's support note for USB devices that stop working lists the fixes in this order, and they apply directly to interfaces:
- "Disconnect and reconnect the external device to your Mac."
- "Connect your external device to a different port on your Mac."
- "If your external device is connected to a USB or Thunderbolt hub, connect your device directly to your Mac."
- "If your USB or Thunderbolt hub is self-powered, make sure that it's connected to an AC adapter."
Documented failure mode: a bus-powered interface that appears, disappears when you enable +48V phantom power, and returns when you disable it, is starved for power. Move it to a direct port or a powered hub.
Cable checks that catch the rest: some USB-C cables are charge-only and carry no data, so try the cable that shipped with the interface; USB-A to USB-C adapters that work for keyboards can fail for audio, so test another one.
A DJ controller that enumerates but delivers no USB audio return on Tahoe is a separate case. The author's DDJ-SZ did exactly that; the working fix was an analog line into a Scarlett 8i6. See what macOS Tahoe changed for audio recording.
Does my interface need a driver, and how do I restart Core Audio?
macOS includes a USB Audio Class driver. Apple's technote on USB audio design shows how that built-in driver identifies devices: the device UID follows the layout AppleUSBAudioEngine:<Company Name>:<Device Name>:<Serial # or LocationID>:N[,M]. A class compliant interface is picked up by it with nothing installed. Interfaces that are not class compliant, or that expose all channels only through a vendor driver, need the vendor's installer. Check the vendor's page for your model and macOS version.
When the interface is in the USB tree but not in Audio MIDI Setup, restart the Core Audio daemon:
- Quit every audio app (DAW, DJ software, browser tabs playing audio).
- Run
sudo killall coreaudiodin Terminal. launchd restarts the daemon within seconds. - Reopen Audio MIDI Setup and look for the device.
If it still does not appear, unplug the interface, restart the Mac, and plug it in after login. Vendor drivers that were fine on macOS 14 or 15 can stop loading on a new major version until the vendor ships an update; if the interface vanished right after an upgrade, the vendor's download page is the first stop. The virtual-driver version of this problem is in BlackHole not showing up in Audio MIDI Setup.
The interface is in Audio MIDI Setup but my app cannot see it. Why?
Core Audio assigns each device a numeric ID when it connects, and that ID changes on reconnect. An app that cached the ID at launch shows a stale list or a device that no longer answers. Quit the app with Cmd-Q and relaunch it with the interface connected. Apps that re-resolve the device by name survive a reconnect; apps that remember the numeric ID do not.
Two more app-side reasons:
- Exclusive access. Some DJ and DAW apps open the interface exclusively. Quit them first, or the recorder sees the device but gets no audio.
- Channel pairs. A multi-input interface is one device with many channels, and an app may list only the first pair. Pick the pair you plugged into, see recording only captures one channel or mono.
Set the sample rate once in Audio MIDI Setup (48 kHz for most work) so device and app agree; a mismatch gives silence or crackle rather than a missing device, handled in why is my Mac not recording sound. The full interface workflow is in how to record a DJ mix on Mac with an audio interface.
If your USB or Thunderbolt hub is self-powered, make sure that it's connected to an AC adapter.
Apple Support, If you see USB Devices Disabled on your Mac
Where the interface is missing, and what fixes it
| Interface visible in | Layer that failed | First fix | Second fix | Needs restart |
|---|---|---|---|---|
| Nowhere (not in System Information > USB) | USB / power | Different port, direct to Mac, original cable | Powered hub, disable +48V to test | no |
| System Information, not Audio MIDI Setup | Core Audio / driver | sudo killall coreaudiod | Install or update vendor driver | sometimes |
| Audio MIDI Setup, not the app | App device list | Cmd-Q and relaunch the app | Quit apps holding exclusive access | no |
| App, but no signal | Channel pair or sample rate | Pick the right input pair | Match sample rate in Audio MIDI Setup | no |
Where AirCheck fits
AirCheck lists any Core Audio input the Mac sees and refreshes its device list on hot-plug. It re-resolves the selected device by name rather than by numeric ID, so reconnecting an interface mid-session does not leave the app pointing at a dead device, and if buffers stop for 5 seconds during a take it restarts capture into the same file. Multi-channel interfaces get a channel-pair picker, for example inputs 3 and 4 of an 8-input Scarlett 8i6. AirCheck is $39 once and needs macOS 14 Sonoma or newer.
When you do not need it: If the interface is not in System Information at all, no recorder can help; it is a cable, hub, or power problem. If your interface needs a vendor driver that has not been updated for your macOS version, wait for the vendor.
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
Does Mac need a driver for a USB audio interface?
Not for class compliant interfaces; macOS ships a USB Audio Class driver. Some interfaces need the vendor's driver for full channel counts or control software. Check the vendor's macOS compatibility page for your model and macOS version.
How do I reset Core Audio on a Mac?
Quit audio apps, then run sudo killall coreaudiod in Terminal. launchd restarts the daemon automatically within seconds. This clears most cases where a device is visible in System Information but absent from Audio MIDI Setup.
Why does my interface disappear when I turn on phantom power?
Phantom power raises the current draw of a bus-powered interface. On an unpowered hub or a marginal cable the interface browns out and re-enumerates. Connect it directly to the Mac or use a hub with its own AC adapter.
Sources
- Apple Support: If you see USB Devices Disabled on your Mac
- Apple: Set up audio devices in Audio MIDI Setup on Mac
- Apple: TN3190 USB audio device design considerations
Related guides
- Why does my Mac recording only capture one channel?
- Why is my Mac not recording sound?
- What did macOS 26 Tahoe change for audio recording?
- BlackHole not showing up in Audio MIDI Setup: how to fix it
- How to record a DJ mix on a Mac with an audio interface
- Why is my app missing from Screen & System Audio Recording on my Mac?
- Fixing Mac audio recording problems: all guides
- Every guide, by topic