0xC004F074ActivationHigh
Error 0xC004F074 — SL_E_NO_KMS | Windows Activation Fix
Windows 10Windows 11Windows Server 2016Windows Server 2019Windows Server 2022
What Does 0xC004F074 Mean?
The Software Licensing Service reported that the computer could not be activated. No Key Management Service (KMS) could be contacted.
Real-World Causes
- 1KMS host server is offline or unreachable
- 2DNS SRV record for _vlmcs._tcp is missing or misconfigured
- 3Firewall blocking TCP port 1688 between client and KMS host
- 4Client is on a different network segment without KMS access such as VPN or remote office
- 5KMS host service (sppsvc) is stopped
Symptoms
- ⚠Volume-licensed Windows cannot activate
- ⚠slmgr /ato fails with 0xC004F074
- ⚠Event ID 12288 in Application log indicates KMS contact failure
- ⚠Activation countdown timer appears
Ad Space – header
DIY Fix
Beginner-friendly steps you can try at home
- 1Check network connectivity to the KMS host: ping <kms-hostname>
- 2Verify DNS record exists: nslookup -type=srv _vlmcs._tcp.<domain>
- 3Manually point to KMS host: slmgr /skms <kms-host>:1688
- 4Ensure port 1688 is open: Test-NetConnection <kms-host> -Port 1688
Advanced Fix
For experienced users and IT professionals
- 1On the KMS host, verify the service is running: Get-Service sppsvc
- 2Re-register the KMS DNS record: slmgr /sdns on the KMS host
- 3Check the KMS host activation count: slmgr /dli on the KMS server
- 4Create a static DNS SRV record: _vlmcs._tcp.<domain> with priority 0, weight 0, port 1688, target <kms-host>
- 5For Azure/cloud VMs, use Azure KMS endpoints: azkms.core.windows.net on port 1688
Ad Space – after-fix
Frequently Asked Questions
What is KMS activation?
Key Management Service (KMS) is a volume activation method where an on-premises server activates Windows clients on the local network. Clients must reactivate every 180 days, and the KMS host must have a minimum number of client requests before activations succeed.
What if I cannot reach the KMS server from a remote location?
Options include: using a VPN to connect to the corporate network, switching to MAK activation for remote machines, or setting up a KMS host at the remote site. For cloud VMs, use the cloud provider KMS endpoints.
Related Error Codes
About the Author
Windows Troubleshooting Team
Verified against official Microsoft documentation and real-world diagnostic data. Error behavior confirmed across Windows 10, Windows 11, and Windows Server.