Skip to content

How to Take Screenshots on Windows, macOS, and Linux

Windows

Snipping Tool (Built-in)

Windows key + Shift + S    → Opens snipping bar

Select from four modes:

ModeShortcut
Rectangular snipWindows + Shift + S → drag area
Freeform snipWindows + Shift + S → draw shape
Window snipWindows + Shift + S → click window
Full screen snipWindows + Shift + S → choose from top

The screenshot copies to your clipboard. Click the notification to edit and save.

Print Screen

Print Screen (PrtScn)     → Copies full screen to clipboard
Alt + Print Screen        → Copies active window to clipboard
Windows + Print Screen    → Saves full screen to Pictures/Screenshots

Xbox Game Bar

Windows + G       → Open Game Bar
Windows + Alt + PrtScn  → Screenshot of active window

Best for: capturing specific windows or game screenshots.

macOS

Built-in Shortcuts

Cmd + Shift + 3     → Full screen (saves to desktop)
Cmd + Shift + 4     → Selection tool
Cmd + Shift + 5     → Screenshot toolbar (all options)

Selection Mode

Press Cmd + Shift + 4:

ActionResult
DragSelect a region
Press SpaceCapture a specific window
Hold OptionCapture without shadow (window mode)
Hold ShiftLock one axis while selecting

Screenshot Toolbar

Cmd + Shift + 5 opens a toolbar with options:

  • Capture entire screen
  • Capture selected window
  • Capture selected portion
  • Record entire screen
  • Record selected portion

Options: timer (5 or 10 seconds), save location, show mouse clicks.

Linux

GNOME (Ubuntu, Fedora default)

Print Screen (PrtScn)     → Full screen screenshot
Alt + Print Screen        → Current window
Shift + Print Screen      → Select area
Ctrl + Shift + Print Screen → Same, but copy to clipboard

GNOME Screenshot Tool

# Open the GUI tool
gnome-screenshot --interactive

Or use the toolbar:

Activities → Search "Screenshot" → Open

KDE (Kubuntu, Neon)

Print Screen      → Opens Spectacle (screenshot tool)

Spectacle offers: full screen, current screen, window, region, and rectangular selection.

Command Line

# Full screen
gnome-screenshot

# With delay (5 seconds)
gnome-screenshot -d 5

# Active window
gnome-screenshot -w

# Select area
gnome-screenshot -a

# Save to specific file
gnome-screenshot -f ~/Pictures/screenshot.png

Third-Party Tools

ToolPlatformBest For
SnagitWindows, macOSAnnotations, video recording
LightshotWindows, macOSQuick sharing, basic editing
FlameshotLinuxPowerful annotation tools
ShutterLinuxAdvanced editing, delayed capture
GreenshotWindowsOpen source, lightweight
ShareXWindowsScreen recording, OCR, upload

Advanced Features

Scrolling Screenshots (Windows)

Windows + Shift + S → select area → scroll (if supported by app)

Or use the browser’s built-in tool:

Chrome/Edge: F12 → Ctrl+Shift+P → type "screenshot" → "Capture full size screenshot"

Annotating Screenshots

Windows: After snip, the Snipping Tool editor opens automatically.

macOS: Use Preview or Markup (Cmd+Shift+5 → click thumbnail → edit).

Linux: Use Flameshot or GIMP.


Related: Learn keyboard shortcuts and browser cache clearing.