Microsoft Adds TPM Checks to Windows Activation Servers


TL;DR

  • Host Security: Microsoft has introduced Trusted Platform Module attestation for enterprise Key Management Service activation hosts.
  • Identity Check: The mechanism verifies server hardware identity and boot integrity before processing Windows activation requests.
  • Rollout Timing: Windows Server 2025 will show readiness alerts in August 2026, while enforcement awaits an unscheduled Long-Term Servicing Channel version.
  • Piracy Scope: HWID and TSforge do not use KMS hosts, so the new check does not directly address them.
  • Virtual Hosts: Virtual-host guidance remains pending, leaving administrators without a documented equivalent of the physical-server readiness procedure.

Microsoft has introduced KMS Hardware Secured in July 2026, adding hardware-backed identity and integrity checks to enterprise Windows activation hosts. Its activation-server scope excludes individual Windows clients.

Microsoft will begin showing readiness messages in August 2026 on Windows Server 2025, which recently received a separate BitLocker recovery fix. Organizations whose physical hosts lack the required capability may need hardware upgrades. Enforcement is planned for the next Windows Server Long-Term Servicing Channel (LTSC) version, which has no announced release date.

Key Management Service (KMS) uses a client-server activation model: one local host activates a fleet of volume-licensed Windows devices. A Trusted Platform Module (TPM) is a tamper-resistant security processor that can bind cryptographic keys and boot-integrity measurements to a machine. KMS Hardware Secured requires the host to present that evidence before processing activation requests.

How TPM Attestation Changes Activation Trust

Each activation depends on a cryptographic chain of trust connecting the KMS host’s hardware identity and platform state to the request it processes. Boot measurements record the startup state, while a device key ties that evidence to a particular TPM. A copied operating-system image cannot reproduce the original hardware identity by itself, although published material does not quantify how many unauthorized servers will fail.

TPM-based keys unavailable outside the TPM cannot be copied and used without that hardware, so moving only the server software does not move its trusted identity. Published specifications do not establish how every unauthorized host will respond, but a conforming KMS host needs both compatible hardware and correctly configured software. Microsoft moved Windows client reporting to Azure Attestation in 2023; KMS Hardware Secured instead asks the server granting activations for hardware-derived evidence.