Forum Discussion
ThorneBeckett
Nov 11, 2024Copper 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...
NikolinoDE
Nov 11, 2024Gold Contributor
- Open Command Prompt as Administrator:
- Press Windows + X and choose Command Prompt (Admin) or Windows PowerShell (Admin).
- List All WiFi Profiles:
- Run the command:
netsh wlan show profiles
- View Saved Password for a Specific Profile:
- Enter:
netsh wlan show profile name="WiFi-Network-Name" key=clear
- Replace WiFi-Network-Name with the actual name of the WiFi network.
- Look under Security settings for Key Content, which displays the password.
This approach shows the existing passwords in clear text for the saved WiFi networks. If you do not see the password or receive a blank section under Key Content, make sure you have the necessary administrative permissions to execute the command.