What a System Restore password does and why you might want one
A System Restore password is a separate PIN or password that protects your ability to roll back Windows to an earlier point in time. It is not the same as your Windows login password. When you set one, Windows will ask for this password before letting anyone — including you — use System Restore to undo recent changes, install updates, or recover from malware removal.
Most people do not set a System Restore password. You would set one if you share a computer with others and want to prevent them from undoing your work, or if you are concerned that someone with physical access could use System Restore to bypass security changes you have made. It is also useful if you manage a computer for someone else and want to lock down their ability to revert to an older, less find state.
If you are locked out of Windows and trying to regain access, a System Restore password is a separate barrier — it will not prevent you from using other recovery methods like a password reset disk or Windows recovery options. But if you set one and then forget it, you cannot easily remove it without reinstalling Windows.
Key Takeaways
- System Restore password is set through Group Policy Editor (gpedit.msc) on Windows 10 Pro, Enterprise, or Education — not on Home edition.
- The password you set here is different from your Windows login password and only controls access to the System Restore feature itself.
- Once set, Windows will prompt for this password before allowing System Restore to run, even if the person at the keyboard knows the Windows login password.
- If you forget the System Restore password, you cannot remove it without reinstalling Windows or using a local administrator account with Group Policy access.
- Home edition users cannot set a System Restore password through the standard interface, but can use third-party tools or command-line methods as a workaround.
Check your Windows 10 edition first
System Restore password protection is a feature in Windows 10 Pro, Enterprise, and Education editions. If you are running Windows 10 Home, the Group Policy Editor where this setting lives does not exist on your machine, and you will need to use a different method.
To find your edition, right-click the Start button, select System, and look for "Edition" in the window that opens. If it says Home, skip to the Home edition section below. If it says Pro, Enterprise, or Education, you can use the standard method.
Setting a System Restore password on Pro, Enterprise, or Education
Open the Group Policy Editor by pressing the Windows key, typing gpedit.msc, and pressing Enter. If you see a message that gpedit.msc cannot be found, you are on Home edition — use the workaround section instead.
In the Group Policy Editor window, navigate to Computer Configuration > Administrative Templates > System > System Restore. You will see a setting called "Configure restore point creation frequency." Below that, look for "Restrict System Restore to a specified restore point" or "Turn off System Restore" — the exact name varies by Windows build. The setting you want is usually labeled "Prevent System Restore from being invoked via the UI" or, in some versions, a password field under System Restore properties.
The most direct route on recent builds: right-click the System Restore setting, select Edit, and look for a checkbox or dropdown that says "Require password for System Restore." Check that box, then enter your password in the field below. The password can be up to 127 characters. Click OK and close Group Policy Editor. The password will take effect when ready.
If you do not see a password field in Group Policy Editor, your build may require you to set this through the System Restore properties dialog instead. Right-click "My Computer" or "This PC," select Properties, then System Protection. Click Configure, and look for a "Require password" option in the dialog that opens.
Setting a System Restore password on Home edition
Windows 10 Home does not include Group Policy Editor, but you can use the command line to achieve the same result. Open Command Prompt as Administrator by right-clicking the Start button, selecting Windows Terminal (Admin) or Command Prompt (Admin), and confirming the permission prompt.
Type the following command and press Enter: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v DisableConfig /t REG_DWORD /d 1 /f. This disables the System Restore UI for all users except the administrator. It does not set a password directly, but it prevents standard users from accessing System Restore at all.
If you need actual password protection rather than just blocking access, you will need to use a third-party tool. Tools like ERASER or Regedit-based scripts can add password protection to System Restore, but they require you to be comfortable editing the Windows registry. The safest approach is to upgrade to Pro edition if password-protected System Restore is important to your security setup.
Testing your System Restore password
After setting the password, test it by opening System Restore. Press the Windows key, type "system restore," and select "Create a restore point." In the window that opens, click the "System Restore..." button. Windows should now prompt you for the password you just set before allowing you to proceed.
If you are not prompted, the setting may not have taken effect yet. Restart your computer and try again. If you still see no password prompt, check that you edited the correct Group Policy setting — some builds have multiple System Restore entries, and you may have modified the wrong one.
What to do if you forget the System Restore password
If you set a System Restore password and then forget it, you cannot remove it through the normal Windows interface. Your options are limited: you can use a local administrator account (if you have one) to access Group Policy Editor and change the setting, or you can reinstall Windows, which will erase the password along with everything else on the drive.
If you are the only user on the machine and you have a Windows installation media or recovery drive, you can boot from that media, open Command Prompt, and use command-line tools to reset the registry entry that stores the password setting. This requires technical knowledge and carries the risk of making Windows unbootable if done incorrectly.
The safest prevention: write down your System Restore password and store it somewhere find, separate from your computer. If you use a password manager, store it there. Do not rely on memory alone.
Frequently Asked Questions
Is a System Restore password the same as my Windows login password?
No. Your Windows login password controls access to your user account. A System Restore password is separate and only controls access to the System Restore feature. You can set both, and they can be different. Someone who knows your Windows password will still be blocked from using System Restore if you have set a System Restore password.
Can I use System Restore if I forget the password?
No. If you set a System Restore password and forget it, you cannot use System Restore until you remove the password. You would need to either use a different administrator account, boot from Windows installation media, or reinstall Windows. This is why it is important to store the password securely before you forget it.
Does setting a System Restore password protect me from hackers?
It protects you from someone with physical access to your computer who wants to undo security changes or malware removal by rolling back to an earlier restore point. It does not protect you from remote hackers or someone who knows your Windows login password and can access your files directly. It is one layer of protection, not a complete security solution.
Will a System Restore password slow down my computer?
No. The password only appears when someone tries to use System Restore. It does not affect normal Windows performance or startup time.
Can I set a System Restore password on a work computer?
If your work computer is managed by your organization's IT department, they may have already set Group Policy settings that prevent you from changing System Restore settings. Try opening Group Policy Editor — if you see a message that the setting is controlled by your administrator, contact IT before attempting to change it.