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.
Mac screenshot shortcuts
These are the shortcuts you’ll use most often:
| What you want to capture | Shortcut |
|---|---|
| Entire screen | Cmd + Shift + 3 |
| Selected area | Cmd + Shift + 4 |
| Window or menu | Cmd + Shift + 4, then Space |
| Screenshot and recording toolbar | Cmd + Shift + 5 |
| Touch Bar on a compatible Mac | Cmd + Shift + 6 |
| Copy instead of saving | Add 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.
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.
A few hidden controls make area selection much less fiddly:
- Hold
Spacewhile dragging to reposition the entire selection. - Hold
Shiftwhile dragging to adjust one edge. - Hold
Optionwhile 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.
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.
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.
- Press
Cmd + Shift + 5. - Click Options.
- Under Timer, select 5 Seconds or 10 Seconds.
- Choose a full-screen, window, or selected-area capture mode.
- Click Capture, then arrange the screen before the countdown ends.
The countdown runs without blocking your keyboard or pointer. That makes it useful for capturing menus and controls that disappear when you click elsewhere.
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 + 3copies the entire screen.Control + Cmd + Shift + 4copies a selected area.Control + Cmd + Shift + 4, thenSpace, 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.
- Press
Cmd + Shift + 5. - Click Options.
- Under Save to, choose a listed location such as Documents or Clipboard.
- To select a different folder, choose Other Location, then pick the folder.
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
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.
To disable shadows for every window capture, open Terminal and run:
defaults write com.apple.screencapture disable-shadow -bool true ; killall SystemUIServer
To restore the default shadow, run:
defaults write com.apple.screencapture disable-shadow -bool false ; killall SystemUIServer
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.
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.
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.
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.
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
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
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
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:
- Press
Cmd + Shift + 5and see whether the Screenshot toolbar opens. - Open System Settings > Keyboard > Keyboard Shortcuts > Screenshots.
- Confirm the screenshot shortcuts are enabled.
- Check keyboard-remapping and shortcut utilities for conflicts.
- Restart the Mac if
SystemUIServeror the Screenshot toolbar appears stuck.
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.