{"slug":"how-to-screen-record-on-mac","title":"How to Screen Record on Mac: 3 Built-in Methods (No Downloads Needed)","excerpt":"To screen record on a Mac, press Shift+Command+5 to open the screenshot toolbar, select either 'Record Entire Screen' or 'Record Selected Portion,' and click Record. The video saves to your Desktop as an .mov file. On macOS Ventura and later, you can also record audio from a microphone at the same time. No third-party software is needed.","content":"# How to Screen Record on Mac: 3 Built-in Methods (No Downloads Needed)\n\n*By Daniel Rozin | A Versus B | August 22, 2026*\n\nYou can screen record on a Mac using three methods built into macOS — no software purchase or download required. The fastest is the screenshot toolbar (Shift+Command+5), which was added in macOS Mojave (2018) and is available on every Mac running macOS 10.14 or later. For more control over resolution and format, QuickTime Player offers additional options. Here is exactly how to use all three methods.\n\n## Method 1: Screenshot Toolbar (Shift+Command+5)\n\nThis is the fastest method for most users.\n\n**Step 1:** Press **Shift + Command + 5** simultaneously. A toolbar appears at the bottom of the screen with five icons.\n\n**Step 2:** Choose your recording mode:\n- **Record Entire Screen** (4th icon, rectangle with filled dot): records everything visible on your display\n- **Record Selected Portion** (5th icon, dashed rectangle with dot): lets you drag to select a specific area to record\n\n**Step 3 (Optional):** Click **Options** to configure:\n- **Save to**: Desktop (default), Documents, Clipboard, Mail, Messages, Preview, or QuickTime Player\n- **Timer**: None, 5 seconds, or 10 seconds before recording starts\n- **Microphone**: None (no audio) or any connected microphone for voiceover\n- **Show Floating Thumbnail**: yes/no (a thumbnail appears briefly in the corner when recording stops)\n- **Remember Last Selection**: keeps your selected area for next time\n\n**Step 4:** Click **Record**.\n\n**Step 5:** To stop recording, click the **Stop button (■)** in the menu bar (top of screen), or press **Command + Control + Escape**.\n\nThe recording saves as an **.mov file** on your Desktop by default. File names are formatted as \"Screen Recording [date] at [time].mov.\"\n\n## Method 2: QuickTime Player\n\nQuickTime Player offers the same core functionality as the toolbar but with slightly more control, and it is familiar to users who already use it for video playback.\n\n**Step 1:** Open **QuickTime Player** from Applications or Spotlight (Command+Space, type \"QuickTime\").\n\n**Step 2:** Click **File** in the menu bar → **New Screen Recording**.\n\nA recording control panel appears with a red record button and a dropdown arrow.\n\n**Step 3:** Click the dropdown arrow (next to the record button) to set:\n- **Microphone**: Select a microphone or \"None\"\n- **Show Mouse Clicks in Recording**: adds a visual indicator when you click (useful for tutorials)\n\n**Step 4:** Click the **red record button**. Then either:\n- Click anywhere to record the **entire screen**\n- Drag to select a **region** to record, then click **Start Recording**\n\n**Step 5:** Click the **Stop button (■)** in the menu bar to finish.\n\nQuickTime then opens the recording automatically. Use **File → Save** (Command+S) to choose where to save it. QuickTime saves in **.mov format** by default.\n\n## Method 3: Terminal Command (Advanced)\n\nFor developers or automation use cases, macOS includes a command-line screen recording tool via the `screencapture` utility.\n\nOpen **Terminal** (Applications → Utilities → Terminal) and use:\n\n```bash\nscreencapture -v ~/Desktop/recording.mov\n```\n\nThis starts a screen recording immediately. Press **Control+C** in the Terminal to stop it. The file saves to your Desktop.\n\n**Additional flags:**\n- `-a`: record the front application window only\n- `-R x,y,w,h`: record a specific region (x and y are the top-left corner coordinates, w and h are width and height in pixels)\n\nExample: Record a 1280×720 region starting at coordinates (100, 100):\n```bash\nscreencapture -v -R 100,100,1280,720 ~/Desktop/recording.mov\n```\n\nThis method does not capture audio by default. Add third-party tools like `ffmpeg` for audio capture via Terminal.\n\n## How to Screen Record With Internal Audio (System Sound)\n\nmacOS does not natively capture internal audio (system sounds, music, app audio) during screen recording — only microphone input. This is a long-standing limitation due to privacy and copyright protections.\n\n**Options for capturing internal audio:**\n\n1. **BlackHole (free, open source)** — a virtual audio driver that routes system audio to an input. Install it, set it as both input and output, and macOS treats it as a microphone. Available at existential.audio.\n\n2. **Loopback (paid, $109)** — Rogue Amoeba's professional solution; creates virtual audio devices that can mix any audio sources with more granular control.\n\n3. **OBS Studio (free)** — open-source screen recording and streaming software that can capture both screen and system audio natively on Mac. Install from obsproject.com.\n\nFor most tutorial recording where you only need microphone (voiceover), the built-in method (Shift+Command+5) is sufficient.\n\n## File Format and Editing\n\nMac screen recordings default to **.mov** format (Apple QuickTime container, H.264 video codec). File sizes are approximately:\n- 1 minute at 1080p: ~100–250 MB (depending on motion/complexity)\n- 1 minute at 720p: ~50–120 MB\n\n**To convert to MP4** (smaller, more widely compatible):\n- Open the .mov file in QuickTime → **File → Export As → 1080p** (this exports as .m4v, which is compatible with most MP4 players)\n- Or use Handbrake (free) for full format control\n\n**To trim the recording** without software:\n- Open the .mov in QuickTime → **Edit → Trim** (Command+T)\n- Drag the yellow handles to set start and end points → click **Trim**\n\n## Troubleshooting Common Issues\n\n**\"Screen Recording\" permission not granted:**\nGo to **System Settings → Privacy & Security → Screen Recording** → enable the toggle for the app (QuickTime or Terminal). Without this permission on macOS 13+, recordings show a black screen.\n\n**No audio in recording:**\nIn the screenshot toolbar options or QuickTime settings, confirm a microphone is selected (not \"None\"). If you use AirPods, they may not appear until connected.\n\n**File not saving:**\nCheck that the destination drive has sufficient space. Screen recordings at 1080p use approximately 200 MB/minute.\n\n**Recording is choppy on older Mac:**\nClose unused applications before recording. Recording at high resolution is processor-intensive. Consider reducing display resolution temporarily via System Settings → Displays.\n\n## Related Comparisons\n\nChoosing between platforms for content creation? See [Mac vs. Windows](/compare/mac-vs-windows) for a full comparison. For Apple hardware choices, see [MacBook Air vs. MacBook Pro](/compare/macbook-air-vs-macbook-pro).","category":"tech","tags":["how to screen record on mac","mac screen recorder","screen record mac with audio","screenshot toolbar mac","quicktime screen recording","macos screen record"],"url":"https://www.aversusb.net/blog/how-to-screen-record-on-mac","publishedAt":"2026-08-22T10:00:00.000Z","updatedAt":"2026-07-17T07:41:07.008Z","articleSchema":{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://www.aversusb.net/blog/how-to-screen-record-on-mac#article","headline":"How to Screen Record on Mac: 3 Built-in Methods (No Downloads Needed)","description":"To screen record on a Mac, press Shift+Command+5 to open the screenshot toolbar, select either 'Record Entire Screen' or 'Record Selected Portion,' and click Record. The video saves to your Desktop as an .mov file. On macOS Ventura and later, you can also record audio from a microphone at the same time. No third-party software is needed.","abstract":"To screen record on a Mac, press Shift+Command+5 to open the screenshot toolbar, select either 'Record Entire Screen' or 'Record Selected Portion,' and click Record. The video saves to your Desktop as an .mov file. On macOS Ventura and later, you can also record audio from a microphone at the same time. No third-party software is needed.","url":"https://www.aversusb.net/blog/how-to-screen-record-on-mac","image":{"@type":"ImageObject","@id":"https://www.aversusb.net/blog/how-to-screen-record-on-mac#primaryImage","url":"https://www.aversusb.net/api/og?title=How%20to%20Screen%20Record%20on%20Mac%3A%203%20Built-in%20Methods%20(No%20Downloads%20Needed)&type=blog","contentUrl":"https://www.aversusb.net/api/og?title=How%20to%20Screen%20Record%20on%20Mac%3A%203%20Built-in%20Methods%20(No%20Downloads%20Needed)&type=blog","width":1200,"height":630,"caption":"How to Screen Record on Mac: 3 Built-in Methods (No Downloads Needed)"},"thumbnailUrl":"https://www.aversusb.net/api/og?title=How%20to%20Screen%20Record%20on%20Mac%3A%203%20Built-in%20Methods%20(No%20Downloads%20Needed)&type=blog","contentReferenceTime":"2026-07-17T07:41:07.008Z","datePublished":"2026-08-22T10:00:00.000Z","dateCreated":"2026-08-22T10:00:00.000Z","dateModified":"2026-07-17T07:41:07.008Z","author":{"@type":"Organization","@id":"https://www.aversusb.net/#organization","name":"A Versus B"},"publisher":{"@type":"Organization","@id":"https://www.aversusb.net/#organization","name":"A Versus B"},"inLanguage":"en-US","isPartOf":{"@type":"WebSite","@id":"https://www.aversusb.net/#website"},"keywords":"how to screen record on mac, mac screen recorder, screen record mac with audio, screenshot toolbar mac, quicktime screen recording, macos screen record","articleSection":"tech","wordCount":984,"license":"https://creativecommons.org/licenses/by/4.0/","speakable":{"@type":"SpeakableSpecification","cssSelector":["h1",".article-excerpt",".article-intro","#article-summary"]},"accessMode":["textual"],"accessModeSufficient":[{"@type":"ItemList","itemListElement":["textual"]}],"isAccessibleForFree":true}}