The Problem
Win + Shift + S does nothing, the Snipping Tool opens but capture fails, or screenshots save as a black rectangle. Windows 11 merged the classic Snipping Tool with Snip & Sketch, and the usual causes are broken app data, a reassigned Print Screen key, or a GPU capture conflict.
Keyboard shortcuts dead across the board? Fix keyboard not typing. Screen black on boot? That is different: black screen on boot.
Symptoms
- The dimming overlay never appears after
Win + Shift + S. - Snipping Tool opens and closes instantly.
- Capture works on the desktop but produces black in games or video players.
- The snip is taken but nothing arrives in the clipboard.
Step 1: Narrow It Down
- Open Snipping Tool from Start and click New. If that works, the app is fine and the problem is the keyboard shortcut—go to Step 2.
- App works, capture is black. That is a graphics or protected-content issue—Step 6.
- App will not open at all. Steps 3 and 7.
- Capture works but paste gives nothing. The clipboard is the fault—see fix clipboard not working.
Step 2: Check the Shortcuts and the Print Screen Key
The three built-in captures:
| Shortcut | Result |
|---|---|
| Win + Shift + S | Region capture to clipboard |
| Win + PrtScn | Full screen saved to Pictures\Screenshots |
| Alt + PrtScn | Active window to clipboard |
To make PrtScn open the capture bar: Settings → Accessibility → Keyboard → turn on Use the Print screen key to open screen capture.
If PrtScn does nothing anywhere, check that another application has not claimed it—OneDrive, Dropbox, ShareX, Greenshot, and GeForce Experience all offer to take over the key, and two of them fighting produces exactly this.
Step 3: Repair, Then Reset the App
- Settings → Apps → Installed apps.
- Search Snipping Tool → ⋯ → Advanced options.
- Click Repair first—it preserves settings. Test.
- Still broken? Click Reset. This clears app data but not your saved screenshots.
- Also click Terminate at the top of that page before retrying.
Step 4: End Stuck Capture Processes
A crashed overlay leaves a process holding the capture surface, so nothing new can start.
Ctrl + Shift + Esc→ Details tab.- End SnippingTool.exe, ScreenClippingHost.exe, and ScreenSketch if present.
- Relaunch from Start.
Step 5: Check Screenshot Permissions
- Settings → Privacy & security → Screenshots and apps (called Screenshot borders on some builds).
- Ensure Let apps take screenshots is on.
- Also check Settings → Privacy & security → App permissions → Screenshots for a per-app entry.
Step 6: Black Screenshots
Black captures almost always mean hardware-accelerated or protected content.
- In games: exclusive fullscreen blocks the Windows overlay. Switch the game to borderless windowed mode, or use the game's own screenshot key or Steam's
F12. - In browsers playing video: DRM-protected content (Netflix, Prime Video) renders black by design. That is a copyright protection, not a fault.
- Everywhere: disable hardware acceleration in the affected app, or update the GPU driver — see how to update outdated drivers.
- HDR displays: captures of HDR content look washed out or black in SDR viewers. Turn HDR off temporarily to test: Settings → System → Display → Use HDR.
Step 7: Re-register the App
In Terminal (Admin):
Get-AppxPackage *ScreenSketch* | Reset-AppxPackage
If that fails, re-register it fully:
Get-AppxPackage *ScreenSketch* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart afterwards. As a last option, uninstall Snipping Tool from Installed apps and reinstall it from the Microsoft Store.
Step 8: Check the Screenshots Folder
Win + PrtScn saves to Pictures\Screenshots. If that folder was deleted, moved, or redirected to a OneDrive location that is not syncing, the capture appears to do nothing.
- Open
%userprofile%\Picturesand confirm a Screenshots folder exists. - Right-click it → Properties → Location to see where it actually points.
- Recreate the folder if it is missing.
Multi-Monitor and Multi-GPU
If capture works on one screen but not another, unplug the secondary display and test. Laptops with hybrid graphics sometimes route the wrong framebuffer to the capture API—forcing the Snipping Tool onto the integrated GPU in Settings → System → Display → Graphics resolves it.
Alternatives While You Fix It
Alt + PrtScnthen paste into Paint.- Xbox Game Bar —
Win + G→ capture widget, which uses a different capture path entirely and often works when Snipping Tool does not. - PowerShell one-liner or a third-party tool such as ShareX if you need this working immediately.
Related guides
Fix Camera Not Working in Teams or Zoom on Windows 11
Camera works in the Windows Camera app but not in Teams or Zoom? Fix app permissions, the device already in use error, virtual camera conflicts, and driver problems.
How to Fix a Discord Mic Not Working in Windows 11
Nobody can hear you on Discord in Windows 11? Fix input device selection, exclusive mode, privacy permissions, and the push-to-talk and voice settings behind a dead mic.
Fix .NET Framework 3.5 Install Error in Windows 11
Windows 11 failing to install .NET Framework 3.5 with error 0x800F0950 or 0x800F081F? Install it from the ISO source, fix the Group Policy block, and repair Windows Update.
How to Fix Outlook Not Opening in Windows 11
Outlook stuck on the loading profile screen, crashing at startup, or refusing to open in Windows 11? Fix it with safe mode, add-in checks, profile repair, and Office repair.
How to Fix VCRUNTIME140.dll Missing in Windows 11
Getting "VCRUNTIME140.dll was not found" when opening an app or game? Install the right Visual C++ redistributable and repair the broken one with these steps.