How to Check Your License Key in Windows 10
Windows 10 ties your license to your device in ways that aren't always obvious — and finding that key when you need it requires knowing where to look and which method actually applies to your situation.
What Is a Windows 10 License Key?
A Windows 10 license key (also called a product key) is a 25-character alphanumeric code in the format XXXXX-XXXXX-XXXXX-XXXXX-XXXXX. It serves as proof of purchase and authorizes Windows to activate on your device.
However, how that key is stored — and whether you can retrieve it at all — depends heavily on how your copy of Windows was licensed.
The Three Main License Types 🔑
Understanding your license type is the first step, because it determines which retrieval method will work.
| License Type | How It's Stored | Retrievable? |
|---|---|---|
| Retail | Tied to your Microsoft account or physical card | Usually yes |
| OEM | Embedded in the device's UEFI/BIOS firmware | Yes, via tools |
| Volume/Enterprise | Managed by an organization's KMS server | Often not user-accessible |
Retail licenses are purchased directly from Microsoft or a retailer. They can be transferred between devices and are often linked to a Microsoft account.
OEM licenses come pre-installed on devices from manufacturers like Dell, HP, or Lenovo. The key is embedded in the motherboard firmware — which means you won't find it on a sticker anymore (on most modern machines) and it won't show up the same way in all tools.
Volume licenses are used in business or educational environments. If your PC was set up by an IT department, your key may be managed centrally and won't be accessible through standard consumer methods.
Method 1: Command Prompt (Built-In, No Downloads Required)
This is the fastest method for most users.
- Press Windows + S, type
cmd, and open Command Prompt - Type the following command and press Enter:
wmic path SoftwareLicensingService get OA3xOriginalProductKey This queries the UEFI firmware directly. If your device uses an OEM license embedded in the motherboard, this is where it lives.
What you might see:
- The full 25-character key — success
- A blank result — the key isn't stored there, or your license type doesn't use this method
- An error — permissions or Windows edition restrictions
An alternative command that works slightly differently:
slmgr /dli This opens a dialog showing your license status, edition, and partial product key — useful for confirming activation status even if it doesn't reveal the full key.
Method 2: PowerShell
PowerShell can also decode the product key from the registry. Open PowerShell as Administrator and run:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey This pulls the same firmware-embedded key as the WMIC command above. If both return blank, your license is almost certainly tied to a digital entitlement rather than a traditional product key.
Method 3: Check Your Microsoft Account
Since Windows 10, Microsoft has increasingly moved toward digital licenses — where activation is tied to your hardware ID and Microsoft account rather than a transferable product key.
If you purchased Windows 10 through the Microsoft Store or upgraded from a genuine Windows 7/8 installation:
- Go to Settings → Update & Security → Activation
- If it shows "Windows is activated with a digital license linked to your Microsoft account", your license is account-bound — not a standalone key
In this case, re-activating on new hardware means signing in with your Microsoft account and using the Activation Troubleshooter — no key required.
Method 4: Third-Party Key Finder Tools
Several tools exist specifically to extract the product key from the registry or firmware:
- ProduKey (NirSoft)
- Belarc Advisor
- ShowKeyPlus
These are widely used and generally trustworthy, but worth noting: they read from the same system locations as the manual commands above. If the key isn't accessible via Command Prompt, these tools often return the same blank or generic result.
A caution worth keeping in mind: only download these tools from their official sources. Key-finder utilities are commonly bundled with unwanted software on third-party download sites.
Why You Might Not Be Able to Retrieve the Key 🖥️
Several scenarios result in an inaccessible or non-existent product key:
- Digital entitlement activations — no key to find; the license lives in Microsoft's servers tied to your hardware
- Enterprise/volume activations — keys are held server-side by KMS or MAK infrastructure
- Upgraded installs — if you upgraded from Windows 7 or 8, the key in your system may reference the older OS, not Windows 10
- Wiped or reset devices — some reset methods can disassociate stored keys from the OS
What Actually Matters for Your Situation
The right retrieval method depends on factors specific to your device:
- How you originally obtained Windows — retail purchase, OEM pre-install, or workplace deployment
- Whether your account is linked to Microsoft — digital licenses bypass the need for a key entirely
- Your Windows edition — Home, Pro, and Enterprise handle licensing differently
- Whether you're preparing for a reinstall or transfer — the steps differ significantly depending on destination hardware
Someone reinstalling Windows on the same machine with a digital license has almost nothing to worry about. Someone transferring a retail license to new hardware needs the actual key. Someone on a corporate machine likely needs to involve IT entirely.
Understanding which category your setup falls into shapes everything about how this process plays out for you.