Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Find saved Wi-Fi Passwords in Windows 10 and 11

Posted on 24/11/202215/08/2026 Matthew By Matthew No Comments on Find saved Wi-Fi Passwords in Windows 10 and 11
  1. Home
  2. Network | Monitoring
  3. Find saved Wi-Fi Passwords in Windows 10 and 11
Featured-image_wifipass
How to View Saved Wi-Fi Password

If you know how to look at saved Wi-Fi passwords on your device, you won’t have to reset and re-configure them when you need them quickly. If you have forgotten your Wi-Fi password. In this article, you will learn how to find saved Wi-Fi Passwords in Windows 10 and 11. Please see how to remove Microsoft Defender update on Windows 10 and Windows Server image, and how to view Microsoft Defender Antivirus update details on Windows 10 image (install.wim), and how to Create a Windows 10 or 11 bootable USB with UEFI support.

One of the easiest ways to know the default Wi-Fi password is to check the back of your ADSL mode. Or the router and use that to connect to your wireless network.

Windows WiFi password

However, if you’ve previously changed your Wi-Fi password, the only way to regain access to your wireless network is to either reset your modem to its default settings, find the Wi-Fi password from an old computer, or find it from other Windows 10 or 11 devices that are currently connected to the wireless network. Here is another guide on how to reveal the WiFi password of the Network you are connected to in Windows.

Here are other interesting guides you can read about How to enable or disable Windows Defender Antivirus Periodic Scanning on Windows via Windows Security, How to restore quarantined files in Microsoft Defender Antivirus,and  How to find and remove Malware with Microsoft Defender Offline. This guide shows you step-by-step how to see the saved names and passwords for wireless networks on Windows 10 or Windows 11.

View Saved Wi-Fi Passwords in Windows 10 or 11

We will be showing you three different ways in which you can quickly view the saved Wi-fi of your wireless network.  Please see Unable to connect to Eduroam WLAN: WiFi Username remembered on MAC.

Method 1: View the Wi-Fi Password of your Active Wireless Connection

If you simply want to see the Wi-Fi password for a wireless network that you are currently connected to use this method. Use one of the remaining methods to check all the stored passwords on a Windows 10 or 11 computer.

To launch the Run dialog box, press the Windows key + R together. Type ncpa.cpl in the box and hit Enter to open the Network Connections page.

image1
Run dialog box

Right-click on your Wi-fi adapter and choose Status from the menu that appears.

image2-1
Network Connections

Click on Wireless Properties.

image3
Wi-Fi Status

Click the Security tab and check the box next to “Show characters.” You may be prompted to enter your UAC to view the Wi-Fi password for the wireless network.

image4-1

Method 2: How to View Saved Wi-fi Passwords Using Command Prompt

You can view the Wi-Fi passwords for any wireless network you’ve ever connected to using the command line. To do this follow the steps below.

Press the Windows key to open the Start menu and type CMD and select Run as an Administrator.

image5-1
Windows Start menu

Type the following command and press Enter to view all the saved Wireless profiles.

netsh wlan show profiles
image6-1
Command Prompt

You should see all the wireless networks you have previously connected to after running the above command. Find the wireless network you want to view the Wi-Fi password for, then enter the following command to display the password:

netsh wlan show profile name="Wireless-Name" key=clear

Replace the “Wireless-Name” with the name of the Wi-Fi network you want to view the password.

The command will display several information about the Wi-Fi password. Scroll down to Security Settings and view the Wi-Fi password next to Key Content.

image7-1
Command Prompt

If you are simply interested in seeing the password and know the Wi-Fi network’s name. You can also use the command shown below:

netsh wlan show profile name="network name" key=clear | find /I “Key Content”
image8
Command Prompt

Please see How to Get the Windows 10 Version 22H2 Update. Setting up and configuring Cisco WAP 551 and WAP 561, and installing ADK|WinPE|MDT: Deploy Windows with WDS. Also see 5 Steps to Fix Outlook continually prompts for passwords on Windows 10 and 11.

Method 3: How to View Saved Wi-fi Passwords Using PowerShell

You can also view the Wi-Fi passwords for any wireless network you’ve ever connected to using PowerShell. To do this follow the steps below.

Press the Windows key to open the Start menu and type PowerShell and select Run as an Administrator.

image9
Windows Start menu

Copy and paste the following command to display all the Wi-Fi networks and their passwords.

(netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key Content\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table -AutoSize

This command lists the names and passwords of every Wi-Fi network you’ve ever connected to. Please see Windows Modules Installer: How to deactivate TrustedInstaller in Windows. How to fix Error code 0x801c001d: Automatic registration failed, failed to look up the registration service information from Active Directory with exit code unknown HResult.

image10
PowerShell

I hope you find this post helpful on how to find saved Wi-Fi Passwords in Windows 10 and 11. If you have any questions, feel free to leave them in the comment section below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Network | Monitoring, Windows, Windows Server Tags:Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Unable to find my BitLocker Recovery Key in AD
Next Post: How to get the Windows 10 Version 22H2 Update

Related Posts

  • We cannot fine camera
    Fix we could not find a camera compatible with Windows Hello Face Windows
  • Uninstall SQL Server 2025
    Uninstall Microsoft SQL Server 2025 from Windows Oracle/MSSQL/MySQL
  • Preventing Attacks on Cisco Switches Blog Header
    How to enable ssh via ASDM on Cisco ASA Network | Monitoring
  • windows subsystem
    What is Windows Subsystem for Linux Windows Server
  • Wordpress
    How to Install and Configure WordPress on Your Windows Computer Using WAMP SERVER Web Server
  • article 1280x720.192a2586
    How to fix Scheduled task status prompts error 0x800710E0 Windows Server

More Related Articles

We cannot fine camera Fix we could not find a camera compatible with Windows Hello Face Windows
Uninstall SQL Server 2025 Uninstall Microsoft SQL Server 2025 from Windows Oracle/MSSQL/MySQL
Preventing Attacks on Cisco Switches Blog Header How to enable ssh via ASDM on Cisco ASA Network | Monitoring
windows subsystem What is Windows Subsystem for Linux Windows Server
Wordpress How to Install and Configure WordPress on Your Windows Computer Using WAMP SERVER Web Server
article 1280x720.192a2586 How to fix Scheduled task status prompts error 0x800710E0 Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • OxscsIP
    Enable Virtualization in Windows: Fixing VirtualBox’s 32-bit Option Virtualization
  • Specifiy the right credential for adding a domain
    Specify user account name when adding a DC to an existing Forest Windows Server
  • fix windows activation 0x87E10BC6 error
    Fix Error 0x87E10BC6 on a PC running Windows non-core Edition Windows
  • windows 10 bjw3 1280x720 1
    Difference between testing and debugging Windows
  • Raise or Downgrade AD Domain and Forest Functional Level
    Raise or Downgrade AD Domain and Forest Functional Level Windows Server
  • FEAUREanydesk
    How to install AnyDesk on a Linux Machine Linux
  • Slide2 1
    How to deploy WordPress on Azure App Service AWS/Azure/OpenShift
  • Fix windows Update corruption e1786450279443
    How to fix Update Error 0x800f0831 in Windows or Windows Server Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.