Master every screenshot method on macOS. From quick keyboard shortcuts to the Screenshot toolbar and advanced options for power users.
Taking screenshots on a Mac is fast and flexible. macOS offers multiple methods for capturing your entire screen, a specific window, or a custom selection, all using built-in tools that require no additional software. This guide covers every approach, starting with the most commonly used keyboard shortcuts.
These shortcuts work on every modern version of macOS. They are the fastest way to take a screenshot.
Press Cmd + Shift + 3 to capture your entire screen instantly. If you have multiple displays connected, each display is captured as a separate file.
While dragging, hold Shift to lock one axis (horizontal or vertical), Option to resize from the center, or Space to move the entire selection rectangle.
To screenshot a dropdown menu, first open the menu, then press Cmd + Shift + 4 and select the menu area. On MacBook Pro models with a Touch Bar, press Cmd + Shift + 6 to capture the Touch Bar display.
Add Control to any screenshot shortcut to copy the image to your clipboard instead of saving it as a file. For example:
You can then paste the screenshot directly into documents, emails, or image editors using Cmd + V.
| Shortcut | Action |
|---|---|
| Cmd+Shift+3 | Capture entire screen |
| Cmd+Shift+4 | Capture selected area |
| Cmd+Shift+4 then Space | Capture specific window |
| Cmd+Shift+5 | Open Screenshot toolbar |
| Cmd+Shift+6 | Capture Touch Bar |
| Add Control to any shortcut | Copy to clipboard instead of file |
On macOS Mojave (10.14) and later, press Cmd + Shift + 5 to open the Screenshot toolbar. This floating control panel provides buttons for all capture modes in one place:
Click Options in the toolbar to configure these settings:
By default, screenshots are saved to your Desktop with filenames like "Screenshot 2024-01-15 at 10.30.00 AM.png". To change the save location:
Alternatively, you can use Terminal to set a custom path:
defaults write com.apple.screencapture location ~/Pictures/Screenshots
Then restart the SystemUIServer: killall SystemUIServer
macOS saves screenshots as PNG files by default, which provides lossless quality. You can change the format using Terminal:
After changing the format, restart SystemUIServer for the change to take effect.
If the floating preview thumbnail that appears after each screenshot is distracting, you can disable it in the Screenshot toolbar's Options menu (uncheck "Show Floating Thumbnail") or via Terminal:
defaults write com.apple.screencapture show-thumbnail -bool false
Window screenshots include a drop shadow by default. To disable shadows globally:
defaults write com.apple.screencapture disable-shadow -bool true
Then restart SystemUIServer. To re-enable shadows, change true to false.
The Preview app, which comes pre-installed on every Mac, can also capture screenshots:
This method is particularly useful when you want to immediately annotate, crop, or mark up your screenshot before saving it.
When the floating thumbnail appears after taking a screenshot, click on it to open the Markup editor. You can also open any screenshot in Preview and use the Markup tools. Available tools include:
By default, screenshots are saved to your Desktop as PNG files. You can change the save location using the Screenshot toolbar's Options menu or a Terminal command.
Press Cmd + Shift + 4, then press Space. Click on the window you want to capture. Hold Option while clicking to exclude the window shadow.
Yes. Use Terminal to set the format to JPG, TIFF, or PDF with the command: defaults write com.apple.screencapture type jpg (replacing "jpg" with your preferred format).
macOS does not include a built-in scrolling screenshot feature. For web pages, you can use your browser's developer tools to capture the full page, or use a third-party utility. Safari's Web Inspector includes a "Capture Full Page" option when you right-click in responsive design mode.
For screen recording tutorials, see our How to Record Screen on Mac guide. To compare screen recording tools, visit our Best Screen Recorders for Mac overview.
Our screen recording guide covers everything from the quickest shortcut to advanced audio and area recording settings.
Read the Recording Guide