XStore theme
Fast delivery | Professional advice | Technical support | Certified purchase | Consulting

No products in the cart.

No products in the cart.

USD $
USD $
EUR €
GBP £
USD $
USD $
EUR €
GBP £

How to Check Which Windows Edition and License Type You Have Installed

How to Check Which Windows Edition and License Type You Have Installed

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.

Check Which Windows Edition and License Type You Have Installed.

Quick Answer

Quick Answer

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.

What Causes Confusion About Windows Edition and License Type

Several things make this more complicated than it should be:

  1. Windows shows edition and license in separate places. The Settings app displays your edition (Pro, Home, Enterprise) but hides the license type. You need command-line tools to see whether you have Retail, OEM, or Volume licensing.
  1. Upgrade paths obscure original licenses. If you upgraded from Windows 7 or 8 to Windows 10, then later to Windows 11, your original license type carried over — but you might have forgotten what it was. I’ve seen plenty of systems where the owner swore they had Retail when they actually had OEM.
  1. Pre-installed Windows uses embedded keys. Most laptops and desktops from manufacturers like Dell, HP, and Lenovo come with OEM licenses stored in the BIOS/UEFI firmware. Windows activates automatically from this embedded key, so you never see a product key card or email. This leaves people unsure what they actually own.
  1. Volume licenses look different from Retail. Organizations using Volume Licensing (via KMS or MAK keys) will see different information than home users. The commands return “VOLUME_KMSCLIENT” or similar, which confuses people expecting to see a familiar 25-character key.
  1. Digital licenses have no visible key. Since Windows 10, Microsoft moved to digital licenses tied to your Microsoft account or hardware ID. There’s no product key to look at, which makes people think something is missing when it’s not.

How to Check Which Windows Edition and License Type You Have Installed

Solution 1: Use Windows Settings for a Quick Edition Check

This is the fastest method but gives you the least detail. It tells you what edition you’re running but not your license type.

  1. Press Windows + I to open Settings.
  2. Click System in the left sidebar.
  3. Scroll down and click About.
  4. Look under Windows specifications — you’ll see Edition (e.g., Windows 11 Pro), Version (e.g., 23H2), and OS build number.

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.

Solution 2: Run slmgr /dli to Check Which Windows Edition and License Type You Have Installed

This command gives you the complete picture. I use this method almost every time because it reveals exactly what Windows thinks your license is.

  1. Click the Start button, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Run this command:
slmgr /dli

A dialog box appears showing:

  • Name: Your Windows edition (e.g., Windows 11 Pro)
  • Description: Your license type — look for keywords like RETAIL, OEM, VOLUME_KMSCLIENT, or TIMEBASED_EVAL
  • License Status: Licensed, Notification, or Unlicensed

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.

Solution 3: Run slmgr /dlv for Detailed License Information

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:

  • Partial product key (last 5 characters)
  • License status (Licensed, Grace Period, Notification, etc.)
  • Remaining grace period if applicable
  • KMS machine information for volume licenses

For troubleshooting activation failures, the verbose output is invaluable. It shows exactly why Windows isn’t activating when something goes wrong.

Solution 4: Use PowerShell for Script-Friendly Output

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.

Solution 5: Check Your BIOS for Embedded OEM Keys

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).

How to Prevent This in the Future

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.

Frequently Asked Questions

What is the difference between OEM and Retail Windows licenses?

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.

Can I upgrade from Windows Home to Pro without reinstalling?

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.

Why does my PC show “Windows is activated with a digital license” with no product key?

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.

How do I find my Windows product key if I need to reinstall?

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.

Conclusion

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.

Need a license?

Genuine Software license keys — instant delivery, no waiting.

Browse Licenses