Find Windows Digital Product ID in Regedit

This article provides a direct guide on locating the unique identifier for the registered Windows product key digital ID inside the Windows Registry Editor. By navigating to a specific subkey within the registry, users and administrators can inspect the system’s recorded Product ID and raw digital product ID data.

To inspect the Windows digital product identifier, access the Registry Editor and navigate through the local machine configuration tree:

  1. Press Windows Key + R, type regedit, and press Enter to open the Registry Editor.
  2. In the address bar at the top, or by using the left-hand navigation pane, navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

Key Registry Entries for Product Identification

Once inside the CurrentVersion key, locate the following specific registry values on the right-hand pane:

Understanding the Data

The ProductId string is visible directly in plain text and is often requested for Windows support or activation verification. However, the DigitalProductId is stored in an encrypted binary format. Extracting the original 25-character product key from this binary block requires a decryption script (such as a PowerShell or VBScript decoder) to parse the specific byte offset where the digital key signature is encoded.