Here’s a quick, clear guide on how to take screenshots on a Mac, including the main keyboard shortcuts, where your screenshots are saved, and how to change settings.
1. Basic Screenshot Shortcuts on Mac
Capture the entire screen
- Shortcut:
Shift + Command (⌘) + 3 - Result:
- Captures all displays.
- Saves a PNG file to your desktop by default.
- Tip: Hold
Controlas well (Control + Shift + Command + 3) to copy the screenshot to the clipboard instead of saving it as a file.
Capture a selected portion of the screen
- Shortcut:
Shift + Command (⌘) + 4 - How to use:
- Press
Shift + Command + 4. - Your cursor turns into a crosshair.
- Click and drag to select an area.
- Release the mouse/trackpad to capture.
- Press
- Options while dragging:
- Hold
Spaceto move the selection. - Hold
Shiftto lock one axis (horizontal/vertical). - Hold
Optionto resize from center.
- Hold
- Clipboard version:
Control + Shift + Command + 4to copy to clipboard.
Capture a specific window (or menu)
- Shortcut:
Shift + Command (⌘) + 4, then tapSpace - How to use:
- Press
Shift + Command + 4. - Tap
Space. The cursor becomes a camera. - Hover over a window or menu (it highlights).
- Click to capture.
- Press
- Clipboard version:
Control + Shift + Command + 4, tapSpace, then click.
2. Use the Screenshot Toolbar (More Options)
For more control (timers, where to save, screen recording):
- Shortcut:
Shift + Command (⌘) + 5
You’ll see a toolbar at the bottom of the screen with options to:
- Capture the entire screen
- Capture a selected window
- Capture a selected portion
- Record the entire screen (video)
- Record a selected portion (video)
- Choose:
- Save to: Desktop, Documents, Clipboard, Mail, Messages, Preview, etc.
- Timer: 5s or 10s delay
- Options: Show floating thumbnail, remember last selection, show mouse pointer
For Apple’s official guide, see Apple Support:
https://support.apple.com/en-us/HT201361
3. How to Screenshot the Touch Bar (if your Mac has one)
- Shortcut:
Shift + Command (⌘) + 6 - Captures everything currently displayed on the Touch Bar.
4. Where Screenshots Are Saved (and How to Change It)
Default location
By default, screenshots are saved as .png files on your Desktop, named like:
Screenshot 2025-12-05 at 12.34.56.png
Change the save location (easy way)
- Press
Shift + Command (⌘) + 5. - Click Options.
- Under Save to, choose:
- Desktop
- Documents
- Clipboard
- Messages
- Preview
- Or Other Location… to pick any folder.
Change the save location (using Terminal, optional)
If you prefer the command line:
-
Create a folder, for example:
~/Pictures/Screenshots -
Open Terminal.
-
Run:
defaults write com.apple.screencapture location ~/Pictures/Screenshots killall SystemUIServer
More Terminal options are documented in many macOS power-user guides, e.g.:
https://ss64.com/osx/screencapture.html
5. Edit, Crop, and Mark Up Screenshots Quickly
After taking a screenshot in recent macOS versions, you’ll see a small floating thumbnail in the corner.
- Click it to open the Markup tools:
- Crop
- Draw, highlight
- Add text, shapes, signatures
- Share directly (Mail, Messages, AirDrop, etc.)
If you don’t want this thumbnail:
- Press
Shift + Command + 5. - Click Options.
- Uncheck Show Floating Thumbnail.
You can also open screenshots directly in Preview for more editing:
https://support.apple.com/guide/preview/welcome/mac
6. How to Copy a Screenshot to the Clipboard (Instead of Saving a File)
Add Control to your shortcut:
- Entire screen to clipboard:
Control + Shift + Command (⌘) + 3 - Selected area to clipboard:
Control + Shift + Command (⌘) + 4 - Selected window to clipboard:
Control + Shift + Command (⌘) + 4, tapSpace, then click.
Then you can paste (Command + V) into:
- Pages, Word, Google Docs
- Notes
- Mail or Messages
- Image editors (Photoshop, Pixelmator, etc.)
7. How to Screen Record on Mac (Bonus Tip)
The Screenshot toolbar also handles screen recordings:
- Press
Shift + Command (⌘) + 5. - Choose:
- Record Entire Screen
- Record Selected Portion
- Click Record.
- To stop:
- Click the Stop icon in the menu bar, or
- Use
Command (⌘) + Control + Esc.
For more advanced recording and editing, many people also use tools like QuickTime Player or third-party apps (e.g., OBS Studio).
Apple’s QuickTime recording guide:
https://support.apple.com/guide/quicktime-player/record-your-screen-qtp97b08e666/mac
8. Common Questions About Mac Screenshots
“How do I take a screenshot on a MacBook like Print Screen on Windows?”
Use Shift + Command + 3 for the whole screen, or Shift + Command + 4 to select an area. That’s the macOS equivalent of Print Screen.
“Why aren’t my Mac screenshots showing up on the desktop?”
Check:
- You might have changed the save location (see section 4).
- Use Spotlight (
Command + Space) and searchScreenshotto find them. - Confirm the shortcuts under System Settings → Keyboard → Keyboard Shortcuts → Screenshots.
“Can I change the screenshot file format?”
Yes, with Terminal:
defaults write com.apple.screencapture type jpg # or pdf, gif, tiff, heic, etc.
killall SystemUIServer
For complete, official documentation, see Apple’s support article on screenshots:
https://support.apple.com/en-us/HT201361