WiFi authentication fails on my phone: how to fix it

Many people are familiar with the situation when an Android phone or iPhone persistently displays "Authentication" or "Saved" instead of connecting to the network. This message means that the device sees the router but is unable to verify your credentials or negotiate a security protocol. Often, the problem isn't a malfunction, but a software conflict or password error.

In most cases, the failure occurs due to IP address desynchronization or changes in encryption settings on the access point side. Modern smartphones iPhone 13 And Samsung Galaxy S22 may aggressively cache old network settings, which prevents successful network login after changing the router.

Sometimes the cause is a simple typo when entering the access key, which the system interprets as an unauthorized login attempt. In other cases, the static IP address, previously assigned, is at fault and now conflicts with the router's DHCP range. Below, we'll discuss step-by-step troubleshooting procedures for various scenarios.

Basic steps: reboot and forgotten network

The first step should always be a full refresh of the network modules. Don't just turn off the screen; perform a full reboot of the smartphone. This will clear the network card's temporary buffers and reset any frozen processes. DHCP client.

After turning on your phone, don't rush to press the connect button. First, you need to delete the old network profile. Go to WiFi settings, select the problematic network, and tap "Forget" or "Delete." This is a critical step, as it erases cached encryption keys.

  • 🔄 Reboot your router by unplugging it for 15 seconds.
  • 📱 On your phone, select "Forget this network" in the WiFi menu.
  • 🔑 Re-enter your password, carefully checking the capitalization of the letters.
  • ✈️ Toggle Airplane mode on and off to reset the radio module.

☑️ Pre-reset check

Completed: 0 / 4

If the "Authentication Failed" error persists after these steps, the issue is more complex than a simple reset. MAC address filtering may be enabled on the router, or the security type may have changed. In this case, we'll need to proceed to a more in-depth configuration diagnostic.

Diagnosing IP and DNS settings

A common cause of failed authentication is an IP address conflict. If a static address is manually entered in the phone settings, but the router assigns addresses from a different range, connection is impossible. You need to switch the settings to automatic.

For Android, go to the advanced WiFi network settings, find the "IP settings" item and select DHCPFor iOS, tap the information icon next to the network and select the "IP Settings" tab, where you should also select "Automatic."

⚠️ Note: If you are on a corporate network, a static IP may be required by your administrator. In this case, please confirm the correct settings with your system administrator before making any changes.

It's also worth checking your DNS settings. Using third-party DNS servers (such as Google or Cloudflare) can sometimes help bypass ISP blocks, but can cause authentication errors if the server is unavailable. Try temporarily resetting your DNS settings to "Automatic."

How to reset network settings on Android

On Android 10 and above, you can perform a full network reset by going to System → Reset Settings → Reset Network Settings. This will delete all saved WiFi passwords and Bluetooth pairings, but will return the network modules to their factory settings.

Problems with password and encryption type

The most obvious, yet often overlooked, cause is an incorrect password. An authentication error occurs when the password hash sent by the phone doesn't match what the router expects. This can happen when changing the keyboard layout or when Caps Lock is enabled.

A more complex case is incompatibility between encryption protocols. Older devices may not support the modern standard. WPA3, and new routers may not accept outdated ones by default. WEP or TKIPThe optimal option is to use a mixed mode. WPA/WPA2-PSK with encryption AES.

If you recently updated your router's firmware, your security settings may have been reset to factory defaults or, conversely, become more restrictive. Go to your router's control panel (usually at 192.168.0.1 or 192.168.1.1) and check the "Wireless" tab.

Security type Compatibility Recommendation
WEP Outdated, unsafe Do not use
WPA-PSK (TKIP) Low speed, old devices Avoid
WPA2-PSK (AES) High, de facto standard Recommended
WPA3-SAE New devices only For maximum protection

MAC filtering conflicts and router limitations

On some routers, especially those from providers (for example, Rostelecom, Beeline), MAC address filtering is enabled. If your phone is new or you've changed devices, its physical address may not be whitelisted.

In this case, the router sees the connection request but immediately rejects it, and the phone displays "Authentication." To check this, access the router settings via a browser from a computer connected via cable and find the "MAC Address Filter" section.

  • 🔍 Find your phone's MAC address in the About Phone → Status section.
  • 📝 Copy the address in the format XX:XX:XX:XX:XX:XX.
  • ➕ Add this address to the list of allowed addresses in the router interface.
  • 💾 Save the settings and reboot the access point.
📊 What's your most common WiFi problem?
Incorrect password
The phone doesn't see the network
There is a network, but no internet
The connection keeps dropping

It's also worth considering the limit on the number of connected devices. If the limit is reached (often the case in offices or dorms), new connections will be blocked with an authentication error, even if the password is entered correctly. Temporarily disconnect unnecessary devices to test.

DHCP server failures

Protocol DHCP Responsible for automatically assigning IP addresses. If the router's address pool is full or the service itself is frozen, the phone won't be able to obtain an address and will get stuck at the authentication stage. This is a common problem for routers with limited RAM.

Manually expanding the range of allocated addresses may be a solution. Go to your router's LAN settings and change the pool's final address. For example, if the range is set to 192.168.1.2 to 192.168.1.10, increase it to 192.168.1.254.

⚠️ Warning: Changing your router's network settings may temporarily interrupt your connection to all devices. Only perform these changes when you don't need immediate internet access.

In some cases, changing the IP address lease time can help. If the lease time is too long, addresses are not released in a timely manner. Reducing this parameter to 120 minutes (7200 seconds) can speed up address turnover.

iOS and Android Specifics: Common Mistakes

Operating systems handle connection errors differently. iPhone With iOS 15 and above, there's a common issue with the "Private Wi-Fi Address" feature. This feature generates a random MAC address for each network, which can conflict with your router's filters.

To fix this on your iPhone, go to WiFi settings, tap the blue "i" icon next to the network, and turn off the "Private Address" toggle. After doing this, your phone will ask you to re-enter the password, but the connection should be successful.

On Android, especially on devices Xiaomi And Samsung, problems may be caused by the "Wi-Fi Assistant" or "Network Switch" feature, which try to switch to mobile data if the WiFi signal seems weak, interrupting the authentication process.

adb shell settings put global captive_portal_mode 0

This command (for advanced users with debugging rights) disables the authentication portal check, which can sometimes help on public networks. However, for home networks, it's best to use standard reset methods.

When should you reset your router to factory settings?

If all else fails, critical errors may have accumulated in the router's configuration. A hard reset will restore the device to its original state. This is a drastic but effective method.

To reset, find the hole on the router body. ResetPress it with a paperclip for 10-15 seconds until the lights flash simultaneously. After this, the router will need to be configured again, as it was when you first turned it on.

  • 🔌 Find the Reset button on the back panel.
  • 📌 Press it with a paper clip for 15 seconds with the power on.
  • ⏳ Wait for the device to reboot (2-3 minutes).
  • 🔐 Reset your WiFi using your browser.
⚠️ Important: After resetting your router, all your settings (network name, password, and provider settings) will be deleted. Make sure you know your provider's internet login and password before resetting.
What should I do if my router doesn't provide internet access after a reset?

After resetting, the router enters setup mode. You need to connect to it (either via a wired connection or an open network with the manufacturer's name) and go through the quick setup wizard, specifying the connection type (PPPoE, L2TP, Dynamic IP) and your ISP information.

Frequently Asked Questions (FAQ)

Why does the phone say "Authentication" but the password is definitely correct?

The problem is most likely not with the password, but with the encryption type. Check if your router is set to WPA3 if your phone is older, or vice versa. Also, try changing the WiFi channel in your router settings to avoid interference.

Can antivirus software block WiFi connections?

Yes, some aggressive firewall settings in antivirus software (for example, Kaspersky or ESET) may block handshake packets when connecting. Try temporarily disabling network protection and checking the connection.

What does the "Obtaining IP address" error mean after authentication?

This means the password worked, but the router can't assign an address. Check your router's DHCP settings or try manually entering a static IP address on your phone within your network range.

Does date and time affect WiFi connection?

Yes, significant time discrepancies can cause security certificate errors, especially on corporate networks or when using WPA2-Enterprise. Make sure your device is set to automatically synchronize its time.