Skip to content
Follow
Windows 🟡 Intermediate

How to Switch HKCU and HKLM Registry Keys in Windows 11

Richard
Written by
Richard
Sep 17, 2024 Updated Sep 15, 2026 2 min read
Windows registry featured image
Windows registry featured image

Switching between HKCU and HKLM registry keys in Windows 11 lets you jump between user-specific settings and system-wide configurations in the Registry Editor (the database that stores Windows settings ).

Advertisement

🗝️HKEY_CURRENT_USER (HKCU) holds settings for whoever is signed in right now, while 🗝️HKEY_LOCAL_MACHINE (HKLM) contains settings that apply to every user account on the computer. Knowing how to move between these two areas helps you find and change Windows settings faster.

⚡ Quick Answer

To quickly switch between HKCU and HKLM keys in Windows 11 Registry Editor, find a matching key in one branch, right-click it, and select “Go to”. This option will instantly jump you to the equivalent key in the other branch if the path exists in both.

Advertisement

How to Switch Between HKCU and HKLM

You can switch between HKCU and HKLM in Registry Editor by using a hidden shortcut that jumps straight to the exact same folder in the other section. This saves you from digging through long folder lists by hand when you need to compare user settings and system settings.

  1. Open the Registry Editor. You can do this by searching for “Registry Editor” in the Windows search bar .
  2. Navigate to a specific key (like a folder) in either the 🗝️HKEY_CURRENT_USER or 🗝️HKEY_LOCAL_MACHINE section.
  3. Right-click on that key.
  4. From the menu that appears, select “Go to”.
  5. A small window will pop up asking you to enter the path for the other section. Type the path for the same key in the other section (e.g., if you were in HKCU, type the HKLM path).

For example, if you are at HKEY_CURRENT_USER\Control Panel\Desktop and want to go to the same location in HKLM, right-click the key, select “Go to”, and then enter HKEY_LOCAL_MACHINE\Control Panel\Desktop.

Windows registry go to command
Windows registry go to command

You can quickly switch between 🗝️HKEY_CURRENT_USER (HKCU) and 🗝️HKEY_LOCAL_MACHINE (HKLM) registry keys in both directions. This means if you begin in the HKLM registry hive, you can then navigate to the HKCU registry hive using the same shortcut.

Keep in mind, this trick only works if the exact same key path exists in both 🗝️HKEY_CURRENT_USER and 🗝️HKEY_LOCAL_MACHINE.

Advertisement
Windows registry go to command for hkcu
Windows registry go to command for hkcu

Summary

Registry Editor stores Windows settings in two main sections called HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE. HKEY_CURRENT_USER stores settings for just your user account, while HKEY_LOCAL_MACHINE stores settings that affect every person who uses the computer.

The "Go to" command lets you quickly jump to the same key location in HKCU and HKLM, as long as the key exists in both.

⚠️WarningAlways be careful when making changes in the Registry Editor, as incorrect modifications can cause problems with your system.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

Advertisement

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Change Registry Editor Font in Windows 11
Windows How to Change Registry Editor Font in Windows 11
How to Enable Automatic Registry Backup in Windows 11
Windows How to Enable Automatic Registry Backup in Windows 11
How to Rename User Profile Folder in Windows 11
Windows How to Rename User Profile Folder in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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