# 0xC004F074: KMS server could not be reached

> Source: https://karincalisans.com/en/windows-error-codes/0xc004f074/ · Updated: 2026-07-31 · Publisher: Karınca Lisans

0xC004F074 shows Windows is looking for a KMS (enterprise volume activation) server and cannot reach one. On a home computer this usually means the machine is accidentally on the KMS client channel: it was installed from a volume image, or a pirated KMS tool ran in the past. The fix is entering your genuine key with slmgr.

## Most common causes

- The installation used a volume-licensing image and a KMS client key is loaded
- Leftovers of a pirated KMS tool are searching for a fake server
- In a real corporate environment, the KMS server is unreachable over the network (company machines)

## Step-by-step fix

1. Open an elevated command prompt and run "slmgr /dlv"; if the "Channel" line says VOLUME_KMSCLIENT, the machine is a KMS client.
2. Enter your genuine key: "slmgr /ipk YOURKEY" — this switches the channel to Retail/OEM/MAK.
3. Trigger online activation with "slmgr /ato".
4. If a KMS tool was ever used, clean its leftovers (including suspicious Task Scheduler entries) and run a full antivirus scan.
5. On a company computer, contact your IT department — KMS reachability is a network configuration matter.

## Frequently Asked Questions

### Why am I getting a KMS error on my home computer?

Home installations do not use KMS. Seeing this error at home means the machine was installed from a volume image or a pirated KMS tool changed the channel. Entering a genuine key with slmgr /ipk corrects the channel.

### I used a KMS tool once; is removing it enough?

Removing the tool alone is not enough: most of them leave scheduled tasks and services behind, and some carry malware. A full scan plus activation with a genuine key is the lasting fix.
