Screenshot Folder Windows: 11 Best
By default, you cannot move the Screenshots folder via Settings, but you can relocate it:
Screenshots taken specifically during gameplay or via the Game Bar are stored in a separate location: C:\Users\[YourUsername]\Videos\Captures . screenshot folder windows 11
$source = "$env:USERPROFILE\Pictures\Screenshots" $dest = "$env:USERPROFILE\OneDrive\Screenshots Archive" Get-ChildItem $source -Filter "Screenshot*.png" | Where-Object $_.LastWriteTime -lt (Get-Date).AddDays(-7) | Move-Item -Destination $dest -Force By default, you cannot move the Screenshots folder
If you use the Windows Key + Print Screen shortcut, your screen will dim briefly, and the file is automatically saved to: C:\Users\[YourUsername]\Pictures\Screenshots . your screen will dim briefly
In Windows 11, the Snipping Tool now automatically saves captures to the same default folder as standard screenshots: C:\Users\[YourUsername]\Pictures\Screenshots . 2. How to Quickly Access Your Screenshot Folder
If you use specific tools or shortcuts, they might save files in different "pockets" of your system:


