How to Find Your Product Key for Windows 10
If you've ever needed to reinstall Windows, transfer your license to a new machine, or just confirm your copy is legitimate, you've probably gone looking for your Windows 10 product key — and quickly discovered it's not always obvious where to find it. The good news: it exists somewhere. The less obvious part is that where it lives depends on how you got Windows in the first place.
What Is a Windows 10 Product Key?
A Windows 10 product key is a 25-character alphanumeric code formatted as XXXXX-XXXXX-XXXXX-XXXXX-XXXXX. It's used to activate your copy of Windows and verify that it's genuine. Microsoft ties this key to your hardware configuration, your Microsoft account, or both — depending on your setup.
Understanding which type of license you have is the first step, because it determines where your key is stored and whether you'll ever need to manually enter it again.
The Three Main License Types
| License Type | How You Got Windows | Where the Key Lives |
|---|---|---|
| OEM | Pre-installed on a new PC or laptop | Embedded in the BIOS/UEFI firmware |
| Retail | Purchased separately (box or digital) | Email receipt, product card, or Microsoft account |
| Volume/MAK | Managed by an organization or IT department | IT admin or volume licensing portal |
Most home users fall into the first two categories. Knowing which applies to you changes your approach significantly.
Method 1: Check the Physical or Digital Documentation
If you bought a boxed retail copy of Windows 10, the product key is printed on a card inside the packaging. For a digital purchase from the Microsoft Store or another retailer, check your order confirmation email or the retailer's account portal.
If your PC came with Windows 10 pre-installed from the manufacturer (Dell, HP, Lenovo, ASUS, etc.), there may be a sticker on the bottom of a laptop or on the side/back of a desktop tower. On newer machines, however, manufacturers embed the key directly into the UEFI firmware, so no sticker exists — and you technically don't need one.
Method 2: Retrieve It Using Command Prompt or PowerShell 🔍
For OEM and some retail licenses, the key is stored in firmware or the registry and can be read using built-in Windows tools.
Using Command Prompt:
- Press
Windows + Sand search for Command Prompt - Right-click and select Run as administrator
- Type the following and press Enter:
wmic path SoftwareLicensingService get OA3xOriginalProductKey If a key returns, that's your embedded OEM product key.
Using PowerShell:
- Open PowerShell as administrator
- Run:
(Get-WmiObject -query 'select * from SoftwareIdentityingService').OA3xOriginalProductKey Note: these methods reveal the embedded firmware key, not necessarily the key tied to a linked Microsoft account. If the result is blank, your license may be stored differently — or it may be a digital entitlement (see below).
Method 3: Check Your Microsoft Account
Since Windows 10, Microsoft introduced digital licenses (also called digital entitlements). Instead of a traditional product key, your license is tied to your hardware ID and verified through Microsoft's servers. If you linked your Windows installation to a Microsoft account, the license is essentially stored in the cloud.
To check:
- Go to Settings → Update & Security → Activation
- If it says "Windows is activated with a digital license linked to your Microsoft account," your key is managed digitally — no string of characters to copy down
This is increasingly common on machines that were upgraded from Windows 7/8.1 or activated through Microsoft's free upgrade path.
Method 4: Use a Third-Party Key Finder Tool
Several reputable tools can extract the product key stored in your Windows registry. Belarc Advisor and ProduKey (by NirSoft) are widely used options. These tools scan system files and display the installed key.
⚠️ A few caveats worth knowing:
- These tools display the registry key, which on Windows 10 is sometimes a generic OEM key rather than your unique activation key
- Always download tools like these from the developer's official site
- Antivirus software may flag key-finder utilities as potentially unwanted — this is a common false positive, but be cautious about the source
What If You're Reinstalling Windows?
This is where most people actually need the key — and the answer depends on your license type:
- Digital license users: Windows 10 will reactivate automatically after reinstallation as long as you use the same Microsoft account or the same hardware configuration
- OEM license users: The key embedded in firmware will be detected automatically during setup — you can skip the key entry screen entirely
- Retail license users: You'll need the 25-character key on hand
The Activation troubleshooter (Settings → Update & Security → Activation → Troubleshoot) can resolve most reactivation issues without manually entering a key.
Variables That Affect Your Situation
Where your key lives — and whether you'll need it — shifts based on several factors:
- How Windows was originally installed (manufacturer pre-install, manual retail install, upgrade from Windows 7/8.1)
- Whether you've linked a Microsoft account to your Windows login
- Your machine's age — older machines are more likely to have sticker-based keys; newer ones use firmware embedding
- Whether you've changed hardware significantly, which can affect digital license reactivation
- Organizational vs. personal licensing, which determines who controls the key
A Windows 10 install on a 2015 HP laptop purchased at retail behaves quite differently from a 2022 custom-built desktop that was activated with a retail key and later linked to a Microsoft account — even though both are running the same OS. 🖥️
The right retrieval method, and whether you'll even need a key at all, depends entirely on the specific history of your machine and how your copy of Windows was licensed.