I just switched from Windows to a MacBook and I’m struggling to figure out the best way to take screenshots. I’ve seen different key combinations online, but some don’t seem to work on my keyboard layout. I’d like to know the simplest, most reliable methods for capturing the full screen, a selected area, and a single window on macOS, plus where those screenshots get saved and any built-in editing options available.
Here is the quick Mac screenshot rundown, coming from someone who also jumped from Windows and mashed a lot of wrong keys first.
-
Full screen to a file
Command + Shift + 3
Mac drops a PNG on your Desktop by default. -
Selected area to a file
Command + Shift + 4
Your cursor turns into crosshairs.
Click and drag the box.
Release to capture.
Hit Esc to cancel if you mess up. -
Specific window to a file
Command + Shift + 4, then press Space
Cursor turns into a camera icon.
Move over a window.
Click once.
It saves that window only, with a small shadow. -
To clipboard instead of a file
Add Control to the combo.
Control + Command + Shift + 3 full screen to clipboard.
Control + Command + Shift + 4 selection or window to clipboard.
Then paste into Notes, Word, Slack, etc.
This feels close to Windows Print Screen. -
Screenshot options panel
Command + Shift + 5
This opens a small toolbar at the bottom:
- Capture entire screen
- Capture selected window
- Capture selected portion
- Record screen (video)
- Options for timer, save location, etc.
-
Change where screenshots save
Command + Shift + 5
Click Options
Under “Save to” pick Desktop, Documents, Clipboard, or custom folder.
If you take a lot of shots, set a dedicated folder so your Desktop does not turn into trash. -
If the shortcuts do not work
Check System Settings > Keyboard > Keyboard Shortcuts > Screenshots.
Make sure those keys are enabled.
Layouts like some EU keyboards swap certain keys, so double check your Command key location.
Also watch out if you use a Windows style external keyboard.
On those, Command often maps to the Windows key and Option maps to Alt. -
Quick editing
After a screenshot, a thumbnail pops up in the corner for a few seconds.
Click it.
You get simple tools: crop, text, arrows, boxes.
Hit Done to save or share.
This replaces what many Windows users did with Snipping Tool or Snip & Sketch. -
Change format from PNG to JPG if you want smaller files
Open Terminal and run:
defaults write com.apple.screencapture type jpg
killall SystemUIServer
To revert to PNG, run the same command but use png.
Once you get used to Command + Shift + 4 with Control when you want clipboard, your muscle memory from Windows settles in fast.
Couple of extra angles that might help, without rehashing what @vrijheidsvogel already listed:
- Check your keyboard layout first
If you’re on a non‑US layout (German, French, Nordic, etc.), the physical key labeled “command” is still the one you want, even if it’s in a weird spot compared to your Windows muscle memory. On some external PC keyboards:
- Windows key = Command
- Alt = Option
If shortcuts “don’t work,” half the time it’s actually the wrong modifier key.
- Make the shortcuts match Windows muscle memory (kinda)
If you really miss Print Screen / Alt+PrintScreen:
- Go to System Settings → Keyboard → Keyboard Shortcuts → Screenshots.
- Pick “Capture entire screen” and change it to something simple like
F13or even the actualPrint Screenkey if your external keyboard has one. - For “Capture selected portion,” give it another easy combo like
Shift + Print Screen.
This way you use familiar keys instead of fighting macOS defaults.
- Use Preview as a “Snipping Tool” clone
Nobody talks about this, but:
- Open Preview
- File → Take Screenshot → From Selection / From Window / From Entire Screen
This is nice when shortcuts are being weird or when you’re on a shared Mac and just want a GUI flow.
- Use QuickTime when screenshots are about motion
For showing someone how to do stuff, screenshots get painful fast.
- Open QuickTime Player
- File → New Screen Recording
You can record the screen with clicks highlighted and then grab still frames later from the video if you need images. Slightly backwards approach but super handy for tutorials.
- Change where screenshots go via Terminal (more direct than the panel)
If you like a very specific folder path:
- Make a folder, e.g.
~/Pictures/Screens - Open Terminal and run:
defaults write com.apple.screencapture location ~/Pictures/Screenskillall SystemUIServer
This is nicer if you sync a folder via iCloud/Dropbox and want screenshots auto‑organized. I’d actually skip the Command+Shift+5 “Options” panel for this if you’re even mildly comfortable with Terminal. Less clicking, more predictable.
- If shortcuts conflict with other apps
Some apps hijack those key combos (VMs, some dev tools, or weird games). If your shortcuts work in a clean macOS user account but not in your main one, check:
- System Settings → Keyboard → Keyboard Shortcuts
- Any custom shortcuts in the “App Shortcuts” section
- Third‑party tools like BetterTouchTool, Karabiner, Logitech / Razer software that may be remapping stuff
Sometimes you need to change the screenshot shortcut instead of wrestling with stubborn apps.
- When you need pixel‑perfect or UI‑clean shots
- Use Command + Shift + 4
- Press Space to pick a window
- Hold Option while clicking to remove the window shadow (gives a tighter, cleaner image).
If you want to hide desktop icons for clean screenshots: - In Terminal:
defaults write com.apple.finder CreateDesktop -bool falsekillall Finder
Reenable withtrue. Great for not exposing a graveyard of files in every screenshot.
- Automate naming if you’re taking a ton
By default you’ll get “Screenshot 2026‑02‑17 at 10.32.01.png,” which is a mess when sharing. A workaround is using Shortcuts:
- Create a Shortcut that renames “latest file in Screenshots folder” to something like “shot‑001, shot‑002…” or with a project prefix.
- Add it to the menu bar or give it a simple hotkey.
Not perfect, but way less chaotic if you’re doing documentation or bug reports.
You’ll probably end up using just two main things in daily life: a customized key for “capture selection” and a sane folder for saving. Once those two are dialed in, the rest of macOS’ screenshot stuff is just nice extras.
Couple of angles that weren’t really touched yet, especially for someone coming from Windows.
1. Start with the Screenshot toolbar, not shortcuts
Instead of memorizing key combos immediately:
- Press Command + Shift + 5 once
- At the bottom you get the Screenshot toolbar
- Capture entire screen
- Capture window
- Capture selection
- Record screen (full or portion)
Why this helps when you just switched from Windows:
- You visually see all options instead of guessing key combos
- You can click the icons like a tool palette, similar to using Snipping Tool / Snip & Sketch
- There is an Options menu for:
- Save location
- Timer
- Show / hide floating thumbnail
- Show mouse pointer in captures
From there you can learn which part of the UI maps to which shortcut later, once it feels natural.
2. Turn off the floating thumbnail if it annoys you
macOS likes to pop a little thumbnail in the lower right after each screenshot.
- That thumbnail can block UI elements if you are taking multiple quick shots
- It also adds a small delay before the file is fully saved
To disable:
- Command + Shift + 5
- Click Options
- Uncheck Show Floating Thumbnail
I actually disagree with the idea that you should always leave the default behavior: if you are documenting or debugging, you usually want instant, silent screenshots, not a mini preview you never open.
3. Use “copy to clipboard only” like Windows Print Screen
Windows users are used to:
- PrintScreen: copy screen to clipboard
- Alt + PrintScreen: copy active window to clipboard
macOS has something similar, but hidden behind the Control key.
- Command + Shift + 3 + Control
- Capture entire screen to clipboard only, not as a file
- Command + Shift + 4 + Control
- Capture selected area to clipboard
- Command + Shift + 4 + Space + Control
- Capture a single window to clipboard
Then just paste into:
- Messages
- Slack
- Word / Google Docs
- Photoshop / Figma
If you are sharing a lot rather than saving, this approach is cleaner than filling your desktop with image files.
4. Quick edit without opening Preview or Photos
When the floating thumbnail is enabled:
- Take a screenshot
- Click the little thumbnail before it disappears
- You get a minimal editor:
- Crop
- Draw
- Add arrows, shapes, text
- Highlight sections
- Add signature
This is basically “Snipping Tool Annotate” on Windows.
If you do a lot of feedback / bug reports, this avoids the extra step of “open image in an external app.”
Once you are comfortable, you can combine this with the Control variants from section 3, depending on whether you need a file or just a pasted image.
5. Some ergonomics tips for the weird key combos
On a MacBook keyboard, Command + Shift + 4 can feel like finger yoga at first.
Try:
- Using your thumb on Command
- Your index finger on Shift
- Your middle finger to hit “4”
Or, if that still feels awkward, change the shortcut entirely in:
System Settings → Keyboard → Keyboard Shortcuts → Screenshots
Personally, I would not over-assign it to odd F-keys or rare keys like F13 as suggested by others, because:
- Those are harder to reach on a laptop keyboard
- If you ever switch to another Mac (work machine, friend’s Mac), your muscle memory breaks
Instead, keep something logically similar to the defaults, just a little simpler, for example:
- Capture entire screen: Command + F1
- Capture selection: Command + F2
Easy to hit with one hand and not super likely to conflict with general apps.
6. Trackpad gesture combo that feels natural
Once you hit Command + Shift + 4:
- Tap and drag with the trackpad to select
- While dragging:
- Hold Space to move the whole rectangle
- Hold Shift to lock one axis and resize on the other
- Hold Option to resize from the center
You do not have to remember all of these, but Space plus drag is a big one when your first selection is slightly off.
This is something a lot of Windows switchers miss and keep redoing their selection from scratch.
7. Small disagreement: I’d skip Terminal unless you enjoy it
Someone mentioned using Terminal to set the screenshot save folder:
defaults write com.apple.screencapture location ~/Pictures/Screens
killall SystemUIServer
Yes, it works.
But for a new Mac user coming from Windows, I would:
- Start with Command + Shift + 5 → Options → Save to
- Pick your folder from the GUI first
Only if you want a very quirky or scripted setup, then the Terminal trick makes sense. For most users, it is extra complexity that adds zero benefit over the built-in panel.
8. How this all ties into “How To Screenshot On Mac Book” searches
Most “How To Screenshot On Mac Book” tutorials shout the key combos and stop there.
The main difference between Windows and macOS is:
- macOS treats screenshots more like a mini workflow
- There is a toolbar, annotation, quick save locations, recording, timers
So my recommendation:
- Learn Command + Shift + 5 first and live inside that toolbar for a few days
- Turn floating thumbnail on or off depending on whether you annotate often
- Add Control to your favorite combo to get clipboard only captures
- Only then bother remapping keys if you still feel the default shortcuts are awkward
That way you lean into how macOS is designed instead of trying to force it into a pure Windows clone.
@vrijheidsvogel covered the custom keybinding and keyboard layout angle nicely, so combining their suggestions with the toolbar and clipboard tricks above should get you to a pretty comfortable setup without much frustration.