How to Find the Product Key for Windows 10
If you've ever needed to reinstall Windows, transfer your license to a new PC, or just confirm what version you're running, the product key question comes up fast. The good news: there are several ways to find it. The less obvious news: which method works for you depends heavily on how you got Windows 10 in the first place.
What Is a Windows 10 Product Key?
A Windows 10 product key is a 25-character alphanumeric code — formatted as five groups of five characters (e.g., XXXXX-XXXXX-XXXXX-XXXXX-XXXXX) — that Microsoft uses to verify your copy of Windows is genuine and properly licensed.
That key ties your license to either your Microsoft account or your device's hardware (specifically the motherboard), depending on the license type. Understanding this distinction matters more than the key itself in many situations.
Why the License Type Changes Everything
Not all Windows 10 licenses work the same way, and this is where most people get confused.
| License Type | How It's Tied | Product Key Visible? |
|---|---|---|
| OEM | Motherboard (hardware) | Embedded in UEFI/BIOS firmware |
| Retail | Microsoft account or key card | Retrievable via software or account |
| Volume (MAK/KMS) | Organization's server | Managed by IT, not end user |
| Digital entitlement | Microsoft account | No traditional key issued |
OEM licenses come pre-installed on computers from manufacturers like Dell, HP, or Lenovo. The key is embedded in the system firmware — you won't find it on a sticker anymore (though older machines may still have one on the chassis). This key activates automatically when Windows detects the original hardware.
Retail licenses are purchased separately, either as a physical box or a digital download. These are linked to your Microsoft account if you've connected them, or exist as a standalone 25-character code you need to keep safe.
Digital entitlements don't use a traditional key at all. If you upgraded from Windows 7 or 8 during Microsoft's free upgrade period, or purchased through the Microsoft Store, your license is tied directly to your hardware profile and Microsoft account — no key to retrieve.
Method 1: Check the Physical Sticker or Box 🔍
On older Windows 10 machines (or machines that originally shipped with Windows 7 or 8 and were upgraded), you may find a Certificate of Authenticity (COA) sticker on the device itself — typically on the bottom of a laptop or the side of a desktop tower.
If you purchased a retail copy, check:
- The original packaging
- Any email receipt from Microsoft or a retailer
- A card inside the physical box
Method 2: Use Command Prompt or PowerShell
For OEM and some retail licenses, Windows stores a partial or full key that can be retrieved via the command line.
Using Command Prompt (run as Administrator):
wmic path softwarelicensingservice get OA3xOriginalProductKey Using PowerShell (run as Administrator):
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey These commands pull the key from the BIOS/UEFI firmware directly. If the result is blank, your machine may use a digital entitlement — meaning no traditional key is stored there to retrieve.
Method 3: Use a Third-Party Key Finder Tool
Several well-known utilities can read the embedded or stored product key from your current Windows installation:
- ProduKey (NirSoft) — lightweight, no install required
- Belarc Advisor — also shows software licenses system-wide
- Magical Jelly Bean Keyfinder — long-standing tool for this purpose
These tools read the key from the Windows registry or UEFI and display it clearly. They're most useful for retail licenses stored in the registry. For digital entitlements, they'll often return a generic placeholder key (like a key starting with NPPR9) rather than your actual license.
⚠️ Always download these tools from their official sources and verify before running anything on your system.
Method 4: Check Your Microsoft Account
If your Windows 10 license is linked to a Microsoft account — either through a retail purchase or because you signed into Windows with that account after activation — you can sometimes find license details at account.microsoft.com under the Devices or Order history sections.
This is particularly relevant for licenses purchased directly through the Microsoft Store. The license is account-bound, which means reinstallation just requires signing in rather than entering a key manually.
When You Can't Find the Key — And It Still Doesn't Matter
Here's the part that surprises many people: for digitally entitled licenses, you don't need the product key to reinstall Windows. During a clean install, Windows will auto-activate once it detects the associated hardware and connects to Microsoft's servers.
The variables that determine whether this works smoothly:
- Whether the hardware (especially the motherboard) is the same as when the license was first activated
- Whether your Microsoft account is still linked to the license
- Whether you're doing an in-place upgrade versus a fresh install on new hardware
Significant hardware changes — particularly replacing the motherboard — can break automatic activation, which is when having a recoverable product key becomes genuinely important.
The Factor That Determines Your Path
The right retrieval method comes down to one primary question: how was Windows 10 originally installed on your machine?
A PC bought from a major manufacturer, a self-built system, a work computer, a refurbished device, and a machine upgraded from Windows 7 all sit in meaningfully different positions. Some users will find their key in 30 seconds with a command line query. Others will discover their license is a digital entitlement with no traditional key to find at all — and that their activation is already handled automatically.
Knowing which type of license you have is the variable that shapes everything else about this process.