Every method you can use to record your Mac screen, organized by approach so you can jump straight to what suits you.
Recording your Mac screen is something most people assume requires specialist software. In reality, macOS has shipped with solid recording tools for years. Below we break things down by method rather than walking through a single linear tutorial, so you can pick the approach that feels right and skip whatever you already know.
Available on macOS Mojave (10.14) and later, the screenshot toolbar is the fastest way to start a screen recording without opening any app.
Press Cmd + Shift + 5. A floating toolbar appears at the bottom of your screen with capture options.
Click the Stop button in the menu bar (the small square icon), or press Cmd + Ctrl + Esc. Your video saves to the Desktop by default — you can change this in the toolbar's Options menu.
If you need to record a single window, use the screenshot toolbar's window-capture mode first, then switch to recording. The toolbar remembers your last selection.
QuickTime Player has been able to record the screen since OS X Yosemite. It is ideal if you are on an older macOS version or prefer a dedicated app window.
Click the small arrow next to the record button (older widget) to pick an audio input. On newer macOS versions, audio settings live in the toolbar's Options menu.
QuickTime exports in MOV format. If you need MP4, you can convert the file using the built-in Encode Selected Video Files Finder action (right-click the file and look under Quick Actions).
Built-in tools cover the basics, but third-party apps unlock features like webcam overlays, real-time annotations, scheduled recordings, and direct export to GIF or MP4.
We compare popular options in our Top Screen Recorders guide. All reviews are hands-on and free of affiliate bias.
For power users, macOS offers command-line and Automator-based recording paths.
The screencapture command handles still screenshots, but you can combine it with scripts to automate timed captures. For video, ffmpeg (installable via Homebrew) provides a flexible pipeline:
ffmpeg -f avfoundation -i "1:none" -r 30 output.mp4
Replace "1:none" with the index of your screen and audio devices (list them with ffmpeg -f avfoundation -list_devices true -i "").
Create a Quick Action in Automator that launches a screen recording with predefined settings, then assign it a keyboard shortcut in System Settings > Keyboard > Keyboard Shortcuts > Services.
For most people, the screenshot toolbar (Cmd + Shift + 5) is the fastest path. It requires no setup and produces high-quality recordings out of the box. Turn to QuickTime when you need more explicit save control, or to a third-party app when built-in tools fall short on features. Terminal methods are best reserved for scripting and automation scenarios.
Want to learn the screenshot side of things next? Head over to our Screenshot Tips page.
Get a quick email whenever we publish a new guide, tip, or tool review. No spam, unsubscribe anytime.