Reason code 8

NPS 6273 reason 8: the specified user account does not exist

Last reviewed 2026-07-18 by the Just Software engineering team · also seen as 6273 reason 8, nps reason code 8

What it means

Event 6273 with reason code 8 — "The specified user account does not exist." NPS parsed an account name out of the RADIUS request and could not find a matching account in the domain it searched. This is an identity-lookup failure, before any password or certificate is even checked.

Common causes

  1. Username format mismatch: the client sends host/machine.domain.com, DOMAIN\user or user@domain in a form NPS cannot map to the account.

  2. The request carries a realm prefix/suffix (common via wireless controllers) that needs stripping before lookup.

  3. Machine authentication from a computer that is not domain-joined (no computer account to find).

  4. The account genuinely does not exist — deleted, or the wrong domain is being searched in multi-domain forests.

How to fix it

  1. Look at the Account Name field in the 6273 event — that exact string is what NPS looked up. Work out why it does not match an existing account.

  2. Use attribute manipulation in the connection request policy to strip realm prefixes/suffixes if the NAS adds them.

  3. For EAP-TLS with certificate names, ensure the certificate's identity (UPN/DNS SAN) maps to a real account in the expected domain.

  4. In multi-domain forests, register NPS in each domain and confirm the NPS server can resolve accounts across trusts.

An unhandled error has occurred. Reload 🗙