Fix Windows Activation Error 0xC004F074 (KMS Server)
Windows cannot be activated because the Key Management Service (KMS) is unavailable or there is a time sync issue.
Confirmed working on: Windows 10 · Windows 11
Before you begin
Problem overview
Error 0xC004F074 means your Windows client cannot contact the Key Management Service to activate its volume license. This happens due to network isolation, incorrect time settings, or a missing KMS host.
Common causes
- Time difference between the client and KMS server exceeding five minutes
- Windows Firewall blocking outbound traffic on port 1688
- Incorrect DNS records for the KMS host
- Expired or invalid volume license key
Solution 1: Synchronize the system time
- Open Command Prompt as an administrator.
- Stop the Windows Time service:
net stop w32time
- Unregister and re-register the time service:
w32tm /unregister
w32tm /register
- Start the service and force a synchronization:
net start w32time
w32tm /resync
Solution 2: Verify the KMS server address
- Open Command Prompt as an administrator.
- Uninstall the current product key:
slmgr.vbs /upk
- Install your correct KMS client setup key:
slmgr.vbs /ipk YOUR-PRODUCT-KEY-HERE
- Point Windows to your organization’s KMS server explicitly:
slmgr.vbs /skms kms.yourdomain.com:1688
- Force the activation process:
slmgr.vbs /ato
If you are working remotely, connect to your corporate VPN before running the activation commands. The KMS server often lives on the internal network.
Solution 3: Use phone activation as a fallback
- Press the Windows key and type
slui 4. - Press Enter to open the phone activation wizard.
- Select your country or region from the drop-down menu.
- Call the provided toll-free number.
- Provide the installation ID to the automated system and enter the confirmation ID it gives you.
Confirm the result
- Repeat the exact action that originally triggered the problem.
- Confirm the original error or symptom is gone and no new warning has appeared.
- If the guide changed a driver, service, package, or system setting, restart once and test again.
- If the result is worse or unexpected, stop. Reverse only the last change using its documented restore option; if none is documented, use your backup or qualified support.
Questions about this fix
Can a normal consumer get this error?
Yes, if a third-party seller provided a volume license key instead of a retail key.
What port does KMS use?
KMS activation uses TCP port 1688 by default.
Did this fix work for you?
Weighted Consensus Protocol
Did this solution resolve your issue?
Confirming if this works strengthens verification statistics on the registry.
FixingTeam10,000 rep
Official Project Maintainers
The core engineering and moderation team behind FixingBook. We curate, verify, and maintain the standards of the troubleshooting ledger.
Discussion (0)
No comments yet. Share your experience or verify if this fixed your issue!
