AirCheck Guides · Support · Home

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.

  1. 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.
  2. 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.
  3. 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:

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:

  1. Quit every audio app (DAW, DJ software, browser tabs playing audio).
  2. Run sudo killall coreaudiod in Terminal. launchd restarts the daemon within seconds.
  3. 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:

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 inLayer that failedFirst fixSecond fixNeeds restart
Nowhere (not in System Information > USB)USB / powerDifferent port, direct to Mac, original cablePowered hub, disable +48V to testno
System Information, not Audio MIDI SetupCore Audio / driversudo killall coreaudiodInstall or update vendor driversometimes
Audio MIDI Setup, not the appApp device listCmd-Q and relaunch the appQuit apps holding exclusive accessno
App, but no signalChannel pair or sample ratePick the right input pairMatch sample rate in Audio MIDI Setupno

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.

Buy AirCheck for $39

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

Hannes Hennerbichler builds AirCheck and records his own DJ sets with it through a Focusrite Scarlett 8i6. Every step on this page was run on the macOS version stated above. Drafted with AI assistance, checked and edited by the author. About