How to Take a Screenshot on Windows 11: Every Method Explained

How to Take a Screenshot on Windows 11: Every Method Explained

Goal: Windows 11 offers several screenshot methods, and they do not all produce the same result. Some copy an image to the clipboard, some save a file immediately, and Snipping Tool can capture a region, annotate it, extract text, or record part of the screen as video. This guide explains which method to use, where the result goes, how to verify it, and what to check when the Print Screen key or Snipping Tool behaves differently from what you expect.

Quick steps

  1. Capture a specific area: press Windows + Shift + S, choose a capture mode, then select the area.
  2. Save the whole screen directly to a file: press Windows + PrtScn. Windows normally saves the PNG under Pictures > Screenshots.
  3. Capture only the active window: click the window first, press Alt + PrtScn, then paste with Ctrl + V into Paint, an email, or a document.
  4. Record a region as video: press Windows + Shift + R, select the recording area, then start recording.
  5. Before sharing: inspect the image for notifications, email addresses, account names, QR codes, recovery codes, internal URLs, or other private information.

Expected result: you obtain a usable image or recording, you know whether it was placed in the clipboard or saved as a file, and you have a clear troubleshooting path if a shortcut does not work.

What you need before you start

  • A Windows 11 PC with normal Windows Update and Microsoft Store updates applied.
  • Snipping Tool, which is included with Windows 11. If it has been removed, Microsoft provides an official reinstall procedure.
  • A keyboard with PrtScn, Print Screen, or an equivalent key if you want to use hardware shortcuts. On many laptops you may also need Fn.
  • Access to your Pictures folder or another destination where you can save files.

No administrator rights are required for normal screenshots, annotation, screen recording, or the read-only diagnostic command used later in this guide.

Real-world illustration — How to Take a Screenshot on Windows 11: Every Method Explained

Understand what each shortcut actually does

The most common source of confusion is that “taking a screenshot” can mean either copying an image to the clipboard or creating a file on disk. Clipboard contents are temporary and can be replaced by another copy operation. A PNG file remains available until you move or delete it.

MethodWhat it capturesTypical destinationBest use
Windows + Shift + SRegion, window, free-form area, or full screenSnipping Tool, clipboard, and—when automatic saving is enabled—the Screenshots folderDocumentation and precise selections
Windows + PrtScnFull screenPictures > ScreenshotsFast file-based capture
Alt + PrtScnActive windowClipboardClean application screenshots
PrtScnDepends on Windows settingsSnipping overlay or clipboardConfigurable shortcut
Windows + Shift + RRectangular video regionSnipping Tool, then a video fileShort demonstrations

Detailed tutorial

1. Capture a region with Windows + Shift + S

Press Windows + Shift + S. The screen dims and the capture toolbar appears. Choose rectangular mode for a normal selection, window mode for a specific application, full-screen mode for the entire display, or free-form mode when the area is irregular.

After you make the selection, Windows sends the capture to Snipping Tool and the clipboard. Current versions of Snipping Tool can also save screenshots automatically to the Screenshots folder. Open Snipping Tool settings if you want to change automatic saving or the destination folder.

Verification: click the notification that appears after the capture. The image should open in Snipping Tool, where you can crop, annotate, copy, redact, or use Save as to create a copy elsewhere.

2. Save the whole screen immediately

Press Windows + PrtScn. This is the simplest method when you need a complete record of the desktop and do not want to paste the image manually. Windows normally stores the file in the Screenshots subfolder of Pictures.

On a laptop, Print Screen may be a secondary keyboard function. If nothing happens, try Fn + Windows + PrtScn. Some devices without a dedicated PrtScn key can use another manufacturer-specific shortcut.

3. Capture only the active window

Click the target window so that it is active, then press Alt + PrtScn. The image is copied to the clipboard. Open Paint, Word, an image editor, or a message composer and press Ctrl + V.

This is especially useful when documenting an error because it avoids exposing the desktop, taskbar, and unrelated applications. If several similar windows are open, confirm which one has focus before using the shortcut.

4. Understand the Print Screen setting

On recent Windows 11 systems, pressing PrtScn may open Snipping Tool instead of silently copying the full screen. This behavior is controlled under Settings > Accessibility > Keyboard. If you prefer the older clipboard behavior, change the setting there rather than assuming the key is broken.

Rollback: return to the same Keyboard settings page and restore the previous Print Screen option. No personal data is affected.

5. Use a delay for menus and temporary interfaces

Some menus disappear as soon as you click elsewhere. Open Snipping Tool directly, choose a delay, prepare the menu or tooltip, and wait for the capture to start. This is safer and more reproducible than trying to time a keyboard shortcut.

6. Record part of the screen as video

Press Windows + Shift + R or open Snipping Tool and switch to recording mode. Select only the area that needs to be visible. Before recording, close unrelated applications and disable unnecessary notifications. If microphone or system-audio options are available in your installed version, verify them with a short test clip instead of assuming audio is being captured.

Real-world illustration — How to Take a Screenshot on Windows 11: Every Method Explained

Text Actions, OCR, and privacy

Snipping Tool can detect text in screenshots and expose text-related actions. This is useful for copying an error message or extracting text from an image, but OCR is not perfect. Always compare important values—serial numbers, commands, recovery codes, addresses, or identifiers—with the original image before using them.

If you are preparing a screenshot for publication, treat OCR as a privacy warning too: if text can be extracted from the image, it may be readable even when it is visually small. Crop or properly redact confidential content rather than simply drawing a translucent line over it.

Find screenshots when you do not know where they were saved

First check Pictures > Screenshots. If OneDrive protects or redirects your Pictures folder, the effective path may be inside OneDrive. Snipping Tool settings can also change the destination. When you still cannot locate the file, the following read-only PowerShell command lists the ten most recently modified PNG files under the Pictures folder.

Where to run it: Windows Terminal or PowerShell. Administrator rights are not required. The command does not delete or modify anything, and there are no values to replace.

$Pictures = [Environment]::GetFolderPath('MyPictures')

Get-ChildItem -Path $Pictures -Filter *.png -File -Recurse -ErrorAction SilentlyContinue |
    Sort-Object LastWriteTime -Descending |
    Select-Object -First 10 FullName, Length, LastWriteTime

Expected output: up to ten file paths with sizes and modification times. If the command returns nothing, verify that the screenshot was actually saved as a PNG and that your Pictures folder is accessible. Because the command is read-only, there is nothing to undo.

Multi-monitor systems

Full-screen shortcuts may include more than one monitor depending on the method and display layout. If you only need one window or one monitor area, use the Snipping Tool region/window mode instead. On mixed-DPI setups, inspect the final image at 100% zoom to make sure scaling did not make text unexpectedly small.

Common problems and fixes

  • PrtScn opens Snipping Tool: this can be the configured Windows behavior. Check Accessibility > Keyboard.
  • Nothing happens on a laptop: try the Fn modifier and verify the manufacturer keyboard mode.
  • The image is in the clipboard but no file exists: paste it into an editor and save it, or use a shortcut that saves directly.
  • Snipping Tool does not open: update it through Microsoft Store, restart Windows, and use Microsoft’s official reinstall procedure only if the app remains damaged.
  • The capture contains the wrong display: use region or window mode rather than a full-screen shortcut.
  • A video has no expected audio: make a short test recording and check the audio options available in your installed Snipping Tool version.

Safety and precautions

  • Do not publish screenshots containing passwords, one-time codes, API keys, recovery phrases, QR codes, customer data, internal IP addresses that are not needed, or confidential browser tabs.
  • Use real redaction or cropping for sensitive information. A decorative blur or transparent highlight may still leave information recoverable.
  • When documenting a security incident, keep an original untouched copy before editing a version for sharing.

Frequently asked questions

Where are screenshots saved?

Windows + PrtScn normally saves to Pictures > Screenshots. Snipping Tool can also save automatically, and the actual location may be redirected by OneDrive or changed in Snipping Tool settings.

Why does Print Screen no longer copy the full screen?

Windows can configure the key to open screen snipping. Check Settings > Accessibility > Keyboard and choose the behavior you want.

Can Snipping Tool record video?

Yes. Current Windows 11 versions support screen recording from Snipping Tool, including the Windows + Shift + R shortcut documented by Microsoft.

How do I capture a context menu?

Use Snipping Tool’s delay so you have time to open the menu before the capture begins.

Final checklist

  • The correct area or window is visible.
  • The file or clipboard destination is understood.
  • The screenshot opens successfully.
  • No sensitive information is visible.
  • If the screenshot is evidence, an original copy is kept.

Key takeaways

The method: use Windows + Shift + S for precise captures, Windows + PrtScn for an immediate full-screen file, Alt + PrtScn for the active window, and Windows + Shift + R for a short screen recording.

The key principle: choose the shortcut based on the destination you need—clipboard, image file, or video—and verify privacy before sharing.

Official sources and references

Image credits

Voir la vidéo sur YouTube

Commentaires

Posts les plus consultés de ce blog

DroidScript #5 : Savoir si c'est la première fois qu'un utilisateur ouvre l'application

Comment contrôler son téléphone depuis son ordinateur avec Scrcpy

Tout Savoir Sur le Blog