The fastest edit: the floating thumbnail
Every time you take a screenshot on Mac with Cmd+Shift+3, 4, or 5, a small thumbnail appears in the bottom-right corner of your screen. It stays for about 5 seconds. Click it, and you're dropped straight into a Markup editor where you can crop, annotate, and share — all before the file is even saved to disk.
This floating thumbnail editor gives you the full Markup toolbar: draw freehand, add shapes, insert text, add a signature, crop, rotate, and adjust. When you're done, click Done to save the edited version, or click the Share button to send it directly to Messages, Mail, AirDrop, or another app.
If you dismiss the thumbnail (or it disappears), the original unedited screenshot is saved to your default location. You can still edit it afterward in Preview, but you lose the instant editing window.
Pro tip: If 5 seconds isn't enough time, you can drag the thumbnail to the Desktop to save it immediately, giving yourself unlimited time to open and edit it later. Or drag it directly into an app like Slack or Notes to skip the file system entirely.
Editing in Preview: the full toolkit
Preview is the most capable built-in screenshot editor on macOS. Double-click any screenshot to open it in Preview, then use these tools:
Crop
- Click and drag to select the area you want to keep
- Press Cmd+K to crop to the selection
- Or go to Tools → Crop
For more precise control, use the rectangular selection tool and type exact pixel coordinates in the selection info bar that appears at the bottom of the window.
Resize
- Go to Tools → Adjust Size
- Enter new dimensions in pixels, inches, or other units
- Check "Scale proportionally" to maintain aspect ratio
- Click OK
Retina Mac screenshots are captured at 2x resolution. A screenshot of a 1440px-wide window is actually 2880px wide. Use Adjust Size to halve the dimensions when sharing in docs or chat where the extra resolution is wasted.
Markup toolbar
Click the Markup button (pen-tip icon) in Preview's toolbar, or press Cmd+Shift+A, to access the full annotation toolkit:
| Tool | What it does | Shortcut |
|---|---|---|
| Sketch | Freehand drawing with shape recognition | — |
| Shapes | Rectangles, ovals, lines, arrows, speech bubbles | — |
| Text | Add text labels and callouts | — |
| Highlight | Semi-transparent colored overlay | — |
| Sign | Insert a saved signature | — |
| Color Adjust | Exposure, contrast, saturation, temperature | — |
| Instant Alpha | Remove background by color selection | — |
Adding arrows and callouts
Click the Shapes tool, choose the arrow, and draw. To customize: click the shape, then use the Style button to change line thickness, color, and arrowhead style. For numbered callouts, add a circle shape and a text box on top of it.
Changing format
Go to File → Export to save in a different format. Mac screenshots default to PNG, but you can export as JPEG (smaller file size), TIFF (print quality), or PDF (for documentation). The JPEG quality slider lets you balance file size against image clarity.
Quick edits with the Photos app
If your screenshots are saved to Photos (via iCloud or import), the Photos app offers editing tools that Preview doesn't:
- Auto Enhance: One-click brightness, contrast, and color correction
- Filters: Apply visual filters (useful for making screenshots match a presentation theme)
- Adjustments: Fine-grained sliders for light, color, black & white, noise reduction, and sharpening
- Markup: The same annotation tools available in Preview
- Revert to Original: Non-destructive editing — you can undo all changes at any time
The key advantage of Photos is that edits are non-destructive. Preview overwrites the original when you save, but Photos always keeps the original and lets you revert. For screenshots you might want to re-annotate later, this matters.
Terminal-based edits with sips
macOS includes sips (Scriptable Image Processing System) for batch editing screenshots from the command line:
# Resize to 50% of original
sips -Z 720 screenshot.png
# Convert PNG to JPEG at 80% quality
sips -s format jpeg -s formatOptions 80 screenshot.png --out screenshot.jpg
# Rotate 90 degrees clockwise
sips -r 90 screenshot.png
# Crop to 800x600 starting at position (100, 50)
sips -c 600 800 screenshot.png
# Flip horizontally
sips --flip horizontal screenshot.png
# Batch resize all PNGs in a folder
sips -Z 1200 ~/Desktop/Screenshots/*.png
sips can't add annotations, arrows, or text, but it handles all the structural edits: resize, crop, rotate, flip, and format conversion. It's the fastest way to process multiple screenshots at once.
Limitations of built-in tools
macOS gives you a surprisingly complete screenshot editing workflow for free, but it has real limitations that show up in daily use:
- Annotations are permanent. Once you save in Preview, the arrows, text, and shapes are flattened into the image. You can't reposition or edit them later. The floating thumbnail editor has the same limitation.
- No blur or redaction tool. Preview can't blur sensitive information. You can draw a filled rectangle over it, but that's less professional than a proper blur or pixelation effect.
- No numbered steps. Adding step numbers (1, 2, 3 with circles) requires manually placing a circle and a text box for each step. It's tedious for multi-step tutorials.
- No background or padding. You can't add a colored background, padding, or rounded corners to a raw screenshot in Preview. These touches make screenshots look polished in blog posts and documentation.
- No batch annotation. If you need to add the same watermark, border, or style to 20 screenshots, Preview makes you do each one manually.
When to upgrade to a dedicated tool
If you're editing screenshots occasionally — cropping before pasting into an email, adding a quick arrow to a bug report — Preview and Markup are all you need. They're fast, free, and already on your Mac.
But if you're editing screenshots regularly for documentation, bug reports, AI prompts, or presentations, the built-in tools start costing you time. You're manually positioning arrows instead of clicking a step tool. You're drawing rectangles over passwords instead of clicking blur. You're opening Photoshop to add a background gradient behind a raw screenshot.
That's the point where a dedicated screenshot tool pays for itself. The right tool captures, annotates, beautifies, and shares in a single flow instead of bouncing between four different apps.
Quick reference: editing tools compared
| Capability | Floating thumbnail | Preview | Photos | sips (Terminal) |
|---|---|---|---|---|
| Crop | Yes | Yes | Yes | Yes |
| Resize | No | Yes | No | Yes |
| Arrows & shapes | Yes | Yes | Yes (Markup) | No |
| Text labels | Yes | Yes | Yes (Markup) | No |
| Color adjustment | No | Basic | Advanced | No |
| Format conversion | No | Export only | Export only | Yes |
| Non-destructive | No | No | Yes | No |
| Batch processing | No | No | No | Yes |
| Blur / redact | No | No | No | No |
Keyboard shortcuts for faster editing
Memorizing a few shortcuts makes the built-in editing workflow significantly faster:
| Shortcut | Action | Context |
|---|---|---|
| Cmd+Shift+A | Toggle Markup toolbar | Preview |
| Cmd+K | Crop to selection | Preview |
| Cmd+Z | Undo last action | Everywhere |
| Cmd+Shift+S | Save As (new copy) | Preview |
| Cmd+E | Export with format options | Preview (File → Export) |
| Space bar | Quick Look (preview without opening) | Finder |
LazyScreenshots gives you blur, numbered steps, beautiful backgrounds, and instant sharing — all the editing features macOS left out. $29 one-time.
Try LazyScreenshots — $29 one-time