How to Find Your License Key in Windows 10
If you've ever reinstalled Windows, swapped out a hard drive, or needed to transfer your copy of Windows 10 to a new machine, you've probably hit the same wall: where exactly is my license key? The answer isn't always obvious, and it depends on how Windows was activated on your device in the first place.
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's what proves you have a legitimate, licensed copy of Windows. Microsoft uses it to activate your installation and verify it isn't being used on more machines than the license allows.
That said, not every Windows 10 activation works the same way — and that directly affects where (or whether) you can find the key at all.
Why Finding Your Key Isn't Always Straightforward
Windows 10 introduced a significant shift in how activation works. Rather than relying solely on a printed sticker or a retail box, Microsoft moved toward digital licenses (sometimes called digital entitlements). This means many machines are activated automatically through the internet, with the license tied to your hardware profile — no visible key involved.
There are three main license types you'll encounter:
| License Type | Where the Key Comes From | Can You Retrieve It? |
|---|---|---|
| Retail | Purchased boxed copy or Microsoft Store | Yes — check packaging or email |
| OEM | Pre-installed by manufacturer | Sometimes embedded in BIOS/UEFI firmware |
| Digital License | Linked to Microsoft account or hardware ID | No traditional key to retrieve |
Understanding which type applies to your machine changes everything about how you approach this.
Method 1: Check Your Original Packaging or Email 🔑
If you bought a retail copy of Windows 10 — either a physical box or a digital download from Microsoft or an authorized retailer — your product key will be:
- Printed on a Certificate of Authenticity (COA) card inside the box
- Included in a confirmation email if purchased digitally
- Available in your Microsoft account order history if bought directly from Microsoft
This is the cleanest scenario. The key is yours, it's portable, and you can use it to reinstall Windows on the same or a replacement machine.
Method 2: Retrieve the Key Embedded in Your BIOS/UEFI
Most OEM machines — laptops and desktops sold by manufacturers like Dell, HP, Lenovo, and others — have the Windows 10 product key embedded directly into the BIOS or UEFI firmware. Windows reads this automatically during installation, which is why these machines activate without you ever seeing a key.
You can extract this embedded key using a few approaches:
Using Command Prompt:
- Open the Start menu and 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 is embedded in your firmware, it will display here. If you see a blank result or an error, your machine either uses a digital license or the key isn't stored in firmware.
Using PowerShell:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey Same logic applies — a result means there's a retrievable key; no result means the activation method is different.
Method 3: Use a Third-Party Key Finder Tool
If the command-line methods return nothing or you want a more user-friendly approach, third-party key finder utilities can scan your system and display the product key Windows is using. Tools like ProduKey, Belarc Advisor, and ShowKeyPlus are commonly used for this purpose.
A few things worth knowing before you go this route:
- These tools read the key from the Windows Registry, specifically from
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion - The key displayed may be a generic OEM key (used across many machines of the same model) rather than your unique license — this is normal for OEM installs
- Some security software flags key-finder tools as potentially unwanted programs; this is a known false-positive issue with this category of software, not necessarily a sign the tool is malicious
When There's No Key to Find: Digital Licenses
Here's where many users hit a dead end — and it's worth being direct about it. If your copy of Windows 10 was activated through a digital license, there is no traditional 25-character product key associated with your specific installation. The license is bound to your hardware ID and, optionally, your Microsoft account.
In practice, this means:
- On the same hardware, Windows will reactivate automatically after a reinstall
- If you link your digital license to a Microsoft account, you can reactivate on a replacement motherboard through the activation troubleshooter
- You cannot transfer a digital license to an entirely different machine the way you can with a retail key
To check if your Windows 10 copy is activated and what type it is: go to Settings → Update & Security → Activation. If it says "Windows is activated with a digital license," that confirms there's no standalone key to extract.
The Variables That Determine Your Situation
Whether you can retrieve a usable key — and what form it takes — depends on several factors specific to your setup:
- How Windows was originally installed (retail purchase, OEM pre-install, upgrade from Windows 7/8, volume license from an employer or school)
- Whether the key is generic or unique to your machine
- Whether you've linked your activation to a Microsoft account
- What you plan to do with the key — reinstalling on the same hardware is a very different need than transferring to a new machine
Each of these paths leads to a different outcome, and the right approach for retrieving or managing your license depends on which combination applies to your specific machine and history. 🖥️