Windows
How to retrieve saved Wi-Fi passwords
How to Recover Saved Wi-Fi Passwords on Windows and Linux Forgot a saved Wi-Fi password? Don't worry—you can easily recover it from your computer! This guide will walk you through retrieving saved Wi-Fi passwords on...
How to Recover Saved Wi-Fi Passwords on Windows and Linux
Forgot a saved Wi-Fi password? Don't worry—you can easily recover it from your computer! This guide will walk you through retrieving saved Wi-Fi passwords on both Windows and Linux systems.
Recovering a Saved Wi-Fi Password on Windows
Steps:
Open Windows PowerShell:
- Press
⊞ Win + Xon your keyboard to open the Windows-X Menu. - Select Windows PowerShell by pressing
I.
- Press
View Saved Wi-Fi Profiles:
- Type the following command and press Enter:
netsh wlan show profiles - You will see a list of saved Wi-Fi profiles. For example:
User profiles -------------- All User Profile : ProfileNameOne All User Profile : ProfileNameTwo
- Type the following command and press Enter:
Retrieve the Password for a Profile:
- Replace
ExampleProfilewith the name of the profile you want and enter:netsh wlan show profiles ExampleProfile key=clear - The "Key Content" row will display the saved Wi-Fi password in plain text.
- Replace
Recovering a Saved Wi-Fi Password on Linux
Steps:
Open the Terminal:
- Press
Ctrl + Alt + Tto open a terminal window.
- Press
List Network Profiles:
- Run this command to see all network profile files:
ls /etc/NetworkManager/system-connections/ - The output will display the names of your saved network profiles.
- Run this command to see all network profile files:
Find the Password for a Profile:
- Replace
ExampleProfilewith the name of the network profile you identified and type:sudo grep psk= /etc/NetworkManager/system-connections/ExampleProfile - The line containing
psk=will reveal the saved Wi-Fi password.
- Replace
Important Notes
- Always handle saved passwords responsibly.
- Only use this information for authorized purposes to protect privacy and security.
By following these instructions, you can quickly recover saved Wi-Fi passwords on your computer.