/
/

How to Change the Default Location of the Screenshots Folder in Windows 11

How to Change the Default Location of the Screenshots Folder in Windows 11 blog banner image

By default, Windows 11 saves every Win + PrtScn screenshot to your Pictures\Screenshots folder. It’s a simple setup that works until your C: drive fills up or you need screenshots synced to OneDrive.

Changing the default screenshot location in Windows 11 solves critical issues like storage limits, cloud backups, or broken folder paths. In this guide, we’ll help you relocate your Screenshots folder to another location or restore its original setting with simple settings or registry tweaks.

Methods for changing the default location of screenshots

Before we show you how to change the default location of your screenshots, ensure that you have administrative privileges. Although it is not fully needed, some methods below might still require it to access some tools. All methods here are also available in all Windows 11 editions (Home, Pro, Enterprise, and Education).

Method 1: Using File Explorer to move the screenshots folder

Changing the default Windows 11 screenshot location takes just around a minute with File Explorer—no technical skills needed.

  1. Open File Explorer.
    • Press Win + E or click the folder icon in your taskbar to open File Explorer.Open File Explorer
  2. Navigate to Pictures.
    • Go to C:\Users\<YourUsername>\Pictures (replace <YourUsername> with your actual profile name).
    • Or, click the Pictures folder in the Navigation pane on the side.Navigate to Pictures
  3. Open folder properties.
    • Right-click the Screenshots folder, then select Properties.
  4. Access Location settings.
    • Switch to the Location tab, then click Move….Access Location Settings
  5. Select a new destination.
    • Choose any folder (e.g., D:\Screenshots, OneDrive\Screenshots, or a network path), then click Select Folder.Select a new destination
      NOTE: Make sure that your target folder allows file creation or Write permissions.
  6. Apply changes.
    • Click Apply (when prompted), then choose Yes to move existing screenshots.
  7. Confirm the new path.
    • All future screen captures via Win + PrtScn will now be saved to your selected location.

NOTE: Windows will also move your old screenshots to the new location if you confirm during relocation. However, if prompted, select Yes to move existing screenshots back to the original location.

Method 2: Using File Explorer to restore the default location

If you need to undo your changes, resetting the default screenshot location only takes a moment.

  1. Reopen the folder properties.
    • Repeat steps 1 to 4 in Method 1.
    • Open File Explorer > Go to the screenshot folder location.
    • Right-click Screenshots > Properties > Location tab.
  2. Restore the original path.
    • Click Restore Default, then confirm Apply.Restore Original Path
  3. Finalize.
    • Click OK. All future screen captures via Win + PrtScn will now be saved to your selected location.

NOTE: Windows will also move your old screenshots to the new location if you confirm during relocation. This is optional, but if prompted, select Yes to move existing screenshots back to their original location.

Method 3: Using Registry Editor to manage the screenshots folder location

Use this method only if File Explorer fails, like when group policies lock folder settings, paths break after OS updates, or you need to enforce standardized screenshot locations across enterprise devices.

⚠️ Warning: Making incorrect changes in the registry can cause system instability. Ensure to back it up before making changes. Watch How to Back Up and Restore Windows Registry for more details.

  1. Open Registry Editor.
    • Press Win + R to open Run.
    • Type regedit, then press Enter to open the Registry Editor.
  2. Navigate to the key.
    • Paste or go to this address key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
  3. Modify the path (if needed).
    • Double-click the GUID (e.g., {B7BEDE81-DF94-4682-A7D8-57A52620B86F}). If you can’t find it here, right-click on empty space, select New, then Expandable String Value.
    • Replace its Value data with:
      1. If default: %USERPROFILE%\Pictures\Screenshots
      2. If custom: e.g., D:\Screenshots or \\Network\Path
  4. Apply changes.
    • Click OK.
    • Changes should take effect immediately. If not, restart File Explorer via Task Manager.

Method 4: Using PowerShell to set a new screenshots location

Automate screenshot folder relocation across multiple devices with this Windows 11 PowerShell script.

  1. Open PowerShell as Administrator.
    • Press Win + X, then select Terminal (Admin).
  2. Run the following scripts.
  3. Set your custom screenshot path (modify this line): $ScreenshotsPath = “D:\<Input folder location here>
  4. Create folder (if missing): New-Item -Path $ScreenshotsPath -ItemType Directory -Force
  5. Update registry path:
    Set-ItemProperty -Path “HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders” `
    -Name “{B7BEDE81-DF94-4682-A7D8-57A52620B86F}” -Value $ScreenshotsPath
  6. Apply changes: Stop-Process -Name explorer -Force # Restarts File Explorer
  7. Verify.
    • New Win + PrtScn screenshots will be saved to the new custom path.

Key considerations when changing the location of screenshots

Use these tips to ensure that you can change the location of your screenshots without issues.

OneDrive integration

OneDrive may auto-redirect your Pictures or Screenshots folder. To fix this, adjust the backup settings in this app.

  1. Open File Explorer, then right-click your OneDrive folder in the side pane.
  2. In the submenu, hover over OneDrive, then select Settings.
  3. In the new window, select Sync & Backup > Manage backup > Toggle off “Pictures”.Sync & Backup then Manage backup and Toggle off “Pictures”.

Folder redirection conflicts

Work domain environments often enforce Group Policy folder redirection. For admins, check Computer Configuration\Policies\Windows Settings\Folder Redirection in Group Policy (gpedit.msc) before changing paths locally. This will help you learn if the file location is locked or not.

Permission essentials

Always verify Write access on target locations for your screenshots. For local drives, right-click the folder, then select Properties > Security > Edit permissions. For network or cloud paths, test it by creating a dummy file before relocation.

Backup safety net

Moving/restoring never deletes screenshots. Windows just copies files during transfer. Still, we recommend creating a backup of critical screenshots manually before making major changes.

Make it easier to find your screenshots

Changing your default screenshot location in Windows 11 unlocks storage flexibility. You can transfer your captures to secondary drives for space, sync to OneDrive for access, or enforce enterprise paths. Use methods like File Explorer for easy transfers, Registry for advanced fixes, and PowerShell for automated deployment.

Make sure to verify permissions after changes, and enjoy organized screenshots, whether you’re freeing up your SSD or standardizing company workflows. Implement these steps to optimize your screenshot system for an efficient workflow.

You might also like

Ready to simplify the hardest parts of IT?