M HYPE SPLASH
// updates

How to know when I last changed my Windows 10 password?

By Emma Payne

How to find out when I last changed the password for my account in Windows 10?

2

1 Answer

Use the Net User command to display the date and time you last set your Windows 10 user account password. Check the Password last set output of the net user %username% command.


Local Account Command

net user %username%

enter image description here

Domain Account Command

Note: Use if logged onto a domain joined PC you're logged on with a domain account

net user %username% /domain

Further Resources

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy