"Before I install, I'd like to know how to find my product key for Windows 11/10. Can anyone help?"
Finding your Windows 11/10 product key may appear like a big issue while you clone Windows 11/10 to another computer or install your Windows 11/10 on a new computer. Here we provide you with five methods to find Windows 11/10 product key. Follow the methods if you want to get your Windows product key or license.
Supports Windows XP, 7, 8, 8.1, 10, 11
The first method we recommend is to use the new feature of Qiling Key Finder - Product Key. The new function is designed to extract the Windows 11/10 product key. You can download the PC transfer software to see the Windows XP/7/8/8.1/10/11 license, view Adobe keys, and find Office's product keys.
Follow the steps below to find the Windows product key:
Step 1. Click "Windows" tab under the Registry Key.
Step 2. Check Windows product key on the right side. Click "Copy" to paste. Or select other two options:
"Save" - Save to local as a PDF file.
"Print" - Click to print key file.
Speaking of how to find the product key for Windows 11/10, the CMD and Windows registry are also valid. But CMD has a limit on the license type, and the registry has cumbersome steps. If you want to use the most straightforward way, the Qiling Key Finder pro version is your first choice.
Supports all versions of Windows that you haven't formatted your computer
Another way to find your product key is using the Windows registry. Only if you haven't formatted your computer, you can recover the key because Windows stores it in the registry. Here are the steps to restore the Windows product key from the registry:
Step 1. Right-click anywhere on the desktop, choose "New" and then select "Text Document."
Step 2. Copy and paste the code below into Notepad.
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
Step 3. Click "File" and choose "Save As". Set the file name as "productkey.vbs".
Step 4. Close Notepad and double-click the .vbs file. Wait a few seconds, and then you will be presented with a popup displaying your product key:
Supports newer PCs running Windows 8 or Windows 11/10
If you want to view the Windows 11/10 product key, CMD is a useful way to get Windows 11/10 product key. But the command line is only available for OEM license. You need to figure out the types of licenses before moving to the CMD method.
Here is the tip about Windows license type:
Now let's move to the detailed guide of finding Windows 11/10 product key:
Step 1. Open CMD and right-click it to run as administrator.
Step 2. Once open, copy and paste the following command line and then press Enter. The product key will appear.
"wmic path softwarelicensingservice get OA3xOriginalProductKey"
Supports older PCs running Windows XP, Vista and 7
If you have an older PC that came with Windows XP, Vista, and 7, the product key is usually found on the Certificate of Authenticity sticker. The sticker is usually located on the underside of laptops and could be on the top, sides, or bottom of a desktop tower.
Supports all versions of Windows that you bought from the Microsoft Store
If you buy a Windows 11/10 license from Microsoft Store, your copy of key stores on the Microsoft account. Follow the steps:
Microsoft also sends you the product key in the confirmation email. You can check your mailbox. If you already delete it, check your junk mail folder or try another way to get the product key.
That's all about finding the Windows product key. The first method works well for all Windows versions, including Windows XP, 7, 8, 8.1, and Windows 11/10. If you are not familiar with the Windows product key, Tip 1 is my recommendation.