How to Find Your Windows 10 Product Key: Every Method Explained

Your Windows 10 product key is a 25-character alphanumeric code that proves you have a legitimate license. Knowing where it lives — and how to retrieve it — can save you significant frustration during reinstalls, hardware upgrades, or troubleshooting sessions.

The tricky part: where your key is stored depends entirely on how your copy of Windows was licensed. That changes everything about how you find it.

What Is a Windows 10 Product Key, Exactly?

A product key (also called a license key) follows the format XXXXX-XXXXX-XXXXX-XXXXX-XXXXX. Windows uses it to verify that your installation is genuine and hasn't been used beyond its allowed number of devices.

What most people don't realize is that the key itself isn't always stored in the same place — and in many cases, you never need to see it at all. Microsoft has shifted toward digital licenses (formerly called digital entitlements), which tie your activation to your Microsoft account and hardware fingerprint rather than a typed-in code.

Method 1: Check If You Have a Digital License First

Before hunting for a key, check your activation status:

  1. Open SettingsUpdate & SecurityActivation
  2. Look at the activation status line

If you see "Windows is activated with a digital license" or "Windows is activated with a digital license linked to your Microsoft account", you don't have a traditional product key stored anywhere on your system. Your license is tied to your hardware or your Microsoft account — which means reinstalling Windows on the same machine won't require a key at all.

This is the case for most machines that came with Windows 10 pre-installed, or that were upgraded from Windows 7/8.1 during the free upgrade period.

Method 2: Find the Key Embedded in Your Device's Firmware 🔑

Many OEM machines (Dell, HP, Lenovo, ASUS, etc.) store a product key directly in the UEFI/BIOS firmware. This is called an OEM key or ACPI MSDM key.

You can retrieve it using Windows PowerShell:

  1. Right-click the Start button and select Windows PowerShell (Admin)
  2. Type or paste this command:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey 
  1. Press Enter

If a key appears, that's the one embedded in your firmware. If nothing returns, your machine either uses a digital license or the key isn't stored this way.

Method 3: Use a Third-Party Key Finder Tool

If the PowerShell command returns nothing but you still need your key (for example, you're moving to a new machine), key retrieval tools can read the key from your running Windows installation.

Commonly used free utilities include:

  • ProduKey (NirSoft)
  • Belarc Advisor
  • Magical Jelly Bean Keyfinder

These tools scan your registry and system files to surface the product key. They work best when Windows is already installed and running. If your system won't boot, some tools can be run from a USB drive against an offline Windows installation.

⚠️ Important: Only download these utilities from their official sources. Third-party key finders from unverified sites are a common malware vector.

Method 4: Check the Registry Manually

Windows stores an encoded version of the product key in the registry, but it's not stored in plain text — it's a binary value that requires decoding. The relevant location is:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion 

The value DigitalProductId contains the encoded key. Decoding it manually requires a script, which is why most people use the third-party tools above rather than doing it by hand.

Method 5: Find a Physical Key (Retail or COA Sticker)

If you purchased a retail boxed copy of Windows 10, the product key is on a card inside the box or in your email receipt if bought digitally from Microsoft.

For older laptops and desktops, a Certificate of Authenticity (COA) sticker was physically attached to the machine — usually on the bottom of a laptop or the side panel of a desktop tower. Windows 8 and later moved away from visible COA stickers in favor of embedded firmware keys, so this mainly applies to machines originally sold with Windows 7 or earlier.

How Licensing Type Affects What You Find

License TypeWhere Key Is StoredKey Needed for Reinstall?
Digital license (hardware-linked)Microsoft serversNo
Digital license (Microsoft account)Microsoft accountNo
OEM firmware keyUEFI/BIOS chipUsually automatic
Retail licenseRegistry / purchase receiptYes
Volume license (enterprise)KMS server or MAK keyManaged by IT

Variables That Determine Your Situation

Several factors shape which method applies to you:

  • How you acquired Windows — pre-installed OEM, retail purchase, free upgrade, or enterprise volume licensing
  • Whether you have a Microsoft account linked — this determines if your digital license is recoverable after a hardware change
  • Your machine's age — devices from the Windows 7 era behave very differently from machines shipped with Windows 10
  • Whether Windows is currently running — a live system gives you more retrieval options than an offline or crashed one

For most home users on a machine purchased in the last several years, the answer is a digital license that requires no key at all. For IT administrators managing multiple machines, volume licensing and MAK keys follow entirely different rules. And for someone who bought a retail copy and needs to move it to new hardware, the original purchase key and Microsoft's license transfer policies both come into play.

Understanding which of these describes your setup determines not just how to find your key — but whether finding it is even the right question to ask.