![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
3 Simple Ways to Find Your Windows 10 Product Key
Home » Forums » AskWoody support » Windows » Windows 10 » Windows 10-other » 3 Simple Ways to Find Your Windows 10 Product Key
- This topic has 9 replies, 7 voices, and was last updated 11 months, 4 weeks ago.
Viewing 8 reply threadsAuthorReplies-
Paul T
AskWoody MVP -
NaNoNyMouse
AskWoody LoungerJune 5, 2024 at 10:05 am #2678119Or not bother because MS has it recorded and you have an image backup or two for recovery!
cheers, Paul
What I found interesting was that the first two methods returned the key that I was expecting to see. But the key stored in the Registry was something completely different
I wonder which one MS has recorded?
1 user thanked author for this post.
-
n0ads
AskWoody LoungerJune 5, 2024 at 11:31 am #2678139The first two returned an empty OriginalProductKey value and, while the registry entry did contain a key, it was the default Win10 key that requires a digital License for activation.
2 users thanked author for this post.
-
RetiredGeek
AskWoody_MVPJune 5, 2024 at 12:58 pm #2678167Hey Y’all,
Here’s my results…
My Records Show
MinisForum UM790 Venus (Manuf. Dte: 11/20/2023) In service: 02/28/2024
SN: MY016VU79PECMHA00047
Win 11 Pro Key : XXXX-XXXX-XXXX-XXXX-9QBP2 {Upgrade Key}
OEM/User Key : XXXX-XXXX-XXXX-XXXX-P7JXC
Embedded Key : XXXX-XXXX-XXXX-XXXX-T83XBMethod 1 Results:
C:\Windows\System32>wmic path softwareLicensingService get OA3xOriginalProductKey
OA3xOriginalProductKey
XXXX-XXXX-XXXX-XXXX-T83XBMethod 2 Results:
XXXX-XXXX-XXXX-XXXX-T83XB
PS>My PowerShell code to retrieve keys:
Function Get-WindowsProductKey { param ( [Parameter(Mandatory=$True)] [string]$CompName ) $Reg = [WMIClass] ("\\" + $CompName + "\root\default:StdRegProv") $values = [byte[]]($reg.getbinaryvalue(2147483650, "SOFTWARE\Microsoft\Windows NT\CurrentVersion", "DigitalProductId").uvalue) $lookup = [char[]]("B","C","D","F","G","H","J","K","M", "P","Q","R","T","V","W","X","Y", "2","3","4","6","7","8","9") $keyStartIndex = [int]52; $keyEndIndex = [int]($keyStartIndex + 15); $decodeLength = [int]29 $decodeStringLength = [int]15 $decodedChars = New-Object char[] $decodeLength $hexPid = New-Object System.Collections.ArrayList for ($i = $keyStartIndex; $i -le $keyEndIndex; $i++) { [void]$hexPid.Add($values[$i]) } for ( $i = $decodeLength - 1; $i -ge 0; $i--) { if (($i + 1) % 6 -eq 0) { $decodedChars[$i] = '-' } else { $digitMapIndex = [int]0 for ($j = $decodeStringLength - 1; $j -ge 0; $j--) { $byteValue = [int](($digitMapIndex * [int]256) -bor [byte]$hexPid[$j]) $hexPid[$j] = [byte] ([math]::Floor($byteValue / 24)) $digitMapIndex = $byteValue % 24 $decodedChars[$i] = $lookup[$digitMapIndex] } } } #End For ($i...) $WindowsKey = '' $decodedChars | ForEach-Object { $WindowsKey += $_ } Return ,$WindowsKey } #End Function ---------- Get-WindowsProductKey ------------- #------ Main ----------- Clear-Host $CompSysObj = Get-CimInstance -ClassName 'Win32_ComputerSystem' $CurOS = Get-CimInstance -ClassName 'Win32_OperatingSystem' $CurOS = Get-CimInstance -ClassName 'Win32_OperatingSystem' $OSKey = Get-WindowsProductKey $CompSysObj.name $CIMArgs = @{ClassName = 'SoftwareLicensingService' ErrorAction = 'Stop'} Try { $EmbWinKey = (Get-CimInstance @CIMArgs).OA3xOriginalProductKey } Catch {$EmbWinKey = "N/A"} "Windows Version: $($curos.Caption)" "Key : $OSKey" "Embedded Key: $EmbWinKey"
Results:
Windows Version: Microsoft Windows 11 Pro Key : XXXX-XXXX-XXXX-XXXX-P7JXC Embedded Key: XXXX-XXXX-XXXX-XXXX-T83XB
Neither one returns the actual key used to upgrade from Windows 11 Home to Pro!
Moral of the story KEEP GOOD RECORDS…
-
Zig
AskWoody Plus -
steeviebops
AskWoody Plus -
n0ads
AskWoody Lounger -
steeviebops
AskWoody PlusJune 6, 2024 at 10:23 am #2678483Ah, that explains why the first two returned a blank value on my PC.
It wasn’t an OEM purchase but a DIY build where I had to actually purchase Windows to install it (originally Window 7 Pro, upgraded to Windows 10 Pro.)
Exactly, self-builds or devices which didn’t ship with Windows 8 or later will return blank values.
-
Zig
AskWoody Plus
Viewing 8 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Edge Seems To Be Gaining Weight
by
bbearren
46 minutes ago -
Rufus is available from the MSFT Store
by
PL1
7 hours, 15 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
9 hours, 24 minutes ago -
KB5061768 update for Intel vPro processor
by
drmark
5 hours, 37 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
7 hours, 35 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
5 hours, 9 minutes ago -
Office gets current release
by
Susan Bradley
7 hours, 47 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
1 day, 21 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
1 day, 6 hours ago -
Stop the OneDrive defaults
by
CWBillow
1 day, 22 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
2 days, 8 hours ago -
X Suspends Encrypted DMs
by
Alex5723
2 days, 10 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
2 days, 11 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
2 days, 11 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
2 days, 12 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
2 days ago -
Enabling Secureboot
by
ITguy
2 days, 7 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
2 days, 20 hours ago -
No more rounded corners??
by
CWBillow
2 days, 16 hours ago -
Android 15 and IPV6
by
Win7and10
2 days, 5 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
3 days, 8 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
3 days, 11 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
3 days, 5 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
3 days, 18 hours ago -
May preview updates
by
Susan Bradley
3 days, 5 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
2 days, 21 hours ago -
Just got this pop-up page while browsing
by
Alex5723
3 days, 10 hours ago -
KB5058379 / KB 5061768 Failures
by
crown
3 days, 7 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
2 days, 10 hours ago -
At last – installation of 24H2
by
Botswana12
4 days, 10 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.