Skip to main content

Kerberos Error Codes

17rows
17rows with meaning
1lookups that use it
Livestatus

The result codes a Kerberos key distribution center returns when a ticket request fails. They carry the detail behind a domain sign-in failure: a wrong password, an expired ticket, clocks that drifted apart.

This table decodes 17 codes.

SparkLogs decodes these codes on every event that carries one, regardless of feed. The Windows Security event log feed reads these codes while curating an event.

How to read this

Codes are listed in numeric order. Name is the constant Windows publishes for the code. Token is the short label SparkLogs puts on the event, which is what a question groups by. The last column is our one-line summary of what the code means in plain words.

Codes 0x6 to 0x3c

CodeNameTokenWhat it means
0x6KDC_ERR_C_PRINCIPAL_UNKNOWNclient_unknownthe client principal is not in the directory
0x7KDC_ERR_S_PRINCIPAL_UNKNOWNservice_unknownthe service principal is not in the directory
0x8KDC_ERR_PRINCIPAL_NOT_UNIQUEprincipal_not_uniquemore than one entry matches the principal name
0x9KDC_ERR_NULL_KEYnull_keythe principal has no usable key
0xcKDC_ERR_POLICYpolicy_restrictionKDC policy rejected the request
0xdKDC_ERR_BADOPTIONbad_optionthe request carried an option the KDC refused
0xeKDC_ERR_ETYPE_NOSUPPetype_unsupportedno encryption type in common with the KDC
0x10KDC_ERR_PADATA_TYPE_NOSUPPpreauth_type_unsupportedthe offered preauthentication type is not supported
0x12KDC_ERR_CLIENT_REVOKEDclient_revokedthe client account is disabled expired or locked out
0x17KDC_ERR_KEY_EXPIREDkey_expiredthe account password has expired
0x18KDC_ERR_PREAUTH_FAILEDpreauth_failedpreauthentication failed usually a wrong password
0x1fKRB_AP_ERR_BAD_INTEGRITYintegrity_check_failedmessage integrity check failed
0x20KRB_AP_ERR_TKT_EXPIREDticket_expiredthe presented ticket has expired
0x22KRB_AP_ERR_REPEATreplay_detectedthe request repeats one the KDC already served
0x25KRB_AP_ERR_SKEWclock_skewclient and KDC clocks differ too much
0x29KRB_AP_ERR_MODIFIEDmessage_modifiedthe message was altered in transit
0x3cKRB_ERR_GENERICgeneric_errorthe KDC reported a generic failure

Ask about these codes

Connect your AI and ask in plain language, or open the same events in Explore.