How to find product key on Windows 10 with 3 simple methods

Опубликовано: 23 Март 2026
на канале: Geeks For Noobs
29
1

How to find Product Key on Windows 10
I'll teach you how we can find out product key on windows 10 by using following:
1. Command prompt
2. PowerShell
3. Registry File

Cammand Prompt | First Method
For finding the product key of your windows 10 through the Command prompt,
Step: 1
Go to the search box and type "cmd" and then run it as administrator.
Step: 2
Now type this command here and press enter.

wmic path softwareLicensingService get OA3xOriginalProductKey

The command will reveal your current product key.

Powershell | Second Method

If you are using Windows 10 PowerShell, the process is similar.
Step: 1
Go to the start menu and search power shell or type powershell into the search box.
Now run it as administrator, like before.
Step: 2
and type this command here

powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey"

and as you will press enter the product key will start displaying on your screen under the entered command.

Registry File | Third method
The product key may be stored in the Windows 10 Registry File So, we can find the code if we know the right key.
Step: 1
Type "regedit" into the desktop search box and select the appropriate item in the results.
Step: 2
Navigate to this key

ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSoftwareProtectionPlatform

and you'll find the product key very easily.

I hope you got it but if you've any confusion then please comment below and don't forget to like the video.
Thank You