How to Take Better Screenshots on Mac in 2026

·
7 min read

Switching to Mac is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Mac screenshot shortcuts are easy to remember, but the controls behind Cmd + Shift + 5 caught my eye. Apple tucked timers, save locations, screen recording, and other useful options into one compact toolbar.

These tools work in macOS Tahoe 26 and macOS Sequoia 15. Once you know where Apple put everything, the built-in Screenshot app is genuinely worth a look.

macOS Tahoe Screenshot toolbar opened with Shift-Command-5, showing the three capture modes, two recording modes, Options menu, and Capture button

Mac screenshot shortcuts

These are the shortcuts you’ll use most often:

What you want to captureShortcut
Entire screenCmd + Shift + 3
Selected areaCmd + Shift + 4
Window or menuCmd + Shift + 4, then Space
Screenshot and recording toolbarCmd + Shift + 5
Touch Bar on a compatible MacCmd + Shift + 6
Copy instead of savingAdd Control to the shortcut

By default, macOS saves screenshots as PNG files on your Desktop. If yours appear somewhere else, the destination was probably changed in the Screenshot toolbar.

Capture the entire screen

Press Cmd + Shift + 3 to capture everything visible across your displays. On a multi-display setup, macOS creates a separate image for each screen.

A thumbnail briefly appears in the lower-right corner. Click it to crop, annotate, share, or delete the capture before macOS saves it.

macOS desktop immediately after pressing Shift-Command-3, with the full-screen screenshot thumbnail visible in the lower-right corner

Capture a selected area

Press Cmd + Shift + 4. Your pointer becomes a crosshair, which you can drag around the exact area you want to capture.

Release the mouse or trackpad button to take the screenshot. Press Esc if the selection is wrong and you want to cancel.

macOS desktop after pressing Shift-Command-4, with a rectangular selection area being dragged and the crosshair pointer visible

A few hidden controls make area selection much less fiddly:

  • Hold Space while dragging to reposition the entire selection.
  • Hold Shift while dragging to adjust one edge.
  • Hold Option while dragging to resize the selection from its center.

Capture one window or menu

Press Cmd + Shift + 4, then tap Space. Move the camera pointer over a window or open menu and click it.

This method captures the complete window without making you crop around its edges. It also includes a drop shadow by default, which looks polished but adds empty space around the image.

macOS desktop after pressing Shift-Command-4 and Space, with one app window highlighted in blue and the camera pointer positioned over it

To remove the shadow for a single capture, hold Option while clicking the window. That’s quicker than changing the system-wide shadow setting if you only need a clean edge occasionally.

Use the Screenshot toolbar

Press Cmd + Shift + 5 to open macOS’s central screenshot and screen-recording controls. The toolbar provides five capture modes:

  • Capture the entire screen
  • Capture a selected window
  • Capture a selected area
  • Record the entire screen
  • Record a selected area

Choose a mode, adjust the selection if needed, and click Capture. The toolbar remembers several settings, including your chosen save destination.

macOS Screenshot toolbar with Capture Selected Window active and the target window highlighted

This toolbar is nicely done. The shortcuts remain faster for routine captures, but Cmd + Shift + 5 is better when you need a timer, recording controls, or a different destination.

Take a timed screenshot

A timer gives you enough time to open a menu, position a window, or prepare an app state before macOS captures it.

  1. Press Cmd + Shift + 5.
  2. Click Options.
  3. Under Timer, select 5 Seconds or 10 Seconds.
  4. Choose a full-screen, window, or selected-area capture mode.
  5. Click Capture, then arrange the screen before the countdown ends.
macOS Screenshot toolbar with Options menu open and the 5 Seconds and 10 Seconds timer choices visible

The countdown runs without blocking your keyboard or pointer. That makes it useful for capturing menus and controls that disappear when you click elsewhere.

macOS desktop during a timed screenshot countdown with an app menu open and the countdown indicator visible

Copy a screenshot to the clipboard

Hold Control while using any screenshot shortcut to copy the image instead of saving another file.

For example:

  • Control + Cmd + Shift + 3 copies the entire screen.
  • Control + Cmd + Shift + 4 copies a selected area.
  • Control + Cmd + Shift + 4, then Space, copies a window.

Paste the result into Messages, Mail, Preview, or another app with Cmd + V. This is the best way to avoid covering your Desktop with temporary screenshots.

Change where screenshots are saved

The Desktop is convenient until it becomes a parking lot for unnamed images. macOS lets you choose another folder without touching Terminal.

  1. Press Cmd + Shift + 5.
  2. Click Options.
  3. Under Save to, choose a listed location such as Documents or Clipboard.
  4. To select a different folder, choose Other Location, then pick the folder.
macOS Screenshot toolbar > Options menu with the Save to section expanded and Other Location highlighted

Future screenshots will use that destination until you change it again. To restore the default, return to Options > Save to and select Desktop.

If you prefer Terminal, replace /path/to/folder with the full destination path:

defaults write com.apple.screencapture location "/path/to/folder"; killall SystemUIServer
Terminal on macOS with the command defaults write com.apple.screencapture location "/path/to/folder"

To return captures to the Desktop, run:

defaults write com.apple.screencapture location ~/Desktop; killall SystemUIServer

Remove window shadows

Window captures include a wide translucent shadow. It looks good in presentations, but it’s annoying when you need tightly cropped documentation.

For one shadow-free capture, press Cmd + Shift + 4, tap Space, then hold Option while clicking the window.

Two current macOS window screenshots shown side by side, with the default drop shadow highlighted on one and a clean shadow-free edge on the other

To disable shadows for every window capture, open Terminal and run:

defaults write com.apple.screencapture disable-shadow -bool true ; killall SystemUIServer
Terminal on macOS with the command defaults write com.apple.screencapture disable-shadow -bool true

To restore the default shadow, run:

defaults write com.apple.screencapture disable-shadow -bool false ; killall SystemUIServer
Terminal on macOS with the command defaults write com.apple.screencapture disable-shadow -bool false

I’d use the Option method unless every capture needs clean edges. A global preference is easy to forget months later.

Include or add a pointer

Standard still screenshots don’t capture the live pointer. The Screenshot toolbar’s pointer option applies to screen recordings rather than still images.

macOS Screenshot toolbar > Options menu during a still screenshot capture, showing the available screenshot settings and no mouse-pointer inclusion control
macOS Screenshot toolbar in screen-recording mode with Options open and Show Mouse Pointer highlighted

If a pointer is essential, take the screenshot and add an arrow or shape from the thumbnail’s Markup controls. An annotation is usually clearer because you can place it precisely and change its color.

macOS screenshot Markup window with the Shapes menu open and an arrow annotation pointing at a selected interface control

Third-party capture apps can record a pointer in still images, but installing another utility for this one job feels excessive.

Capture the login screen

Screenshot shortcuts are available from supported macOS login screens. Press Cmd + Shift + 3, sign in, and check your normal screenshot destination.

Current macOS Tahoe login screen with user account icons and password field visible, containing no personal account names or identifying information

Avoid capturing real account names, notifications, or other personal details for a guide. A staged login screen is safer to share.

Capture the Touch Bar

On a Mac equipped with a Touch Bar, press Cmd + Shift + 6 to capture its current controls. macOS saves the narrow image alongside your other screenshots.

Touch Bar screenshot from a compatible Mac showing current app controls, paired with a keyboard reference highlighting Shift-Command-6

This shortcut only matters for older Touch Bar hardware. Current MacBook models don’t include one, so you can ignore it on newer machines.

Change the screenshot filename

macOS gives screenshot files a standard name followed by the capture date and time. You can replace the standard name with something more useful.

Open Terminal and run the following command, replacing Project with your preferred name:

defaults write com.apple.screencapture name "Project"; killall SystemUIServer
Terminal on macOS with the command defaults write com.apple.screencapture name "Project"

New captures will begin with that name. This setting affects future screenshots rather than files already saved.

Remove dates and times from filenames

If you manage captures in dated folders or another app, macOS’s timestamp may feel redundant. Remove it with:

defaults write com.apple.screencapture "include-date" 0; killall SystemUIServer
Terminal on macOS with the command defaults write com.apple.screencapture "include-date" 0

Restore timestamps by changing 0 to 1:

defaults write com.apple.screencapture "include-date" 1; killall SystemUIServer

Without timestamps, captures with matching names can become harder to distinguish. I’d keep them unless another filing system already handles that job.

Change the screenshot file format

PNG is macOS’s default screenshot format. It preserves interface text and sharp edges well, though its files can be larger than JPEG images.

To save future screenshots as JPEG files, run:

defaults write com.apple.screencapture type jpg; killall SystemUIServer
Terminal on macOS with the command defaults write com.apple.screencapture type jpg

Replace jpg with png to restore the default:

defaults write com.apple.screencapture type png; killall SystemUIServer

Stick with PNG for interface guides and images containing small text. JPEG makes more sense when reduced file size matters more than perfectly sharp UI details.

Fix Mac screenshot shortcuts that aren’t working

If a shortcut produces no capture, try these checks in order:

  1. Press Cmd + Shift + 5 and see whether the Screenshot toolbar opens.
  2. Open System Settings > Keyboard > Keyboard Shortcuts > Screenshots.
  3. Confirm the screenshot shortcuts are enabled.
  4. Check keyboard-remapping and shortcut utilities for conflicts.
  5. Restart the Mac if SystemUIServer or the Screenshot toolbar appears stuck.
macOS System Settings > Keyboard > Keyboard Shortcuts > Screenshots with all built-in screenshot shortcuts enabled and their key combinations visible

If the capture works but you can’t find the file, open the toolbar with Cmd + Shift + 5 and inspect Options > Save to. Also check whether you held Control, which sends the screenshot to the clipboard without creating a file.

The shortcuts worth remembering

Cmd + Shift + 3 handles the whole screen, while Cmd + Shift + 4 covers areas and windows. Add Control when you only need to paste the result somewhere.

The real gem is Cmd + Shift + 5. Its timer, destination controls, and recording modes actually work without turning screenshot management into a project. Bookmark the shortcut mentally; it’s the one I’d recommend to anyone spreading the word about a useful Mac workflow.