If you’re searching why is my computer not connecting to wifi, you’re probably staring at a spinning “connecting” icon, a “no internet, secured” warning, or a WiFi list that shows every network except your own. This is one of the most common tech complaints in the US, and it almost never has one single cause. It’s usually one of four different problems wearing the same disguise.
Quick Diagnosis: Pick Your Symptom First
Before you touch Device Manager or reinstall a driver, figure out which version of the problem you actually have. People asking why is my computer not connecting to wifi usually fall into one of these four buckets:
| Symptom | What It Looks Like | Likely Cause |
|---|---|---|
| No networks show up at all | WiFi list is empty or missing entirely | Adapter disabled, driver crash, hardware switch off |
| Connects but no internet | “Connected, no internet access” message | IP/DNS conflict, router-side issue, ISP outage |
| Some networks connect, yours doesn’t | Phone connects fine, PC won’t | Compatibility issue, wrong password saved, band mismatch |
| Connects, then drops randomly | Works for a few minutes, then disconnects | Power management settings, driver instability, signal interference |
Once you know your category, jump to the matching section below. If you’re still unsure why is my computer not connecting to wifi in your specific case, start with the 60-second checks — they resolve a surprising number of cases regardless of symptom.
The 60-Second Checks Everyone Should Try First
Before any deep troubleshooting, run through this short list. It takes under a minute and fixes a large share of cases without needing drivers, resets, or settings changes.
- Confirm WiFi is actually turned on (check for a physical switch or Fn key on laptops)
- Toggle Airplane Mode on, wait 5 seconds, then off
- Restart your router and modem — unplug both, wait 30 seconds, plug the modem in first
- Try connecting a phone or tablet to the same network to confirm it’s not a router-wide outage
- Check if your WiFi password was recently changed and your PC is using an old saved version
If none of these work, the issue is more specific, and you’ll want to move into the scenario-based sections below. why is my samsung tv not connecting to wifi
Scenario 1: No WiFi Networks Show Up At All
This is the most alarming version of the problem, but it’s also usually the most mechanical. If your computer can’t even see the list of nearby networks, the wireless radio itself isn’t functioning correctly.
Check if the WiFi adapter is disabled
Open Device Manager, expand Network adapters, and look for your wireless adapter. If it has a down arrow or says “disabled,” right-click it and select Enable device. This single step resolves this scenario more often than any other fix on this list.
Check the physical hardware switch
Many laptops still have a physical WiFi toggle or a function key (usually F2, F8, or F12 depending on the manufacturer) that can accidentally get switched off. If this key was pressed during a bag jostle or accidental keystroke, the radio is physically disabled at the hardware level — no software fix will bring it back until you flip it on.
Reinstall the network driver

If the adapter is enabled but no networks appear, the driver itself may be corrupted:
- Open Device Manager
- Right-click your WiFi adapter
- Select Uninstall device and check “Delete the driver software for this device”
- Restart your computer — Windows will automatically reinstall a fresh driver
Scenario 2: WiFi Connects, But There’s No Internet Access
This version is different — your computer successfully joins the network but can’t reach the internet. When people ask why is my computer not connecting to wifi but their phone works fine on the same network, this is almost always the scenario they’re describing.
Run the isolation test first
Connect a second device to the same WiFi. If it also has no internet, the problem is your router or ISP, not your computer. If the second device works fine, the issue is local to your PC’s network stack.
Flush DNS and renew your IP address
Open Command Prompt as administrator and run these in order:
ipconfig /release
ipconfig /flushdns
ipconfig /renew
This clears a stale or conflicting IP lease, which is one of the most common — and least discussed — reasons a computer connects to WiFi without getting actual internet access.
Check your DNS settings manually
Sometimes a custom or misconfigured DNS server is the culprit. Switching to a public DNS temporarily can confirm this:
| Provider | Primary DNS | Secondary DNS |
|---|---|---|
| 8.8.8.8 | 8.8.4.4 | |
| Cloudflare | 1.1.1.1 | 1.0.0.1 |
If switching DNS restores internet access immediately, your original DNS server (often assigned automatically by your router or ISP) was the actual reason your computer wasn’t getting online — even though it showed as “connected.”
Scenario 3: Other Devices Connect Fine, Yours Doesn’t
This is a genuinely different technical problem, and it’s the one most guides skip entirely. A small number of computers develop compatibility issues with specific routers or specific WiFi bands, even when every other device on the network works perfectly.
Check which band you’re connecting to
Many home routers broadcast both a 2.4GHz and a 5GHz (or newer 6GHz) network. Some older or budget WiFi adapters struggle with newer 5GHz/6GHz standards or specific channel widths. Try manually connecting to the other band:
- If your PC only sees 5GHz and it’s unstable, try the 2.4GHz network specifically
- If you’re on 2.4GHz and it’s slow or drops, test 5GHz if your adapter supports it
Forget the network and reconnect from scratch
A corrupted saved network profile is a common reason why is my computer not connecting to wifi while every other device connects instantly:
- Go to Settings > Network & Internet > WiFi > Manage known networks
- Select your network and click Forget
- Reconnect and enter the password fresh
Check MAC address filtering on the router
If your router has MAC filtering enabled, your specific computer’s network adapter might be unintentionally blocked while other devices are allowed. Log into your router’s admin panel and check the filtering list if this applies.
Scenario 4: WiFi Connects, Then Randomly Disconnects

If your computer connects successfully but drops the connection every few minutes, the cause is usually related to power-saving settings or driver instability, not the network itself.
Disable WiFi adapter power saving
Windows aggressively powers down network hardware to save battery, and this is a frequent, underexplained reason why is my computer not connecting to wifi reliably even after a successful initial connection:
- Open Device Manager > Network adapters
- Right-click your WiFi adapter > Properties
- Go to the Power Management tab
- Uncheck Allow the computer to turn off this device to save power
Update — don’t just reinstall — the driver
An outdated driver can technically “work” but still cause intermittent drops under load. Go to your manufacturer’s website (Dell, HP, Lenovo, Intel, etc.) and download the current WiFi driver directly, rather than relying on the generic version Windows installs automatically.
Rule out physical interference
Cordless phones, microwaves, Bluetooth devices, and neighboring WiFi networks on the same channel can all cause intermittent drops. Moving closer to the router or switching your router to a less congested channel (via its admin panel) often resolves this without touching your computer at all.
Windows vs. Mac: Where the Fixes Differ
Most troubleshooting content online is written exclusively for Windows, which leaves Mac users guessing. Here’s a direct comparison of where the process diverges:
| Task | Windows | macOS |
|---|---|---|
| Reset network settings | Settings > Network & Internet > Network reset | Delete and re-add the network in System Settings > WiFi |
| Renew IP address | ipconfig /renew in Command Prompt | System Settings > WiFi > Details > TCP/IP > Renew DHCP Lease |
| Forget a network | Manage known networks | System Settings > WiFi > click (i) next to network > Forget |
| Reset network hardware | Uninstall/reinstall adapter in Device Manager | Reset SMC and NVRAM (varies by Mac model) |
| Check adapter status | Device Manager | Apple menu > About This Mac > System Report > Network |
If you’re on a Mac and wondering why is my computer not connecting to wifi despite following a Windows-only guide, this is exactly why those steps didn’t apply — the underlying system architecture is different enough that troubleshooting paths diverge almost immediately after the basic router restart step.
When It’s the Router, Not Your Computer
It’s worth stating plainly: not every instance of this problem originates on your PC. Before spending an hour on driver reinstalls, confirm the router isn’t the actual source.
Signs the problem is router-side, not computer-side:
- Multiple devices (phone, tablet, another laptop) all fail to connect
- The network name doesn’t appear on any device, not just yours
- You can connect but internet speed is dramatically reduced across every device
- The router’s status lights show no internet connection (often a red or blinking light)
If any of these apply, restarting or resetting the router — or contacting your ISP — is the actual fix, and no amount of driver reinstalling on your computer will resolve it.
Advanced Fixes for Persistent Cases
If you’ve worked through the scenarios above and you’re still asking why is my computer not connecting to wifi, these advanced steps address root causes that basic troubleshooting doesn’t reach.
Update your BIOS or UEFI firmware
Outdated system firmware can affect how your WiFi adapter initializes at startup. Check your manufacturer’s support site for a BIOS update matched to your exact model.
Disable MAC address randomization
Newer versions of Windows randomize your device’s MAC address for privacy by default, which can occasionally conflict with routers that use MAC-based device recognition:
- Go to Settings > Network & Internet > WiFi
- Click on your network’s properties
- Turn off Random hardware addresses
Run a full network reset as a last resort
This wipes all saved networks, VPN configurations, and adapter settings back to default:
- Go to Settings > Network & Internet > Advanced network settings
- Select Network reset
- Restart your computer and reconnect from scratch
Treat this as a final option — it’s effective, but it also removes every saved network and any custom network configuration you’ve set up.

Frequently Asked Questions
Why is my computer not connecting to wifi when my phone connects fine?
This usually points to a device-specific issue — either an outdated WiFi driver, a corrupted saved network profile, or a band compatibility problem (2.4GHz vs. 5GHz) rather than a router-wide outage.
Why does my computer keep disconnecting from WiFi every few minutes?
Power management settings are the most common cause — Windows powers down the WiFi adapter to save energy, which interrupts an otherwise stable connection.
Why is my computer not connecting to wifi after a Windows update?
Updates occasionally overwrite or reset network drivers. Rolling back the driver in Device Manager or reinstalling the latest version from the manufacturer’s site usually resolves this.
Why does my computer show “connected” but I still have no internet?
Your PC has joined the WiFi network but isn’t receiving a valid internet path — usually a DNS or IP lease issue. Flushing DNS and renewing your IP address fixes most cases.
Why is my computer not connecting to wifi networks that used to work?
A forgotten password change on the router, a corrupted saved network profile, or a recent driver update are the three most common reasons a previously working network suddenly fails.
Can a virus cause WiFi connection problems?
It’s uncommon but possible — some malware alters network settings or DNS configurations. Running a full antivirus scan is worth doing if no other fix resolves the issue.
Why is my computer not connecting to wifi but works fine with an ethernet cable?
This confirms the problem is isolated to the wireless adapter specifically, not your internet connection or router — focus troubleshooting on the WiFi driver, adapter settings, or hardware switch.
Final Thoughts
There’s rarely a single universal answer to why is my computer not connecting to wifi — it depends entirely on which symptom you’re actually experiencing. Matching your specific scenario (no networks visible, connects without internet, works on other devices but not yours, or random disconnects) to the right fix saves hours compared to working through a generic checklist in the wrong order. If you’ve tried every relevant fix above and the problem persists, it’s a strong signal the issue is hardware-level, and a technician or manufacturer support line is the next appropriate step.