4 Best Ways Find Windows 10 Product Key

Photo of author
Written By Larious

Larious is the Executive Editor of LowkeyTech. He is a tech enthusiast and a content writer. 

 

 

 

 

Last Updated on October 3, 2020 by Larious


Currently, we don’t need windows product key to activate windows. Now any version of windows will be activated with the Digital License automatically. However, if you have manually installed the operating system, then you might require the activation key.

Well, finding Windows 10 activation key is not an easy process because once your Windows is activated, the key is saved in an unreadable format. So, users need to rely on the command prompt or third-party programs to find Windows 10 Product Key.

4 Best Ways Find Windows 10 Product Key

In this article, we are going to share the four best methods that will help you find the Windows 10 Product or activation key. So, let’s check out.

1. Using Windows Registry

Here is the script which will translate all the unreadable registry values in a readable format.  This VBScript is shared on the Microsoft forums, copy the below script in the Notepad and save it as “product.vbs

Remember to choose the “All Files” option in “Save as Type”

Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLMSOFTWAREMicrosoftWindows NTCurrentVersionDigitalProductId"))

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

Once you save the file, click on it. You will see the product key in Popup.

2. Find Windows 10 product key using Command Prompt

It’s very straightforward to find the Windows 10 product key using Command Prompt, you have to open the CMD and paste the below command in it, you will get your product key. 

Command: 

wmic path softwarelicensingservice get OA3xOriginalProductKey

Please type or paste it in the CMD.

Execute the command

 

3. Find the Windows License Key using PowerShell

In order to find the product key with PowerShell, you have the open a new Powershell with administrative permissions and the below commands in it.

powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey”

Find Windows License Key using PowerShellFind Windows License Key using PowerShell

4. Using Third-Party Tools

If you are still not able to find the Windows 10 activation key, then you need to use third-party software. There are lots of key finder programs available for Windows 10. You can use any of them to find the Windows 10 product key. Below, we have shared the three best product key finder programs for Windows 10.

1. Belarc Advisor

Belarc AdvisorBelarc Advisor

The good thing about Belarc Advisor is that it got the ability to extract produce keys from popular software. It can also extract the product keys from Windows 10. With Belarc Advisor, you can find keys for operating systems – Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server, Windows XP, etc.

2. Magical Jelly Bean Keyfinder

Magical Jelly Bean KeyfinderMagical Jelly Bean Keyfinder

Well, if you are searching for an easy to use and free product key finder program for Windows 10, then you need to give Magical Jelly Bean Keyfinder a try. Magical Jelly Bean Keyfinder can find your Windows 10 key as well as keys for older operating systems. Apart from the operating system, it can also show you the keys to other software like Microsoft Office, Photoshop, etc.

3. Winkeyfinder

WinkeyfinderWinkeyfinder

It is another best free Windows 10 key finder that you can use today. The good thing about Winkeyfinder is that it retrieves the product keys from the Windows registry. It’s a portable program, which means no installation is required. It can find keys for Windows 10, Windows 8, Windows 7, Windows XP, Windows Vista, Windows 98, etc.

If with all the above method, you are unable to find the product key of your windows, then its a time to contact Microsoft Support team.

Conclusion

With these four methods, you can easily find Windows 10 Product key. I hope this article helped you! Please share it with your friends also. If you have any doubts related to this, let us know in the comment box below.

Previous

How to Exclude Files & Folders from Windows Defender

How to Remove Duplicate Contacts From Your Android Device

Next

Leave a comment