Hello,
Kerberos pre‑authentication failures with Event ID 4771 and failure code 0x18 indicate “bad password.” When you see them repeatedly across multiple users and systems, especially outside working hours, it usually means some process is attempting to use cached or stored credentials that are no longer valid. Common culprits include scheduled tasks, services running under user accounts, mapped drives, proxy authentication, or applications that cache credentials locally.
The recommended Microsoft troubleshooting method is to correlate the event details with the originating IP and logon information. In the 4771 event, check the Client Address and Account Name fields. This tells you which system is generating the failed pre‑auth. Once you know the source host, you can enable Kerberos logging on that client (HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters\LogLevel = 1) and review its System and Security logs for the process attempting authentication. On the Domain Controller side, you can also enable Netlogon debug logging (nltest /dbflag:0x2080ffff) to capture detailed authentication attempts and see which service or process is making the calls.
Another useful step is to run klist on the client to check for stale tickets, and review scheduled tasks or services configured to run under user accounts. Proxy servers are a frequent source of these failures, as they often reuse cached credentials for background connections.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.