Hi @TechykidYT
Since the PIN, password, fingerprint, and facial recognition all fail at the same time, this probably is not an individual Windows Hello sensor problem. Status 0xc0000234 normally means that the account is locked, possibly after repeated authentication attempts or because a service is repeatedly submitting incorrect credentials.
Once you can sign in, I suggest:
- Install all available Windows Update, Lenovo firmware, BIOS, chipset, and biometric-driver updates.
- Temporarily disable facial recognition and fingerprint sign-in, then restart and test using only the local-account password.
- Open Event Viewer > Windows Logs > Security and look for repeated failed-sign-in events around the time the problem occurred.
- Run these commands from Terminal (Admin) one by one: DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow
I could not find this exact behavior listed as a current general 25H2 known issue, so identifying when it occurs and what the Security log records would help narrow it down. The documented Windows Hello guidance recommends updating the device and recreating the affected sign-in methods, but in this case I would first investigate the account-wide failure because the password is also rejected. Windows Hello common issues and troubleshooting tips
I hope this helps, feel free to leave a comment if you need further help.