View Wi-Fi Password in Windows 10 Without External Application

Introduction 

 
In Windows 7 and Windows 8, we have the ability to view the word of the saved Wi-Fi profile from the Control Panel directly. But Microsoft has made the setting more secure in Windows 10. This situation usually exists when our administrator changes the word of the wireless network in our system but we need to get the word for another device.
 
Without wasting any time, let's proceed to the procedure. We can do it using a command prompt only if we do not intend to use any external application.
 
Step 1
 
Open a command prompt using any of the following methods.
  • CMD or Command in the Run Box.
  • Type cmd or command in the Start menu search box.
  • Tell Cortana to open “command prompt” for you.
  • Press Windows + X to open the quick menu and press C or click on Command Prompt. You can also right-click on the Start button to get the quick menu.
Step 2
 
First, know the name of your Wi-Fi network's SSID (profile name) using the following command in the command prompt. This command will list all the profiles saved. When you press the Enter key after the code, you will get the profiles listed as in the following image. The names will be different based on what your admin has set.
  1. netsh wlan show profiles  
This will produce the result as in the following. Please note that the Profile Names might (will) be different from the ones in the following image.
 
image1
 
 
Step 3
 
Now you have the list of Wireless Networks saved in your system and you can see that within the range profile in your device when you go to the Wi-Fi settings page. Now run the following command to get the word of your network profile.
  1. netsh wlan show profile name=“ProfileName” key=clear   
Replace ProfileName from the list that is displayed by the code in Step 2. You will get results as shown in the following screen after replacing the profile name field.
 
 image2
 
You will get the security key (word) listed as Key content in the Security settings sections as we have highlighted the result for our query.
 
Official Documentation: Microsoft Windows | Source: PR's Blog
 
Please share your views or any alternative methods of getting the preceding task done.
 

Summary

 
In this article, we learned about View Wi-Fi Password in Windows 10 Without External Application. 


Similar Articles