How the Registry is Organized

Written by Barry Dysert (last updated June 5, 2017)

The registry is at the heart of the Windows operating system. Ideally, you should never have to concern yourself with it, since things pretty well run in conjunction with the registry in a manner invisible to you. But sometimes it may be helpful to understand how the registry is organized just in case you need to look at it or even modify it.

There are five major sections to the registry. These sections are called "hives", and each hive is stored in its own hidden, system file on your hard disk. The five hives are:

HKEY_CLASSES_ROOT. This hive contains information about registered applications. It displays the same settings as exist in HKEY_LOCAL_MACHINE\Software\Classes.

HKEY_CURRENT_USER. This hive contains information about the user who is currently active on the PC. It's a subset of the information found in HKEY_USERS.

HKEY_LOCAL_MACHINE. This hive contains settings specific to your PC's hardware and software.

HKEY_USERS. This hive contains keys for all users of the PC.

HKEY_CURRENT_CONFIG. This hive is the only one that is not permanently stored on disk. It is populated with information gathered when Windows is booted.

Each hive contains keys and subkeys (and sub-subkeys, etc.) to actually get to the information required to make things work. For example, if you wanted to know what all programs could be used to open a file with the type of ".xps" you would navigate to the hive HKEY_CURRENT_USER and follow the path: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.xps\OpenWithList". When you finally get there, you'll find the names of keys, and each key will have a value. (See Figure 1.) These key/value pairs are what keep Windows (and your applications) running as expected.

Figure 1. A "leaf" registry node showing keys.

 This tip (7345) applies to Windows 7, 8, and 10.

Author Bio

Barry Dysert

Barry has been a computer professional for over 35 years, working in different positions such as technical team leader, project manager, and software developer. He is currently a software engineer with an emphasis on developing custom applications under Microsoft Windows. When not working with Windows or writing Tips, Barry is an amateur writer. His first non-fiction book is titled "A Chronological Commentary of Revelation." ...

MORE FROM BARRY

Viewing Event Logs

Event logs are automatically maintained by the operating system. By periodically viewing them, you'll have a better idea ...

Discover More

Adjusting Speaker Volume

Adjusting your computer's speaker volume is a quick process. Windows gives you simple access to the overall volume level ...

Discover More

Understanding the Music Folder

The Music folder is one of several system libraries specifically optimized to hold digital music. This tip tells you ...

Discover More
More WindowsTips

Editing the Windows Registry

The Registry is the central depository of configuration information used by Windows and by programs running on your ...

Discover More

Importing a Portion of the Registry

Windows wouldn't function if it weren't for the Registry, and many system tweaks involve editing it. If you've exported a ...

Discover More

Hiding Folders Under This PC

File Explorer is a virtual necessity when it comes to navigating the file system. If you find it a little too verbose, ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is four minus 0?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


Newest Tips