By MCAKey Technical Team
You need to install software that requires Windows Pro. Or maybe you’re about to buy a new license and want to know what you already have. Perhaps you’re troubleshooting an activation error that says “Windows is not activated” and you’re not even sure what edition you’re running. Whatever brought you here, figuring out your current Windows setup shouldn’t require a computer science degree.
The problem is that Windows buries this information in multiple places. And each location shows you something slightly different. Settings shows your edition. The command line reveals your license type. Neither one tells the whole story on its own. In this guide, I’ll show you exactly how to check which Windows edition and license type you have installed using multiple methods — from the quick GUI approach to detailed command-line queries that reveal everything Microsoft knows about your license.

To check which Windows edition and license type you have installed, open Command Prompt as Administrator and run slmgr /dli. This displays your Windows edition (Home, Pro, Enterprise) and license type (Retail, OEM, Volume). For a faster but less detailed check, press Windows + I, go to System > About, and look under “Windows specifications” for your edition name and activation status.
Several things make this more complicated than it should be:
This is the fastest method but gives you the least detail. It tells you what edition you’re running but not your license type.
Just above that section, under Windows activation, you’ll see whether Windows is activated. But here’s the limitation: this doesn’t tell you if you have Retail, OEM, or Volume licensing. For that, you need the command line.
This command gives you the complete picture. I use this method almost every time because it reveals exactly what Windows thinks your license is.
slmgr /dli
A dialog box appears showing:
If you see “RETAIL channel” in the description, you have a transferable retail license. “OEM_DM channel” means an OEM license tied to that specific hardware. “VOLUME_KMSCLIENT channel” indicates enterprise volume licensing.
When you need more than the basics — like remaining rearm count or trust time — this verbose command delivers.
slmgr /dlv
This shows everything from the basic command plus:
For troubleshooting activation failures, the verbose output is invaluable. It shows exactly why Windows isn’t activating when something goes wrong.
If you’re managing multiple machines or want to check which Windows edition and license type you have installed in an automated way, PowerShell works better than the GUI popup from slmgr.
Get-CimInstance -ClassName SoftwareLicensingProduct | Where-Object { $_.PartialProductKey } | Select-Object Name, Description, LicenseStatus
This outputs text directly to the console — no popup dialog. The LicenseStatus field returns a number: 1 means Licensed, 2 means Out-of-Box Grace, 3 means Out-of-Tolerance Grace, 4 means Non-Genuine Grace, 5 means Notification, and 6 means Extended Grace.
Most modern PCs from major manufacturers embed the Windows product key in UEFI firmware. Windows reads this automatically during installation.
To see if your system has an embedded key:
wmic path softwareLicensingService get OA3xOriginalProductKey
If a 25-character key appears, your system has an OEM key embedded in firmware. If the result is blank, your license came from somewhere else — either manual entry, digital license, or volume activation. This is useful when you need to reinstall Windows and wonder if you need to enter a key manually (you probably don’t if this returns a value).
Knowing your license type now saves headaches later. Here’s how to stay organized:
Document your license type immediately after purchasing. Take a screenshot of your slmgr /dli output and save it somewhere. When you check which Windows edition and license type you have installed today, write down whether it’s Retail, OEM, or Volume. Retail licenses can move to new hardware. OEM cannot.
Link your Windows license to your Microsoft account. Go to Settings > System > Activation and click “Add a Microsoft account” if you see that option. This creates a digital license tied to your account, not just your hardware. If your motherboard dies, you can reactivate on the replacement by signing in.
Keep purchase records for Retail licenses. If you bought a retail copy of Windows, save the receipt and product key email. You’ll need proof of purchase if Microsoft support ever questions your license legitimacy.
For organizations: Track your Volume License keys in a secure location. Microsoft’s Volume Licensing Service Center shows what you own, but having an internal record prevents confusion when IT staff changes.
OEM licenses come pre-installed on computers from manufacturers and are permanently tied to that specific hardware. Retail licenses can be transferred to a new computer — you deactivate on the old machine and activate on the new one. OEM costs less but dies with the PC. Retail costs more but moves with you.
Yes. Go to Settings > System > Activation and click “Upgrade your edition of Windows.” Enter a Windows Pro product key and Windows upgrades in place without reinstalling. All your files and applications remain intact. You need to purchase or already own a valid Pro license key to complete this.
Digital licenses are tied to your hardware or Microsoft account rather than a 25-character key. This is normal for Windows 10 and 11 systems, especially those upgraded from earlier versions or purchased from the Microsoft Store. The license exists — it’s just stored on Microsoft’s servers and matched to your device automatically.
If your PC has an embedded OEM key, run wmic path softwareLicensingService get OA3xOriginalProductKey in Command Prompt to retrieve it. For digital licenses linked to your Microsoft account, you don’t need the key — just sign into your account after reinstalling and Windows reactivates automatically. For retail keys, check your purchase email or the card that came in the box. If you’re still running into Check Which Windows Edition and License Type You Have Installed. after trying the steps above, work through them once more in order — most cases resolve without needing anything more advanced. Check Which Windows Edition and License Type You Have Installed. is frustrating, but it’s rarely a sign of serious hardware failure — in most cases it’s a driver or configuration issue like the ones covered here. Keep this guide handy if Check Which Windows Edition and License Type You Have Installed. comes back after a Windows update, since driver-related regressions are the most common repeat cause. A fresh driver install resolves Check Which Windows Edition and License Type You Have Installed. in the majority of cases we see, so start there before assuming it’s a hardware fault. Check Which Windows Edition and License Type You Have Installed. that returns right after a Windows update almost always points back to a driver conflict, not new hardware failure. Most people fixing Check Which Windows Edition and License Type You Have Installed. for the first time are done within ten minutes once they know which driver to update. If none of the steps above resolve Check Which Windows Edition and License Type You Have Installed., check whether it only happens on battery power or only when plugged in — that narrows it down fast. Check Which Windows Edition and License Type You Have Installed. caused by a driver issue is one of the most common support requests we see, and also one of the easiest to fix for good.
Knowing how to check which Windows edition and license type you have installed is straightforward once you know where to look. Use Settings for quick edition info, slmgr /dli for complete license details, and PowerShell when you need scriptable output. For more activation guides and troubleshooting tips, visit our Help Center. And for additional details on license types and activation troubleshooting, Microsoft’s official Windows troubleshooting documentation covers edge cases we didn’t have room for here.
Still stuck? Contact MCAKey support at https://mcakey.com/contact-us/ — we typically respond within a few hours.
Save on your order — use code FIXIT10
Limited-time, limited-use offer. Redeem it before it's gone.