Show password of connected Wi-Fi network

57 Likes Comment

My PC connected a secured Wi Fi Network with a password. But It’s such a long time for me to remember the password. How could I find the password by my connected PC ( Windows OS/ Mac OS / Linux OS)?

For Windows PC:

netsh wlan show profile name=nklong key=clear
netsh wlan show profile name=nklong key=clear | findstr Key
For Mac iOS:
security find-generic-password -wa labnol
For Linux OS:
sudo cat /etc/NetworkManager/system-connections/nklong | grep psk=
sudo grep psk= /etc/NetworkManager/system-connections/*

You might like

About the Author: Toc Xoan

This guy likes taking photos, hunting cheap tours, exploring the unique culture of every cities of Vietnam. Contact: [email protected]. I've created a dogecoin wallet to receive blog funding: DE6F5FisSCy7yz5rpHY1ChMSGYnDMpFZ1Q

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.