---
title: "Screenshots not saving to the folder"
url: "https://screenshot-laptop.com/fix/screenshots-not-saving/"
platform: "cross-platform"
section: "Troubleshooting"
updated: "2026-09-14"
license: "CC-BY-4.0"
attribution: "screenshot-laptop.com"
shortcuts:
  - "Win + PrtSc"
---

# Screenshots not saving to the folder

*Usually the method you used never saves a file. When it genuinely should and doesn't, the cause is almost always the numbering counter or a missing folder.*

URL: https://screenshot-laptop.com/fix/screenshots-not-saving/

## The short answer

- `Win` + `PrtSc` — The only Windows shortcut that auto-saves
- Check Videos › Captures — Where Game Bar files things
- Check OneDrive › Pictures — Redirected folders hide captures

## First: does your method save a file at all?

On Windows, only two things write a file without asking: `Win`+`PrtSc` and Game Bar. Everything else — plain `PrtSc`, `Alt`+`PrtSc`, and `Win`+`Shift`+`S` — is [clipboard-only by design](https://screenshot-laptop.com/windows/windows-shift-s/). The [folder reference](https://screenshot-laptop.com/fix/where-are-screenshots-saved/) lists where each method actually writes.

If you've been using `Win`+`Shift`+`S` and looking in the folder, that's the whole explanation. Turn on auto-save: Snipping Tool › three dots › Settings › *Automatically save original screenshots*.

## The folder has moved

**OneDrive redirection.** If OneDrive backs up your Pictures folder, the real path becomes `OneDrive\Pictures\Screenshots`. The old local folder often still exists and stays empty, which is thoroughly confusing. Click the OneDrive tray icon › Settings › Sync and backup to see what's redirected.

**A previous relocation.** Right-click Pictures › Screenshots, choose Properties › Location. If the path isn't what you expect, someone moved it.

**Game Bar's folder.** `Win`+`Alt`+`PrtSc` writes to `Videos\Captures`, not Pictures. Nobody looks in Videos for a PNG.

## The numbering counter is stuck

Windows numbers auto-saved screenshots sequentially and keeps the counter in the registry. If the counter has reached a file that already exists, or the value has been corrupted, new captures can fail to save with no error message at all.

Resetting it is the fix for the case where `Win`+`PrtSc` flashes the screen but produces nothing:

1. Press `Win`+`R`, type `regedit`, press `Enter`.
2. Navigate to `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer`.
3. Find the value **ScreenshotIndex** on the right.
4. Right-click it, choose **Modify**, set the Base to Decimal, and enter `1`.
5. Restart, then test `Win`+`PrtSc`.

> **Important:** Registry Editor can break Windows if you edit the wrong thing. Change only ScreenshotIndex, and use File › Export first to save a backup of that key.

## The folder doesn't exist

Windows creates Pictures › Screenshots on the first successful auto-save. If it's missing, that shortcut has never worked on this machine.

Create it manually — `C:\Users\<you>\Pictures\Screenshots` — and test again. If captures then appear, a permissions problem was stopping Windows creating it.

## Permissions

Uncommon on a personal laptop, normal on a managed work machine. Right-click the Screenshots folder, choose Properties › Security, and confirm your account has Write permission. On a work laptop, this may be policy and only IT can change it.

## Storage

A full drive makes screenshots fail silently — no message, just no file. Check free space in Settings › System › Storage. Screenshots are small, but a drive with nothing left can't write even a small file.

## Mac and Chromebook

**Mac.** Check the save location in `Cmd`+`Shift`+`5` › Options first. Then check Finder › Settings › General to confirm desktop items are visible, and whether Desktop Stacks has grouped your captures into a pile.

**Chromebook.** Files always go to Downloads and it can't be changed for screenshots. If they're absent, check Settings › Device › Storage management for a full disk, or — on a school or work Chromebook — whether an administrator policy has disabled screenshots entirely.

## Questions

**Why does the screen flash but no file appear?**

The flash means Windows accepted the capture and tried to save, so this is the numbering counter or a permissions problem rather than a keyboard issue. Reset ScreenshotIndex as described above.

**Does OneDrive delete my screenshots?**

No, but it can move them. With Pictures backup on, captures go into OneDrive's Pictures › Screenshots and are removed from the local folder once synced. They're still yours — just at a different path.

**Can I make Win + Shift + S always save a file?**

Yes. Snipping Tool › three dots › Settings › *Automatically save original screenshots*. Every capture then lands in Pictures › Screenshots as well as the clipboard.
