Windows Licensing Guide: OEM, Retail, Volume & KMS Explained
Windows licensing is Microsoft's legal framework that grants the right to install and use the Windows operating system. The three main license types are OEM (permanently tied to one device), Retail (transferable between devices), and Volume Licensing (designed for organizations, activated through KMS or MAK). Windows activation is the separate technical process that cryptographically verifies an installed copy matches a valid license.
Understanding Windows licensing is essential for both individual users and IT professionals. This guide covers all major license types, activation methods, and how to verify your Windows installation is properly configured. Whether you are managing a single computer or an enterprise fleet, knowing the fundamentals of Microsoft licensing helps you make informed decisions.
1. Windows License vs. Windows Activation
Many users confuse having an activated copy of Windows with having a valid license. These are two separate concepts:
- Windows License: The legal right to use the software. This is a contractual agreement between you and Microsoft. A license is purchased through official channels (Microsoft Store, authorized retailers, or volume licensing programs).
- Windows Activation: A technical verification process that checks whether your copy of Windows is genuine. Activation uses cryptographic methods to confirm the product key is valid and has not been used on more devices than the license allows.
According to Microsoft's official documentation, activation helps verify that Windows has not been used on more PCs than the Microsoft Software License Terms allow.
2. License Types: OEM, Retail, and Volume
OEM (Original Equipment Manufacturer)
OEM licenses come pre-installed on new computers from manufacturers like Dell, HP, Lenovo, and ASUS. These licenses are tied to the specific hardware they were first activated on and cannot be transferred to another computer. The product key is typically embedded in the BIOS/UEFI firmware.
- Cost: Included in the computer purchase price
- Transferable: No
- Support: Provided by the computer manufacturer
- Best for: Individual consumers buying new computers
Retail (Full Packaged Product)
Retail licenses are purchased separately from Microsoft or authorized retailers. They can be transferred between computers as long as the license is removed from the previous device. Retail licenses include both a physical copy and a digital license tied to your Microsoft account.
- Cost: $139 (Home) to $199 (Pro) USD
- Transferable: Yes
- Support: Provided by Microsoft
- Best for: Users who build their own PCs or want transferability
Volume Licensing
Volume licensing is designed for organizations that need to deploy Windows on multiple computers. It includes programs like Open License, Open Value, Enterprise Agreement, and Microsoft Products and Services Agreement (MPSA). Volume licensing uses specialized activation methods:
- KMS (Key Management Service): Organizations run a local KMS host server that activates client computers on the network. Activation lasts 180 days and renews automatically.
- MAK (Multiple Activation Key): A single key that can activate a set number of devices. Each activation counts against the total.
- Active Directory-Based Activation: Windows clients activated through AD when they join the domain.
For more details on volume activation, see the Microsoft Volume Activation documentation.
Windows Server uses a per-core licensing model. Each physical server must have all its cores licensed, with a minimum of 8 core licenses per processor and 16 core licenses per server. Client Access Licenses (CALs) are also required for users or devices accessing the server.
3. How KMS Volume Activation Works
Key Management Service (KMS) is the preferred activation method for medium and large organizations. Here is how the process works:
- A KMS host server is set up within the organization's network using a KMS host key (obtained from Microsoft's Volume Licensing Service Center).
- Client computers are configured with a Generic Volume License Key (GVLK) that matches their Windows edition.
- The client automatically discovers the KMS host through DNS or can be manually configured with the
slmgr /skmscommand. - Activation lasts 180 days. Clients automatically attempt reactivation every 7 days.
- KMS uses TCP port 1688 for communication between clients and the KMS host.
KMS requires a minimum number of physical computers to activate (25 for Windows client OS, 5 for Windows Server). This threshold prevents small-scale unauthorized use.
4. How to Check Your Windows License Status
Windows provides several methods to verify your license and activation status:
Using Settings
Open Settings > System > Activation to see your activation state, edition, and activation method.
Using Command Prompt
Run Command Prompt as Administrator and use these commands:
Using PowerShell
Run PowerShell as Administrator:
Get-WmiObject SoftwareLicensingProduct | Where-Object { $_.Name -like "Windows*" } | Select-Object Name, LicenseStatus
5. slmgr Commands Reference
slmgr.vbs (Software License Manager) is the built-in Windows script for managing licensing. For a complete list, see our slmgr commands reference.
| Command | Function |
|---|---|
| slmgr /ipk [KEY] | Install a product key |
| slmgr /ato | Activate Windows online |
| slmgr /skms [HOST] | Set the KMS host name |
| slmgr /dli | Display license information |
| slmgr /dlv | Display detailed license information |
| slmgr /xpr | Show activation expiration date |
| slmgr /rearm | Reset the licensing status |
| slmgr /upk | Uninstall the product key |
6. Microsoft Office Licensing
Microsoft Office follows a similar but distinct licensing model:
- Microsoft 365 (Subscription): Monthly or annual subscription with always-updated applications, cloud storage, and mobile apps. Suitable for individuals and businesses.
- Office LTSC (One-Time Purchase): Perpetual license for a specific version (Office 2019, 2021, 2024). No subscription required, but no feature updates.
- Volume Licensing: For organizations, Office can be activated through KMS or MAK, similar to Windows.
Office volume licensing uses the same KMS infrastructure as Windows. An organization can use a single KMS host to activate both Windows and Office clients. For step-by-step activation guides, see our Office 2021 activation guide.
A technically activated Windows installation does not automatically grant legal usage rights. Always ensure your organization has proper licensing through Microsoft Volume Licensing or authorized channels before deploying Windows at scale.
7. Common Licensing Issues and Solutions
Activation Error 0xC004F074
This error occurs when the KMS client cannot reach the KMS host. Common causes include firewall blocking port 1688, DNS resolution failures, or the KMS host being offline. See our detailed fix guide.
Activation Error 0x8007232B
DNS name does not exist. The client cannot resolve the KMS host name. Fix by manually specifying the KMS host with slmgr /skms or verifying DNS SRV records.
Activation Error 0x803F7001
License not found. The installed edition does not have a valid product key. Install the correct GVLK for your Windows edition. See our GVLK key reference.
Hardware Changes and Reactivation
Significant hardware changes (motherboard replacement, CPU upgrade) can trigger reactivation. For retail licenses, you can use the Activation Troubleshooter. For volume-licensed clients, KMS reactivation handles this automatically.