Network adapter missing in Windows 11: prove device detection before TCP/IP repair
If Windows cannot enumerate the Wi-Fi/Ethernet adapter, DNS flushes and browser resets are the wrong layer; focus on Device Manager, hardware detection and the correct driver.
- Restart Windows once and reopen Device Manager.
- Use View > Show hidden devices only as an inventory aid; do not assume a hidden stale entry is active hardware.
- Use Scan for hardware changes or pnputil /scan-devices.
- Confirm the PC model and obtain the exact network driver from the manufacturer if Windows does not supply one.
What this problem usually means
Network-stack commands operate on adapters Windows already knows about. If the physical adapter is missing from Device Manager, the more relevant branch is detection, power/firmware state and driver installation rather than DNS or Winsock resets.
Work from the narrowest fix to the broader one.
Scan for hardware changes
Low riskWhy this belongs here: PnP rescan can rediscover hardware that was reconnected or not enumerated after a state change.
- Open Device Manager and choose Action > Scan for hardware changes, or use pnputil /scan-devices.
- Check Network adapters again.
- If the adapter appears with an error code, branch to that code.
pnputil /scan-devicesInstall the correct model-specific network driver
Medium riskWhy this belongs here: A missing/incompatible driver can prevent a detected device from becoming a usable network adapter.
- Download the exact driver on another device if this PC has no Internet.
- Transfer it locally.
- Install the manufacturer-supported Windows 11 driver.
- Restart and recheck Device Manager.
When this guide stops being the right path
If firmware/UEFI or vendor diagnostics cannot detect an internal adapter, or an external adapter is not detected on another known-good port/system, leave the Windows-only repair path.
If the problem is still not fixed
Once the adapter is visible and enabled, use the Wi-Fi/Ethernet/IP/DNS guides based on the remaining symptom rather than continuing device-detection repair.
Sources reviewed for this page
Primary technical guidance is preferred. A source supports the scope stated here; it does not imply that every possible cause is covered.