Back to Blog
wifitroubleshootingwindowsdrivers

WiFi Adapter Not Found? How to Fix Missing Wireless Adapter on Windows

If Windows can’t find your WiFi adapter, you may have lost internet access entirely. Here are the most common causes and step-by-step fixes for a missing wireless adapter on Windows 10 and 11.

WiFi Speed TeamApril 7, 20268 min read

You open your laptop, go to connect to WiFi, and… nothing. No networks listed, no wireless icon in the taskbar — just a warning that says your WiFi adapter is missing or not found. It’s one of the most disorienting Windows problems because without a working adapter, you can’t even search for help online from that machine.

The good news: in most cases this is a software problem, not a hardware failure. Disabled adapters, corrupt drivers, and botched Windows updates are responsible for the vast majority of “WiFi adapter not found” errors. Here’s a systematic approach to find and fix the problem.

Before You Start: Quick Checks

Run through these in under two minutes before diving deeper:

  • Airplane mode: Press Windows + A to open Action Center and confirm Airplane mode is off. A single accidental click disables every wireless radio on the machine.
  • Physical WiFi switch: Many older laptops have a hardware toggle switch on the side or a function-key combo (often Fn + F2 or Fn + F12) that kills the wireless card. Make sure it’s in the ON position.
  • Restart: A full shutdown and restart — not sleep or hibernate — clears temporary driver states that can hide the adapter from Windows.

If the adapter still doesn’t appear after these checks, move on to the fixes below.

Fix 1: Enable the WiFi Adapter in Device Manager

The adapter may simply be disabled in Windows without any driver problem at all.

  1. Press Windows + X and click Device Manager.
  2. Look for Network Adapters in the list and expand it.
  3. Find your wireless adapter. It may show a down-arrow icon indicating it’s disabled, or it may not appear at all (in which case skip to Fix 3).
  4. Right-click the adapter and choose Enable device.
  5. Wait 10–15 seconds, then check your system tray for the WiFi icon.

If you see a yellow exclamation mark instead of a down arrow, that points to a driver issue — Fix 2 or Fix 3 will address it.

Fix 2: Roll Back a Recent Driver Update

Windows Update sometimes pushes a generic wireless driver that conflicts with your hardware. If your WiFi stopped working immediately after a Windows or driver update, rolling back is the fastest fix.

  1. Open Device Manager and expand Network Adapters.
  2. Right-click your wireless adapter and select Properties.
  3. Go to the Driver tab and click Roll Back Driver.
  4. Select a reason and click Yes to confirm.
  5. Restart your PC.

If Roll Back Driver is greyed out, Windows doesn’t have a previous driver saved. Proceed to Fix 3 to reinstall manually.

Fix 3: Reinstall the WiFi Driver

Corrupt or missing driver files are the single most common cause of a disappeared WiFi adapter. Uninstalling and reinstalling forces Windows to start clean.

  1. First, download the latest driver from your laptop or adapter manufacturer’s website using another device or a wired Ethernet connection. Look up your model on the manufacturer support page (Dell, HP, Lenovo, Intel, Realtek, etc.) and download the wireless driver installer.
  2. Open Device Manager. If the adapter is visible (even with an error icon), right-click it and choose Uninstall device. Check Delete the driver software for this device if that option appears, then click Uninstall.
  3. Restart your computer. Windows may automatically reinstall a basic driver on reboot.
  4. Run the driver installer you downloaded in step 1.
  5. Restart once more.

If the Adapter Doesn’t Appear in Device Manager at All

In Device Manager, click View → Show hidden devices. If your wireless adapter appears grayed out under Network Adapters, right-click and choose Uninstall device, then reinstall as above. If it still doesn’t appear, click Action → Scan for hardware changes to force Windows to redetect it.

Fix 4: Reset Windows Network Stack

Corrupted networking configuration can hide adapters from Windows even when the hardware and driver are fine. These commands reset the TCP/IP stack and Winsock catalog back to defaults.

Open Command Prompt as Administrator (search for cmd, right-click, Run as administrator) and run these commands one at a time:

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew

Restart your PC after running all five commands. The network stack rebuild on reboot often brings a missing adapter back to life.

Fix 5: Run the Windows Network Troubleshooter

Windows has a built-in automated fixer that catches several common adapter problems.

Windows 11: Go to Settings → System → Troubleshoot → Other troubleshooters and run Internet Connections and then Network Adapter.

Windows 10: Go to Settings → Update & Security → Troubleshoot → Additional troubleshooters and run Internet Connections followed by Network Adapter.

The troubleshooter can automatically re-enable disabled adapters, reset driver states, and apply configuration fixes. It’s not a magic bullet, but it takes 60 seconds and sometimes saves you from deeper troubleshooting.

Fix 6: Check Power Management Settings

Windows can power down the WiFi adapter to save battery, and sometimes it doesn’t turn back on properly.

  1. Open Device Manager and expand Network Adapters.
  2. Right-click your wireless adapter and select Properties.
  3. Click the Power Management tab.
  4. Uncheck Allow the computer to turn off this device to save power.
  5. Click OK and restart.

This is especially worth checking on laptops running on battery or set to a power saver profile.

Fix 7: Check BIOS/UEFI Wireless Settings

On some laptops and desktops, the wireless adapter can be disabled at the BIOS level, making it completely invisible to Windows — no driver, no Device Manager entry, nothing.

  1. Restart your computer and press the BIOS key during startup (usually F2, Del, F10, or Esc depending on your manufacturer).
  2. Navigate to the Advanced or Onboard Devices section.
  3. Look for a Wireless LAN, WLAN, or WiFi Controller setting and make sure it is Enabled.
  4. Save changes and exit (F10 on most systems) to reboot.

Fix 8: Update Windows

Sometimes Microsoft ships a patch that fixes a broken adapter driver via Windows Update. Go to Settings → Windows Update and install any pending updates, including Optional updates — driver updates often ship as optional updates and won’t install automatically.

When It’s a Hardware Problem

If you’ve tried every software fix and the adapter still doesn’t appear, the WiFi card itself may have failed — or, on laptops, become physically unseated from its M.2 or Mini PCIe slot.

  • Desktop PCs: If you have a PCIe WiFi card, power down, reseat the card in its slot, and reconnect any antenna cables.
  • Laptops: If the laptop is out of warranty and you’re comfortable disassembling it, the WiFi card (usually an M.2 2230 slot near the RAM) can be reseated or replaced. A replacement Intel AX210 or similar card costs $20–$30 and is a straightforward swap on most models.
  • USB WiFi adapter: As a quick workaround, a $15–$25 USB WiFi adapter (like the TP-Link Archer T3U) plugs in and works immediately on Windows 10/11 with no driver installation required. It’s not a permanent fix, but it gets you back online while you troubleshoot.

Summary: Fastest Path to a Working WiFi Adapter

  1. Check Airplane mode and physical WiFi switch — restart
  2. Enable adapter in Device Manager (if disabled or showing error)
  3. Roll back driver if the problem started after an update
  4. Reinstall driver from manufacturer website
  5. Run netsh winsock reset and netsh int ip reset, then restart
  6. Run Windows Network Adapter troubleshooter
  7. Disable power management for the adapter
  8. Check BIOS for disabled WiFi controller

Work through these in order and you’ll resolve the problem in 95% of cases. If your adapter is truly dead, a USB WiFi adapter is a fast, cheap stopgap while you arrange a repair or replacement. Once you’re back online, run a speed test to confirm you’re getting the speeds you expect — and check our guide on how to boost WiFi signal to make sure you’re getting the most from your connection.

Related Articles