Windows

How to Reset Screenshot Index Counter in Windows 11

Richard
Written by
Richard
Apr 1, 2026 Updated Apr 3, 2026 2 min read

This tutorial shows you how to reset the screenshot counter back to 1 in and Windows 11.

Why Reset Your Screenshot Counter?

When you take a screenshot using the Windows + Print Screen keyboard shortcut, it saves to your C:\Users\(user-name)\Pictures\Screenshots folder. Each file is named Screenshot (#).png. The # number increases by one each time you take a screenshot. If you want to start fresh with Screenshot (1).png instead of Screenshot (47).png, you can reset this counter.

What Happens When Done?

After resetting, your next screenshot will be named Screenshot (1).png instead of continuing with the next number in sequence.

Option One: Use Command Line

  1. Open Windows Terminal. Choose either Windows PowerShell or Command Prompt.
  2. Copy and paste this command into Windows Terminal and press Enter: REG ADD HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /V ScreenshotIndex /T REG_DWORD /D 1 /F
  3. [Admin Required] You may need to approve this action.
  4. If you want screenshots to start at a different number instead of 1, change the final “1” in the command to that number.
  5. Close Windows Terminal when done.
Windows Terminal command to reset screenshot counter to 1

Option Two: Use Registry Editor

  1. Open Windows Terminal.
  2. Browse to the Registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
  3. Edit the ScreenshotIndex REG_DWORD and change the value to 1.
Registry Editor showing ScreenshotIndex value for Windows 11

Summary

Resetting your screenshot counter is quick and easy. You can use either Windows Terminal with a command or the Registry Editor. Both methods change the ScreenshotIndex setting back to 1, so your next screenshot starts fresh. This is helpful if you want to organize your screenshots into smaller numbered sequences instead of having one long-running counter.

Frequently Asked Questions

Why Reset Your Screenshot Counter?

When you take a screenshot using the Windows + Print Screen keyboard shortcut, it saves to your C:Users(user-name)PicturesScreenshots folder. Each file is named Screenshot (#).

What Happens When Done?

After resetting, your next screenshot will be named Screenshot (1).png instead of continuing with the next number in sequence.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version