How can I see the saved Wi-Fi passwords on my mobile?

any way to find out saved wifi passwords?

Better Asked on April 19, 2020 in Technology.
Add Comment
  • 1 Answer(s)

    1. Retrieving Saved Wifi Password on Android


    This simple and straight forward process will help you find your saved Wi-Fi passwords on your Android phone. Even better, doing so doesn’t require you to “root” or “jailbreak” the phone.

    1. Open up your File Manager in Android. If you don’t have one built-in, there are a number of free and cheap apps you can download from Google Play. The Root Explorer, OI File Manager, and ES File Explorer are all good options if you need one.
    2. Navigate to the /data/wifi/ or to the/data/misc/wifi/ directory, depending on the device.
    3. In /data/wifi/, look for and open a file namedbcm_supp.conf. In /data/misc/wifi/ look for and open a file named wpa_suppliciant.conf.
    4. After you select wpa_supplicant.conf, you will be prompted to choose a text editor with which to open the file. If you don’t have one built into your Android device, there are a number of free text editor apps you can download from Google Play. 920 Text Editor is a good, free one to use.
    5. Once the file is open, you will be able to see a lot of the data and passwords about the various Wi-Fi networks you’ve previously connected to. Look for the following sequence of code in order to find the password for each Wi-Fi network.

    Simply look for the sequence of code that has the name of the Wi-Fi network whose password you’re looking for.
    network={
    ssid=”NETWORK_NAME_HERE”
    psk=”PASSWORD_HERE”
    key_mgmt=WPA-PSK
    priority=1
    }

    Once you’re in the right file, you can easily locate the saved Wi-Fi passwords and will be in a position to access the network regardless of the time of day and without bothering your co-workers or friends for the password. This easy set of instructions for how to recover Wi-Fi password on Android without root will prove invaluable.

     

    2.

    Just open your browser and type in
    192.168.1.1

    Then use this:
    Id: admin
    Password: admin

    After this just locate the security settings tab, open it and change/view the password.

    Good Answered on April 19, 2020.
    Add Comment
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.