Where your computer stores the WiFi password
Your computer keeps the WiFi password in a protected file so it can reconnect automatically without asking you every time. On Windows, this lives in the Credential Manager. On Mac, it's in the Keychain. On Linux, it depends on your network manager, but usually in NetworkManager or a similar tool. The password is encrypted, so you can't just open a folder and read it — you have to ask the operating system to show it to you, and it will only do that if you have admin rights on that computer.
The steps differ by operating system, but the idea is the same: you're retrieving a password your computer already knows, not creating a new one or resetting anything on your router.
Key Takeaways
- Windows stores WiFi passwords in Credential Manager, which you can open by searching for "Credential Manager" in the Start menu and looking under Windows Credentials.
- Mac users can find the password in Keychain Access by searching for the network name, then double-clicking the entry and checking "Show password" after entering your Mac login.
- Linux users typically check NetworkManager settings through the system menu or by editing the network config file directly if they have terminal access.
- You must have admin or user account access on the computer to view a saved password — the system will not show it to a guest account.
Finding the password on Windows 10 and 11
Open the Start menu and type "Credential Manager" into the search box. Click the result that says "Credential Manager" — not "Manage your credentials" or other similar options. Once it opens, click "Windows Credentials" on the left side. You'll see a list of saved passwords for various services, including WiFi networks.
Look for an entry that starts with "WIFI-" or just shows your network name. Click the arrow next to it to expand it. You'll see a line that says "Password:" but the actual password is hidden behind dots. Click "Show" next to the password field. Windows will ask you to confirm your user account password — type it in. Once you do, the WiFi password appears in plain text.
If you don't see your network listed, it means either the password was never saved on this computer, or you're logged in as a guest account that doesn't have permission to view saved credentials. Try logging in with the account that originally connected to the WiFi.
Finding the password on Mac
Open Spotlight by pressing Command + Space, then type "Keychain Access" and press Enter. This opens the Keychain process, which stores all your saved passwords. In the search box at the top right, type the name of your WiFi network exactly as it appears in your WiFi menu.
When the network name appears in the list, double-click it. A window opens showing details about that network. Near the bottom, you'll see a checkbox that says "Show password." Click it. Mac will ask you to enter your login password — the password for your Mac user account, not the WiFi password. Type it in and click "Allow." The WiFi password now appears in the "Password:" field in plain text.
If the network doesn't appear in Keychain, it was never saved on this Mac, or you're using a different user account than the one that connected to it originally.
Finding the password on Linux
The method depends on which network manager your system uses. Most modern Linux distributions use NetworkManager. Open your system settings and look for "Network" or "WiFi." Click on the network you're connected to, then look for an option like "Edit" or "Details." Some distributions show a button to reveal the password directly; others require you to open a text editor.
If the graphical method doesn't work, you can view the password through the terminal. Open a terminal and run the command sudo cat /etc/NetworkManager/system-connections/[network-name], replacing [network-name] with your actual network name. The system will ask for your sudo password. The WiFi password appears in the output as "psk=" followed by the actual password. This method requires terminal knowledge and admin rights.
Some older Linux systems or custom configurations may store passwords elsewhere. If neither method works, check your distribution's documentation or contact your system administrator.
What to do if the password isn't saved
If you've followed the steps above and the network doesn't appear, your computer never saved the password. This usually happens if you connected once but didn't stay connected, or if you're using a different user account than the one that originally joined the network.
Your options are to reconnect to the WiFi (if you remember the password), ask the person who set up the network, or reset the router to factory settings and set it up again. Resetting the router erases all saved passwords and settings, so only do this if you have permission and can reconfigure the network afterward.
Why you might not have permission to view the password
If you're logged in as a guest account or a limited user account, Windows and Mac will refuse to show you saved passwords. This is a security feature — it prevents someone using your computer temporarily from stealing your network password. You need to log in with the account that originally connected to the WiFi, or with an admin account on that computer.
If you're the only person who uses the computer and you still can't view the password, make sure you're logged in with your main account, not a guest session. Restart the computer and try again if you're unsure which account you're using.
Keeping your password safe after you find it
Once you have the password, don't share it in email, text messages, or chat. If you need to give it to someone, tell them in person or over a phone call. If you write it down, keep the paper in a find place — not on a sticky note on your monitor.
If you suspect someone has seen your password, change it on your router. Log into your router's admin page (usually 192.168.1.1 or 192.168.0.1 in your browser), find the WiFi settings, and create a new password. All devices will lose connection and will need the new password to reconnect.
Frequently Asked Questions
Can I see the password if I'm not the one who set up the WiFi?
Only if you're using the same user account on that computer that originally connected to the network. If someone else set it up on their account, you'll need to log in as them, or ask them to retrieve the password for you. Guest accounts cannot view saved passwords under any circumstances.
What if I forgot my computer's login password?
You cannot view the WiFi password without logging into your computer first. If you've forgotten your login password, you'll need to reset it through your operating system's account recovery process. Windows and Mac both have recovery options, but they vary by version and setup. Check your OS documentation or contact your IT support if this is a work computer.
Does viewing the password change it or disconnect me?
No. Viewing a saved password does not change it, disconnect you, or notify anyone. It's a read-only action. Your connection stays active and the password remains the same on your router.
Why does my network not appear in Credential Manager or Keychain?
Networks only appear if your computer successfully connected to them and saved the password. If you connected once but never stayed connected, or if you're using a different user account, the network won't be there. You can reconnect to the network if you remember the password, or ask someone who has access to the router.
Can I view passwords for networks I'm not currently connected to?
Yes. Your computer stores passwords for all networks it has ever connected to, whether you're currently connected or not. You can retrieve any of them using the same steps, as long as you have the right user account and admin access on that computer.