Posted on

Following up on the previous post, it might be practical to find saved password on a Windows 10 device as well for similar reasons.

Note: This may require administrator access.

  1. Open elevated command prompt.
  2. To list the name of all saved Wi-Fi profiles:

    netsh wlan show profiles
    
  3. To show the password for the specific profile you are looking for:

    netsh wlan show profiles name=<NAME> key=clear

    Note: replace <NAME> with the name of the network shown in the step above

  4. The PSK you are looking for is available in the section Security Settings in the field Security Key.

Links

Android: Find saved Wi-Fi Password

comments powered by Disqus