How to find the Wi-Fi password on a Samsung Galaxy phone: all the methods in 2026

Have you forgotten your home Wi-Fi password, and the router is in an inaccessible location or the sticker with the code has long since worn off? This situation is familiar to many people, especially if guests need to connect to the network and you don't remember the password combination. Luckily, phones Samsung Galaxy There are several ways to retrieve a saved Wi-Fi password without resetting the router. In this article, we'll cover all the current methods, from standard functions Android 13/14 to the hidden capabilities of the file system.

It is important to understand that not all methods work on all models. GalaxyFor example, on phones with One UI 5.0 and later A built-in password viewing function has appeared, whereas on older versions you will have to use workarounds. Also, some methods require root rights — we'll indicate where they're necessary and where you can do without them. If you're unsure of your model or firmware version, check it in Settings → About phone.

We warn you in advance: if your Samsung Galaxy If your device isn't rooted, some methods won't be available. But even without root, you can find the password using at least one of the suggested methods. Let's start with the easiest!

1. View password via Wi-Fi settings (One UI 5.0 and later)

With the exit Android 13 and shells One UI 5.0 Samsung has finally added a long-awaited feature—the ability to view saved passwords directly in the settings. This works on most modern models, including Galaxy S22/S23/S24, A54/A73 and newer devices. Here's how to do it:

  1. Open the app Settings on the phone.
  2. Go to the section Connections → Wi-Fi.
  3. Click on the name of your current network (or any saved network whose password you want to find out).
  4. Tap on the icon 🔍 See more (or ⚙️ Additional in some firmware).
  5. Select an item Password or Show password.
  6. Verify your identity with PIN code, fingerprint or pattern.

After this, the password for the selected network will be displayed on the screen. You can copy it or show it to guests. Please note: if you guest network or corporate Wi-Fi with certificates, this method may not work - such networks often do not store passwords in cleartext.

⚠️ Note: On some firmware versions, Samsung hides the password with asterisks (••••••••) even after clicking "Show." In this case, try holding down the password field—sometimes a copy option appears.

If you have an older version One UI (4.0 or lower), this method will not work. Proceed to the next method.

📊 What model of Samsung Galaxy do you have?
S20/S21/S22/S23/S24
A-series (A14/A34/A54, etc.)
Fold/Flip
Another model
Don't know

2. Using the wpa_supplicant.conf file (without root)

On all phones Samsung Galaxy (and any other on Android) passwords for Wi-Fi networks are stored in a system file wpa_supplicant.confIt can be accessed without root access, but with some limitations. Here's how:

  1. Install any file manager with access to system folders, for example FX File Explorer or Solid Explorer (enable display of hidden files in settings).
  2. Follow the path:
    /data/misc/wifi/WifiConfigStore/

    Or an alternative way (on some firmware):

    /data/misc/wifi/
  3. Find the file wpa_supplicant.conf and open it with any text editor.
  4. Inside the file there will be blocks of the following type:
    network={
    

    ssid="Network_Name"

    psk="network_password"

    key_mgmt=WPA-PSK

    }

    Where psk - this is your password.

Unfortunately, on most modern phones Samsung folder /data/ It's protected, and you won't be able to open it without root access. However, there is a workaround:

  • 📱 Make a backup copy through Settings → Accounts and backup → Backup and restoreSometimes Wi-Fi data is saved in the backup.
  • 💻 Connect your phone to your PC and use ADB (Android Debug Bridge) to extract the file. Commands:
    adb shell
    

    su

    cat /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf

    (requires USB debugging enabled and sometimes root).

  • 🔧 Use password manager apps like WiFi Password Viewer (does not work on all models).
⚠️ Warning: Changing or deleting a file wpa_supplicant.conf This may result in the loss of all saved Wi-Fi networks. Do not edit it manually!

3. Apps for viewing Wi-Fi passwords

If the previous methods don't work, you can use third-party apps. They fall into two categories:

  1. For phones without root — have limited functionality and often only show the networks you are currently connected to.
  2. For rooted phones — have full access to all saved networks and their passwords.

Here are the proven apps for Samsung Galaxy:

Application Root required? Link (Google Play) Peculiarities
WiFi Password Viewer ❌ No Available on Play Market Shows only the current network, may not work on new Samsung devices
WiFi Password Recovery ✅ Yes Available on Play Market Full access to all saved networks, export to file
Root Browser ✅ Yes Available on Play Market Allows you to manually find and open wpa_supplicant.conf
ES File Explorer (old version) ❌ No (but permits are required) Not available on Play Market Can open system files on Android 8 and below

How to use such applications:

  1. Download and install the selected application.
  2. Launch it and grant all requested permissions (access to storage, Wi-Fi, etc.).
  3. In the main menu, select a section Saved Networks or WiFi Passwords.
  4. Find the desired network in the list and tap on it - the password will be displayed on the screen.

On phones with One UI 4.0 Many of these apps, including those from earlier versions, have stopped working due to Samsung's tightened security policies. If the app doesn't show passwords, try the following method.

Make sure your phone is charged more than 30%

Enable installation from unknown sources (Settings → Security)

Grant the app access to storage and Wi-Fi

Restart your phone after installation (sometimes it helps)-->

4. Viewing the password through the router (alternative method)

If none of the methods on your phone work, you can find out your Wi-Fi password directly through your router settings. This is a universal method that works regardless of your router model. Samsung GalaxyHere's how to do it:

  1. Find out Your router's IP address. Usually it is 192.168.0.1 or 192.168.1.1You can check this in your phone's Wi-Fi settings (tap the network name → Network managementAdditionally).
  2. Enter this IP into the address bar of the browser on your phone or computer.
  3. Log in to your router's control panel. The default login and password are usually admin/admin or indicated on the router sticker.
  4. Go to the section Wi-Fi (or Wireless, Wireless network).
  5. Find the field Password, Key or PSK — your current password will be there.

If you don't remember your router login details, try:

  • 🔍 Look at the sticker on the back of the router (the default login/password is often indicated there).
  • 📞 Call your provider - they can provide standard data for your model.
  • ⚙️ Reset the router to factory settings (button Reset on the back panel) - but then you will have to set up the network again.
⚠️ Note: If you are not a network administrator (for example, connected to Wi-Fi in an office or public place), this method will not work - you will not have access to the router settings.
What to do if your router is blocked by your ISP?

Some providers block access to Wi-Fi settings in the router control panel. In this case:

1. Call your provider's support team and ask them to provide you with your network password (identity verification may be required).

2. Ask to send an SMS with the login details for the router.

3. If you rent a router from a provider, you can replace it with your own—many companies allow this for free.

5. Extracting Password Using ADB (For Advanced Users)

If you are familiar with Android Debug Bridge (ADB), you can extract the Wi-Fi password via the command line. This method works on most phones. Samsung Galaxy, but requires preliminary configuration:

  1. Turn on Developer mode on your phone: go to Settings → About phone → Build number and tap on it 7 times.
  2. Return to Settings → Developer options and turn it on USB debugging.
  3. Connect your phone to your computer via USB cable and confirm debugging permission.
  4. Download and install ADB Tools on a PC (for example, Platform Tools from Google).
  5. Open a command prompt (or PowerShell) in the ADB folder and run the following commands:
    adb shell
    

    su

    cat /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf

If the team su If it doesn't work, you don't have root access. In this case, try this alternative command:

adb pull /data/misc/wifi/WifiConfigStore/wpa_supplicant.conf C:\

This command will copy the password file to disk. C:\ your computer.

The advantage of this method is that it works even on new models. Samsung Galaxy, where access to system files through file managers is blocked. However, this requires a computer and minimal command line skills.

6. Reset your Wi-Fi password using factory settings

If you urgently need Wi-Fi access and all other methods have failed, you can reset the network settings on your phone. This won't reset the password on the router, but it will delete all saved networks on your Samsung Galaxy, after which you will be able to connect again (if you know the password or can find it out in other ways).

How to reset network settings:

  1. Go to Settings → General Management → Reset.
  2. Select Reset network settings (or Reset Wi-Fi, Bluetooth, and mobile network settings).
  3. Confirm the action using a PIN code or pattern.
  4. After you restart your phone, all saved Wi-Fi networks will be deleted.

This method won't help you find your old password, but it will allow you to reconnect to the network if you remember it or find it another way. Use it only as a last resort!

⚠️ Note: Resetting network settings will also delete all saved passwords for Bluetooth devices and VPN connections. You will need to set them up again afterward.

7. Features for different Samsung Galaxy models

Depending on the model Samsung Galaxy and versions One UI The available methods for viewing your Wi-Fi password may vary. Here's a quick overview:

Model/Series One UI version Does viewing the password work in settings? Do apps work without root? Notes
Galaxy S22/S23/S24 5.0+ ✅ Yes ❌ No (Samsung lock) It's better to use built-in settings or ADB
Galaxy A54/A73 5.0+ ✅ Yes ⚠️ Partial (current network only) File wpa_supplicant.conf protected
Galaxy S20/S21 3.0–4.0 ❌ No ✅ Yes (apps like WiFi Password Viewer) You can use root or ADB
Galaxy Note 10/20 2.5–3.1 ❌ No ✅ Yes ES File Explorer works on some firmware versions.
Galaxy J-series 1.0–2.0 ❌ No ✅ Yes The most "open" for password extraction

On Samsung phones with an Exynos chip (such as the European versions of the Galaxy S23), access to system files is sometimes blocked even via ADB. In this case, the only options are resetting the router or contacting your ISP.

If your model is not listed in the table, try all the methods in order, starting with the simplest (view in settings). On new flagships (Galaxy S24 Ultra, Fold 5) Samsung actively closes the "palms" for extracting passwords, so the chances are higher on older or budget models.

FAQ: Frequently asked questions about Wi-Fi passwords on Samsung Galaxy devices

Is it possible to find out the password for a Wi-Fi network I've connected to before but am currently offline?

Yes, but only if the phone has saved data for that network. On new Samsung models (One UI 5.0+), you can view the passwords for all saved networks in the settings. On older phones, you'll have to use a file. wpa_supplicant.conf or rooted applications.

Why aren't password viewer apps working on my Galaxy S23?

Samsung is actively blocking access to system files on flagship models with One UI 5.0 and newer. Most apps from the Play Market can't bypass these restrictions. Try the ADB method or view the password in your phone's settings (if you have One UI 5.0+).

I rooted my phone. How do I find my Wi-Fi password now?

With root privileges you have full access to the file. wpa_supplicant.conf. Use any root manager (for example, Root Explorer), go to /data/misc/wifi/ and open the file in a text editor. The passwords will be listed in the line psk="...".

Is it possible to find out the password for public Wi-Fi (cafe, airport)?

No. Public networks typically don't store your password on your phone; instead, they use temporary authentication through a captive portal. Even if the network is saved, its password is often encrypted and not displayed in standard menus.

After the One UI update, all my methods stopped working. What should I do?

Samsung regularly tightens security in new firmware versions. If apps or system file access stops working after an update, try the following:

  1. Use the built-in password viewer in Settings (if One UI 5.0+).
  2. Connect to the router via a browser and view the password there.
  3. Reset the router to factory settings (Reset button) and configure Wi-Fi again.