Written by: Kymakers Support Team · Reviewed by: Kymakers Technical Team
Last updated: July 2026 · Applies to: Windows 10 (Home, Pro, Enterprise)
Difficulty: Beginner · Estimated time: 5–15 minutes
How to find Windows 10 product key, the fastest way: open Command Prompt as administrator and run wmic path softwarelicensingservice get OA3xOriginalProductKey. If your PC came with Windows preinstalled, that pulls the key embedded in your motherboard firmware.
But here’s what most guides won’t tell you, and it’s the important part: many Windows 10 PCs have no retrievable product key at all. If you upgraded for free, or bought Windows digitally, your activation is a digital licence tied to your hardware — there’s no 25-character key stored anywhere to find. This guide covers six methods for how to find Windows 10 product key details on your PC, and how to tell which situation you’re actually in.
⚠️ Before you start: two things that catch people out
1. A blank result doesn’t mean failure. If the command returns nothing, your PC likely has a digital licence rather than an embedded key. That’s normal and your Windows is still fully activated.
2. If you get
VK7JG-NPHTM-C97JM-9MPGT-3V66Tor a similar key, that is NOT your key. It’s a generic default key Microsoft publishes for installation only. It means Windows was installed generically and activated another way. It won’t activate anything on its own — see Method 6.
Table of Contents
- Method 1: The Command Prompt method
- Method 2: PowerShell
- Method 3: Your sticker or Certificate of Authenticity
- Method 4: Your purchase email or account
- Method 5: Key-finder tools (and the safety warning)
- Method 6: What if there’s no key to find?
- Should you write it down?
- FAQ
Method 1: How to Find Windows 10 Product Key With Command Prompt
This is the standard answer to how to find Windows 10 product key on a PC that came with Windows preinstalled.
- Click Start, type
cmd, right-click Command Prompt, choose Run as administrator. - Type this exactly and press Enter:
wmic path softwarelicensingservice get OA3xOriginalProductKey
- If a 25-character key appears, that’s the OEM key baked into your motherboard firmware by the manufacturer.
If it returns blank, your PC doesn’t have an embedded OEM key. That’s common on retail purchases, self-builds, and free upgrades — go to Method 6.
Note that wmic is deprecated in newer Windows builds, so if the command isn’t recognised, use the PowerShell version in Method 2 instead.
Method 2: How to Find Windows 10 Product Key With PowerShell
Same result for how to find Windows 10 product key data, and it works on systems where wmic has been removed.
- Right-click Start → Windows PowerShell (Admin) or Terminal (Admin).
- Run:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
Same rule applies: a key means an OEM licence is embedded in firmware; a blank result means there isn’t one, which isn’t a problem in itself.
You can also check your activation status while you’re there with slmgr /xpr, which tells you whether Windows is permanently activated.
Method 3: Your Sticker or Certificate of Authenticity
Older machines carried a physical key, so this is the low-tech answer to how to find Windows 10 product key details. Worth a look before assuming digital.
- Laptops (pre-2012ish) — a Certificate of Authenticity sticker on the base or inside the battery compartment.
- Desktops — usually on the side or back of the case.
- Retail boxed copies — a card inside the packaging.
Be aware that stickers fade badly. If characters are unreadable, don’t guess — a wrong character means a failed activation. Use Methods 1, 2, or 4 instead.
Also: a Windows 7 or 8 sticker won’t help you activate Windows 10. Microsoft closed that upgrade path in September 2023.
Method 4: Your Purchase Email or Account
If you bought Windows 10 digitally, the answer to how to find my Windows 10 product key is in your records rather than on the machine.
- Search your email for “Windows 10”, “product key”, or the retailer’s name. Check spam and archived folders.
- Microsoft Store purchases — sign in at account.microsoft.com and check your order history.
- Bought from a reseller — the key was almost certainly emailed at purchase. Search for the seller’s name.
- Work or school device — your IT department holds the licensing, and you likely can’t retrieve it yourself.
This is often the quickest route when the commands come back blank, and it’s the answer for anyone wondering how to find my Windows 10 product key after a reinstall.
Method 5: Key-Finder Tools — and the Safety Warning
Third-party tools like ShowKeyPlus and ProduKey read the key from the registry and display it — the most popular route people take for how to find Windows 10 product key details. They work — with two caveats you need to know.
⚠️ Download safety. “Product key finder” is a heavily abused search term, and many download sites bundle adware or worse. Download only from the developer’s official site, and scan the file before running it. If a tool asks for payment to show you a key, close it — that’s a scam pattern.
⚠️ The generic key problem. These tools frequently return a generic key such as VK7JG-NPHTM-C97JM-9MPGT-3V66T. That is a publicly documented default key Microsoft uses for installation media — it is not your licence. If a tool shows you that, it means your Windows was installed with a generic key and activated by some other mechanism. Writing it down achieves nothing.
Knowing how to find Windows 10 product key is less useful than knowing whether the key you found is real. A genuine retail or OEM key is unique to you; a generic one is on Microsoft’s public documentation.
Method 6: What If There’s No Windows 10 Product Key to Find?
This is the situation a lot of people are actually in, and it deserves a straight answer.
If you have a digital licence, there is no 25-character key. Your entitlement is recorded against your hardware and, if you linked it, your Microsoft account. This applies if you:
- took the free Windows 7/8 upgrade before Microsoft closed it,
- bought Windows 10 through the Microsoft Store as a digital licence,
- or activated on a device where the licence is managed by an organisation.
How to check: Settings → Update & Security → Activation. If it says “Windows is activated with a digital licence,” that’s your answer — there’s no key to retrieve, and you don’t need one for this PC.
What to do instead: link the licence to your Microsoft account (Settings → Activation → Add an account). It reactivates automatically after a reinstall or hardware change, which is what a key would have done for you.
When you genuinely need a key: building a new PC, activating a machine that was never licensed, or moving to a different edition. In those cases there’s nothing to find — you need to buy one.
Should You Write It Down?
If your search for how to find Windows 10 product key details turned up a real key, yes — save it somewhere outside the PC. A password manager, a note in your Microsoft account, or written down and filed with your PC paperwork.
The reason is practical: a drive failure takes the key with it if that’s the only place it lived. Same logic applies to your BitLocker recovery key, which people lose for exactly the same reason.
If you have a digital licence rather than a key, the equivalent step is linking it to your Microsoft account. That’s your recovery path.
FAQ About How to Find Windows 10 Product Key
How to find my Windows 10 product key?
Run wmic path softwarelicensingservice get OA3xOriginalProductKey in an admin Command Prompt. If it returns a key, that’s your OEM key. If it’s blank, you likely have a digital licence with no retrievable key.
How to find Windows 10 product key when the command returns nothing?
Because your PC has no OEM key embedded in firmware. That’s normal for retail purchases, self-builds, and free upgrades — you have a digital licence instead, and Windows is still properly activated.
Is VK7JG-NPHTM-C97JM-9MPGT-3V66T my product key?
No. That’s a generic installation key Microsoft publishes publicly. If a tool shows it, your Windows was installed generically and activated another way. It won’t activate anything by itself.
How to find my Windows 10 product key after reinstalling Windows?
An OEM key in firmware survives a reinstall and can be read with the same command. A digital licence reactivates automatically when you sign in. A retail key you typed in manually is not stored retrievably — check your purchase email.
Are product key finder tools safe?
The reputable ones are, but the search term attracts malicious downloads. Use only the developer’s official site, scan the file first, and ignore any tool that demands payment to reveal a key.
Do I need to find my Windows 10 product key to reinstall?
Usually not. If your PC has a digital licence or a firmware-embedded OEM key, choose “I don’t have a product key” during setup and it activates automatically once online.
If you’ve worked through every method and there’s genuinely no key to find — because you’re building a new PC, or the machine was never properly licensed — then you need one. Kymakers supplies genuine Windows 10 Pro and Windows 10 Home keys with a stated licence type, instant delivery, and activation support. If your hardware supports it, Windows 11 Pro is the supported choice, since Windows 10 lost support in October 2025.
Check for a digital licence before you buy anything. If Settings says you’re activated, you don’t need a key at all.







