How to Reset Screenshot Index Counter in Windows 11
Windows 11 screenshot indexing resets the screenshot counter back to 1. This process ensures new screenshots start numbering from the beginning, preventing gaps or confusion in your saved image files.
Reset your screenshot index counter in Windows 11 by opening Windows Terminal and entering the command REG ADD HKCUSOFTWAREMicrosoftWindowsCurrentVersionExplorer /V ScreenshotIndex /T REG_DWORD /D 1 /F. This command changes the ScreenshotIndex value to 1, so your next screenshot will be named Screenshot (1).png.
Why Reset Your Screenshot Counter?
Resetting your screenshot counter in Windows 11 lets you start the numbering for your saved screenshots over from 1, making it easier to manage and find specific images.
What Happens When Done?
Screenshot (1).png instead of continuing with the next number in sequence.Option 1Use Command Line
You can reset the screenshot counter in Windows 11 using the Command Line. Just open Windows Terminal, paste a specific command, and press Enter to reset the counter back to 1.- Open Windows Terminal. Choose either Windows PowerShell or Command Prompt.
- 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 - [Admin Required] You may need to approve this action.
- If you want screenshots to start at a different number instead of 1, change the final “1” in the command to that number.
- Close Windows Terminal when done.

Option 2Use Registry Editor
- Open Windows Terminal.
- Browse to the Registry key 🗝️HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
- Edit the ScreenshotIndex REG_DWORD and change the value to 1.

Summary
Resetting your screenshot counter in Windows 11 is a simple process that helps you organize your screenshots by starting the numbering fresh from 1.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.
No comments yet — be the first to share your thoughts!