"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Software tutorial > 7 Methods to Find Windows 11 Product Key on Laptop/PC

7 Methods to Find Windows 11 Product Key on Laptop/PC

Published on 2024-08-05
Browse:155

If you have genuine Windows 11 installed on your PC or laptop, it must be tied to a product key. Most of the time, you may not need to know what your Windows product key is. However, in some cases, such as activation errors or major hardware changes, you will need to reactivate your Windows with the product key. So that's why sometimes you need or have to find your Windows 11 product key.

Fortunately, it's easy to find your Windows 11 product key from your laptop or PC. You can get it in the following seven ways.

7 Methods to Find Windows 11 Product Key on Laptop/PC


  • Method 1: Find Windows 11 product key using CMD
  • Method 2: Find Windows 11 product key using PowerShell
  • Method 3: Find Windows 11 product key in Registry
  • Method 4: Find Windows 11 product key using VBS script
  • Method 5: Find Windows 11 product key using ShowKeyPlus
  • Method 6: Find Windows 11 product key using Product Key Finder
  • Method 7: Find Windows 11 product key in purchase receipt

Method 1: Find Windows 11 Product Key using CMD

Step 1: Click the search icon on your Windows 11 taskbar, and then type cmd in the search box. When the Command Prompt app appears in the search results, click Run as administrator.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Step 2: In the Command Prompt window, type wmic path SoftwareLicensingService get OA3xOriginalProductKey and press Enter. Your 25-character Windows 11 product key will appear immediately below the command line.

7 Methods to Find Windows 11 Product Key on Laptop/PC

You may also be interested in How to Reset Windows 11 Password Using Command Prompt.

Method 2: Find Windows 11 product key using PowerShell

Step 1: Type powershell in your Windows search bar, and when the Windows PowerShell app appears in the search results, click Run as Administrator.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Step 2: In the Windows PowerShell window, type powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey" and press Enter. Your Windows 11 product key will immediately appear.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Method 3: Find Windows 11 product key in Registry

Step 1: Type registry in your Windows 11 search bar, and when the Registry Editor app appears in the search results, click Open or press Enter.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Step 2: In the Registry Editor, navigate to the folder HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform.

Step 3: Select the SoftwareProtectionPlatform folder, and then locate the value name BackupProductKeyDefault on the right pane. The value data of BackupProductKeyDefault is your Windows 11 product key. Double-click the BackupProductKeyDefault and you can copy your product key to a safe place for backup.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Method 4: Find Windows 11 product key using VBS Script

Step 1: Right-click on the Windows 11 desktop and select New followed by Text Document to create a new text document (also known as Notepad file).

Step 2: Open the new Notepad file, copy the following code snippet and paste it into the Notepad file.

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: Once done, click File and select Save As. When the Save As dialog opens, select All Files from the "Save as type" drop-down menu, rename the file as ProductKey.vbs, and then click Save.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Step 4: Double-click the ProductKey.vbs file to run the script, and your Windows 11 product key will immediately appear in a small popup. You can then press Ctrl C to copy the product key and save it in a safe place.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Method 5: Find Windows 11 product key using ShowKeyPlus

ShowKeyPlus is a free app to find and show your Windows product information, including your product name, product ID, product key, etc.

Step 1: Open Microsoft Store on your Windows 11, and then download the ShowKeyPlus app. Once downloaded, click Open to open the app.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Step 2: In the ShowKeyPlus window, you can find your Windows 11 product key next to the Installed Key.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Step 3: Click the Save button in the left pane of ShowKeyPlus and you can save your Windows 11 product key as a notepad file.

Method 6: Find Windows 11 product key with Product Key Finder

If none of the above methods retrieve your Windows 11 product key, please turn to the more powerful iSumsoft Product Key Finder. It helps find lost product keys for Windows, Microsoft Office, VMware, Adobe and other software products, and works for any laptops and PCs even if the hard disk is crashed.

Step 1: Download and install the iSumsoft Product Key Finder onto your Windows 11 computer.

Step 2: Once installed, launch iSumsoft Product Key Finder and click the Start Recovery button. It immediately finds the product keys of all software currently installed on your computer, including your Windows 11 product key, and list them on the screen.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Step 3: Click Save To File and you can save all your product keys to a Notepad file.

7 Methods to Find Windows 11 Product Key on Laptop/PC

Method 7: Find Windows 11 product key from purchase receipt

In case none of the above methods work for you, you have to look through your purchase receipt to find your Windows 11 product key.

If Windows 11 is preinstalled on your computer when you bought it, your product key is usually in the packaging, the Certificate of Authenticity, or the physical sticker that came with your computer.

If you purchased your Windows 11 from the Microsoft online store or an online retailer, your product key is in the confirmation email you received. Log in to the email you used to buy Windows 11 on the retailer's website, and then find the email that may contain your product key.

Release Statement This article is reproduced at: https://www.isumsoft.com/windows-11/how-to-find-windows-11-product-key.html If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3