How to Take a Screenshot on Mac (Complete, Fast, and Actually Useful)
You need to take a screenshot on Mac and you need it now. Whether you're reporting a bug, saving a receipt, or showing someone exactly what's on your screen, Mac makes it straightforward—as long as you know which keys to press.
Here's the fastest way to do it, followed by a full FAQ and advanced options.
The quick answer (save this section)
Capture the entire screen
Shift + Command (⌘) + 3
Capture a selected area
Shift + Command (⌘) + 4, then drag to select
Capture a window or menu
Shift + Command (⌘) + 4, then Space, then click the window/menu
Tip: Hold Option (⌥) while clicking to remove the window shadow.
Open the Screenshot toolbar (screenshots + recording)
Shift + Command (⌘) + 5
Copy to clipboard instead of saving a file
Add Control (Ctrl) to any shortcut (e.g., Ctrl + Shift + ⌘ + 3)
FAQ: Mac screenshots (fast answers)
Where do screenshots go on a Mac?
By default, they land on your Desktop with a name like "Screen Shot [date] at [time]." You can change the save location in the Screenshot toolbar options.
How do I set a timer for a screenshot?
Open ⌘ + Shift + 5 → Options → Timer for menus that disappear.
How do I move the selection box while capturing a portion?
While selecting with ⌘ + Shift + 4, hold Space bar and drag to reposition the selection without resizing.
How do I screenshot a menu (like a right-click menu)?
Open the menu, then use ⌘ + Shift + 4 or ⌘ + Shift + 4, Space for a "window/menu" style capture.
How do I annotate a screenshot right after taking it?
When a thumbnail appears in the corner, click it to edit and markup before it saves—crop, draw, highlight, or add text.
How do I record my screen on a Mac?
Press ⌘ + Shift + 5, then choose Record Entire Screen or Record Selected Portion.
How do I stop a screen recording?
Click the Stop button in the menu bar, or press Command (⌘) + Control (Ctrl) + Esc.
Can Mac record my microphone while screen recording?
Yes. Choose a Microphone in ⌘ + Shift + 5 → Options.
Touch Bar screenshot (if you have one)
Shift + Command (⌘) + 6
Can I customize the screenshot shortcuts?
Yes: System Settings → Keyboard → Keyboard Shortcuts → Screenshots.
The deeper guide: everything about Mac screenshots (and why it's worth mastering)
1) The four "modes" of screenshot on macOS
1) Full screen (⌘⇧3)
Use this for proof, full context, or when you need to show your entire setup.
2) Selected area (⌘⇧4)
Use this to capture only what matters—cleaner sharing, better privacy, faster bug reports.
3) Window or menu (⌘⇧4 then Space)
Captures an app window or dropdown menu with a professional look, no manual cropping needed. Hold Option while clicking to exclude the window shadow.
4) Screenshot toolbar (⌘⇧5)
This opens the unified toolbar for timers, save location, floating thumbnail options, pointer visibility, and screen recording.
2) Save vs copy: the trick that keeps your Desktop clean
Taking lots of screenshots fills your Desktop with files fast.
Standard shortcuts save files automatically to your Desktop.
Add Control to copy to clipboard instead, so you can paste directly into Slack, Notion, email, or anywhere else.
Examples:
Ctrl + ⌘ + ⇧ + 4 → select area, then paste (⌘V)
Ctrl + ⌘ + ⇧ + 3 → copy full screen
3) What's happening behind the scenes (the "why")
Screenshots exist because they prove what you're seeing. A screenshot beats paragraphs of explanation.
Support: show exactly what you see instead of describing it.
Documentation: capture UI, settings, receipts, confirmations.
Collaboration: fast visual feedback for design and product.
Memory: save ephemeral things like notifications, one-time codes, or calendar states.
macOS treats screenshots as a core workflow: instant capture → thumbnail → markup → drag-drop or save.
4) How people did it "back in the day" (and what changed)
For years, Mac screenshots were shortcut-only: you captured, then opened the file later to crop or annotate.
Starting with macOS Mojave (10.14), Apple added the unified Screenshot app and toolbar (⌘⇧5), combining:
still screenshots
recording
timers
save destinations
pointer options
All from one place.
5) Screen recording on Mac: the built-in way (no extra apps)
Record the entire screen or a portion
⌘ + Shift + 5
Choose Record Entire Screen or Record Selected Portion
(Optional) Options → select Microphone, enable Show Mouse Clicks, set a Timer, choose Save to
Stop: click the menu bar Stop button or press ⌘ + Ctrl + Esc
QuickTime alternative
You can also record via QuickTime Player (File → New Screen Recording).
Note: Some apps like streaming video services may block screenshots and recordings of their windows.
6) Pro tips that make your screenshots "work-ready"
Use a timer for "disappearing UI"
Menus, tooltips, and hover states need a timer. Use ⌘⇧5 → Timer.
Drag the thumbnail straight into where you need it
Drag the thumbnail into email, a Finder folder, or chat instead of waiting for the file to save.
Capture windows without shadows (cleaner for docs)
Use window capture mode and hold Option while clicking.
Make shortcuts yours
If your screenshot keys conflict with another app, macOS lets you reassign them.
7) Advanced: change screenshot settings via Terminal (power user corner)
macOS supports tweaking screenshot behavior with defaults write commands. Common ones:
Change save location:
defaults write com.apple.screencapture location /path/to/folderkillall SystemUIServer
Change file type (png/jpg/pdf/etc.):
defaults write com.apple.screencapture type jpgkillall SystemUIServer
Disable window shadows globally:
defaults write com.apple.screencapture disable-shadow -bool truekillall SystemUIServer
Quick recap (bookmark-worthy)
⌘⇧3 full screen
⌘⇧4 select area
⌘⇧4, then Space window/menu (Option removes shadow)
⌘⇧5 toolbar + screen recording
Add Ctrl to copy to clipboard
Stop recording: ⌘CtrlEsc
