How to Fix WiFi Not Connecting

Published March 20, 2026 - 9 min read

WiFi connection failures are the second most common IT support ticket after slow computers. The problem is particularly disruptive because it blocks nearly everything - email, cloud applications, file shares, video calls, and web browsing all stop working. Employees cannot do their jobs, and the ticket urgency is always high.

The challenge with WiFi issues is that the root cause can live in several different places: the computer's wireless adapter, the WiFi driver, the router or access point, the DHCP server, DNS configuration, or the ISP connection itself. This guide walks through each layer systematically so you can isolate the problem and fix it without wasting time on the wrong thing.

Common Causes of WiFi Connection Failures

Step 1: Check the Basics First

Before any technical troubleshooting, verify three things. First, make sure airplane mode is off. On Windows, click the network icon in the system tray and check that airplane mode is not enabled. On Mac, check the WiFi icon in the menu bar. This sounds obvious, but it accounts for a surprising percentage of WiFi tickets - a keyboard shortcut hit by accident or a setting toggled during travel.

Second, confirm that WiFi is actually turned on. Some laptops have a physical WiFi switch on the side or a function key combination (usually Fn + F2 or similar) that toggles the wireless adapter. If the WiFi icon shows a red X or the adapter shows "disabled," this is likely the issue.

Third, check if other devices can connect to the same network. If your phone or a colleague's laptop connects fine, the problem is with your computer specifically. If no devices can connect, the problem is with the router or network, not your machine.

Step 2: Forget and Reconnect to the Network

Saved WiFi profiles can become corrupted, especially after password changes or router firmware updates. The fix is to remove the saved profile and reconnect fresh.

On Windows, go to Settings, then Network and Internet, then WiFi, then Manage Known Networks. Find the problematic network, click it, and select Forget. Then scan for networks, select the network again, and enter the password. On Mac, go to System Settings, then WiFi, click the info icon next to the network, and select Forget This Network. Then reconnect.

This step resolves the majority of "was working yesterday, not working today" WiFi issues, especially in environments where network passwords rotate periodically or the network recently changed authentication settings.

Step 3: Reset the Network Adapter

If forgetting the network did not help, reset the WiFi adapter itself. On Windows, open an elevated Command Prompt (search for "cmd," right-click, Run as Administrator) and run these commands in order:

  1. netsh winsock reset - resets the Windows Sockets catalog
  2. netsh int ip reset - resets the TCP/IP stack
  3. ipconfig /release - releases the current IP address
  4. ipconfig /flushdns - clears the DNS cache
  5. ipconfig /renew - requests a new IP address from DHCP

Restart the computer after running all five commands. This sequence clears out any corrupt network configuration and forces the adapter to start fresh. It resolves driver-level and stack-level issues that accumulate over time.

Step 4: Update or Reinstall the WiFi Driver

Corrupt or outdated WiFi drivers are a frequent cause of intermittent connection failures. Open Device Manager, expand "Network adapters," and find your wireless adapter (it usually contains "WiFi," "Wireless," or "WLAN" in the name). Right-click it and select "Update driver," then choose "Search automatically."

If the automatic search finds nothing, go to the laptop manufacturer's support website (Dell, HP, Lenovo, etc.), enter the exact model number, and download the latest WiFi driver. Install it manually. If the adapter shows a yellow warning icon in Device Manager, right-click it and select "Uninstall device," check "Delete the driver software for this device," then restart. Windows will reinstall a fresh driver on reboot.

In managed enterprise environments, WiFi drivers are often locked to specific versions by IT policy. If you are unable to update the driver yourself, this is a sign to escalate to your IT department - the driver version they have deployed may have a known issue with newer access points or Windows updates.

Step 5: Check IP Address Assignment

If the adapter connects to the network but you have no internet access, the issue might be DHCP. Open Command Prompt and type "ipconfig." Look at the IPv4 address for your wireless adapter. If it starts with 169.254, the computer failed to get an address from the DHCP server and assigned itself a link-local address. This means it can see the router but cannot communicate properly.

Try running "ipconfig /release" followed by "ipconfig /renew." If it still gets a 169.254 address, the DHCP server may be out of available addresses, the DHCP service on the router may be down, or MAC address filtering is blocking your device. At this point, you can try setting a static IP temporarily to test connectivity, but this is approaching territory where IT support involvement is warranted.

Step 6: Fix DNS Resolution Issues

A common scenario: you are connected to WiFi, you have a valid IP address, but websites will not load. You might see "DNS_PROBE_FINISHED_NXDOMAIN" or "This site can't be reached" in the browser. This means your computer can reach the network but cannot translate domain names to IP addresses.

The quick fix is to switch to a public DNS server. Open Network and Internet settings, click your WiFi connection, click Edit next to DNS server assignment, switch from Automatic to Manual, and enter 8.8.8.8 for the primary and 8.8.4.4 for the secondary (Google's public DNS). Alternatively, use 1.1.1.1 and 1.0.0.1 (Cloudflare's DNS). If this fixes the problem, the issue is with the DNS server your network assigns, not with your connection.

Step 7: Check for Interference and Signal Strength

If WiFi works but keeps dropping or runs extremely slowly, the issue may be signal quality rather than a connection failure. Microwave ovens, Bluetooth devices, cordless phones, and neighboring WiFi networks all create interference on the 2.4 GHz band. If your router supports 5 GHz, connect to the 5 GHz network instead - it has less interference but shorter range.

Thick walls, metal structures, and distance from the access point all degrade signal. If you are more than 30-40 feet from the router with walls in between, signal strength may be insufficient. A WiFi analyzer app on your phone can show signal strength in real time as you move around the office. If the signal is weak at the user's desk, the solution is a closer access point or a WiFi extender, not a computer fix.

When to Escalate to IT Support

Escalate the issue to your IT team or helpdesk if:

  1. The network adapter does not appear in Device Manager at all - this indicates a hardware failure or a BIOS setting disabling the adapter
  2. Multiple users on the same floor or office cannot connect simultaneously - this is an access point or infrastructure issue
  3. The computer connects but gets immediately disconnected, repeatedly - this may be a RADIUS authentication failure or a security policy issue
  4. You are connected to a corporate WPA-Enterprise network and the certificate has expired or changed
  5. The issue only occurs with the corporate network but the same laptop connects to home WiFi or a phone hotspot without problems - this points to an authentication or policy issue on the corporate side

WiFi troubleshooting follows a clear logical path: verify the adapter is on, ensure the profile is clean, reset the stack, check DHCP, check DNS, check signal. Most problems resolve within the first three steps. The rest identify infrastructure issues that need IT intervention to fix properly.

Let HelpBot Handle These Issues Automatically

HelpBot runs WiFi diagnostics remotely, resets adapters, flushes DNS, and resolves network issues before a technician even sees the ticket. Employees get back online in minutes.

Start Your Free Trial