Forum Discussion
ThorneBeckett
Nov 11, 2024Iron Contributor
How can I find my saved WiFi password on Windows 10?
Hello , I would like to ask, how can I view the saved WiFi password on Windows 10? Sometimes I need to use WiFi when I change devices or when friends come to my house, but I don’t remember the passwo...
Barbarank
Nov 11, 2024Iron Contributor
In Windows 10, Wi-Fi passwords are stored in the system registry and can also be accessed using the Command Prompt.
Step 1: Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".
Step 2: Type the following command and press Enter. This will display a list of all the Wi-Fi networks your computer has connected to.
netsh wlan show profiles
Step 3: To view the password for a specific Wi-Fi profile, type the following command (replace ProfileName with the actual name of the Wi-Fi profile):
netsh wlan show profile name="ProfileName" key=clear
Look for the line that says Key Content under the Security settings section. This will find saved wifi password in Windows 10 PC as prompted.