The quick answer
There is no Print Screen key on a Mac keyboard. The Mac equivalent is Cmd+Shift+3 for a full-screen capture. But that saves a file to your Desktop — it doesn't copy to your clipboard like Windows Print Screen does. To match the exact Windows behavior (capture full screen to clipboard), press Cmd+Control+Shift+3. Then paste with Cmd+V.
If you just needed the shortcut, that's it. If you want to know how every Windows screenshot shortcut maps to Mac, keep reading.
Every Windows shortcut mapped to Mac
This table covers every screenshot shortcut you're used to on Windows and its Mac equivalent. The behavior isn't always identical — the notes explain the differences.
| Windows Shortcut | What It Does | Mac Equivalent |
|---|---|---|
| Print Screen | Full screen to clipboard | Cmd+Ctrl+Shift+3 |
| Alt+Print Screen | Active window to clipboard | Cmd+Ctrl+Shift+4, then Space, click window |
| Win+Print Screen | Full screen to file | Cmd+Shift+3 |
| Win+Shift+S | Snip & Sketch (region select) | Cmd+Shift+4 |
| Snipping Tool | Screenshot toolbar | Cmd+Shift+5 |
| Win+G (Game Bar) | Game/app recording | Cmd+Shift+5, then Record |
Full screen capture: Print Screen vs. Cmd+Shift+3
On Windows, pressing Print Screen copies the entire screen to your clipboard. You paste it wherever you need it. No file is saved.
On Mac, Cmd+Shift+3 captures the full screen but saves it as a PNG file on your Desktop. It does not copy to clipboard. A small thumbnail appears in the bottom-right corner — you can click it to annotate, or just wait for it to disappear.
To get the Windows-style "copy to clipboard" behavior, add Control to the shortcut: Cmd+Control+Shift+3. Yes, that's four keys. It captures the full screen to your clipboard without saving a file. Paste with Cmd+V.
On a multi-monitor setup, both approaches capture all displays. On Windows, you get one combined image. On Mac, Cmd+Shift+3 creates one file per display. The clipboard shortcut combines them into one image.
Region capture: Win+Shift+S vs. Cmd+Shift+4
Windows users know Win+Shift+S — it dims the screen and lets you drag a rectangle to capture a region. The capture goes to your clipboard.
The Mac equivalent is Cmd+Shift+4. Your cursor becomes a crosshair. Drag to select a rectangle. The result saves as a file. To copy to clipboard instead (matching the Windows behavior), add Control: Cmd+Control+Shift+4.
A useful difference: Mac shows pixel dimensions next to your cursor as you drag, so you can capture precise sizes. Windows doesn't show this.
Window capture: Alt+Print Screen vs. Cmd+Shift+4+Space
On Windows, Alt+Print Screen captures the active window to clipboard. Simple, one step.
On Mac, it's a two-step sequence: press Cmd+Shift+4, then tap Space. Your cursor becomes a camera. Hover over any window (not just the active one) and click to capture it. The screenshot includes the window's drop shadow on a transparent background.
To capture without the drop shadow, hold Option while clicking the window. To copy to clipboard instead of saving a file, include Control at the start: Cmd+Control+Shift+4, then Space, then click.
A nice Mac advantage: you can hover and capture any window, not just the foreground one. On Windows, Alt+Print Screen only captures whatever's in focus.
Snipping Tool vs. Cmd+Shift+5
Cmd+Shift+5 is the closest thing Mac has to the Windows Snipping Tool. It opens a floating toolbar at the bottom of the screen with buttons for full screen, window, selection, and screen recording. The toolbar also has an Options menu where you can change the save location, add a timer delay, and toggle the floating thumbnail.
Key differences from the Windows Snipping Tool:
No built-in annotation. Windows Snipping Tool lets you draw on the screenshot immediately after capture. Mac's Cmd+Shift+5 toolbar has no annotation tools. You have to click the floating thumbnail within 5 seconds to open Markup, or annotate later in Preview.
Screen recording included. The Mac toolbar includes video recording options (record full screen or a selected area). On Windows, screen recording is a separate feature in Xbox Game Bar or Snipping Tool.
Timer option. Both Mac and Windows offer a timer delay. Mac gives you 5-second and 10-second options. Useful for capturing dropdown menus, hover states, or tooltips that disappear when you press keys.
How to remap a key as Print Screen on Mac
If four-key shortcuts feel excessive, you can remap screenshot shortcuts to something simpler.
Using System Settings (no extra software)
Open System Settings > Keyboard > Keyboard Shortcuts > Screenshots. You'll see entries for each screenshot type. Click the shortcut column next to any entry and press your desired key combination. For example, you could set F13 (if your keyboard has it) or Ctrl+Shift+S as your "capture selected area to clipboard" shortcut.
Using Karabiner-Elements (for Windows keyboards)
If you're using an external Windows keyboard with a Print Screen key, Karabiner-Elements can remap that exact key to trigger a Mac screenshot. Install Karabiner-Elements, open it, go to Simple Modifications, and map Print Screen to Cmd+Shift+3 or Cmd+Control+Shift+3 (whichever behavior you prefer).
You can also create complex rules in Karabiner to make Print Screen capture to clipboard and Alt+Print Screen capture the active window — matching the Windows behavior exactly.
Using System Settings shortcuts
macOS also lets you assign screenshots to a single key if you're creative with the Keyboard Shortcuts settings. Go to System Settings > Keyboard > Keyboard Shortcuts > Screenshots and double-click any shortcut to reassign it. Some users map screenshot to an unused function key like F6 so it's a single keypress.
Where Mac screenshots are saved (and how to change it)
By default, Mac screenshots save to your Desktop as PNG files. The filenames follow the pattern Screenshot 2026-04-26 at 14.32.15.png.
On Windows, Print Screen copies to clipboard (no file), and Win+Print Screen saves to Pictures\Screenshots. If you want Mac to behave more like Windows:
To change the save folder: Press Cmd+Shift+5, click Options, and select a different folder under "Save to." Or use Terminal:
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer
To default to clipboard instead of files: There's no single toggle for this, but you can remap your shortcuts to the clipboard variants (the ones with Control) in System Settings. That way, every screenshot goes to clipboard by default, matching Windows behavior.
Other differences Windows switchers notice
The floating thumbnail. After every screenshot, Mac shows a small thumbnail in the bottom-right corner that lingers for about 5 seconds. You can click it to annotate, drag it to drop the screenshot into an app, or swipe it right to dismiss it. Windows doesn't have this — screenshots happen silently. If the thumbnail annoys you:
defaults write com.apple.screencapture show-thumbnail -bool false
killall SystemUIServer
The drop shadow. Mac window screenshots include a drop shadow by default. Windows window screenshots don't. To remove the Mac shadow, hold Option when clicking a window in window-capture mode, or disable it globally:
defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer
Retina resolution. If you're on a MacBook with a Retina display, your screenshots are 2x the resolution of what you see on screen. A 1440×900 display takes 2880×1800 screenshots. This can surprise Windows switchers used to screenshots matching their display resolution. It's fine for most uses, but the file sizes are larger.
No built-in screen sketch. Windows has the Snip & Sketch app that lets you draw on screenshots immediately. Mac's closest equivalent is clicking the floating thumbnail to open Markup, but the tools are more limited. For serious annotation, most Mac users install a dedicated tool.
The fastest Mac screenshot workflow for Windows switchers
After years of Print Screen muscle memory, here's the setup most Windows switchers land on:
1. Learn two shortcuts. Cmd+Shift+4 for selection (saves to file) and Cmd+Control+Shift+4 for selection to clipboard. These two cover 90% of screenshot needs.
2. Move your save location. Change the default from Desktop to a dedicated Screenshots folder so your Desktop stays clean.
3. Disable the thumbnail. It slows down rapid capture. Turn it off with the Terminal command above.
4. Install a screenshot tool. Mac's built-in screenshots are functional but bare. A tool like LazyScreenshots adds annotation, auto-paste, and a single shortcut that captures and delivers the screenshot to your target app. If you're sending screenshots to an AI coding assistant 30 times a day, the time savings compound fast.
LazyScreenshots captures, annotates, and auto-pastes screenshots into Claude, Cursor, and ChatGPT. One shortcut instead of a four-key combo. $29 one-time.
Try LazyScreenshots — $29 one-time