You're trying to connect to Wi-Fi, but Windows 10 gets stuck on the message "Attempt to verify authenticity", and then gets the error "Unable to connect to the network"? This problem occurs on both laptops and PCs with Wi-Fi adapters, and its causes can lie in the router settings, network card drivers, or even security protocol conflicts. Unlike typical errors like "Network out of range," this is a failure at the authentication — when the device “sees” the network, but cannot access it due to a parameter mismatch.
In this article we will look at 7 working methods Fix the error, starting with simple checks (rebooting the router, resetting network settings) and ending with deep diagnostics - changing the encryption type, updating drivers, or even manual configuration DNSWe will pay special attention to conflict between security protocols WPA2 And WPA3, which became a common cause of the problem after the Windows 10 2023–2026 updates.If you encountered an error after changing your router or updating your system, this guide will help you restore a stable connection.
1. Rebooting the router and device: why it works
Start with a basic but effective step: physical reboot of the router and computer. In 30% of cases, the "attempt to authenticate" error occurs due to a temporary malfunction. DHCP servers router or conflict IP addresses on the local network. This is what happens when you reboot:
- 🔄 The cache is reset ARP tables router where the bindings are stored
MAC addressesdevices toIP. - 📡 The list of connected clients is updated, which eliminates "ghost" sessions (for example, if the device was previously disconnected incorrectly).
- ⚡ Temporary locks are reset MAC filtering, if they were activated automatically.
How to reboot correctly:
- Turn off the router's power (pull the plug out of the socket or press the button
Power). - Wait 60 seconds - this time is enough for the capacitors to discharge and the cache to clear.
- Turn on the router and wait until it is fully loaded (the indicators should be steadily lit).
- Restart your computer (
Start → Shutdown → Restart).
⚠️ Attention: If the network disappears from the list of available networks after rebooting the router, check if the settings have been reset. SSID broadcast (sometimes routers are reset to factory settings).
2. Checking the network security type and encryption
Authentication error is often related to incompatibility of security protocols between the router and Windows 10. Modern routers support WPA3, but many devices (especially older Wi-Fi adapters) only work with WPA2. If it is enabled in the router settings WPA2/WPA3 Mixed Mode, this may cause conflicts.
How to check and change settings:
- Open your router's control panel (usually at
192.168.0.1or192.168.1.1, login/password - on the device sticker). - Go to the section
Wireless Settings(orWi-Fi Security). - Find the parameter
Security Mode(orSecurity type) and install WPA2-PSK only (turn off WPA3 and mixed mode). - In the field
EncryptionselectAES(NotTKIPorTKIP/AES). - Save the settings and reboot the router.
| Security protocol | Compatibility with Windows 10 | Recommendation |
|---|---|---|
| WPA3-Personal | Partial (requires updates) | Disable if adapter is older than 2019. |
| WPA2/WPA3 Mixed | Authentication conflicts | Replace with a clean one WPA2 |
| WPA2-PSK (AES) | Full | The optimal choice |
| WEP | Outdated (unsafe) | Do not use |
⚠️ Attention: If your router does not support WPA2 (for example, a very old model), consider replacing it - WEP And WPA vulnerable to hacking and can be blocked by modern operating systems.
3. Reset network settings in Windows 10
Windows 10 caches connection settings, and sometimes this data becomes corrupted—for example, after a system update or changes to router settings. Resetting the network stack helps eliminate the error when the system "remembers" old settings IP, DNS or MAC addresses.
Run the following commands in Command prompt (administrator):
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After completing this step, restart your computer. If the problem persists, try remove a network from the list of saved ones:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networks. - Select the problematic network and click
Forget. - Try connecting again by entering your password.
Make sure your Wi-Fi password is saved in a safe place.
Check for important static IP settings
Disable VPN (if used)
Run Command Prompt as Administrator-->
4. Update or roll back Wi-Fi adapter drivers
Outdated or corrupted network card drivers are one of the main causes of authentication errors. For example, adapters Realtek And Intel often conflict with protocol WPA3If the driver hasn't been updated in over a year, here's how to check and update the driver:
Method 1: Automatic update via Device Manager
- Click
Win + Xand selectdevice Manager. - Expand the branch
Network adapters. - Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6 AX200 or Realtek RTL8821CE).
- Right click →
Update driver → Automatic search.
Method 2: Manual installation from the manufacturer's website
If the automatic update doesn't help, download the driver from the official website:
- 🖥️ For Intel: Intel Driver & Support Assistant.
- 📡 For Realtek: search by adapter model on the laptop manufacturer's website (for example, ASUS, Lenovo).
- 🔧 For Qualcomm Atheros: Qualcomm Support.
Method 3: Roll back the driver
If the error appeared after updating the driver, revert to the previous version:
- IN
Device ManagerRight-click on the adapter →Properties. - Go to the tab
Driver→Roll back. - Confirm the action and restart your PC.
⚠️ Attention: After updating the drivers, some adapters (for example, Realtek RTL8188EE) may require additional configuration inControl Panel → Network and Sharing Center → Change adapter settingsCheck if the settings have been reset.IPv4/IPv6.
How to find out the model of a Wi-Fi adapter?
Open device Manager → Network adaptersThe model name usually contains the brand (Intel, Realtek, Broadcom) and code (for example, AC 9260 or RTL8822BE). If the adapter is not recognized (displayed as "Unknown device"), download the utility HWiNFO for detailed diagnostics.
5. Changing the adapter's power settings
Windows 10 optimizes power consumption by default, including disabling the Wi-Fi adapter to save battery life. This can lead to connection interruptions or authentication errors, especially on laptops. Here's how to disable this feature:
- Open
device Manager→Network adapters. - Right-click on your Wi-Fi adapter →
Properties. - Go to the tab
Power management. - Uncheck the box
Allow the computer to turn off this device to save power. - Click
OKand restart your computer.
Please check further power plan:
- Open
Control Panel → Power Options. - Choose a plan
High performance(if available). - Click
Set up a power plan → Change advanced settings. - Find the section
Wireless Network Adapter Settings→Power saving modeand installMaximum performance.
6. Manually assign DNS and IP addresses
If the "attempt to authenticate" error is accompanied by endless receipt of an IP address, the problem may lie in the conflict with DHCP server router. In this case, manually configuring network settings will help.
Step 1: Assign a static IP address
- Open
Settings → Network & Internet → Wi-Fi → Configure adapter settings. - Right-click on your Wi-Fi connection →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Set the switch to
Use the following IP addressand enter:
IP address: 192.168.1.100 (or another free one in the router range)
Subnet mask: 255.255.255.0
Default gateway: 192.168.1.1 (your router's address)
Step 2: Change DNS servers
Sometimes the problem is related to DNS- provider servers. Replace them with public ones:
Preferred DNS server: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)
Alternate DNS server: 8.8.4.4 or 1.0.0.1
After applying the settings, restart your computer and try connecting again.
⚠️ Attention: If the network still doesn't work after manually setting the IP address, check whether the address you assigned conflicts with another device on the network (for example, a smartphone or printer). Use the commandping 192.168.1.100VCommand lineto ensure the IP is unique.
7. Checking MAC filtering and other router functions
Some routers use MAC filtering — a list of allowed devices by their physical addresses. If your MAC address If the IP address is not whitelisted, the router will block the connection during the authentication process. The error may also be caused by:
- 🔒 Isolation of clients (AP Isolation) - blocks interaction between devices on the same network.
- 🛡️ Protection function against attacks (eg AI Protection in routers ASUS).
- ⏱️ Access schedule - if time restrictions are set in the router settings.
How to check and disable:
- Go to your router's control panel (usually
192.168.0.1or192.168.1.1). - Find the section
Wireless MAC Filter(orMAC address filtering) and make sure your device is on the allowed list (or disable filtering completely). - Check the section
SecurityorFirewall- disable features like AP Isolation or Intrusion Prevention. - In the section
Parental ControlsorAccess ScheduleMake sure there are no time limits on your device.
If you are not sure which settings to change, reset the router to factory settings (button Reset on the back panel) and set up the network again.
FAQ: Frequently Asked Questions about Wi-Fi Authentication Errors
Why does the error only appear on one device, while others connect normally?
This is a sure sign of a problem with drivers or network adapter settings on a specific device. Check:
- Is the Wi-Fi adapter driver updated?
- Is power saving mode enabled for the adapter?
- Is there a conflict between the antivirus (for example, Kaspersky or Avast) with network connections.
Can a virus cause the "attempt to verify authenticity" error?
Yes, some viruses (eg. trojan-win32) modify network settings, including DNS And proxyRun a full system scan Windows Defender or Malwarebytes, and then reset the network settings with the command netsh winsock reset.
What should I do if after all the steps the network connects, but the Internet doesn't work?
This is a separate issue related to DNS or gateway. Try:
- Manually register
DNS(For example,8.8.8.8). - Check if your firewall is blocking (
Control Panel → Windows Firewall) network access. - Make sure that the router receives internet from the provider (reboot it and check the indicator
WAN).
How do I know if my adapter supports WPA3?
Check the adapter specifications on the manufacturer's website or in Device Manager:
- Open
Propertiesadapter → tabAdditionally. - Find parameters like
Wireless ModeorSecurity. - If there is one on the list WPA3 — the adapter supports the protocol. If only WPA2 — will have to be turned off WPA3 on the router.
Will resetting Windows 10 to factory settings help?
This is a last resort, but it will eliminate all software conflicts. Before resetting:
- Save important data.
- Write down passwords for Wi-Fi and other networks.
- Use the option
Save my filesVSettings → Update & Security → Recovery.
After resetting, install the drivers manually (automatic installation may repeat the error).