Windows Logo

If you lot're looking for your Windows 10 product key, you can find it by entering a quick command in the Command Prompt. Here'due south how—plus a neat niggling trick for finding the product key using a Windows Registry method.

Find Your Windows 10 Product Central Using the Command Prompt

To notice your Windows 10 product key using the Control Prompt, you'll demand to open the command line application with authoritative privileges. To do this, type "cmd" in the Windows search bar.

type cmd in search bar

Command Prompt will appear in the search results. Right-click information technology and select "Run Equally Administrator" from the window that appears. If prompted, enter your Windows account password.

Run as admin option

Once open, copy and paste the post-obit command so striking the Enter key:

wmic path softwarelicensingservice get OA3xOriginalProductKey

The 25-digit production key volition then appear.

Product key in Command prompt

Note: This method displays the Windows product key stored in your computer's BIOS or UEFI firmware. In other words, information technology shows the original Windows key your computer came with. If you've installed Windows with a unlike key since so (or caused a digital license), it will be unlike from the current primal in use on your PC. If y'all desire the electric current key in use on your PC, NirSoft's ProduKey is a expert graphical tool for finding it.

That's all at that place is to it. This style is quick, simply this isn't likely a code yous'll remember very hands. If you'd like a faster manner of accessing your product key in the future, you lot can use the Windows Registry method instead.

Find Your Windows 10 Product Fundamental Using a Windows Registry Method

Update: This method is all over the web, merely information technology doesn't seem to return a real usable key on the latest version of Windows 10. (For instance, this script in Microsoft's TechNet gallery works differently, merely also grabs output from "DigitalProductId" in the registry.) Equally of July 2020, we recommend you skip this section and use the above method instead.

The Windows Registry tip was initially posted past a user (whose account is no longer active) in the Microsoft forum.

First, open Notepad by right-clicking anywhere on the desktop, hovering over "New," and then selecting "Text Document" from the menu.

Open a new text file

Copy and paste this code into Notepad:

Prepare WshShell = CreateObject("WScript.Shell") MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))  Part ConvertToKey(Key) Const KeyOffset = 52 i = 28 Chars = "BCDFGHJKMPQRTVWXY2346789" Practise Cur = 0 ten = 14 Practice Cur = Cur * 256 Cur = Fundamental(x + KeyOffset) + Cur Key(x + KeyOffset) = (Cur \ 24) And 255 Cur = Cur Mod 24 ten = 10 -1 Loop While 10 >= 0 i = i -one KeyOutput = Mid(Chars, Cur + one, 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

Adjacent, click the "File" tab and select "Salvage Equally."

save as in notepad

In File Explorer, set the "Relieve As Blazon" dropdown to "All Files" and give your file a name. Y'all can apply whatever proper name, but it has to be a .vbs file. You can name it something like: productkey.vbs

save file type as vbs file

Once you've entered a file name, salve the file.

You tin can now view your Windows ten production cardinal at whatever time by opening the new file.

product key