Forgot your home Wi-Fi password, which you saved a long time ago iPhone, and the router is in the attic with an invisible sticker? This situation is familiar to millions of users. Unlike Android, where network passwords can be viewed in the settings (though not on all models), iOS hides this information under a layer of protection. But that doesn't mean it can't be restored.
In this article - 5 proven ways to regain access to the forgotten Wi-Fi network on iPhone (relevant for iOS 15–17), including little-known workarounds for jailbroken devices, backups iCloud and even without them. We'll figure out what to do if you have Mac, Windows PC or just the smartphone itself, taking into account all the security nuances Apple.
Why iPhone Won't Show Wi-Fi Passwords (and What to Do)
Unlike Windows or Android, where network passwords can be extracted through system settings, iOS does not store them in clear text on principle.This is due to security policy. AppleEven the device owner doesn't have direct access to this data. But there are loopholes:
- 🔑 Keychain Access on Mac: if your iPhone ever synced with a computer Apple, the password may have been saved in the keychain.
- 📱 iTunes/iCloud backups: passwords are encrypted in them, but they can be extracted using third-party utilities (legally!).
- 🔧 Jailbreak: on jailbroken devices, access to system files where network data is stored appears.
- 📡 Alternative methods: from connecting to the router via cable to using Windows PC as an intermediary.
It is important to understand: no method guarantees 100% resultsFor example, if the network was connected only on iPhone and never synced with other devices Apple, the chances of recovering your password are minimal. But it's worth a try!
⚠️ Warning: Methods using jailbreak or third-party utilities may violate the terms of the license agreement AppleWe describe them for informational purposes only. The user bears the risk of voiding the warranty or blocking the device.
Method 1: Retrieving the password via Mac (if the devices were synced)
If your iPhone connected to at least once Mac by one identifier Apple ID, there is a high probability that the Wi-Fi password has been saved in a bunch of keys (Keychain Access). This method works even without physical access to the router.
Instructions:
- Open on Mac utility
Keychain Access(can be found viaSpotlighton request "Keychain"). - In the search bar, enter the name of the forgotten Wi-Fi network.
- Double-click on the found entry and check the box.
Show passwordand enter your account password Mac.
If the network is not in the list, it means it is not synchronized with MacIn this case, proceed to the next method.
Make sure your iPhone and Mac are using the same Apple ID|
Make sure iCloud Keychain is enabled in Settings (Settings → Apple ID → iCloud → Keychain)|
Update macOS to the latest version (older versions may have bugs with displaying passwords)|
Try searching not only by network name, but also by the word "airport" (this is how networks are sometimes saved in Keychain)
-->
Method 2: Recover password from iTunes or iCloud backup
Backups iPhone contain encrypted data about Wi-Fi networks, but it cannot be extracted out of the box. For this, you will need third-party utilities like iBackup Viewer (For Windows/Mac) or iExplorerThese programs legally download data from backups, including network passwords.
Step by step instructions for iBackup Viewer:
- Download and install iBackup Viewer With official website.
- Connect iPhone to the computer and make a backup copy via iTunes (if it doesn't exist yet).
- Open the backup in iBackup Viewer, go to the section
System Files → Library → Preferences → SystemConfiguration. - Find the file
com.apple.wifi.known-networks.plist— it stores data about all saved networks, including passwords (they will be encrypted, but the program will decrypt them).
⚠️ Note: Free version iBackup Viewer Shows only the first few characters of the password. Full access requires purchasing a license (~$35). An alternative is the utility iExplorer (the trial version also has limitations).
What if the backup is encrypted?
If you set a password when creating a backup in iTunes, iBackup Viewer will ask you to enter it. A lost backup password cannot be recovered. — you'll have to create a new copy without encryption (but this will delete the old data!). iCloud backups are always encrypted, but iBackup Viewer can work with them if you have an Apple ID and password.
Method 3: Using Jailbreak (for advanced users)
On jailbroken devices (jailbreak) access to system files where data about Wi-Fi networks is stored appears. This method is only suitable for confident users, as it violates protection iOS and may lead to unstable system operation.
How to extract the password:
- Install jailbreak using checkra1n, unc0ver or palera1n (depending on the model iPhone and versions iOS).
- After hacking, install a file manager Filza or iFile from the repository
https://repo.chariz.com. - Follow the path:
/var/preferences/SystemConfiguration/com.apple.wifi.known-networks.plistAll saved networks are stored here in encrypted form.
- Copy the file to your computer and use the utility WiFi Passwords (available in Cydia) to decrypt passwords.
Important: Starting with iOS 12, Apple has tightened the protection of system files. On newer versions (iOS 15+), even with a jailbreak, you may not be able to extract passwords—additional tweaks like KeychainDump.
Yes, I update tweaks regularly|
Yes, but I quit a long time ago|
No, I'm afraid I'll lose the warranty|
No, I don't see the point|
I don't know what this is
-->
Method 4: Connecting to the router via cable (if you have physical access)
If you have access to your router but have forgotten your Wi-Fi password, you can temporarily connect to it via Ethernet cable (via adapter Lightning/USB-C → Ethernet For iPhone) and view the password in the router's web interface.
Instructions:
- Connect iPhone to the router via an adapter and cable (for example, Apple USB-C to Ethernet Adapter).
- Open Safari and enter the router's IP address in the address bar (usually
192.168.0.1or192.168.1.1). - Log in (default logins/passwords can be found on the router sticker or in the instructions).
- Go to the section
Wi-FiorWireless network— there will be a field with the current password (sometimes hidden under asterisks, but it can be made visible).
| Router brand | Standard IP address | Default login/password |
|---|---|---|
| TP-Link | 192.168.0.1 or 192.168.1.1 |
admin / admin |
| ASUS | 192.168.1.1 |
admin / admin |
| D-Link | 192.168.0.1 |
admin / (empty) |
| Keenetic | 192.168.1.1 |
admin / 1234 |
| MikroTik | 192.168.88.1 |
admin / (empty) |
⚠️ Note: If your router displays an error when logging in, your ISP may have blocked access to the settings. In this case, call support and ask them to reset your Wi-Fi password (sometimes this is done over the phone after verifying your personal information).
Method 5: Using a Windows PC as a proxy
If you have Windows PC, which has ever connected to the same Wi-Fi network, you can extract the password from its settings and transfer it to iPhoneThis method works even without access to the router.
How to do it:
- On Windows open
Control Panel → Network and Internet → Network and Sharing Center. - Click on the name of your Wi-Fi network (next to the inscription
Connections). - In the window that opens, click
Wireless Network Properties → Security. - Check the box
Show entered characters— in the fieldNetwork security keya password will appear.
Now all that remains is to enter this password on iPhone manually. If the network was previously saved, but the device "forgot" it, you may need to deleting a network from settings before reconnecting:
- Go to
Settings → Wi-Fi. - Tap the "!" icon next to the network name.
- Select
Forget this network. - Reconnect by entering the recovered password.
netsh wlan show profile name="NETWORK_NAME" key=clear
In the results, look for the line Key content - this is the password.
-->
What to do if none of the methods worked?
If all the above methods do not help, there are radical measures left:
- 🔄 Resetting the router: Click the button
Reseton the back of the router (hold for 10-15 seconds). This will reset all settings, including the Wi-Fi password, to factory defaults. The new password will be located on the device's sticker. - 📞 Contacting your provider: Call your internet service provider's support team and ask them to reset your Wi-Fi password. Many providers (for example, Rostelecom, Beeline) do this remotely after checking personal data.
- 🔧 Replacing the router: If the device is old and does not support modern security standards (for example,
WPA3), it might be time to update it. New routers often have a password recovery feature via a mobile app.
Last tip: If you often forget your passwords, create a cloud note V iCloud or Google Keep with data from all networks. For additional security, store it in encrypted form (for example, using 1Password or KeePass).
-->
FAQ: Frequently asked questions about restoring Wi-Fi on iPhone
Is it possible to view a Wi-Fi password directly on an iPhone without a computer?
No, iOS does not provide this option. Without jailbreak. Even with jailbreak on newer versions. iOS (15+) it is difficult to do this due to enhanced protection AppleThe only workaround is to use Mac with a synchronized keychain or backup.
I reset my iPhone's network settings. Is it possible to restore my saved Wi-Fi networks?
Unfortunately, no. When resetting network settings (Settings → General → Transfer or reset iPhone → Reset network settings) all saved Wi-Fi passwords are deleted permanentlyThe only way to restore them is if you have a backup. iTunes/iCloud, made before the reset.
Will resetting your iPhone help restore forgotten networks?
No, reflashing (update or rollback) iOS) will not restore Wi-Fi passwords. This data is stored in a separate memory partition and is independent of the system version. Furthermore, after a firmware update, the device may require you to re-enter passwords for all networks.
Is it possible to extract password from iCloud without backup?
Technically No. iCloud synchronizes some settings (for example, passwords from sites via iCloud Keychain), But Wi-Fi network data is not stored in the cloud in an accessible form. They are encrypted and stored only in local backup copies.
What to do if the router does not have a Reset button?
On some models (eg, Ubiquiti or MikroTik) The reset is performed programmatically via the web interface or specialized software. If you can't access the settings, contact your ISP—they may have remote reset tools. As a last resort, you can reset the router by disconnecting the power for 30 seconds and then turning it back on (this doesn't work on all models).