How to Screenshot on Mac: The Complete Beginner’s Guide

You just switched to a Mac, and the first thing you need is a screenshot. On Windows, it was the Print Screen key. On your Mac, there’s no such key, and you’re left staring at the keyboard wondering where to start.

It’s a small thing, but it stops you cold. You need to capture a receipt, save an error message, or share a funny post, and you’re stuck hunting through menus.

Here’s the good part: macOS doesn’t have one screenshot method. It has six, plus screen recording, plus a command line tool that does things the keyboard shortcuts can’t touch.

Start with the shortcuts.

Every screenshot shortcut, in one table

One rule governs this whole table: hold Control along with any shortcut and the capture goes to your clipboard instead of becoming a file. Everything else is a variation on what you’re pointing at.

macOS Tahoe 26 capture shortcuts
ShortcutActionNotes
Shift Command 3 Capture entire screen Saves a file to the desktop, or wherever you’ve set.
Shift Command 4 Capture a selected portion Drag to select. Press esc to cancel.
Shift Command 4 then space Capture a specific window Click the window. Hold Option while clicking to drop the shadow.
Open a menu, then Shift Command 4 and drag Capture a menu and its items The menu stays open. No timer needed.
Shift Command 5 Open the Screenshot app All six capture modes, recording, timer, save location, capture format.
Shift Command 6 Capture the Touch Bar Touch Bar MacBook Pro models only.
Control Shift Command 4 Selected portion to clipboard No file created. Paste with Command V.
Control Shift Command 3 Entire screen to clipboard Same, full screen.
Command Control Escape Stop a screen recording Works from any app, any recording method.

Capture the entire screen

The one shortcut wonder

Press Shift Command 3.

Your Mac captures everything visible across all connected displays. A thumbnail slides into the bottom right corner and sits there for a few seconds. You can:

  • Swipe it right to dismiss it. The file is already saving.
  • Click it to open Markup for cropping, drawing, or sharing.
  • Drag it straight into a Mail draft, a Note, or a Finder window. This skips the file entirely.

That drag move is the one most people never learn. If you’re pasting a screenshot into a document anyway, you never need to touch the desktop.

Tip

To paste into an email or chat without creating a file, press Control Shift Command 3. The image lands on your clipboard. Paste with Command V.

What if you have multiple displays?

Shift Command 3 grabs every connected screen. If you want one display on its own, use Shift Command 4 and drag over that screen, open the Screenshot app and click the display you want, or use the -D flag in Terminal (covered below) to target a display by number.

Capture a selected portion

Step by step: the crosshair method

  1. Press Shift Command 4. Your pointer turns into a crosshair with live pixel coordinates.
  2. Click and drag to draw a rectangle over the area you want.
  3. Release. The capture fires and the thumbnail appears.

Two keys change what happens mid drag:

  • space moves the selection without resizing it. Useful when you sized the box right but placed it wrong.
  • esc cancels without capturing.

Those pixel coordinates next to the crosshair aren’t decoration. Note the numbers on a region you capture repeatedly and you can reproduce it exactly with screencapture -R. Same crop, every time, no dragging.

Tip

Open a menu first, then press Shift Command 4 and drag over the menu items. The menu stays open through the capture. Most guides send you to the timer for this. You don’t need it.

Copy to clipboard instead of saving

Add Control: Control Shift Command 4. The selection goes to your clipboard and no file is created.

Capture a specific window

The clean window capture

  1. Open the window you want.
  2. Press Shift Command 4. The crosshair appears.
  3. Press space. The crosshair becomes a camera icon.
  4. Move the camera over the window. It highlights in blue.
  5. Click. The capture includes only that window, on a transparent background, with a drop shadow.
Tip

Hold Option while you click to remove the drop shadow. You get a flat window with no gray halo, which is what you want for documentation, slides, and anything going on a colored background.

The shadow isn’t just cosmetic. It’s transparent padding baked into the image file, not a preview effect, so the capture is larger than the window and alignment drifts when you drop it into a layout. Published estimates put the added padding at roughly 100 to 150 pixels on each dimension, though it varies with window size and display scaling. Check yours: open both captures in Preview and press Command I to compare dimensions.

Turning it off for good is less reliable than it used to be

The old Terminal toggle worked for years, but users have reported it failing from macOS Monterey onward, and reports are mixed on current versions. Try it. If your next window capture still has a shadow, it didn’t take.

defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer

Two methods that do work reliably:

  • Hold Option when you click the window. Per capture, no configuration.
  • Use Terminal’s -o flag: screencapture -o -W ~/Desktop/clean.png, covered in full below.

The Screenshot app, and what its Options menu actually does

Meet the Screenshot toolbar

Press Shift Command 5. You can also open it from Applications > Utilities > Screenshot, or press Command Space and type “Screenshot”.

A floating toolbar appears with six tools and two menus:

  • Capture Entire Screen
  • Capture Selected Window
  • Capture Selected Portion
  • Record Entire Screen
  • Record Selected Window (added in macOS Tahoe 26)
  • Record Selected Portion
  • Options menu
  • Capture and Record button

Record Selected Window is the Tahoe addition, and it solves a real problem: it locks the recording to one app, so notifications, your messy desktop, and anything you switch to stay out of the video.

The Options menu: your control center

Screenshot app options and their exact choices
OptionChoicesWhat it’s for
Save toDesktop, Documents, Clipboard, Mail, Messages, Preview, Other LocationDesktop is the default. “Other Location” opens a folder picker.
TimerNone, 5 seconds, 10 secondsNothing between or beyond. For 3 or 30 seconds, use Terminal.
MicrophoneNone, built in, any connected inputRecording only. Microphone audio, never system audio.
Show Floating ThumbnailOn, offOff means captures save instantly with no preview and no drag to insert.
Remember Last SelectionOn, offReuses your last capture region. Set it for repeated identical crops.
Show Mouse PointerOn, offIncludes or excludes the cursor.
Capture FormatSDR, HDRTahoe 26 and later, supported displays only. See below.

Capture Format is the setting that trips people up in 2026. HDR captures more brightness and color, but stills save as HEIF and recordings as HEVC. SDR gives you PNG and H.264. HEIF support outside Apple’s ecosystem is patchy, so uploads to some web tools and issue trackers fail. If your screenshots suddenly stopped uploading, switch Capture Format to SDR (Most Compatible).

File size isn’t the reason to choose one over the other. HEIF is an efficient format and often produces a smaller file than PNG for the same capture. Compatibility is the reason. If everything you do stays inside Apple apps, HDR is fine. If your screenshots get uploaded anywhere else, SDR removes a whole category of problem.

Timer limitation worth knowing. The timer pairs badly with Capture Selected Window, because when the countdown ends you still have to click the window, and that click can dismiss the menu or hover state you were trying to capture. For menus and hover states, use Entire Screen or Selected Portion mode instead. The countdown ends and the capture fires with no click required.

Record your screen

Method 1: the Screenshot app

  1. Press Shift Command 5.
  2. Pick Record Entire Screen, Record Selected Window, or Record Selected Portion.
  3. Click Options and choose a microphone for narration. Set a timer if you need a moment to arrange windows.
  4. Click Record. For a window recording, click the window instead. A stop button appears in the menu bar.
  5. Press Command Control Escape to stop, or click the stop button.
  6. The recording saves as a .mov to your desktop, or wherever you’ve set.
Can’t find the stop button?

Command Control Escape works from any app and doesn’t depend on finding anything in the menu bar. Learn that one and skip the hunt.

On system audio

Neither the Screenshot app nor QuickTime records sound coming from your Mac. Microphone only. To capture app audio, music, or a video call, you need a virtual audio driver like BlackHole (free, open source) or a recorder that handles routing. This is the biggest gap in Apple’s built in tools, and Tahoe 26 didn’t close it.

Method 2: QuickTime Player

Open QuickTime Player, then File > New Screen Recording (or Control Command N).

On macOS Mojave and later, which includes every Mac running Tahoe 26, this hands off to the Screenshot app. The toolbar you get is the same one Shift Command 5 opens. QuickTime is not a separate recording engine anymore, and it offers no additional audio control.

QuickTime is still worth opening for two things:

  • Trimming and exporting. Open a finished .mov, press Command T to trim, then export at a lower resolution to shrink the file.
  • Recording an iPhone or iPad screen. Connect by cable, then choose File > New Movie Recording (Movie, not Screen) and select the device as your camera source.

Where screenshots are saved, and how to change it

Default save location

Screenshots save to your Desktop. Filenames begin with “Screenshot” and include the date and time. Recordings begin with “Screen Recording” and save as .mov.

Format follows your Capture Format setting: SDR gives PNG, HDR gives HEIF.

Change it in the Screenshot app

  1. Press Shift Command 5.
  2. Click Options.
  3. Under Save to, pick a location, or click Other Location for any folder.
Tip

Make a Screenshots folder in your home folder and point captures there. Your desktop stays clean, and Spotlight finds them just as fast.

Change it in Terminal

Open Terminal (Applications > Utilities):

mkdir -p ~/Screenshots
defaults write com.apple.screencapture location ~/Screenshots
killall SystemUIServer

Swap ~/Screenshots for any path. The mkdir -p line creates the folder first. If it doesn’t exist, captures have nowhere to go and you’ll think the command failed. killall SystemUIServer restarts the interface so the change takes hold immediately.

Every screenshot setting you can change from Terminal

These go beyond what the Options menu exposes. Run killall SystemUIServer after any of them.

Defaults keys for com.apple.screencapture
CommandWhat it does
defaults write com.apple.screencapture location ~/ScreenshotsSets the save folder
defaults write com.apple.screencapture type pngSets format: png, jpg, pdf, tiff, heic
defaults write com.apple.screencapture name "Grab"Changes the filename prefix from “Screenshot”
defaults write com.apple.screencapture disable-shadow -bool trueRemoves window drop shadows. Reported as unreliable since Monterey, so test it.
defaults write com.apple.screencapture include-date -bool falseStrips the date and time from filenames
defaults write com.apple.screencapture show-thumbnail -bool falseTurns off the floating thumbnail

Undo any of them with defaults delete com.apple.screencapture <key>, then killall SystemUIServer.

A word of caution

Terminal runs commands exactly as typed with no undo. Copy them rather than retyping, and don’t paste in commands you don’t understand.

What if screenshots go to the clipboard instead?

You held Control. Control Shift Command 3 and Control Shift Command 4 both send the capture to your clipboard and create no file.

Paste with Command V into a document, email, or Preview, then save. In Preview: File > New from Clipboard, then Command S.

If it’s happening on captures where you didn’t hold Control, check Options > Save to. It’s probably set to Clipboard.

Terminal: the screenshot tool Apple doesn’t advertise

Every Mac ships with a command called screencapture. It’s been there for over twenty years, it isn’t mentioned in Apple’s support articles, and it does several things the keyboard shortcuts cannot.

Run man screencapture to read the full manual on your own machine. Apple’s own description opens by admitting the tool “is not very well documented to date”.

One time setup

Terminal needs permission. Go to System Settings > Privacy & Security > Screen & System Audio Recording and enable Terminal. Without it, captures come back black or empty.

The flags that matter

screencapture flags
FlagWhat it does
-T <seconds>Delay before capture. Any number, not just 5 or 10.
-R x,y,w,hCapture an exact rectangle. Same crop every time.
-cSend to clipboard, no file.
-iInteractive. Behaves like Shift Command 4.
-wWindow selection mode only.
-oSkip the window shadow.
-xSilent. No shutter sound.
-D <n>Capture display 1, 2, 3 by number.
-t <format>Set format: png, jpg, pdf, tiff.
-l <windowid>Capture one specific window by ID.
-vRecord video instead of a still.

Flags vary slightly across macOS versions. man screencapture on your Mac is the authority.

Six things worth actually running

A 3 second delay, the gap the Screenshot app doesn’t offer

screencapture -T 3 ~/Desktop/menu.png

A 30 second delay, for setting up something slow

screencapture -T 30 ~/Desktop/setup.png

The same region, every time

screencapture -R 100,200,800,600 ~/Desktop/region.png

Grab the coordinates from the crosshair once, then reuse them forever.

Straight to clipboard, silently

screencapture -c -x

A clean window, no shadow, no sound

screencapture -o -x -w ~/Desktop/window.png

One display out of several

screencapture -D 2 ~/Desktop/second-screen.png

Flags stack. screencapture -x -T 5 -o -c waits five seconds, stays quiet, skips the shadow, and lands on your clipboard.

Why this matters for real work

Assign one of these to a keyboard shortcut through the Shortcuts app, or drop it in a script, and you have repeatable captures that don’t require a human dragging a box. If you document software, take the same screenshot every release, or need a delay the Screenshot app won’t give you, this is the tool.

The other timer nobody mentions

Preview has a screenshot function with a built in 10 second delay. Open Preview, then File > Take Screenshot > From Entire Screen. Preview hides itself, counts down, captures, and opens the result ready to edit. No file to hunt for.

Useful when you want a timed capture and immediate markup in one move.

Troubleshooting

Shortcuts not working

Check System Settings. Go to System Settings > Keyboard > Keyboard Shortcuts > Screenshots. Every box should be checked.

Restart the Screenshot process. Open Activity Monitor (Applications > Utilities), search “Screenshot”, select the process, click the X. It relaunches the next time you press a shortcut.

Check for conflicts. Third party capture tools and cloud storage apps commonly claim screenshot hotkeys. Quit them one at a time, or change their hotkeys in their own preferences.

Tip

After any macOS update, check the Keyboard Shortcuts panel before anything else. Fast to rule out, and often the answer.

Screenshots not saving

  • Storage is full. Check System Settings > General > Storage. Captures can fail when the disk is nearly full.
  • Wrong save location. Check Options > Save to. It may be set to Clipboard or a folder you forgot.
  • A cloud app redirected them. Dropbox, Google Drive, OneDrive and similar tools have settings that move screenshots into their own folders. Check each app’s preferences.
  • iCloud Desktop & Documents. If it’s on, desktop screenshots sync to iCloud Drive and can look like they’ve vanished locally while uploading. Check iCloud Drive or another signed in device.
  • The Terminal folder doesn’t exist. If you set a custom location and later deleted or renamed the folder, captures have nowhere to land. Recreate it, or reset with defaults delete com.apple.screencapture location.

The screenshot came out black

The app is blocking capture on purpose. Apple names two in its own documentation: the Apple TV app and DVD Player. Beyond those, any app playing DRM protected video can do the same. Streaming services use protected playback paths that the screenshot system isn’t allowed to read, so the capture succeeds and the frame comes back black.

Behavior varies by app, by browser, and by macOS version, so there’s no stable list worth memorizing. The practical rule: if a capture comes back black, that’s DRM working as designed. There’s no built in workaround, and the tools that promise one are usually selling you a screen recorder.

Screenshot utility frozen or unresponsive

Force quit the Screenshot process in Activity Monitor. If that doesn’t clear it, restart. A stuck recording usually leaves a partial .mov at your save location.

Touch Bar not capturing

Shift Command 6 only works on MacBook Pro models with a Touch Bar. Four of them run macOS Tahoe 26:

  • MacBook Pro (13 inch, M2, 2022)
  • MacBook Pro (13 inch, M1, 2020)
  • MacBook Pro (13 inch, 2020, Four Thunderbolt 3 ports)
  • MacBook Pro (16 inch, 2019)

On any other Mac the shortcut does nothing, because there’s no Touch Bar to capture.

If you’re on one of those four and it still doesn’t fire, check System Settings > Keyboard > Keyboard Shortcuts > Screenshots and confirm the Touch Bar entry is enabled. You can remap it there too.

Annotating and editing screenshots

Instant Markup from the floating thumbnail

Click the thumbnail before it disappears. Markup opens with:

  • Draw. Pen, pencil, marker.
  • Shapes. Rectangle, circle, arrow, speech bubble, plus a magnifier loupe.
  • Text. Font, size, color.
  • Signature. Draw on your trackpad or capture with your camera.
  • Crop. Drag the corners.
  • Rotate and flip.

Click Done to save, or hit share to send it to Mail, Messages, AirDrop, or Notes without saving a file first.

The magnifier loupe is worth knowing. Drop it over a small interface element and drag its handle to zoom, and you’ve highlighted a button without cropping or drawing a box around it.

Using Preview for more editing power

Right click any screenshot > Open With > Preview, then View > Show Markup Toolbar.

Preview adds:

  • Adjust Color (Tools > Adjust Color) to fix a washed out capture
  • Magnifier (Tools > Annotate > Magnifier)
  • Combine images by dragging one file into another’s sidebar
  • Format conversion via File > Export: PNG, JPEG, PDF, TIFF, HEIC

Export is the fastest fix for a folder of HEIF screenshots that won’t upload. Select them all in Finder, open in Preview, press Command A in the sidebar, then File > Export Selected Images and choose PNG.

For heavier work: dedicated tools add numbered step callouts, blurring for sensitive data, and scrolling captures for full pages. Worth it if you write documentation daily, overkill if you screenshot twice a week.

Bonus: capture the Touch Bar

On a Touch Bar MacBook Pro, press Shift Command 6 to capture whatever the Touch Bar is showing. It saves to your desktop like any other screenshot, and you can remap it in System Settings > Keyboard > Keyboard Shortcuts > Screenshots.

Tip

Pair it with a timer to capture Touch Bar states that only exist while you’re doing something else: scrubbing a video, dragging a slider, holding a modifier key. The Screenshot app gives you 5 or 10 seconds. screencapture -T 3 gives you three.

Which method do I need?

Question 1: what are you capturing?

Pick your capture method
You wantUse
The whole screenShift Command 3
A specific areaShift Command 4
One windowShift Command 4 then space
An open menuOpen the menu, then Shift Command 4 and drag
A hover state or tooltipShift Command 5, set a 5 or 10 second timer
A delay that isn’t 5 or 10 secondsscreencapture -T <seconds>
The exact same region, repeatedlyscreencapture -R x,y,w,h
Video of your screenShift Command 5, choose a Record mode
The Touch BarShift Command 6

Question 2: file or clipboard?

  • File. Use the shortcut as is.
  • Clipboard. Add Control to any shortcut, or -c to any Terminal command.

Two questions and you’re done.

That’s every method

You now know every built in way to capture your Mac screen: full screen, selected area, single window, open menus, timed captures, the Touch Bar, video recording with a microphone, and the screencapture command for everything the shortcuts won’t do.

You know where the files land, how to move them, how to switch back to PNG when HEIF breaks an upload, and what to check when a shortcut stops firing.

Bookmark this page. The next time you need a screenshot, the right method is one glance away.

If it helped, send it to the friend who’s still hunting for the Print Screen key.

Leave a Reply

Your email address will not be published. Required fields are marked *