Forgot WiFi Password? 7 Ways to Find It on Any Device (2026)

by Marcus Reed Updated Apr 12, 2026

Forgot WiFi Password

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.

Key Takeaways
  • Windows stores WiFi passwords in plain text—you can view them with a single command.
  • Mac stores them in Keychain Access, accessible with your admin password.
  • iPhones running iOS 16+ can reveal saved WiFi passwords directly in Settings.
  • Your router's admin panel always shows the current WiFi password.
  • As a last resort, a router factory reset lets you start fresh with the default password on the label.

Method 1: Find WiFi Password on Windows 10/11 (Command Line)

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.

See All Saved WiFi Passwords at Once

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.

Method 2: Find WiFi Password on Windows via Settings (GUI)

  1. Open Settings → Network & Internet → WiFi.
  2. Click your connected network name.
  3. Scroll down and click View WiFi security key (Windows 11 24H2+) or go to Control Panel → Network and Sharing Center → click your WiFi connection → Wireless Properties → Security tab → Show characters.

Method 3: Find WiFi Password on Mac

macOS Sonoma and Later (System Settings)

  1. Open System Settings → WiFi.
  2. Click the i button next to your connected network.
  3. Click the password field and authenticate with Touch ID or your admin password.
  4. The password will be revealed.

Using Terminal

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.

Method 4: Find WiFi Password on iPhone (iOS 16+)

  1. Open Settings → WiFi.
  2. Tap the i icon next to your connected network.
  3. Tap the Password field.
  4. Authenticate with Face ID, Touch ID, or your passcode.
  5. The password is now visible. Tap Copy to copy it to your clipboard.
Note: This feature requires iOS 16 or later. If you are on an older iOS version, you can find the password through your iCloud Keychain on a Mac, or through the router's admin panel.

Method 5: Find WiFi Password on Android

Android 10 and Later

  1. Go to Settings → Network & Internet → WiFi.
  2. Tap your connected network.
  3. Tap the Share button (QR code icon).
  4. Authenticate with your fingerprint or PIN.
  5. A QR code appears—the WiFi password is printed in plain text below the QR code on most Android versions. Other devices can scan the QR code to connect instantly.

Samsung Galaxy Devices

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.

Method 6: Find WiFi Password from Your Router

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.

  1. Open a browser and go to your router's IP address (usually 192.168.1.1 or 192.168.0.1).
  2. Log in with the router admin credentials (often admin/admin or printed on the router label).
  3. Navigate to Wireless Settings, WiFi Settings, or Security.
  4. The WiFi password (sometimes called "passphrase," "pre-shared key," or "security key") will be displayed or hidden behind a "show" toggle.
Router BrandDefault GatewayPassword Location in Admin Panel
Netgear192.168.1.1 or routerlogin.netWireless → Security Options
TP-Link192.168.0.1 or tplinkwifi.netWireless → Wireless Security
ASUS192.168.1.1 or router.asus.comWireless → General
Linksys192.168.1.1WiFi Settings → WiFi Password
Xfinity10.0.0.1Gateway → Connection → WiFi

Method 7: Check the Router Label (Default Password)

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:

  • WiFi Password / Passphrase / Key
  • Network Security Key
  • WPA Key / WPA2 Key
  • Default Wireless Password
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.

What If None of These Methods Work?

If you cannot recover the password from any device or the router admin panel, your options are:

  1. Change your WiFi password through the router admin panel. You will need to reconnect all devices with the new password.
  2. Factory reset the router to restore the default password printed on the label. Warning: this erases all custom settings.

How to Never Forget Your WiFi Password Again

  • Save it in a password manager (1Password, Bitwarden, Apple Keychain).
  • Write it on a card and tape it to the bottom of your router.
  • Create a QR code that guests can scan (use an app like "WiFi QR Code Generator").
  • Set a memorable passphrase instead of a random string (e.g., "coffee-sunset-mountain-2026" is strong and memorable).

Frequently Asked Questions

Can I find my WiFi password without being connected to the network?

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.

Is the WiFi password the same as the router admin password?

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.

Can I see WiFi passwords on an iPhone without iOS 16?

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.

Will finding my WiFi password let me see what others are browsing?

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.

How do I find the WiFi password for a public network like a hotel?

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.

Should I change my WiFi password after finding it?

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