Skip to content
Home » Microsoft » Windows » How to Find the WiFi Password of Connected Network on Windows

How to Find the WiFi Password of Connected Network on Windows

Most people connect to their home networks and won’t bother to change their WiFi passwords very often. As for me, I couldn’t even remember when was the last time I’ve changed my WiFi password at home. As any device would generally remember the password once you enter it for the first time, there is no need to remember the password or re-type it every time. So, usually, we tend to forget the WiFi password and some people might jot it down somewhere. Let’s learn how we can find the WiFi password of a currently connected network on a Windows PC. Before you proceed, check our tips to speed up Windows PC easily.

However, you will need the WiFi password to connect a new device or reconnect an old device (if it didn’t save the password). In some cases, your office administrator might directly enter the password without revealing it to you, so you won’t even know the actual password. So, if you need to connect another device, you’ll need to request your admin for the password but that usually goes through a lot of processes that I usually don’t prefer.

In this tutorial, we will show you how to find the WiFi password of your current network using a Windows machine. The process is extremely simple and you don’t need to be a pro-hacker to do this stuff. All you need to do is enter a simple command which will show you the password of the current WiFi network. So, let’s see how a little command line magic would unveil your WiFi password in a fraction of a second.

Find the WiFi Password on Windows Machine

  1. Open the Command prompt with admin privileges. To do this, you can simply click on the “Command prompt” icon in the start menu, right-click on it and select “Run as Administrator“. Click on OK on the next prompt to open the cmd with admin permissions.
    windows menu
  2. Now simply enter the below command to view the entire network information of your current WiFi.
    netsh wlan show profile name=robsworth key=clear

    Replace “robsworth” with the SSID (WiFi network name usually) of your WiFi network.
    wifi password windows

  3. You can get your WiFi SSID from the WiFi network panel on your Windows PC. Check the below screenshot for reference.
    wifi ssid
  4. If you don’t want to view all the network information and just want to have a glance at your WiFi password, you can use the below command (replace SSID) which will show your password straight away.
    netsh wlan show profile name=robsworth key=clear | findstr Key

    wifi passwd direct command

Note: In case if you couldn’t view the password, you might not have opened the command prompt with admin privileges.

That’s it. If you’re stuck at any point in this tutorial, feel free to reach us in the comments section below.

Read Also: 10 Useful Windows Command Prompt Tricks

Naveen Robsworth

Naveen Robsworth

Naveen is a tech enthusiast with a deep interest in Open Source software and Operating Systems. Freelancing and learning new technologies are his motives. His Pen name Robsworth reflects that his talents are worthy to be robbed.View Author posts