by Marcus Reed Updated Apr 12, 2026
You need to connect a new device to your home WiFi but you cannot remember the password. It has been auto-saved on your phone and laptop for years, and now you are staring at the password field with no idea what to type. This is one of the most common tech questions in the world, and the good news is that your password is almost certainly stored somewhere—you just need to know where to look.
This guide shows you how to recover your WiFi password from Windows, Mac, iPhone, Android, and your router itself. No technical background required.
This is the fastest method if you have a Windows PC already connected to the WiFi network. Open Command Prompt or PowerShell as Administrator and run:
netsh wlan show profile name="YOUR_NETWORK_NAME" key=clear
Replace YOUR_NETWORK_NAME with your WiFi network name (SSID). Scroll down to the Security settings section and look for Key Content—that is your WiFi password.
To list passwords for every network your PC has ever connected to:
for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @if "%j" NEQ "" (echo WiFi: %j & netsh wlan show profile name="%j" key=clear | findstr "Key Content") & echo.
security find-generic-password -wa "YOUR_NETWORK_NAME"
You will be prompted for your Mac admin password. The WiFi password will print to the terminal.
On Samsung phones, the path is Settings → Connections → WiFi → tap your network → QR code. The password text appears below the QR code on One UI 5 and later.
Your router's admin panel always shows the current WiFi password. This method works regardless of what device you have, as long as you can access the router.
192.168.1.1 or 192.168.0.1).| Router Brand | Default Gateway | Password Location in Admin Panel |
|---|---|---|
| Netgear | 192.168.1.1 or routerlogin.net | Wireless → Security Options |
| TP-Link | 192.168.0.1 or tplinkwifi.net | Wireless → Wireless Security |
| ASUS | 192.168.1.1 or router.asus.com | Wireless → General |
| Linksys | 192.168.1.1 | WiFi Settings → WiFi Password |
| Xfinity | 10.0.0.1 | Gateway → Connection → WiFi |
If you never changed the WiFi password from the factory default, it is printed on a sticker on the bottom or back of your router. Look for fields labeled:
Pro Tip: Take a photo of your router's label right now and save it to a secure note on your phone. This way, you will always have the default credentials handy if you need to factory reset the router in the future.
If you cannot recover the password from any device or the router admin panel, your options are:
Yes, if a device has previously connected and saved the password, you can retrieve it even when not currently connected. On Windows, use the netsh wlan show profile command. On Mac, use Keychain Access or the Terminal command. You can also check the router's admin panel via Ethernet.
No. These are two different passwords. The WiFi password is what devices use to connect to your wireless network. The router admin password is what you use to log in to the router's settings page. Changing one does not affect the other.
Not directly on the iPhone. However, if you use iCloud Keychain and have a Mac, you can view the password through Keychain Access on the Mac. Alternatively, access your router's admin panel from any browser.
No. Knowing the WiFi password only lets you connect to the network. It does not give you the ability to monitor other users' traffic. Those are entirely different capabilities requiring different tools and access levels.
Public network passwords are set by the business, not your devices. Ask the front desk, check the welcome packet, or look for posted signs. These passwords are not saved in the same way as home network passwords on most devices.
If you suspect someone unauthorized knows your password, yes. Use WPA3 encryption if your router supports it, and choose a password that is at least 12 characters long with a mix of letters, numbers, and symbols.
![]() |
![]() |
![]() |
![]() |
About Marcus Reed
Marcus is a network technician and tech writer who has configured thousands of routers across major ISPs including Comcast, AT&T, and Spectrum. He brings hands-on expertise to RouterHax's troubleshooting guides and brand-specific setup tutorials. Marcus is passionate about making networking accessible to everyone.
Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.
Once done, hit any button as below
![]() |
![]() |
![]() |
![]() |