EN
Windows 10 - find product key
6
points
In this short article we would like to show how to find Windows 10 product key.
Quick solution (run command):
wmic path softwarelicensingservice get OA3xOriginalProductKey
or
powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"
Detailed description
Simple steps:
- open Command Prompt or Windows PowerShell (check below screenshosts),
-
run one of the above commands, e.g.
wmic path softwarelicensingservice get OA3xOriginalProductKey
- copy product key (indicated by red arrow on the last screen).
Screenshots:

