How to Record Audio on Mac: 2026 Guide
Record audio on Mac using Voice Memos, QuickTime, GarageBand, or BlackHole for system audio. Built-in tools, real specs, and post-recording workflow.
Recording audio on a Mac is one of those tasks Apple makes simple for the easy case (one microphone, no system audio) and unexpectedly fiddly for everything else. The good news: macOS ships with three different recording apps before you install anything, and each is genuinely useful for a specific job. The bad news: capturing system audio — the sound your Mac is playing back — requires routing it through a virtual audio device because of macOS sandboxing.
This guide walks through every built-in option, the BlackHole and Loopback workflow for system audio, the Audio MIDI Setup tricks most users never discover, and the post-recording cleanup chain (trim, compress, convert) that turns a raw recording into a shareable file.
The Three Pre-Installed Recording Apps
Every Mac shipped since Big Sur (macOS 11, 2020) includes Voice Memos, QuickTime Player, and GarageBand pre-installed or available as a free first-party download. None of them require an Apple ID for basic recording.
Voice Memos: Quick Notes, Lectures, Interviews
Voice Memos is the lightest-weight option. Open it from Launchpad or Spotlight, click the red record button, click Done. The app saves files to '~/Library/Application Support/com.apple.voicememos/Recordings' as M4A AAC. With iCloud sync enabled (System Settings, Apple ID, iCloud, Voice Memos), recordings appear automatically on your iPhone and iPad.
Quality settings live under Voice Memos, Settings, Audio Quality. Compressed (the default) writes M4A AAC at roughly 64 kbps mono — fine for spoken-word notes but thin for music. Lossless writes M4A ALAC at the input device's native rate (typically 44.1 or 48 kHz, 16-bit) and produces files about 20 times larger. For interviews you plan to transcribe, Lossless gives a transcription engine more to work with; for personal voice notes, Compressed is the right default.
The built-in trim and replace tools are buried but powerful. Open a recording, tap the waveform icon at the top right, then Edit Recording. You can trim heads and tails, delete a middle section, or re-record over a region. After editing, share via the export menu — or pull the M4A out of the Recordings folder above and run it through m4a-to-mp3 for an MP3 you can attach to email.
QuickTime Player: Single-File Microphone Captures
QuickTime is the right choice when you want a single audio file from one input — a USB mic, a Bluetooth headset, or the built-in mic — without the overhead of opening a DAW. File, New Audio Recording, click the red dot. Click the disclosure arrow next to the record button to pick the input device and quality (High writes 256 kbps AAC, Maximum writes uncompressed AIFF). Output defaults to M4A AAC at 256 kbps unless you pick Maximum.
QuickTime cannot record system audio on its own. macOS sandboxing prevents one app from grabbing another app's output stream by design, and Apple has not exposed a screen-recording-style API for audio-only capture. The workaround is BlackHole, covered below.
GarageBand: Recording with Effects, Multi-Track, and Real Editing
GarageBand is overkill for a voice memo and exactly right for anything where you want EQ, compression, noise gate, or multi-track layering. New Project, Voice, click the red record button on a track. Internally GarageBand records at the project sample rate (44.1 or 48 kHz) into Apple Lossless or AIFF, depending on settings. To export, use Share, Export Song to Disk, then choose MP3, AAC, AIFF, or WAVE.
The compressor and noise-gate plug-ins on a Voice track are decent for podcasting if you do not own a dedicated mic preamp. The Vocal preset chain (under Smart Controls, Voice patch presets) gives a usable starting point for spoken-word recordings.
The System-Audio Gap: Why You Need BlackHole or Loopback
macOS does not let an app capture another app's audio output natively. This is a deliberate privacy decision: a malicious app should not be able to record everything you hear. The architectural workaround is a virtual audio device — a kernel extension that appears to macOS as a regular sound card. You set system output to the virtual device, and any recording app that selects the same virtual device as input now sees what the system is playing.
BlackHole (Free, Open Source)
BlackHole, by Existential Audio, is the de facto free option. Install via Homebrew with 'brew install blackhole-2ch' or grab the package installer from existential.audio. After install, BlackHole 2ch appears under System Settings, Sound, Output and Input.
To record system audio only:
1. Set the system output to BlackHole 2ch (you will not hear anything — the audio is being routed to BlackHole instead of your speakers). 2. In QuickTime, New Audio Recording, click the disclosure arrow, choose BlackHole 2ch as the input. 3. Record. Stop. The file contains the system audio.
To monitor while you record (so you can hear what the Mac is playing), open Audio MIDI Setup (in /Applications/Utilities), click the plus button, choose Create Multi-Output Device. Check both BlackHole 2ch and your real output (built-in speakers or headphones). Set this Multi-Output Device as your system output. Now BlackHole still receives the signal for recording, and your speakers also play it for monitoring.
To record system audio and your microphone into a single file, create an Aggregate Device in Audio MIDI Setup (plus button, Create Aggregate Device). Check BlackHole 2ch and your microphone. In QuickTime or Audacity, select the aggregate device as input. The two streams arrive on separate channels of a multi-channel input, which Audacity can split into separate tracks.
Loopback (Rogue Amoeba, $109)
Loopback by Rogue Amoeba does the same job with a GUI. You drag application icons into a virtual device's source list, set per-app gain, and hand the resulting device to any recording app. It is worth the $109 if you do this often or need to isolate specific apps (capture only Zoom, ignoring Spotify) without per-session reconfiguration. For one-off jobs, BlackHole is enough.
Post-Recording Cleanup
Raw recordings almost always need three things: silence trimming at the start and end, compression to a sensible file size for sharing, and a format change for the destination.
Trim the silence. Open the file in audio-trimmer and drag the handles to crop the dead air at both ends. The trimmer runs entirely in your browser, so your audio never uploads anywhere. For mid-file edits, audio-cutter lets you cut out arbitrary sections. If you prefer a desktop tool, the Audacity workflow in how to cut audio in Audacity covers the same edits.
Compress for sharing. A 30-minute Voice Memo at Lossless quality is around 250 MB — too big for most email attachments and slow to upload. audio-compressor drops it to 30-60 MB at 96 kbps mono with no audible loss for speech. The audio bitrate explainer walks through the trade-offs.
Convert format. Voice Memos and QuickTime both write M4A by default. Most of the web prefers MP3 for legacy compatibility — old podcast hosts, embedded players, some chat apps. Run M4A through m4a-to-mp3; for the WAV-to-MP3 path see wav-to-mp3. Background on the formats lives in what is M4A and what is MP3.
Privacy Note
Every option in this guide records on-device. Voice Memos, QuickTime, GarageBand, and BlackHole all run locally; nothing about the recording itself sends audio to a server. iCloud sync (if enabled in Voice Memos) does upload encrypted copies to Apple's servers for cross-device access — disable it under Settings, Voice Memos if you want strict on-device only. Browser-based AudioUtils tools also keep the audio local for the conversion step; the file never leaves your machine.
Summary
For quick voice notes, Voice Memos. For a single clean recording from one mic, QuickTime. For polished podcast-style output, GarageBand. For system audio, install BlackHole and route through a Multi-Output Device. After recording, run the file through the trim-compress-convert chain to get a shareable artifact. The whole pipeline can stay local on your Mac with no third-party cloud uploads.