Forgot WSL Password
Thursday, May 14, 2026
How to reset the password? If there's only one distribution, run wsl -u root
If multiple, run wsl -d <distro> -u root
Then run passwd <username>
If you are not sure what your username is, usually cat /etc/passwd can help.
It should then prompt for new password.