Are you trying to do a clean installation or transfer your license and need to knowย how to find your Are you trying to do a clean installation or transfer your license and need to knowย how to find your Windows 11 or Windows 10 product key?
Whether itโs stored in your computerโs hardware or linked to your account, this guide will show youย simple waysย toย locate your product key.
- Before You Start: Check Your Current Activation Status
- How To Find Windows 11 & 10 Product Key Easily
- Method 1: Find Your Windows Product Key Using Command Prompt (CMD)
- Method 2: Use Windows PowerShell to Reveal Your Key
- Method 3: Check the Windows Registry
- Method 4: Look for a Physical Key or Digital Receipt
- On the Computer’s Case
- Method 5: Use a Reputable Third-Party Tool (The Easy Way)
- Method 6: Using a Visual Basic Script (VBS)
- Is Your Key Actually a Digital License?
- Frequently Asked Questions (FAQ)
- Conclusion: Your Product Key, Found and Secured
Before You Start: Check Your Current Activation Status
Before you begin your search, it’s worth checking your current Windows activation status. You might discover that your copy of Windows has a digital license and you don’t need a product key for reinstallation at all.
- Open theย Settingsย app by pressingย Windows key + I.
- In theย Systemย tab, scroll down and click onย Activation.
- Look at theย Activation state. If it says, “Windows is activated with a digital license linked to your Microsoft account“, you are all set. You won’t need to enter aย product keyย when youย reinstall Windowsย on the sameย PC.

Windows not activated? Read our article on how to activate windows with product key for Windows 11 & 10.
How To Find Windows 11 & 10 Product Key Easily
Method 1: Find Your Windows Product Key Using Command Prompt (CMD)
Open command prompt as administrator.

Enter below command and press Enter
wmic path softwarelicensingservice get OA3xoriginalproductkey
Almost instantly, your 25-characterย Windows 11/10 product keyย should appear directly below the command.

You can now highlight it and pressย Ctrl+Cย to copy it.
Tips: The output results may show blank. Read our article on why command “wmic path softwarelicensingservice get oa3xoriginalproductkey” blank result.
Method 2: Use Windows PowerShell to Reveal Your Key
Alternatively, you can useย PowerShell, a more modern command-line tool. This method achieves the same result by querying the same firmware location, just with a slightly different command syntax.
If you need toย find a Windowsย key and the first method didn’t work, this is an excellent second option.
- Open theย Start Menu, typeย powershell, right-click onย Windows PowerShell, and selectย Run as administrator.

- Then, copy and paste this specific command into theย PowerShellย window and pressย Enterย toย display your product key:
Get-Wmiobject SoftwareLicensingService | Select OA3xOriginalProductKey
- It will show your product key as below:

Method 3: Check the Windows Registry
If you’re comfortable with more advanced tools, the Windows Registry also stores product key information. You can view it using the Registry Editor, but be careful, as making incorrect changes can cause system instability.
Warning:ย Do not edit anything in theย Registry Editorย unless you are certain. This method is for viewing only.
- Press theย Windows key + Rย to open the Run dialog box. Typeย regeditย and pressย Enter.
- Navigate to the following path by pasting it into the address bar:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform - Look for the entry namedย BackupProductKeyDefault. The 25-character key in the “Data” column is the value you need.

Method 4: Look for a Physical Key or Digital Receipt
Sometimes the solution isn’t on your PC at all. If you purchased Windows separately, this is how to find the product key.
On the Computer’s Case
If your PC came with Windows pre-installed, check for a Certificate of Authenticity sticker on the tower or the underside of the laptop. This sticker includes the 25-character product key.
In the Retail Box or Email
If youย bought a physical copyย of Windows, the key is usually on a card inside theย box that Windows cameย in.

If youย bought Windowsย from an onlineย retailer, search for theย confirmation emailย to find theย product key in the confirmationย message.
For Digital Purchases: Check Your Microsoft Account
If you purchased Windows 11 directly from the Microsoft Store online, your key is permanently logged in your order history.
- Go to theย Microsoft account order history pageย and sign in.
- Locate your Windows purchase and you will find an option to view theย product key.
Method 5: Use a Reputable Third-Party Tool (The Easy Way)
If you’re not comfortable withย commands and a littleย technical work, a simpleย third-partyย graphical application can do the work for you. We recommend usingย ShowKeyPlus, a trusted tool available directly from theย Microsoftย Store.
- Open theย Microsoft Storeย app on your PC.
- In the search bar, typeย ShowKeyPlusย and press Enter.
- Clickย “Get”ย to download and install the application.

- Launch ShowKeyPlus. The application will immediately display yourย product keyย information, including the Installed Key and the originalย OEMย Key (if available).

Method 6: Using a Visual Basic Script (VBS)
For one final technical method, you can use a small VBScript to show your Windows product key in a simple pop-up window.
- On search console, search forย notepadย and click onย run as administrator

- Copy and paste following script into 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
- Click onย fileย tab and chooseย Save as.
- Once a save as window popup, rename the file name toย myfilename.vbs. Choose All Files for the Save as type, and choose ANSI for the encoding.

- Then click save. Locate the vbs file, then double-click on it to run the script.

- A messagebox will popup with product key.

Is Your Key Actually a Digital License?
In many modern cases, especially if you upgraded to Windows 11 from a genuine copy of Windows 10, you may not have a traditional product key. Instead, your copy of Windows uses a digital license.
A digital license is linked directly to your Microsoft account. Consequently, when youโre reinstalling Windows, the operating system automatically activates itself as soon as you log in. You can learn more from the official Microsoft support page on Windows activation.
Frequently Asked Questions (FAQ)
What do I do if none of these methods show a key?
If no key appears after usingย Command Prompt or PowerShell, it almost certainly means your computer uses aย digital license. As long as you log in with the sameย Microsoft accountย used for the original activation, yourย OSย will reactivate automatically.
Can I reuse my Windows 11 product key on another computer?
It depends on yourย licenseย type. A “Retail”ย licenseย (one you bought separately) can be transferred. However, an “OEM”ย licenseย (one that cameย pre-installedย onย PCsย from a manufacturer like Dell or HP) is tied to that specific hardware and cannot be transferred. Similarly, a “Volume”ย license, often managed via aย Volume licensing agreement or MSDN subscription, is not transferable for personal use.
How can I check if my license is Retail or OEM?
Openย Command Promptย as anย administratorย and typeย slmgr /dli. A window will pop up. The description will tell you if yourย licenseย channel is OEM, Retail, or Volume.
What is a generic Windows 11 key, and should I use one?
A generic key is an installation key fromย Microsoftย that lets you install a specificย version of Windowsย without activating it. It doesย notย grant you a genuineย license. You will still need a validย product key to activate Windowsย after installation. It is safe to use for installation, but it is not a “free”ย product key for Windows.
Is it safe to use third-party product key finder software?
Be very cautious. Many free programs are bundled with malware. Therefore, it is always safer to use trusted tools from theย Microsoftย Store or the built-inย Windows operatingย system methods described in this guide.
Conclusion: Your Product Key, Found and Secured
You can now find your Windows 11 product key with confidence. We’ve shown you how to check your digital license and use everything from the Command Prompt to the Registry Editor to find the Windows product key. For most modern users, the license tied to your Microsoft account makes the process even simpler.
Now that you have your Windows 11 product key, be sure to save it in a secure location.
Did this comprehensive guide help you? Share it with anyone else trying to learn how to find their key, and let us know in the comments if you have any other questions.
IT Security / Cyber Security Experts.
Technology Enthusiasm.
Love to read, test and write about IT, Cyber Security and Technology.
The Geek coming from the things I love and how I look.

