Mac maintenance
Mac Screenshot Tips That Go Beyond Cmd-Shift-3
Mac screenshot tips most users don't know — clipboard capture, scrolling shots, screen recording with mic, and markup tricks. Sonoma+ ready.
The three screenshot shortcuts everyone half-knows: Cmd-Shift-3, 4, and 5. The dozen useful tricks behind them: not on any tip card. Here’s what the Mac screenshot tools actually do once you stop using just the basic three.
The shortcut chart
Cmd-Shift-3 → full screen, saved to desktop
Cmd-Shift-4 → drag a region, saved to desktop
Cmd-Shift-4 then Space → click a window, saved with shadow
Cmd-Shift-5 → full toolbar (most options live here)
Cmd-Shift-6 → screenshot of Touch Bar (older MacBook Pros)
Add Ctrl to any of them and the result goes to clipboard instead of Desktop. Cmd-Ctrl-Shift-4 is the keystroke power users use most: drag region, ready to paste, no file left on the desktop.
The toolbar (Cmd-Shift-5) is where everything lives
Five buttons across the top:
- Capture entire screen
- Capture selected window
- Capture selected portion
- Record entire screen
- Record selected portion
Then Options — that’s the menu most people never click. Options has:
- Save to: Desktop, Documents, Clipboard, Mail, Messages, Preview, or “Other Location”
- Timer: 5 or 10 second delay
- Show Floating Thumbnail: the little thumbnail that pops up after capture
- Remember Last Selection: keeps your last region size for next time
- Show Mouse Pointer: include the cursor in the screenshot
The “Save to” → Other Location is the killer one. Set it to ~/Pictures/Screenshots/ and your Desktop stops filling with screenshot files.
The window screenshot trick
Cmd-Shift-4, then press Space. The crosshair turns into a camera icon. Hover over any window — that window’s outline highlights. Click. You get a clean screenshot of just that window, with the macOS drop shadow, against a transparent background.
To skip the drop shadow (smaller file, same window): hold Option while clicking. The shadow disappears.
This is the one to use for documentation, design portfolios, blog posts. The clean shadow looks like the screenshots Apple uses in its own marketing.
The floating thumbnail
After every screenshot, a small thumbnail floats at the bottom-right of the screen for a few seconds. Most people ignore it. It’s the most useful part of the screenshot system.
- Click it: opens immediately for markup, no need to find the file
- Drag it: drag straight into any app — Mail, Slack, Pages, Figma. The screenshot is “attached” without ever being saved as a file
- Right-click it: save to a different location, share via Messages/Mail, lock to clipboard
- Swipe right on it: dismisses without saving (useful for clean-up screenshots you don’t need)
If you don’t want it, Cmd-Shift-5, Options, untick “Show Floating Thumbnail.”
Markup is more capable than it looks
Click the floating thumbnail (or open any screenshot in Preview). The markup toolbar at the top has:
- Sketch tool: rough drawing that auto-cleans into a clean shape if you draw a circle, square, or arrow
- Shapes: arrows, callouts, speech bubbles
- Text tool: with font, size, alignment
- Highlight: yellow highlight for emphasis
- Crop: precise cropping
- Loupe: magnify a section with a circular zoom (great for callouts)
- Signature: draw or trackpad sign
- Color picker: change colors of any element
The hidden trick: drag your mouse roughly in the shape of an arrow, and the sketch tool will offer to turn it into a perfect arrow. Same with circles, squares, and lines.
Screen recording
Cmd-Shift-5, choose “Record entire screen” or “Record selected portion.” Click Record. To stop, click the stop icon in the menu bar.
Options for recording:
- Microphone: pick your input. None means no audio, otherwise pick “MacBook Pro Microphone” or whatever
- Show mouse clicks: adds a small ring around each click
For internal Mac audio (recording a Zoom call’s other side, or a YouTube video’s audio): the built-in tool can’t capture it. Install a free virtual audio device like BlackHole, route system audio through it, then choose BlackHole as the recording mic.
QuickTime Player offers a more flexible recorder if you need it. File → New Screen Recording.
Scrolling screenshots
macOS doesn’t have native scrolling screenshots, but Safari does — kind of. Open any web page, File → Export as PDF. The full page (not just the visible portion) becomes a PDF.
For full-page screenshots in apps, third-party tools like CleanShot X handle it. Or take multiple screenshots and stitch in Preview.
Default file format
Screenshots save as PNG by default. To change to JPG, HEIC, or PDF:
defaults write com.apple.screencapture type jpg
killall SystemUIServer
Replace jpg with pdf, tiff, heic, or png.
To rename the prefix (default is “Screenshot”):
defaults write com.apple.screencapture name "Screen"
killall SystemUIServer
To ditch the timestamp:
defaults write com.apple.screencapture include-date -bool false
killall SystemUIServer
Capture timer
Cmd-Shift-5, Options, set Timer to 5 or 10 seconds. Useful for capturing menu states, hover effects, or anything that disappears when you click away. The countdown shows in the screen recording / screenshot button area.
Screenshot of just the menu bar
Open a menu (e.g., click File). The menu stays open. Cmd-Shift-4, drag around the menu, release. The menu’s screenshot is captured cleanly.
Don’t include the wallpaper
For window screenshots: Cmd-Shift-4, Space, hover the window, click. Default behavior includes a transparent margin with shadow. To get just the window with no margin: hold Option while clicking.
To exclude the wallpaper from full-screen screenshots: Mission Control, drag the window to a clean Desktop, screenshot from there.
What happens to your old screenshots
After a few months, your Desktop is 200 screenshots. The cleanup workflow:
- Sort by date: in Finder, View by List, sort by Date Modified. Anything older than 30 days, you don’t need
- Smart Folder for screenshots: File menu, New Smart Folder, Filename starts with “Screenshot.” Save it to your sidebar. One click to see every screenshot, anywhere on the Mac
- Set save location somewhere else: Cmd-Shift-5, Options, Save to →
~/Pictures/Screenshots. Now your Desktop stays clean
For automatic cleanup (delete screenshots older than X days), you’d need Hazel ($42) or a small Automator action — or do it manually monthly.
There’s a faster waySweep does most of this list automatically. Try Sweep free →
Keyboard cheat sheet
Cmd-Shift-3 Full screen → Desktop
Cmd-Shift-Ctrl-3 Full screen → Clipboard
Cmd-Shift-4 Region → Desktop
Cmd-Shift-Ctrl-4 Region → Clipboard
Cmd-Shift-4, Space Window with shadow → Desktop
Cmd-Shift-5 Toolbar (recordings, options)
Esc Cancel a screenshot in progress
Memorize the Ctrl variants. Once you stop saving screenshots that you immediately paste somewhere, your Desktop and ~/Downloads stay much cleaner.
The native Mac screenshot system covers about 90% of what most people need. CleanShot X and similar paid tools fill in the gaps (annotations with auto-saving organization, scrolling capture, OCR on screenshots) — but for the price of zero, the built-in system holds its own once you know the toolbar exists.