Skip to content
FixingBook
Verifiedintermediateest. 20 minutes

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

Match the environmentUse this guide only for Windows 10, Windows 11 or a clearly compatible setup.
Protect recoveryBack up important data and save encryption or account recovery keys before changing system state.
Know when to stopMake one change at a time and stop if the result differs from what the guide describes.

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

  1. Open Command Prompt as an administrator.
  2. Stop the Windows Time service:
net stop w32time
  1. Unregister and re-register the time service:
w32tm /unregister
w32tm /register
  1. Start the service and force a synchronization:
net start w32time
w32tm /resync

Solution 2: Verify the KMS server address

  1. Open Command Prompt as an administrator.
  2. Uninstall the current product key:
slmgr.vbs /upk
  1. Install your correct KMS client setup key:
slmgr.vbs /ipk YOUR-PRODUCT-KEY-HERE
  1. Point Windows to your organization’s KMS server explicitly:
slmgr.vbs /skms kms.yourdomain.com:1688
  1. Force the activation process:
slmgr.vbs /ato
Expert Tip

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

  1. Press the Windows key and type slui 4.
  2. Press Enter to open the phone activation wizard.
  3. Select your country or region from the drop-down menu.
  4. Call the provided toll-free number.
  5. Provide the installation ID to the automated system and enter the confirmation ID it gives you.

Confirm the result

  1. Repeat the exact action that originally triggered the problem.
  2. Confirm the original error or symptom is gone and no new warning has appeared.
  3. If the guide changed a driver, service, package, or system setting, restart once and test again.
  4. 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

Consensus0%
Required100% (Weight 3)
Contributors0
Verified By YouNo
Your Weight--

Did this solution resolve your issue?

Confirming if this works strengthens verification statistics on the registry.

Sign In to VerifySign in required to verify

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.

Spotted something outdated? Suggest an edit. Maintainers review submissions within 48 hours.
Share:XReddit

Discussion (0)

No comments yet. Share your experience or verify if this fixed your issue!

Join the Discussion