How To Screenshot On Mac

I just switched from Windows to a Mac and can’t figure out the best way to take screenshots. I’m confused about the different keyboard shortcuts and how to capture a specific window or part of the screen. I also want to know where the screenshots are saved and how to change that location. Can someone walk me through the simplest methods for taking and managing screenshots on macOS?

Here is the quick Mac screenshot cheat sheet you want, coming from a former Windows user who mashed a lot of wrong keys first.

  1. Full screen
    Press: Shift + Command + 3
    Result: Whole screen saved as a PNG on your Desktop.
    Tip: Hold Control too, so Shift + Command + Control + 3. That copies to clipboard instead of saving a file.

  2. Select part of the screen
    Press: Shift + Command + 4
    Your cursor turns into a crosshair.
    Click and drag the area.
    Let go to save to Desktop.
    Again, add Control to copy instead of save: Shift + Command + Control + 4.

  3. Single window only
    Press: Shift + Command + 4, then tap Space.
    Cursor turns into a camera icon.
    Hover over the window you want, it highlights.
    Click, and macOS saves only that window with a transparent border.
    Add Control if you want it in clipboard: Shift + Command + Control + 4, Space, click.

  4. Screenshot toolbar (like a mini snipping tool)
    Press: Shift + Command + 5
    You see a small toolbar at the bottom.
    Options there:

  • Capture entire screen
  • Capture selected window
  • Capture selected portion
  • Record screen (full or part)
    Click Options to pick:
  • Save location: Desktop, Documents, Clipboard, Mail, etc
  • Timer: 5 or 10 second delay
  • Show or hide mouse pointer
  1. Quick annotations
    After you take a screenshot, a small thumbnail pops up in the bottom right.
    Click it fast before it disappears.
    You get a markup window where you can:
  • Draw
  • Add text
  • Crop
  • Highlight
    Then hit Done to save, or the share icon to send.
  1. Change default save location
    If you do not want your Desktop full of PNGs:
    Press Shift + Command + 5
    Click Options
    Under Save to, choose another folder, or click Other Location to pick any folder.

  2. Change file format, if you want JPG instead of PNG
    This needs Terminal, but you set it once.
    Open Terminal and run:
    defaults write com.apple.screencapture type jpg
    Then run:
    killall SystemUIServer
    From then on, screenshots save as JPG.

  3. Where to find them
    Default: Desktop, with names like
    Screen Shot 2026-02-16 at 10.15.23 AM.png
    If you set clipboard only, nothing saves, you paste into apps like:

  • Preview
  • Pages
  • Word
  • Slack
  • Email
  1. Quick copy paste workflow example
    Need part of the screen in a doc fast:
    Press Shift + Command + Control + 4
    Drag your area
    Open your doc or chat
    Press Command + V
    No file clutter, straight paste.

  2. If shortcuts do not work
    Check:
    System Settings > Keyboard > Keyboard Shortcuts > Screenshots
    Make sure they are enabled and not changed.

Once you use Shift + Command + 4 a few times, your fingers learn it fast. The others feel natural after a day or two.

@viaggiatoresolare already dropped a pretty solid cheat sheet, so I’ll skip rehashing all the same shortcuts and focus on how to actually live with screenshots on a Mac without losing your mind.

Honestly, I don’t totally agree that Shift + Command + 3 and 4 are “the best” way long term. They’re great at first, but once you start taking a lot of screenshots, the real power move is to tweak how macOS handles them so you don’t end up with a Desktop that looks like a crime scene of PNGs.

Here’s what’s helped me after moving from Windows:

  1. Treat Shift + Command + 5 as your main hub
    Think of this as your Mac version of the Windows Snipping Tool / Snip & Sketch panel. Instead of memorizing every shortcut combo, just train your brain on one:

    • Shift + Command + 5 to open the toolbar
    • Then pick: full screen, window, or selection, or screen recording
      I actually use this more than 3 and 4 because I can see what I’m about to capture and tweak options.
  2. Set a sane default save location
    The “Desktop dumping ground” thing gets old really fast.

    • Hit Shift + Command + 5
    • Click “Options”
    • Under “Save to”, pick a dedicated folder like “Screenshots” in Documents
      Now all screenshots funnel into one place. Way easier to clean up, search, or back up later.
  3. Clipboard-first workflow
    Personally, I use clipboard screenshots most of the time instead of files. It’s faster for docs, Slack, email, etc.
    Instead of saving: use the Control variants @viaggiatoresolare mentioned, but build a habit:

    • Need to paste into something? Use the Control versions (copies only)
    • Need a file to keep? Use the non-Control versions
      That split keeps your drive way cleaner.
  4. Use Preview as a mini screenshot editor
    This one is weirdly underrated:

    • Take a screenshot to clipboard (Control + your combo)
    • Open Preview
    • File > New from Clipboard
      Now you can crop, annotate, blur stuff, export as JPEG or PDF, etc.
      I find this more precise than the quick thumbnail editor you get in the corner, especially when I need to redact or resize.
  5. Keep everything for work organized
    If you’re doing documentation, bug reports, or tutorials:

    • Screenshot folder in Documents
    • Inside it, use subfolders by project or date
    • Rename important shots right away so “Screen Shot 2026-02-16 at 10.15.23 AM.png” becomes “login-error-popup.png”
      macOS search actually becomes useful when the file names make sense.
  6. Make use of the built‑in delay
    This is one place I slightly disagree with people who only use the straight shortcuts: the delay timer is a lifesaver.
    In Shift + Command + 5, under Options:

    • Set a 5‑second timer
      That lets you:
    • Open a menu
    • Hover a tooltip
    • Trigger an error dialog
      Then the screenshot catches it exactly like you see it. Way less fiddly than trying to “time” a manual capture.
  7. Quick share, no saving
    If you just want to send someone what you’re seeing and never keep a file:

    • Take a screenshot so the thumbnail pops up in the bottom right
    • Click the thumbnail
    • Use the share icon to send via Messages, Mail, AirDrop, etc.
      Then close it. No file clutter at all.
  8. Check for conflicts if shortcuts are weird
    If your Windows muscle memory is messing with you and you rebound keys:

    • System Settings > Keyboard > Keyboard Shortcuts > Screenshots
      Sometimes people accidentally map something else onto those combos and think screenshots are “broken.”

Once you’ve used Shift + Command + 5 as your base and the Control variants when you only want clipboard, everything starts to feel a lot closer to Windows Snip & Sketch, just with more flexibility. The hardest part is like 2 days of retraining your fingers, then it’s automatic.

Since @viaggiatoresolare already nailed the shortcut basics, here’s how I’d tweak the workflow side of “How To Screenshot On Mac” without rehashing their list.

1. Don’t rely only on Shift + Command + 5
I slightly disagree with using 5 as the “main hub” all the time. It is great when you need options, but it is slower if you take lots of quick grabs. For rapid-fire stuff (like capturing steps in a bug report), keeping Shift + Command + 4 as muscle memory is actually faster than pulling up the toolbar each time.

2. Change the screenshot format to JPEG or HEIF when needed
PNG is high quality but huge in size. If you share a lot in chat tools, consider:

  • Open Terminal
  • Use: defaults write com.apple.screencapture type jpg; killall SystemUIServer
    Now screenshots are JPG by default. Smaller, easier to send.
    You can always revert to PNG with type png.
    @viaggiatoresolare focused on locations and shortcuts; this format trick is a nice complement.

3. Use Smart Folders instead of tons of subfolders
Instead of manually sorting:

  • Keep a single “Screenshots” folder.
  • In Finder: File → New Smart Folder.
  • Filter by “Kind is Image” and “Name contains Screen Shot” or by date.
    You get auto-updated “collections” without moving files around. Great if you are lazy about organization.

4. Name better using Finder tricks
Renaming every file one by one is a pain. To batch rename:

  • Select several screenshots in Finder.
  • Right-click → Rename.
  • Use “Format” with a base name (like “guide-step”) plus an index.
    This turns clutter into something you can actually search through.

5. Use multiple desktops to keep captures clean
When recording or making step-by-step screenshots:

  • Create a separate Space (Mission Control).
  • Put only the app you care about on that Space.
  • Capture from that Space only.
    You avoid cropping out random background apps, and your screenshots look more “tutorial ready.”

6. Turn off the floating thumbnail if it bugs you
The thumbnail in the corner is nice for quick markup, but it adds a delay. If you care more about speed:

  • Shift + Command + 5 → Options.
  • Uncheck “Show Floating Thumbnail.”
    Now the file is written instantly and you can work faster.

7. Think about privacy before sharing
macOS markups are decent, but if you handle sensitive stuff:

  • Use shapes with solid fill + blur combo to fully cover email addresses, names, etc.
  • Avoid just lowering opacity or light blur; people can sometimes still read behind it.
    Small detail, but it matters if you post screenshots in public places.

8. Pros & cons of using the built-in “How To Screenshot On Mac” approach

Pros

  • No extra apps to install.
  • Integrates with Finder, Spotlight, and Quick Look.
  • Works consistently across almost all modern Macs.
  • Keyboard-only workflow is very fast once learned.

Cons

  • Shortcuts are not very intuitive at first, especially coming from Windows.
  • Built-in annotation tools are basic compared to pro editors.
  • File clutter happens quickly if you do not change the default behavior.
  • Advanced settings like format changes require Terminal.

So, use @viaggiatoresolare’s cheat sheet as your base, then layer in format tweaks, Smart Folders, batch renaming, and thumbnail/Space tricks. That combination turns screenshotting on macOS from “how do I do this” into a pretty efficient workflow.