...
Coastal IT Services: Empower your business with our IT solutions. Hand touching digital interface. Managed IT services for business growth.

How to Find WiFi Password on Windows 10 in 3 Simple Steps

Table of Contents

You’re connected to your home or office WiFi, but when a guest asks for the password—or you need to connect a new device—you realize you have no idea what it is.

Windows 10 stores the credentials for every network you’ve connected to, and knowing how to find a WiFi password on Windows 10 takes less than two minutes using built-in tools. No third-party software is required. This guide covers three methods to retrieve your WiFi password, plus troubleshooting steps if something goes wrong.

Why You Need Access to Your Saved WiFi Password on Windows 10

Your WiFi password is stored locally on your computer the moment you connect to a network. Windows remembers it so you don’t have to re-enter it every time. But that convenience becomes a problem when you need the password and can’t remember it.

Most people need to recover WiFi credentials for straightforward reasons: connecting a new phone, tablet, or smart home device; sharing the password with a visitor; setting up a new laptop; or reconnecting after a router restart. IT professionals frequently need to retrieve stored passwords when onboarding employees or troubleshooting connectivity across multiple workstations.

Whatever the reason, Windows 10 gives you several ways to view your saved WiFi password without resetting your router or contacting your ISP.

Security Considerations Before Retrieving Your Credentials

Before you display your WiFi password on screen, be mindful of your surroundings. Anyone who can see your monitor can see the password. Avoid retrieving credentials during screen-sharing sessions or in shared spaces unless you trust everyone present.

The methods below only reveal passwords for networks your computer has previously connected to. You cannot use these techniques to access passwords for networks you haven’t joined.

Method One: Using Network Settings to View Saved WiFi Password

This is the most beginner-friendly approach. It uses the Windows 10 graphical interface and requires no command-line knowledge.

  • Step 1: Right-click the WiFi icon in your system tray (bottom-right corner of your taskbar) and select Open Network & Internet Settings. Alternatively, go to Settings > Network & Internet > Status.
  • Step 2: Scroll down and click Network and Sharing Center. In the window that opens, you’ll see your active connection next to “Connections.” Click the WiFi network name—it appears as a blue hyperlink.
  • Step 3: In the WiFi Status window, click Wireless Properties. Navigate to the Security tab. You’ll see the Network security key field with your password hidden behind dots. Check the box labeled “Show characters” to display your WiFi password in plain text.

This method works for the network you’re currently connected to. If you need the password for a network you’ve connected to in the past but aren’t currently using, move to Method Two.

Method Two: Accessing Stored WiFi Password Through Command Prompt

Command Prompt lets you retrieve WiFi credentials for any network your computer has ever connected to—not just the one you’re currently using. This makes it the most versatile method for recovering saved passwords.

You need administrator privileges to access stored WiFi passwords. Click the Start menu, type cmd, then right-click Command Prompt and select Run as administrator. Click Yes when the User Account Control prompt appears.

Executing the Correct Commands for Your Network

First, view all saved network profiles by typing:

netsh wlan show profiles

Press Enter. Windows will display a list of every WiFi network your computer has connected to. Find the network name you need the password for.

Next, retrieve the password for that specific network:

netsh wlan show profile name=”YourNetworkName” key=clear

Replace “YourNetworkName” with the exact name of your WiFi network, keeping the quotation marks. Press Enter.

Scroll down to Security settings. The line labeled “Key Content” displays your WiFi password in plain text. If Key Content is blank, the network profile may have been partially corrupted or the password wasn’t saved when you originally connected.

Quick Tip: Retrieve All Passwords at Once

To display WiFi passwords for every saved network in a single output, use:

netsh wlan show profiles key=clear

This command lists every stored profile along with its password, which is useful if you need to recover credentials for multiple networks at once.

Method Three: Display WiFi Password Via PowerShell

PowerShell offers the same functionality as the Command Prompt with slightly different syntax. Open PowerShell as administrator by right-clicking the Start button and selecting Windows PowerShell (Admin). Then enter:

(netsh wlan show profiles) | Select-String “All User Profile” | ForEach-Object { _ -replace “All User Profile\s+:\s+”, “” } | ForEach-Object { netsh wlan show profile name=”_” key=clear }

This retrieves passwords for all saved networks in one step. For a single network, use the same command as Method Two:

netsh wlan show profile name=”YourNetworkName” key=clear

PowerShell and Command Prompt use the same underlying netsh utility, so results are identical. Choose whichever tool you’re more comfortable with.

Troubleshooting When You Cannot Retrieve WiFi Credentials

In most cases, the methods above work without issues. When they don’t, a few common problems are usually responsible.

If the Show characters checkbox is grayed out, you may not be logged in with an administrator account. Switch to an admin account or use Command Prompt instead.

If the network doesn’t appear in your saved profiles list, Windows may have removed it after a major update or system restore. Check the physical label on your router for the default password, or log into your router’s admin panel (typically 192.168.1.1 or 192.168.0.1) to view or reset the password directly.

If Command Prompt returns the profile but Key Content is empty, try forgetting and reconnecting to the network. Some enterprise networks use authentication methods that don’t store a traditional password locally.

Protecting Your Access Stored WiFi Password After Recovery

Once you’ve retrieved your WiFi password, take a few steps to keep it secure.

Store the password in a password manager rather than an unencrypted text file on your desktop. If you share the password with a guest, consider changing it afterward—especially if the visitor won’t need ongoing access.

Review your saved network profiles periodically. Remove networks you no longer use—old hotel connections, past workplaces, or coffee shops—by running:

netsh wlan delete profile name=”NetworkName”

This reduces your attack surface by removing credentials for networks that could potentially be spoofed. Also ensure your WiFi network uses WPA2 or WPA3 encryption. If your router is still set to WEP or open security, update it immediately.

How Coastal IT Helps Secure Your Windows 10 Network Configuration

Recovering a forgotten WiFi password is a quick fix, but it often reveals larger network management gaps—weak passwords, outdated encryption, and poorly managed credentials across devices.

Coastal IT provides comprehensive network security services, including WiFi configuration, password management, router hardening, and ongoing monitoring. We help clients establish secure, well-documented network setups so forgotten passwords become a minor inconvenience instead of a recurring problem.

Need help securing your network or managing WiFi credentials across multiple devices? Contact Coastal IT to schedule a consultation.

FAQs

1. Can I retrieve my WiFi password on Windows 10 if I forgot it completely?

Yes, as long as your computer has connected to that network at least once and the profile is still saved. Use Command Prompt with the command netsh wlan show profile name=”NetworkName” key=clear to display the stored password. If the profile has been deleted, you’ll need to check your router directly.

2. Is using Command Prompt safer than PowerShell to access stored WiFi credentials?

Both tools are equally safe—they use the same netsh utility and display the same information. Neither method transmits your password over the internet nor exposes it to external parties. The only risk is someone seeing your screen while the password is displayed.

3. Why do Windows 10 network settings sometimes refuse to display my WiFi password?

The most common cause is insufficient permissions. The Show Characters checkbox requires administrator access. If it’s grayed out, switch to an admin account or use Command Prompt as administrator instead. Major Windows updates or system restores can also remove saved network profiles entirely.

4. What happens if I recover my network password but can’t reconnect to WiFi?

First, forget the network in your WiFi settings and reconnect from scratch using the recovered password. If that fails, restart your router and computer. Persistent issues may indicate the password was changed on the router side—log into your router’s admin panel to confirm the current password matches what you recovered.

5. How do I protect my Windows 10 after retrieving and viewing my saved WiFi password?

Store the password in a password manager rather than an unencrypted file. Remove saved profiles for networks you no longer use with the netsh wlan delete profile command. Ensure your network uses WPA2 or WPA3 encryption, and consider changing your WiFi password if you shared it with temporary visitors.

More To Explore

Help Is Here