You have connected your phone. Samsung Have you connected to your home or work Wi-Fi network but forgotten the password—and now you need to connect another device? Or do you want to share your internet connection with a guest but can't remember the password you entered six months ago? This situation is familiar to every second user. Luckily, smartphones offer this feature. Samsung Galaxy (series A, S, Note, Z Fold/Flip and others) there are several ways to find out the saved Wi-Fi code - without root rights, third-party applications, and complex manipulations.
In this article you will find 5 working methods to view Wi-Fi passwords on phones Samsung With Android 10–14 and shell One UI 3.1–6.1. We will examine both the standard system tools and little-known tricks, such as QR code or a configuration file. We'll also explain why some methods stopped working after security updates and how to bypass these limitations.
⚠️ Important: All methods require the phone to be was already connected to the network whose password you want to find out. If the network isn't saved in your device's memory, none of these methods will work.
1. Standard method: via Wi-Fi settings (One UI 5.0 and later)
Starting from One UI 5.0 (Android 13) and newer versions Samsung Added a built-in password viewer directly to the Wi-Fi menu. This is the simplest and most secure method, but it doesn't work on all models—it depends on the region and firmware version.
Here's how to do it:
- Open
Settings(gear icon on the home screen or in the notification bar). - Go to the section
Connections → Wi-Fi. - Click on the title current network, to which the phone is connected (there will be an inscription next to it)
Connected). - Tap on the icon
QR codeor pointPassword(depending on the version of One UI). - The system will ask for confirmation. PIN code, fingerprint or pattern - enter it.
- After authentication you will see password in plain text or
QR code, which can be scanned by another device.
🔹 If there is no "Password" item: This means your firmware doesn't support this feature. Try other methods from the article.
2. Via the network's QR code (works on all versions of One UI)
Even if there is no direct display of the password in the settings, you can generate a QR code for the current network, and then decrypt it using a third-party service. This method is universal and works on all phones. Samsung With Android 10 and newer.
Instructions:
- 📱 Open
Settings → Connections → Wi-Fi. - 🔗 Click on the name of your network (marked
Connected). - 🖼️ Tap on the icon
QR code(usually in the upper right corner). - 🔒 Confirm the action by biometrics or PIN code.
- 📸 Take a screenshot of the received QR code or save it as an image.
Now it's necessary decipher the QR codeto see the password. To do this:
- Open any online QR decoder (For example, ZXing Decoder).
- Download the saved QR code.
- In the decoding results, find the line
WIFI:S:...- afterP:a password will be indicated.
Example of transcript:
WIFI:T:WPA;S:MyHomeWiFi;P:12345678;H:false;
Here P:12345678 - this is your password.
3. Via Wi-Fi configuration file (file manager required)
On phones Samsung (as with all Android devices) Wi-Fi passwords are stored in an encrypted file wpa_supplicant.confPreviously, it could be read without root rights, but with Android 10 access to this file has been restricted. However, on some models Galaxy With One UI 3.1–4.1 (Android 11-12) this method still works.
Procedure:
- Install file manager with access to system folders (for example, Solid Explorer or FX File Explorer).
- Open the manager and go to the following path:
/data/misc/wifi/WifiConfigStore/Or (on older versions of Android):
/data/misc/wifi/ - Find the file
wpa_supplicant.confand open it with any text editor. - Inside the file there will be blocks of the following type:
network={ssid="Network_Name"
psk="password"
key_mgmt=WPA-PSK
}Here
psk="..."- this is your password.
⚠️ Attention: on new versions One UI 5.0+ (Android 13-14) Access to this file is blocked even for system apps. If the folder /data/misc/wifi/ empty or the file does not open - proceed to the next method.
Why did Samsung restrict access to wpa_supplicant.conf?
With Android 10, Google tightened its security policy, prohibiting apps (including file managers) from reading system files without root access. Samsung further strengthened these restrictions in One UI 5.0 to protect users from data leaks.
4. Using ADB commands (for advanced users)
If you have computer with Windows/macOS/Linux and you are ready to spend 10 minutes on setup, you can extract the Wi-Fi password via ADB (Android Debug Bridge). This method works on all versions of Android, but requires inclusion USB debugging.
Step-by-step instructions:
- 🖥️ Install Android SDK Platform Tools to the computer.
- 📱 On your phone, enable:
- 🔧
Settings → About phone → Build number(tap 7 times to unlockDeveloper mode). - 🐞 Return to
Settings → Developer Modeand turn it onUSB debugging.
- 🔧
File transfer).Command line (Windows) or Terminal (macOS/Linux) in the folder with platform-tools.adb shell cmd -w wifi_list_networks
Remember networkId your network (for example, 0).
0 to your networkId):
adb shell cmd -w wifi_get_passphrase 0
The password will be displayed in the response.
🔹 If the command does not work: on some firmware Samsung Blocks Wi-Fi access via ADB. In this case, try an alternative command:
adb pull /data/misc/wifi/WifiConfigStore/SoftApConfiguration.xml
(the file will be saved on your computer - open it and find the line <WifiConfiguration>...<PreSharedKey> password</PreSharedKey>).
Enable Developer Options|Install Samsung Drivers on PC|Download Platform Tools|Enable USB Debugging on Phone|Connect Phone in File Transfer Mode-->
5. Via backup (if saving to Samsung Cloud is enabled)
If on yours Samsung Galaxy included automatic backup V Samsung Cloud or Google Drive, you can try extracting the password from the archive. This method doesn't always work, but it can sometimes help when other methods aren't available.
How to do it:
- ☁️ Go to
Settings → Accounts and Backup → Backup and Restore. - 📥 Click
Recover dataand select the latest backup. - 🔍 In the list of available data, find the item
Wi-Fi settings(orNetwork and connections). - 📋 Restore only this partition (do not restore everything in a row, so as not to lose current data!).
- 🔑 After recovery, try to view the password through
QR code(method #2) or filewpa_supplicant.conf(method No. 3).
⚠️ Attention: backups in Samsung Cloud store Wi-Fi passwords not in all regionsIf there is no item in the archive Wi-Fi settings, this method will not work.
💡 Alternative: If you have backup enabled in Google Drive, try to restore network settings via Settings → Google → RecoveryHowever, Google encrypts Wi-Fi passwords, so you can't view them in plain text—you can only restore them to a new device.
Comparison of methods: which one to choose?
To make your decision easier, we've compiled all the methods into a table, indicating their difficulty, requirements, and chances of success:
| Method | Complexity | Requirements | Powered by | Chance of success |
|---|---|---|---|---|
| QR code in settings | ⭐ (simple) | One UI 3.1+, network connection | All models | 90% |
| Viewing the password in the Wi-Fi menu | ⭐ (simple) | One UI 5.0+, authentication | S22/S23, A53/A54, Z Fold4/5 | 70% |
File wpa_supplicant.conf |
⭐⭐ (average) | File Manager, Android 10–12 | Galaxy S10–S21, Note 10–20, A-series | 50% |
| ADB commands | ⭐⭐⭐ (difficult) | Computer, USB debugging | All models | 80% |
| Restoring from a backup | ⭐⭐ (average) | Archive in Samsung Cloud/Google Drive | All models | 30% |
📌 Recommendation: start with the simplest method (QR code), then try built-in password viewer (if available in your firmware). If nothing works, proceed to ADB or a backup copy.
What to do if none of the methods worked?
If you've tried everything but still can't find the password, you have three options:
- Reset the password on the router:
- 🔌 Find the button
Reseton the back panel of the router (usually it is recessed into the case). - 📍 Press and hold it for 10-15 seconds (until the indicators blink).
- 🔄 After the reset, connect to the network with standard password (indicated on the router sticker).
- 🔌 Find the button
⚠️ Attention: A reset will return the router to factory settings, meaning you'll have to set up your internet and Wi-Fi again.
If connected to the same network laptop with Windows, MacBook Or another phone, try finding the password there. For example, on Windows:
Control Panel → Network and Sharing Center → Change adapter settings → right-click on Wi-Fi → Status → Wireless network properties → check "Show characters as you type"
If the router was provided by the Internet provider (for example, Rostelecom, MTS, Beeline), call support and ask them to remind you of your Wi-Fi password. They have access to your equipment's settings.
🔧 Last chance: if you have root rights on your phone, install the app WiFi Password Viewer from Google PlayIt will show all saved passwords, but it requires Superuser- access (which will void the warranty and may compromise security).
FAQ: Frequently asked questions about Wi-Fi passwords on Samsung devices
❓ Is it possible to find out the password for a Wi-Fi network my phone has connected to before but is not connected to now?
No. Android (and One UI in particular) stores passwords only for current saved networksIf a network is deleted from the phone's memory, its password cannot be recovered without access to the router or another device that remembers it.
❓ Why isn't there a "Password" or "QR code" option in the Wi-Fi settings?
It depends One UI versions And firmware regionFor example, on some models Galaxy A For the US market, the password display feature is disabled due to carrier requirements. It may also be removed in corporate firmware (for example, on phones for company employees).
❓ Will the ADB method work if the phone is locked (pattern lock forgotten)?
No. For use ADB necessary unlock the phone and confirm USB debugging. If you've forgotten your pattern or PIN, you'll first need to reset your phone to factory settings (which will erase all data, including saved Wi-Fi passwords).
❓ Is it possible to find out the Wi-Fi password for a guest network (for example, in a cafe or hotel)?
Technically yes, if the phone is connected to that network. However guest networks often used:
- 🔄 Dynamic passwords (change every day).
- 🚫 Port restrictions (cannot connect another device).
- ⏳ Time limit (the password stops working after a few hours).
Before attempting to retrieve the password, check if your network is blocking new devices from connecting.
❓ Why did the old methods stop working after the One UI update?
Samsung regularly tightens its security policy in new versions One UI, following the requirements Google. For example:
- In One UI 5.0 (Android 13), access to the wpa_supplicant.conf file without root rights is blocked.
- In One UI 4.1 (Android 12), the ability to view the password via
Settings → Connections → Wi-Fi → Advanced. - With Android 10, Google has blocked apps from reading Wi-Fi passwords via API.
These changes are aimed at protecting against malware that could steal passwords.
🔍 If your question is not covered in the FAQ: Please specify the phone model and version One UI (you will find it in Settings → About phone → One UI version) and describe the problem in as much detail as possible. This will help you choose the right method for your specific situation.