Posted  by 

How To Find Password For Wifi On Mac

Jul 27, 2015  How To Find the WiFi Password on Mac OS X last updated July 27, 2015 in Categories BASH Shell, Mac OS X, UNIX. I ‘ve MBP 13″ laptop. How can I find out the Wifi password on Mac OS X using command line and GUI options? Display the WiFi Password on Mac OS X Using CLI. How to Retrieve the Wi-Fi Password of a Connected Network on a Mac. Ask Question Asked 7 years, 2 months ago. Active 11 months ago. Viewed 1.5m times 271. I need to find the password for a Wi-Fi network that I am already connected to. I'm using a MacBook Pro that's running OS X Lion. Any guidance is appreciated. Find WiFi Network Password Using Your Mac 1. First and foremost, launch Terminal. You can either launch it via Finder. Type in the following command in Terminal: 3. You’ll be prompted to enter your Mac’s administrator username and password. You’ll now be presented with the WiFi network’s.

  1. How To Find Wpa2 Password For Wifi Mac
  2. How To Find Password For Wifi On Macbook Pro
  3. How To Forget Password Wifi On Macbook
Categorized under Linux

WhatsaByte may collect a share of sales or other compensation from the links on this page.

With the help of a few simple commands in Windows, Mac OS or Linux, you will be able to retrieve your saved passwords of all the wireless networks that your computer has already connected to.

Your computer was connecting to a wireless network for using the Internet some time ago. But now you have forgotten it, or someone has entered the password directly for connecting without telling you, such as your friends or the network administrator.

There would be no problem with your current computer because it’s already connected to the wireless network, and you can use the Internet as usual. The point is that you want to connect the second device to this WiFi network, such as your smartphone, or laptop, but you don’t actually know what the password is.

How To Retrieve a WiFi Password That’s Saved On Your Computer

In this article, I’m going to share detailed instructions that you can use to find those saved WiFi passwords on your computer and then use them for other devices without asking your network administrator or your friends.

Find Saved WiFi Password In Windows

Firstly, press Windows + X, and hit the A key and then select Yes to open the Command Prompt with the administrative privilege.

In the next step, execute the following command to view the saved password of your desired wireless network.

netsh wlan show profile name=UsefulPCGuide key=clear

Remember to replace “UsefulPCGuide” with the name of the wireless network whose password you want to see.

How to find wpa2 password for wifi mac

The Command Prompt program will show you all the necessary details of the requested wireless network. You can quickly locate the password under the Security Setting section.

Only want to show the saved password instead of everything? Use the command below:

netsh wlan show profile name=UsefulPCGuide key=clear findstr Key

Note: Make sure you open the Command Prompt program in administrator mode. Otherwise, sometimes the password doesn’t show.

Getting “The Wireless AutoConfig Service (wlansvc) is not running” error message?

Mac

Don’t worry! Just press Windows + R, type: services.msc to open Windows Service. In the next step, search for WLAN Autoconfig and make sure it’s running. If it doesn’t, right-click on it and select the Start option.

Retrieve WiFi Password In Mac OS

How To Find Wpa2 Password For Wifi Mac

Finding the saved wireless password in Mac OS is as easy as what you would do in Windows. In Mac OS, all the configuration details are stored in the Keychain, and you can use the “security” BSD command to view the desired information.

Also Read: How To Change WiFi Password On Your Wireless Router?

Press the Command + Space combination to bring up Spotlight. Then type: terminal and select the Terminal application from the list to open it.

In the next step, execute the following command to retrieve the saved WiFi password. Make sure you have replaced UsefulPCGuide with your wireless network name.

security find-generic-password -wa UsefulPCGuide

That’s it!

How about Linux?

Find Saved Wireless Password In Linux

To retrieve the saved wireless password in Linux, you can use the following command:

sudo cat /etc/NetworkManager/system-connections/UsefulPCGuide grep psk=

Make sure to replace “UsefulPCGuide” value with your wireless network name. The value of the “psk” field is the saved WiFi password that you want to know.

In case you don’t know the wireless network name, use this command to view all the connections:

How To Find Password For Wifi On Macbook Pro

sudo grep psk= /etc/NetworkManager/system-connections/*

That’s it!

Simple, right?

In case you do not remember the password for your WiFi network, you can recover it using your Mac. Your Mac saves passwords for all of the WiFi networks that you connect to in the Keychain Access and lets you view them when you want. Keychain Access also stores a number of other passwords that you use for various apps on your machine.

Here’s how you can use Keychain Access to retrieve your forgotten WiFi network password.

Recovering a Forgotten WiFi Password Using Your Mac

How To Forget Password Wifi On Macbook

1. Click on Launchpad in your dock, search for and click on “Keychain Access.”

2. When Keychain Access loads, click on “System” in the left-hand menu. That is where your WiFi network is located.

Best Streaming:'Outstanding performance for both media streaming and file transfers.' Best Storage:'Nine drives of storage.a smart option for NAS shoppers looking for a single solution to hold all their data.' Best for Small Businesses:'Allowing terabytes of data to fit neatly in your pocket over the cloud with Synology’s mobile app.' Best Media:'HDMI support on the rear of the box, which allows 1080p videos to play directly from the NAS to an HDTV.' Best Budget:'Offers both sharp looks and good performance at a welcoming price tag.' Network attached storage for mac.

3. Find your WiFi network in the long list. When you have found it, right click on it and select “Get Info” to get to the screen where you can see the password.

4. On the screen that follows and checkmark the box that says “Show password” to have it show you the WiFi password.

5. A prompt will appear asking you to enter your username and password. Do so and click on “OK” to move forward.

6. You will get a second prompt asking you to enter your full username and password. Fill in those details, and then click on “Allow” for Keychain Access to show the password.

7. You should be able to see your WiFi network password in the box next to the “Show password” checkbox to help you use it on your other devices.

If you would like to copy the password to your clipboard in a faster way, you can simply right click your WiFi network in the list, select the “Copy Password to Clipboard” option and the password will be copied to your clipboard.

Do note that you will still need to enter your user account details before getting the password copied to your clipboard. That is just a precaution that Apple takes to ensure that you are the authorized user before giving access to that particular information on your Mac.

Conclusion

It is very easy to forget the WiFi password if it has not been used recently, and the guide above should help you recover it using your Mac.