What's the Wow6432Node under the HKEY_LOCAL_MACHINE\SOFTWARE registry subkey?

A. The Wow6432 registry entry indicates that you're running a 64-bit version of Windows. The OS uses this key to present a separate view of HKEY_LOCAL_MACHINE\SOFTWARE for 32-bit applications that run on a 64-bit version of Windows.

John Savill

July 21, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. The Wow6432 registry entry indicates that you're running a 64-bit version of Windows. The OS uses this key to present a separate view of HKEY_LOCAL_MACHINESOFTWARE for 32-bit applications that run on a 64-bit version of Windows. When a 32-bit application queries a value under the HKEY_LOCAL_MACHINESOFTWARE subkey, the application reads from the HKEY_LOCAL_MACHINESOFTWAREWow6432Node subkey.

The figure below shows the structure under Wow6432Node that 32-bit applications will see. A "registry reflector" copies certain values between the 32-bit and 64-bit registry views (e.g., mainly for COM registration) and resolves any conflicts using a last-writer-wins approach.

  • Structure under Wow6432Note that 32-bit applications will see.

Learn more about good uses for the Registry Editor (REGEDT32.EXE) and The Rise of the 64-Bit System.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like