Regardless of what you’re doing, most people find the registry a bit overwhelming; it’s huge and seems very complex. Plus, you’ve probably heard even the slightest mistake in there on your part could render your computer useless. Do not fear! It’s really not difficult to make changes in the registry if you know what you’re doing. Follow the steps below to modify, add to, or delete parts of the Windows Registry:

Always Back up the Registry First (Yes, Always)

Hopefully, this was your initial thought as well, but before you get into any of the specific to-dos outlined in the next several sections, start by backing up the registry. Basically, this involves selecting the keys you’ll be removing or making changes to, or even the entire registry itself, and then exporting it to a REG file. See How to Back Up the Windows Registry if you need help. If your registry edits don’t go well and you need to undo your changes, you’ll be very happy you were proactive and chose to back up.

How to Add New Registry Keys and Values

Randomly adding a new registry key or a collection of registry values probably won’t hurt anything, but it isn’t going to do you much good, either. However, there are a few instances where you might add a registry value, or even a new registry key, to the Windows Registry to accomplish a very specific goal, usually to enable a feature or fix a problem. For example, an early bug in Windows 10 made two-finger scrolling on the touchpad on some Lenovo laptops stop working. The fix involved adding a new registry value to a specific, pre-existing registry key. No matter what tutorial you’re following to fix whatever issue, or add whatever feature, here’s how to add new keys and values to the Windows Registry: Hopefully, whatever thing you were trying to accomplish with these registry additions worked out, but if not, check again that you added the key or value to the correct area of the registry and that you’ve named this new data properly.

If you’re creating a new registry key, right-click or tap-and-hold on the key it should exist under and choose New > Key. Name the new registry key and then press Enter.If you’re creating a new registry value, right-click or tap-and-hold on the key it should exist within and choose New, followed by the type of value you want to create. Name the value, press Enter to confirm, and then open the newly created value and set the Value data it should have.

How to Rename & Make Other Changes to Registry Keys and Values

Like you read above, adding a new key or value that doesn’t have a purpose doesn’t usually cause a problem, but renaming an existing registry key, or changing the value of an existing value, will do something. Hopefully, that something is what you’re after, but we make this point to stress that you should be very careful when changing existing parts of the registry. Those keys and values are already there, presumably for a good reason, so make sure whatever advice you’ve gotten that led you to this point is as accurate as possible. So long as you’re careful, here’s how to make different kinds of changes to existing keys and values in the Windows Registry: Assuming the keys and values you made changes to were doing something prior to your change, expect some kind of change in behavior after you restart your PC. If that behavior isn’t what you were after, it’s time to dig up that backup you made.

To rename a registry key, right-click or tap-and-hold on the key and choose Rename. Give the registry key a new name and then press Enter.To rename a registry value, right-click or tap-and-hold on the value on the right and choose Rename. Give the registry value a new name and then press Enter.To change a value’s data, right-click or tap-and-hold on the value on the right and choose Modify…. Assign a new Value data and then confirm with the OK button.

How to Delete Registry Keys & Values

As crazy as it sounds, you might sometimes need to delete a registry key or value, most often to fix a problem, likely caused by a program that added a particular key or value it shouldn’t have. The UpperFilters and LowerFilters values issue comes to mind first. These two registry values, when located in a very particular key, are regularly the root cause of certain errors you’ll sometimes see in Device Manager. Don’t forget to back up, and then follow these steps exactly to remove a key or value from the Windows Registry:

Did Your Registry Edits Cause Problems (or Not Help)?

Hopefully, the answer to both questions is no, but if not, undoing what you’ve changed, added, or removed from the Windows Registry is super easy, assuming you backed up, which we recommended above as the first thing you should do.

Are you sure you want to permanently delete this key and all of its subkeys?Deleting certain registry values could cause system instability. Are you sure you want to permanently delete this value?

In Windows XP, these messages are slightly different:

Are you sure you want to delete this key and all of its subkeys?Are you sure you want to delete this value?

Dig up that REG file your backup created and execute it, which will restore those saved sections of the Windows Registry back to where they were before you did anything. See How to Restore the Windows Registry if you need more detailed help restoring your registry backup.