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 the command as Administrator):
xxxxxxxxxx
1
wmic path softwarelicensingservice get OA3xOriginalProductKey
or
xxxxxxxxxx
1
powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"
Warning: above solutions may not work in latest Windows versions - Microsot to prevent Windows key do not let go get it in easy way.
Simple steps:
- open Command Prompt or Windows PowerShell as Administrator (check below screenshosts),
-
run one of the above commands, e.g.
xxxxxxxxxx
1wmic path softwarelicensingservice get OA3xOriginalProductKey
- copy product key (indicated by red arrow on the last screen).
Screenshots:

