

You can also find Windows product key using VB Script.

In Windows 11/10, the product key will probably be encrypted, tied to your Microsoft Account and stored by Microsoft in the cloud too. Running this will allow you to retrieve more information about the Windows product license: Get-CimInstance -query 'select * from SoftwareLicensingService'

Your Windows license key will appear! This will work on Windows 11/10/8/7/Vista. To find your Windows 10 Product Key, open a PowerShell window with administrative privileges, type the following command and hit Enter: powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey" Get Windows 11/10 License Key using PowerShell Your Windows product key will be displayed. How to find Windows 11/10 Product Key using Command Promptįrom the WinX Menu in Windows 11/10, open an elevated command prompt window, type the following command and hit Enter: wmic path softwarelicensingservice get OA3xOriginalProductKey In this post, we will see how to find the original firmware-embeded Windows Product Key using Command Prompt or PowerShell, from BIOS or Registry. It is to be noted that a Retail product license is tied to the person whereas the OEM product key is tied to the machine, as per Microsoft Windows Desktop licensing terms. Now this key is embedded in the BIOS/UEFI. Users of OEM computers may have noticed that, for a couple of years, the manufacturers have stopped pasting their COA or Certificate of Authenticity sticker, which displayed the Windows product key to the machine anymore.

When you enter, register, and activate your copy of Windows, using a Retail key, the information is stored in the Windows Registry. It is to be noted that a Retail product license is tied to the person whereas the OEM product key is tied to the machine. This post shows how to find Windows 11/10 Product Key using Command Prompt or PowerShell, from BIOS, UEFI or Registry.
