How to Retrieve WiFi Password on Windows

Remembering the WiFi password when on a guest network is never easy. Even worse is when it’s no longer posted and someone else is asking you for it. Luckily there’s a built in Windows command to recover the password of a given WiFi network. The Shell Code Open cmd and execute the following command: netsh […]

The post How to Retrieve WiFi Password on Windows appeared first on David Walsh Blog.


This content originally appeared on David Walsh Blog and was authored by David Walsh

Remembering the WiFi password when on a guest network is never easy. Even worse is when it’s no longer posted and someone else is asking you for it. Luckily there’s a built in Windows command to recover the password of a given WiFi network.

The Shell Code

Open cmd and execute the following command:

netsh wlan show profile name="David Walsh's Network" key=clear

The result of the command, assuming the network is found, is a long text output with a variety of information about the network. To get the see the password for the network, look under the “Security settings” heading which will look like this:

Security settings
-----------------
    Authentication         : WPA2-Personal
    Cipher                 : CCMP
    Authentication         : WPA2-Personal
    Cipher                 : GCMP
    Security key           : Present
    Key Content            : **THE_PLAIN_TEXT_PASSWORD**

As with any complicated command line format, it’s best to create an alias so that you don’t need to remember the full string!

The post How to Retrieve WiFi Password on Windows appeared first on David Walsh Blog.


This content originally appeared on David Walsh Blog and was authored by David Walsh


Print Share Comment Cite Upload Translate Updates
APA

David Walsh | Sciencx (2024-05-13T10:45:29+00:00) How to Retrieve WiFi Password on Windows. Retrieved from https://www.scien.cx/2024/05/13/how-to-retrieve-wifi-password-on-windows/

MLA
" » How to Retrieve WiFi Password on Windows." David Walsh | Sciencx - Monday May 13, 2024, https://www.scien.cx/2024/05/13/how-to-retrieve-wifi-password-on-windows/
HARVARD
David Walsh | Sciencx Monday May 13, 2024 » How to Retrieve WiFi Password on Windows., viewed ,<https://www.scien.cx/2024/05/13/how-to-retrieve-wifi-password-on-windows/>
VANCOUVER
David Walsh | Sciencx - » How to Retrieve WiFi Password on Windows. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/05/13/how-to-retrieve-wifi-password-on-windows/
CHICAGO
" » How to Retrieve WiFi Password on Windows." David Walsh | Sciencx - Accessed . https://www.scien.cx/2024/05/13/how-to-retrieve-wifi-password-on-windows/
IEEE
" » How to Retrieve WiFi Password on Windows." David Walsh | Sciencx [Online]. Available: https://www.scien.cx/2024/05/13/how-to-retrieve-wifi-password-on-windows/. [Accessed: ]
rf:citation
» How to Retrieve WiFi Password on Windows | David Walsh | Sciencx | https://www.scien.cx/2024/05/13/how-to-retrieve-wifi-password-on-windows/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.