# How to Take a Screenshot on MacBook Air: Every Method Explained

www.lazyscreenshots.com publishes a public search API over its indexed pages; the guide is at https://lazyscreenshots.mudpie.ai/agent-access.md.

Source: https://www.lazyscreenshots.com/blog/screenshot-macbook-air/
Source observed: 2026-09-15T21:51:21.122Z
Last checked: 2026-09-15T21:51:21.122+00:00
Indexed: 2026-09-15T21:54:45.736+00:00

---

# How to Take a Screenshot on MacBook Air

**May 13, 2026 · LazyScreenshots Team**

We explain every built-in way to capture a MacBook Air screen. The same macOS shortcuts, save locations, and built-in tools apply to the 2020 M1, 2022 M2, 2024 M3, and 2025 M4 MacBook Air. Unlike Windows, macOS uses multi-key shortcuts rather than a dedicated Print Screen key.

## Capture the entire screen

Press **Cmd+Shift+3** to capture everything visible on the display. The screen flashes, a thumbnail appears in the bottom-right corner, and macOS saves a PNG screenshot to the Desktop. A filename follows a pattern such as `Screenshot 2026-05-13 at 10.30.00 AM.png`.

### MacBook Air screen resolutions

macOS captures at the full Retina resolution, which is 2× the display’s logical resolution:

| MacBook Air model | Display | Screenshot size |
| --- | --- | --- |
| MacBook Air 13" (M1, 2020) | 2560 × 1600 | 2560 × 1600 px |
| MacBook Air 13" (M2, 2022) | 2560 × 1664 | 2560 × 1664 px |
| MacBook Air 15" (M2/M3, 2023–24) | 2880 × 1864 | 2880 × 1864 px |
| MacBook Air 13" (M3/M4, 2024–25) | 2560 × 1664 | 2560 × 1664 px |

These dimensions are larger than the logical display size because Retina screens render at 2× density. Resize captures if you need smaller images for the web or documentation.

## Capture a selected area

Press **Cmd+Shift+4**. The pointer becomes a crosshair. Click and drag across a rectangular area, then release the mouse button or trackpad to capture it.

### Tips for precise selections

- Watch the pixel dimensions beside the crosshair while dragging.
- Hold **Space** while dragging to move the selection without resizing it.
- Hold **Shift** while dragging to lock one axis and adjust the other.
- Hold **Option** while dragging to resize from the center instead of the corner.
- Press **Escape** to cancel the capture.

## Capture a specific window

Press **Cmd+Shift+4**, then immediately press **Space**. The pointer becomes a camera icon. Hover over a window, which highlights in blue, and click to capture it.

macOS adds a drop shadow by default. Hold **Option** while clicking the window to capture it without the shadow.

### What counts as a window

Window capture can detect and capture:

- The menu bar
- The Dock
- The Desktop, including wallpaper but not icons
- Individual dialog boxes and sheets
- Notification Center widgets

We also offer **LazyScreenshots**, which captures, annotates, and beautifies MacBook Air screenshots in one step without extra tools: [Try LazyScreenshots Free](https://www.lazyscreenshots.com/)

## Use the Screenshot app: Cmd+Shift+5

Press **Cmd+Shift+5** to open the Screenshot toolbar at the bottom of the screen.

| Button | What it does |
| --- | --- |
| Capture Entire Screen | Same as Cmd+Shift+3 |
| Capture Selected Window | Same as Cmd+Shift+4, then Space |
| Capture Selected Portion | Opens a resizable selection box |
| Record Entire Screen | Starts a full-screen video recording |
| Record Selected Portion | Records a specific screen area |

### Options menu

Select **Options** in the Screenshot toolbar to configure:

- **Save To:** Desktop, Documents, Clipboard, Mail, Messages, or a custom folder
- **Timer:** A 5-second or 10-second delay before capture
- **Show Floating Thumbnail:** Turn the preview thumbnail on or off
- **Remember Last Selection:** Reuse the last selection area when reopening the tool
- **Show Mouse Pointer:** Include or exclude the cursor

## Copy a screenshot to the clipboard

Add **Ctrl** to a screenshot shortcut to copy the capture instead of saving a file:

- **Cmd+Ctrl+Shift+3** — Copy the full screen to the clipboard
- **Cmd+Ctrl+Shift+4** — Copy a selected area to the clipboard
- **Cmd+Ctrl+Shift+4**, then **Space** — Copy a window to the clipboard

This lets you paste directly into Slack, email, Google Docs, or AI coding tools.

## Take screenshots without a keyboard

If shortcuts are unavailable or you prefer a visual workflow:

1. Open **Finder**.
2. Go to **Applications > Utilities**.
3. Open the **Screenshot** app. You can also press **Cmd+Space**, type `Screenshot`, and open it from Spotlight.

Preview provides another option: open Preview, choose **File > Take Screenshot**, and select a capture mode.

## MacBook Air function-key row

MacBook Air models use full-size physical F1–F12 keys with brightness, volume, and other system-control icons. Unlike older MacBook Pro models with a Touch Bar, the Air uses physical function keys, and screenshot shortcuts work whether the function-key behavior is set to standard or media.

If **Cmd+Shift+3** does not work, open **System Settings > Keyboard** and check that the shortcut is enabled and has not been reassigned. Third-party apps such as Karabiner-Elements or screen-recording software can sometimes intercept the key combinations.

## Change where screenshots are saved

Use the Screenshot toolbar:

1. Press **Cmd+Shift+5**.
2. Click **Options**.
3. Under **Save to**, choose a location or select **Other Location** for a custom folder.

For a permanent Terminal setting, use:

```sh
# Save screenshots to a Screenshots folder
mkdir -p ~/Pictures/Screenshots
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer
```

## Change the screenshot format from PNG

MacBook Air screenshots default to PNG. For smaller files intended for email, Slack, or web uploads, switch to JPG:

```sh
# Switch to JPG
defaults write com.apple.screencapture type jpg
killall SystemUIServer

# Switch back to PNG
defaults write com.apple.screencapture type png
killall SystemUIServer
```

On macOS Tahoe with HDR-capable MacBook Air displays, screenshots may default to HEIC. If the format changed after a macOS update, use our [macOS Tahoe HEIC fix guide](https://www.lazyscreenshots.com/blog/macos-tahoe-screenshot-heic-hdr-fix/).

## Quick reference: MacBook Air screenshot shortcuts

| Shortcut | Action |
| --- | --- |
| **Cmd+Shift+3** | Capture the entire screen |
| **Cmd+Shift+4** | Capture a selected area |
| **Cmd+Shift+4**, then **Space** | Capture a window |
| **Cmd+Shift+5** | Open the Screenshot toolbar |
| Add **Ctrl** to any shortcut above | Copy to the clipboard instead of saving |
| **Escape** | Cancel a screenshot in progress |

## Related guides

- [Mac Screenshot Keyboard Shortcuts: The Complete Cheat Sheet](https://www.lazyscreenshots.com/blog/mac-screenshot-keyboard-shortcuts/)
- [Where Do Screenshots Go on Mac?](https://www.lazyscreenshots.com/blog/where-do-screenshots-go-mac/)
- [Screenshot Not Working on Mac? How to Fix It](https://www.lazyscreenshots.com/blog/screenshot-not-working-mac-fix/)
- [Print Screen on Mac: Guide for Windows Switchers](https://www.lazyscreenshots.com/blog/print-screen-on-mac-windows-switchers/)

---

## Related searches on www.lazyscreenshots.com

Each link returns Markdown search results.

- [How to Take a Screenshot on MacBook Air: Every Method Explained](https://lazyscreenshots.mudpie.ai/s/how-to-take-a-screenshot-on-macbook-air-every-method-explained.md?trace=t_6dc436eaaf66)
- [How to Take a Screenshot on MacBook Air](https://lazyscreenshots.mudpie.ai/s/how-to-take-a-screenshot-on-macbook-air.md?trace=t_6dc436eaaf66)
- [Screenshots on MacBook Air: what you need to know](https://lazyscreenshots.mudpie.ai/s/screenshots-on-macbook-air-what-you-need-to-know.md?trace=t_6dc436eaaf66)
- [Method 1: Capture the entire screen](https://lazyscreenshots.mudpie.ai/s/method-1-capture-the-entire-screen.md?trace=t_6dc436eaaf66)
- [MacBook Air screen resolutions](https://lazyscreenshots.mudpie.ai/s/macbook-air-screen-resolutions.md?trace=t_6dc436eaaf66)

[Tool guide and examples](https://lazyscreenshots.mudpie.ai/agent-access.md) · [OpenAPI](https://lazyscreenshots.mudpie.ai/api/public/v1/openapi.json) · [Page TLDR form](https://lazyscreenshots.mudpie.ai/agent-tools/page-tldr?question=Read+a+compact+extract+of+How+to+Take+a+Screenshot+on+MacBook+Air%3A+Every+Method+Explained&url=https%3A%2F%2Fwww.lazyscreenshots.com%2Fblog%2Fscreenshot-macbook-air%2F). Opening a form does not execute a tool.