Find Your Windows Product Key Using These Methods

Windows product key or license code is a 25 digit code. It is used to enable your Windows installation. Before this, all you had to do to find your Windows product key was looking for a sticker somewhere on the machine. Often you can find the sticker on a desktop PC’s side or stuck to the laptop’s bottom.

BIOS is the place where you will find your product key more often, and this makes it entirely easy if you ever want to reinstall or upgrade Windows – no sticker could get damaged. Additionally, there are no small labels to lose. Yet, there are times when you may need your product key and like if you want to transfer a Windows Home or Pro license to another machine.

If you are planning to reinstall Windows, you will need your activation key to enable it again, and in this blog, we will show you how to find Windows Product Key using different methods. You can find the key on your PC sticker, but that is not always the case, especially if you have built your system or bought it without the operating system. The process of finding the Windows product key is simple, and it will not take you more than 2 minutes.

Different Ways To Find Your Windows Product Key 

If you want to know How to Find Windows Product Key, then try using these methods given below. This will help you find your Product key in just a few minutes. You need to follow the below-mentioned steps:

Way 1: Get Your Windows Product Key Using Cmd

Follow the below steps to get your Product key using the command prompt method. Please read the instructions carefully and then practically apply them.

  • In the Windows search bar, type cmd, then right-click the result and choose Run as administrator.
  • Now, in the command prompt window, type or copy-paste this: wmic path softwarelicensingservice get OA3xOriginalProductKey. Press Enter.
  • Your Windows product key will show up in the form of XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.

By following the above steps, you will find the Product Key from Command Prompt. If you find it difficult still to see it, then move to the following method.

Way 2: Retrieve The Windows Key In Powershell

If the above method did not work for you, then you can try this one where you will have to use Powershell to find your Windows product key.

  • First of all, right-click on start and then click on the Windows PowerShell.
  • In the PowerShell window, type or copy-paste the following: PowerShell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey” and press enter.
  • Your product key will appear on the screen.

Referring to the above steps will help you find the Product Key from Powershell. If you still can’t find the key, then use this last method which is given below.

Way 3: Use Registry Method To Find Windows Product Key

This method will help you find your Windows Product key in just a few minutes. You need to follow the below-mentioned steps:

  • First, you need to open a Notepad by right-clicking anywhere on the desktop. Now, click on New and then select Text Document from the menu.
  • Now, copy-paste the following command in the 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

  • Next, you need to click the ‘File Tab’ and select Save As. In the File Explorer, you need to set the Save As Type dropdown to All Files. Then name your file and save it. Use anything, but it has to be saved as a .vbs file.
  • Once you have entered a name, you need to save the file. Your Windows 10 product key will now be visible any time by opening a new file.

For how to find the windows product key, you can refer to the above methods. Using the steps, you will easily be able to find your product key. Make sure that you go with the steps as it is presented, i.e., in sequence.

 

Also Read:

Synapse x Roblox

Firewall blocking Google Chrome

Comments are closed