How To Screen Shot On A Mac

I just switched from Windows to a Mac and I’m totally lost on how to take screenshots. On my old PC I just hit Print Screen, but I can’t find anything similar here. I need to grab screenshots for work tutorials and bug reports, so I really need a reliable method, including how to capture the whole screen, a selected area, or a single window. What are the easiest built-in ways to do this, and are there any useful shortcuts or settings I should know about?

Keyboard shortcuts on Mac are a bit different, but once you learn them they are fast.

  1. Full screen
    Press: Shift + Command + 3
    Result: Saves a screenshot of the whole screen to your Desktop by default.

  2. Selected area
    Press: Shift + Command + 4
    Your cursor turns into a crosshair.
    Click and drag the area you want.
    Let go to save.
    Press Escape to cancel.

Extra tricks with Shift + Command + 4:

  • After pressing it, tap Space to switch to “window” mode, then click a window to capture only that window.
  • While dragging, hold Space to move the selection.
  • While dragging, hold Shift or Option to adjust the selection edges.
  1. Screenshot toolbar (easy mode)
    Press: Shift + Command + 5
    You get a small toolbar at the bottom.
    Options there:
  • Capture entire screen
  • Capture selected window
  • Capture selected portion
  • Record screen video (whole or part)
    Click “Options” for:
  • Where to save (Desktop, Documents, Clipboard, etc)
  • Show / hide mouse pointer
  • Timer (5 or 10 seconds)
  1. Copy to clipboard instead of saving a file
    Add Control to any of the combos.
  • Shift + Control + Command + 3
  • Shift + Control + Command + 4
    Then paste into Slack, email, Google Docs, whatever.
  1. Change default save location
    Open the screenshot toolbar with Shift + Command + 5.
    Click “Options”.
    Pick a folder.
    Mac remembers the last choice.

  2. Turn off the file thumbnail preview
    If you do not want the little thumbnail in the corner, open Shift + Command + 5, click Options, uncheck “Show Floating Thumbnail”.

  3. Where to change settings manually
    System Settings > Keyboard > Keyboard Shortcuts > Screenshots.
    You can see or change all these shortcuts there.

For work tutorials and bug reports, most people use:

  • Shift + Command + 4 for quick partial shots.
  • Shift + Command + 5 then screen recording to show a bug.

Once you run this a few times it becomes muscle memory.

On Mac there actually is a rough “Print Screen” equivalent, it’s just not a single key and that trips everyone up.

Since @jeff already covered the main shortcuts in detail, here are some extras and tweaks that help a ton for tutorials and bug reporting, without rehashing the same steps:

  1. Quick “Print Screen” feel with one hand
    If the three-key combos are annoying, rebind them:

    • Go to System Settings → Keyboard → Keyboard Shortcuts → Screenshots
    • Change “Save picture of screen as a file” to something simple like F13 (or another unused F-key)
      Now you basically do have a single-key “print screen” like Windows.
  2. Auto‑open in Preview for quick markup
    macOS likes to drop PNGs on your Desktop, which is clutered-city. A better flow:

    • Hit your usual screenshot shortcut
    • When the little thumbnail appears bottom-right, click it
    • It opens in Markup where you can draw arrows, blur text, add boxes, etc.
      For tutorials, this is gold. You can skip opening another app.
      If you hate the thumbnail behavior (I kinda disagree with @jeff here, it’s super handy), you can keep it on but just ignore it when you don’t need markup.
  3. Change the file format (PNG → JPG or PDF)
    PNGs are big. For bug reports in trackers or email, JPG is usually enough:

    • Open Terminal
    • To use JPG:
      defaults write com.apple.screencapture type jpg
    • Then:
      killall SystemUIServer
      You’ll never think about it again, everything saves as JPG.
  4. Use Preview as your editing hub
    If you already took the screenshot:

    • Right-click the file → Open With → Preview
    • Tools → Annotate: add arrows, boxes, text, highlight
    • File → Export to compress or convert format
      This is nicest when you’re building multi-step tutorials and want consistent styling.
  5. Screenshots for multi-step tutorials
    For step-by-step docs, this flow works well:

    • Set a folder for screenshots in Shift + Command + 5 → Options → “Other Location…”
    • Keep that folder dedicated to a single tutorial
    • Capture each step in order
    • Open the whole folder in Preview (select all → right-click → Open)
    • Use the sidebar to rename / reorder and then drag them straight into your doc or wiki
  6. For bug repro videos without extra apps
    @jeff mentioned screen recording, but here’s why it’s actually worth using instead of something fancy:

    • Shift + Command + 5 → pick “Record Selected Portion”
    • Turn on 5-second timer
    • Hit record, quickly trigger the bug
    • Hit the little stop icon in the menu bar
      macOS saves an .mov file you can just drop into Slack or a ticket. If filesize is too big, open in QuickTime → File → Export As → 720p.
  7. “Clipboard-only” life if you hate files
    If your bug tracker is web-based and you mostly paste images:

    • Use the Control variants (Control + Shift + Command + 3/4)
    • Then just Command + V into Jira, Notion, whatever
      This way your Desktop doesn’t turn into a graveyard of “Screenshot 2026-02-17 at 10.23.45.png”.
      Honestly I think this is better than the default file-save behavior for a lot of work stuff.
  8. Small thing that saves sanity
    If you find that you never remember shortcuts, pin a reminder:

    • Create a note in the Notes app with the key combos you actually use
    • Pin that note
    • Or toss them into a sticky using the Stickies app
      First week on Mac I had “Shift + Cmd + 4 = partial screenshot” staring at me on the desktop like a cheat sheet.

Once you use Shift + Command + 4 for a few days, it’ll feel way faster than Print Screen ever did. The real upgrade vs Windows is that you can select exactly what you want and annotate it instantly instead of juggling Snipping Tool or third‑party stuff.

A couple of angles that @jeff did not really lean on, especially if you are trying to recreate that Windows “Print Screen then paste anywhere” muscle memory:

1. Think of macOS screenshots in three layers

  1. Capture
  2. Where it goes
  3. What you do next

Most folks only learn layer 1 (the key combos) and then get annoyed. The real power is in layer 2 and 3.


1. Turn screenshots into a “temporary scratchpad”

Instead of saving every shot as a file or always editing, use the clipboard and history:

  • Keep using the Control variants for screenshots (that part was mentioned already).
  • Then use a clipboard manager so your screenshots are kept in a stack, not “one and done.”

That gives you a Windows-like “grab, paste, grab, paste” flow, but better, since you can go back to older grabs. There are plenty of clipboard managers on macOS; the basic win is:

Pros

  • No cluttered Desktop
  • You can paste the same screenshot into multiple apps later
  • Perfect for rapid-fire bug reporting

Cons

  • One more tool or setting to manage
  • Can feel “invisible” until you build the habit

2. Use separate screenshot profiles for different tasks

This is where I disagree a bit with the “just tweak a couple of defaults” approach. If you do tutorials and bug reports and casual sharing, trying to force one configuration to fit everything gets messy.

Instead, think in “profiles” like this:

  • Tutorial profile

    • Output folder: a dedicated project folder
    • File format: PNG for quality
    • Thumbnail: on, so you can mark up quickly
    • Behavior: mostly selection captures (partial screen)
  • Bug report profile

    • Output: clipboard only or small JPG files
    • Thumbnail: on, only when you need highlights
    • Behavior: selection or window-only, fast & minimal

Switching profile is basically just:

  • Change folder & format when you start a new “type” of work
  • Or use different shortcuts mapped to different tools / scripts if you want to get fancy

Pros

  • Keeps work separate and easy to archive
  • You do not have to clean up random screenshots later
  • Lets you optimize quality vs size per task

Cons

  • Slight setup overhead
  • You must remember which profile you are in

3. Window shots: better than Windows “Print Screen”

A trick people skip: instead of capturing the whole monitor then cropping, rely on window-only captures and combine them later.

  • Take window-only screenshots (using the spacebar modifier after starting a selection).
  • Then assemble multiple windows in a single doc using Preview or a notes / doc app.

This is nicer than the old Windows flow where you paste into Paint and crop rectangles:

Pros

  • Consistent borders and drop shadows look more professional
  • Easier to keep each step separate for tutorials
  • Less time fiddling with cropping tools

Cons

  • Not obvious at first that you can capture only a window
  • Slightly different than the “Print Screen then crop” habit

4. Think in sequences instead of single screenshots

For tutorials, your life is easier if you design a sequence:

  1. Choose a dedicated folder for that tutorial.
  2. Take one screenshot per step, in order.
  3. Use a naming pattern like 01-login, 02-dashboard, 03-settings.
  4. Import that entire folder into your doc / wiki.

This is where macOS actually outperforms the old Windows Print Screen workflow, because you are not constantly juggling Paint / Snipping Tool.

Pros

  • Clean, ordered set of images
  • Easy to update a single step without touching the rest
  • Great for versioned documentation

Cons

  • Requires some discipline while capturing
  • More up-front planning than “spam Print Screen”

5. About that “print screen” equivalent

@jeff leaned on rebinding the shortcut to a single key to mimic “Print Screen.” It works, but it can also create confusion later:

Pros

  • Muscle memory from Windows feels familiar
  • One key is convenient if you take screenshots constantly

Cons

  • Anyone else using your Mac will be lost
  • If you sit at another Mac, you suddenly “forget” how screenshots normally work
  • You might accidentally trigger lots of screenshots

I tend to recommend learning at least the default full-screen and selection shortcuts, then adding remaps later only if you still hate them.


Bottom line: instead of hunting for a literal “Print Screen” button, think of macOS screenshots as a small workflow: capture → destination (file or clipboard) → annotate / organize. Once you tune those three layers for tutorials and bug reporting, it becomes faster and cleaner than the old PC way.