How to Disable a Second Screen From Appearing in Screenshots

Taking a screenshot sounds simple — until your second monitor shows up in the capture when you only wanted the first one. Whether you're sharing work documentation, recording a tutorial, or saving a quick reference image, having an unwanted display bleed into your screenshot creates extra cropping work at best, and an awkward privacy problem at worst.

Here's what's actually happening when that second screen appears, and what you can do about it.

Why Screenshots Capture Multiple Monitors

Most operating systems treat all connected displays as a single extended desktop. When you trigger a full-screen screenshot, the system captures everything across that desktop — which includes every active monitor. This is by design. The OS doesn't make assumptions about which screen you want.

The result: a wide, stitched image that combines your primary and secondary display side by side (or stacked, depending on your layout). To exclude the second screen, you have to tell the system — or your screenshot tool — exactly what to capture.

Method 1: Screenshot Only the Active Window

The quickest fix on any platform is switching from a full-screen capture to an active window capture. This grabs only the window currently in focus, ignoring all other monitors entirely.

Windows:

  • Alt + PrtScn captures only the active window
  • Win + Shift + S opens the Snipping Tool, where you can draw a custom region or select a specific window

macOS:

  • Cmd + Shift + 4 then press Space and click a window — captures that window only
  • Cmd + Shift + 4 without Space lets you drag a custom selection area

Linux (GNOME/KDE):

  • Most desktop environments support window-specific capture through keyboard shortcuts or built-in screenshot tools — check your distro's screenshot utility settings

This method works regardless of your hardware setup and requires no configuration changes. It's the go-to solution if your goal is capturing a specific app or document.

Method 2: Capture a Specific Region

If you need more than a single window — say, a portion of your primary display — use a region selection tool. You manually drag a box around exactly what you want captured.

All major platforms support this natively:

PlatformRegion Screenshot Shortcut
WindowsWin + Shift + S (drag to select)
macOSCmd + Shift + 4 (drag to select)
Chrome OSCtrl + Shift + Show Windows
Ubuntu/GNOMEShift + PrtScn

Third-party tools like ShareX (Windows), Flameshot (Linux), and Cleanshot X (macOS) offer extended region capture with annotation, scrolling capture, and output options — all of which give you finer control over what gets included.

Method 3: Disconnect or Disable the Second Display Temporarily 🖥️

If you frequently take screenshots and always want only your primary monitor captured, the cleanest solution is disabling the second screen at the OS level before capturing.

Windows:

  1. Right-click the desktop → Display Settings
  2. Select the second monitor in the layout diagram
  3. Under Multiple displays, choose Disconnect this display or set it to Show only on 1
  4. Take your screenshots, then reconnect when done

macOS:

  1. Go to System Settings → Displays
  2. Disconnect the secondary display from the arrangement, or simply unplug it
  3. For a non-destructive option, use Mirror Displays — this makes both screens show the same content, so screenshots won't show two different views side by side

Windows shortcut:Win + P opens the projection panel quickly. Selecting PC screen only disables extended desktop output to connected monitors in seconds.

Method 4: Use Screenshot Software With Monitor Selection 🎯

Several dedicated screenshot and screen recording tools let you specify which monitor to capture without changing your display settings.

Tools like ShareX, Greenshot, and Lightshot (Windows), as well as screen recorders like OBS Studio, allow you to define a capture source tied to a specific display. This is especially useful for streamers, content creators, or anyone who regularly needs single-monitor captures without disrupting their workspace.

In OBS, for example, you can add a Display Capture source and select Display 1 specifically — leaving Display 2 out of the frame entirely.

The Variables That Change Your Best Approach

What works cleanly for one setup may add unnecessary friction for another. A few factors that shift the right answer:

  • How often you screenshot — occasional users are fine with Alt + PrtScn; high-frequency users benefit from configuring a tool with monitor-specific defaults
  • Whether you need the full primary display or just part of it — region selection vs. display disable are different tools for different goals
  • Your OS and version — macOS Ventura and Windows 11 both have improved native screenshot tools compared to older versions; some shortcuts differ
  • Privacy sensitivity — if your second screen regularly shows sensitive content, a tool-level or OS-level default may be more reliable than remembering a keyboard shortcut each time
  • Multi-monitor layout — vertical stacking vs. side-by-side affects how stitched screenshots look and how disruptive the second screen actually is in the output

A developer with three monitors who screenshots code snippets daily has very different needs than someone with a laptop and an external display who occasionally captures a webpage.

What "Disabling" Actually Means in This Context

It's worth being precise: you're not permanently removing the second monitor. Every method here is non-destructive. You're either narrowing the capture scope (window or region), temporarily changing the display output mode, or using software that filters by source.

The OS-level display disable and the Win + P projection toggle are the only methods that actually change how Windows sends signal to your second monitor — everything else leaves your display setup untouched and just changes what gets captured.

Your specific workflow — how often you need this, which platform you're on, and whether you need the full primary display or just parts of it — determines which of these approaches actually fits.