DbAppWeb.com

Menu
  • Home
  • Linux
  • HP-UX
  • macOS
  • Windows
  • Web Servers
  • App Servers
  • Storage

How to Find the Wi-Fi Password of your Current Network

August 12, 2017 DbAppWeb Admin

Your computer is connected to a Wi-Fi network but you do not remember the password that you had earlier used to connect to this particular WiFi network. Maybe you forgot the password or maybe the network administrator entered it directly without revealing the actual password to you.

You would now like to connect a second device, like your mobile phone, to the same WiFi network but how do you find out the password? You can either send a password request to the WiFi admin or you can open the command prompt on your computer and retrieve the saved password in one easy step.

Find the Wi-Fi Password on Windows

Follow the steps given below to see the password of the Wi-Fi network through which you have connected:

    • Run the Command Prompt as an administrator.
    • Type the command shown below and hit the enter button, replace the name Patelsingh with the name of your wireless SSID which is the name of the Wi-Fi network through which you have connected.
netsh wlan show profile name=Patelsingh key=clear
    • The output of this command will show the Wi-Fi password. You will find the password in the plain text corresponding to Key Content under security settings.
    • If you want only to see the password and not the other information then please run the below command.
netsh wlan show profile name=Patelsingh key=clear | findstr Key

Find the Wi-Fi Password on Mac OS X

Mac OS X uses Keychain to store the configuration details of the WiFi network and we can use the BSD command “security” to query anything stored inside Keychain, including the Wi-Fi password. You can find the Wi-Fi password easily as shown in the below steps:

  • Open Spotlight (Cmd+Space) and type terminal to open the Terminal window
Open terminal window on Mac OS X

Open terminal window on Mac OS X

    • At the command line, type the command shown below, replace Patelsingh with your WiFi name and hit enter button.
security find-generic-password -wa Patelsingh
  • It will ask for your Mac username and password to access the OS X keychain. Enter the username and password and click on the allow button.Enter the username and password
  • Now it will show your and the Wi-FI network’s password on the screen in plain text.wi-fi password

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
Prev Article
Next Article
Tags:Internet Tips & Tricks Linux Mac OS X Sys Admin Windows

Leave a Reply Cancel Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • Popular
  • Recent

Categories

  • Android (2)
  • Blogger (16)
  • Domain and Hosting (1)
  • Hardware Issues (7)
  • HP-UX (55)
  • HPE Data Protector (9)
  • IBM Lotus Notes (2)
  • IBM WebSphere Application Server (16)
  • Internet Tips & Tricks (15)
  • iOS (8)
  • JBoss/WildFly Application Server (2)
  • Linux (76)
  • macOS (15)
  • Microsoft Windows (31)
  • News and Updates (11)
  • Oracle Database (5)
  • SSL/TLS (1)
  • Storage Servers (23)
  • Tools/Softwares (1)
  • VMware ESXi (17)
  • Web Servers (14)
  • WordPress (5)

Archives

DbAppWeb.com

Solution of Database, Application and Web Server Problems

About DbAppWeb.com

One Stop Solution for Database Server, Application Server and Web Server Problems.

Subscribe to Blog via Email

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

DbAppWeb on Social Media

Copyright © 2025 DbAppWeb.com
Terms and Conditions   Theme by MyThemeShop.com
 

Loading Comments...