What are product keys?

Product keys are license keys that identify genuine Windows licenses and product versions.

To recover Windows 10 product key, you can use the Product Key tool.

  • VBS Script to recover Windows 10 Product Key. Copy this script and paste into Notepad, then click File menu -> Save as -> Product-Key-Recovery-Tool.vbs
Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
KeyOutput = "-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function
Windows Product Key Recovery Tool
Windows Product Key Recovery Tool – Save the file with .vbs extension
  • Double click the VBS Script to retrive the product key from registry. There is no installation process.
Windows Product Key Recovery Tool d
Windows Product Key Recovery Tool d

Do you need a product key to reinstall your Windows OS?

The product key is not required during the re-installation time, you can skip the license key step. But after the installation, you need a genuine license key to activate windows and use it properly.

However, there are a few exceptions. Microsoft allows anyone to download Windows 10 for free and install it without a product key.