How to Make a Screen Capture on Mac: Every Method Explained

Taking a screenshot on a Mac is one of those tasks that looks simple on the surface — until you realize there are at least five different ways to do it, each with its own behavior, output format, and best-fit scenario. Whether you're capturing a full desktop, a specific window, or a scrolling webpage, understanding how Mac's built-in screenshot tools work gives you real control over the result.

The Core Keyboard Shortcuts Every Mac User Should Know 🖥️

Apple has built screenshot functionality directly into macOS, no third-party software required. The primary shortcuts have been consistent across macOS versions for years:

  • Command + Shift + 3 — Captures the entire screen immediately and saves it as a file to your desktop (or configured save location).
  • Command + Shift + 4 — Turns your cursor into a crosshair. Click and drag to select a specific area of the screen. Release the mouse to capture only that region.
  • Command + Shift + 4, then Space — After pressing the area-select shortcut, tapping Space switches the cursor to a camera icon. Hover over any open window and click to capture that window only — including its shadow.
  • Command + Shift + 5 — Opens the Screenshot toolbar, introduced in macOS Mojave. This gives you a panel with all options: full screen, window, selected area, screen recording (video), and settings.

Each of these shortcuts saves a PNG file by default, timestamped and placed on the Desktop unless you've changed the destination.

Capturing to Clipboard Instead of a File

Adding Control to any of the shortcuts above redirects the screenshot to your clipboard rather than saving it as a file. For example:

  • Command + Control + Shift + 3 — Full screen to clipboard
  • Command + Control + Shift + 4 — Selected area to clipboard

This is particularly useful when pasting directly into Slack, email, a document, or any image field without wanting a file saved at all.

The Screenshot App and Its Settings

The Command + Shift + 5 toolbar is more than a shortcut panel. Inside its Options menu, you can configure:

  • Save location — Desktop, Documents, clipboard, Mail, Messages, or a custom folder
  • Timer — A 5- or 10-second delay before capture, useful for capturing menus or hover states
  • Show Floating Thumbnail — Enables the preview thumbnail that appears in the corner after capture, similar to iPhone behavior
  • Remember Last Selection — Retains your last selection area for repeated captures in the same region

These settings persist between sessions, so changing them affects all future screenshots until you change them back.

Using Preview to Take and Edit Screenshots

The Preview app (built into macOS) also has screenshot functionality under File → Take Screenshot. You get the same three options: from selection, from window, or from entire screen. Where Preview adds value is in immediate editing — after a capture, you can annotate, crop, resize, or export in different formats (JPEG, TIFF, PDF) without needing any additional software.

Screen Recording vs. Screenshot: Knowing the Difference

The Command + Shift + 5 toolbar also includes screen recording options — capturing video of your full screen or a selected portion. This is separate from a static screenshot but lives in the same tool. Screen recordings save as .mov files by default and are useful for walkthroughs, bug reports, or instructional content.

For audio capture during recording, you'll need to select a microphone input from the Options menu. System audio capture without third-party software has historically been limited on macOS, which is a variable worth knowing before you record.

File Format and Where Captures Are Saved

By default, macOS saves screenshots as PNG files — a lossless format that preserves full image quality. This is ideal for UI screenshots, text, and technical content where sharpness matters.

If you need a different format (JPEG, TIFF, PDF), you can change it via Terminal:

defaults write com.apple.screencapture type jpg 

Replace jpg with tiff, pdf, or png to switch formats. A logout/login or restart applies the change system-wide.

Variables That Affect Your Screenshot Experience 📋

FactorImpact
macOS versionScreenshot toolbar requires Mojave (10.14) or later
Display resolution / RetinaScreenshots capture at full pixel density — files can be larger than expected
Multiple monitorsCmd+Shift+3 captures all screens as separate files
External keyboardSome shortcut conflicts with custom key mappings
Third-party tools installedMay override default shortcuts (e.g., CleanShot, Snagit)

When Built-In Tools Reach Their Limits

Apple's native screenshot tools handle the majority of use cases well, but they have real boundaries. Scrolling captures — grabbing an entire webpage beyond what's visible — aren't supported natively. Neither is built-in annotation with arrows, callouts, or blur tools beyond basic markup in Preview.

Users who screenshot frequently for documentation, design review, or content creation often find the native tools cover everyday needs but leave gaps for more structured workflows. How significant those gaps are depends entirely on what you're trying to accomplish and how often.

Your screen, your workflow, and what you're capturing are the factors that determine which method — or combination of methods — actually fits.