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

Creating a Desktop Shortcut for a Favorite Web Page

If you visit a certain Web page frequently, you may wish to create a desktop shortcut to take you there. This tip tells ...

Discover More

Starting Applications Automatically when Starting Windows

Understanding the Task Scheduler is a great asset when you want your computer to do things automatically. This tip shows ...

Discover More

Understanding Libraries

Windows Libraries are a great extension to the functionality of Windows Explorer. Libraries are similar to folders in ...

Discover More
More WindowsTips

Backing Up the Windows Registry

Windows wouldn't function if it weren't for the Registry. It's important, therefore, to back it up�"especially before ...

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 1 + 0?

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