New Computer Can't Detect Wi-Fi: Troubleshooting

Many enthusiasts and regular users are familiar with the situation when a newly built or purchased computer ignores wireless networks. Instead of the expected list of available connections, a red cross or "No connections available" icon appears in the lower right corner of the screen. This is understandably annoying, especially if you don't have an Ethernet cable handy or it's not long enough to connect to the router. Lack of drivers is the most likely reason for such system behavior in the first minutes after installing the operating system.

However, the problem may not only be software-related. Modern motherboards and adapters have numerous configuration nuances that can block the module's operation by default. Sometimes antennas They're simply not connected to the back panel, and the user, unaware of this, is looking for a software glitch where the physical connection is missing. In other cases, the conflict arises at the BIOS/UEFI, where wireless functionality is disabled by the manufacturer to save resources or for security reasons.

In this article, we'll detail the steps to restore your device's online access. We'll cover everything from simple physics checks to complex registry and device manager manipulations. Understanding the nature of the problem is half the solution, so don't panic if Windows or Linux They don't see the router immediately after turning it on.

Checking the physical connection and antennas

The first thing you need to do before delving into the depths of operating system settings is to ensure the physical connection is intact. Many modern motherboards and individual PCIe adapters require removable antennas to be connected, even if they're located in close proximity to the router. Without them, the signal strength can be critically low, and the adapter simply won't detect networks, considering the airwaves empty.

Carefully inspect the back panel of your system unit. If you have a desktop PC with a built-in Wi-Fi module, there should be two threaded connectors, often labeled as MAIN And AUXThe antennas included in the kit must be screwed in until they stop. Ignoring this step — the most common error that leads to a false diagnosis of equipment malfunction.

  • 🔌 Make sure the antennas are screwed tightly into the corresponding connectors on the rear panel.
  • 📡 Try changing the position of the antennas, pointing them vertically upward or towards the router.
  • 💻 If you are using a USB adapter, reconnect it to a USB 3.0 port (blue) for better throughput.

If you're using a laptop, the situation may be different. Some models have a hardware switch for wireless modules on the case, which could have accidentally become dislodged during transportation. It's also worth checking that the touchpad or function keys aren't covered with a protective film, which could block the Wi-Fi hotkey.

📊 What type of device do you have?
Laptop
Desktop PC
Monoblock
Windows tablet

Diagnostics via Device Manager

If everything is physically connected correctly, the next step is to check whether the operating system itself recognizes the wireless adapter. For this, Windows uses a tool called device ManagerTo get there, right-click on the Start button and select the appropriate item from the menu or enter devmgmt.msc in the Run window.

In the window that opens, find the "Network Adapters" section. If the module is working properly and the driver is installed, you will see the name of your device, for example, Intel Wi-Fi 6 AX200 or Realtek 8822CEIf the adapter is marked with a yellow exclamation mark, this indicates a driver issue or resource conflict. In this case, error code, which can be seen in the device properties, will prompt you on your next course of action.

⚠️ Note: If there's no mention of Wireless, Wi-Fi, or 802.11 in the "Network Adapters" list, try clicking "Action" → "Scan for hardware changes" in the task manager menu. If this doesn't help, the adapter may be disabled in the BIOS or physically faulty.

It's common for the system to see a device as an "Unknown Device" with error code 28 or 43. This is a classic sign of missing drivers. A new computer may come with a basic OS version that lacks specific drivers for the latest hardware. You'll need to download the installation file on another device and transfer it via a flash drive, or use a LAN cable for the initial installation.

☑️ Adapter diagnostics

Completed: 0 / 4

Installing and updating drivers

The absence or incorrect operation of the driver is the cause of 90% of all problems Connecting to new computers. Even if Windows 10 or 11 automatically selects a driver, it may be generic and not support all the features of your adapter, including proper network scanning. It is strongly recommended to use drivers from the official website of the motherboard or laptop manufacturer.

The update process is as follows: you identify the device model (for example, through dxdiag or a sticker on the case), go to the vendor's website and download the driver for Wireless LANA reboot is required after installation. Sometimes it's helpful to completely uninstall the old driver first via Control Panel → Programs and Features and then install the latest version.

There is also a method of updating through the operating system itself, which may work if the basic driver is already installed, but is unstable:

  1. Open Device Manager.
  2. Find your Wi-Fi adapter and right click.
  3. Select Update Driver Software → Search Automatically for Driver Software.
What to do if the driver is not installed?

If the driver installer returns an error, try running the file as administrator. Temporarily disabling your antivirus software, which may be blocking changes to the network card's system files, may also help. In rare cases, manual installation via the INF file is required.

Advanced users may consider rolling back the driver if the problem occurred after a recent update. In the device properties in Device Manager, there's a "Driver" tab with a "Roll Back" button. This will revert the system to a previous, more stable version of the software, if one was present in the Windows cache.

BIOS/UEFI settings and hardware shutdown

On a new computer, especially a custom-built one or a "custom" configuration, the BIOS settings may be changed from default. Motherboard manufacturers sometimes disable integrated Wi-Fi and Bluetooth modules for compatibility or power savings. To check this, you need to enter the BIOS/UEFI during boot, typically by pressing the [keys] Del or F2.

In the BIOS interface, look for sections related to "Onboard Devices," "Peripherals," or "Advanced." There should be a setting responsible for wireless communication, which may be called WLAN Controller, Wireless or Onboard Wi-Fi. Make sure it is in the state Enabled. If the parameter Disabled, the system simply will not see the equipment at the software level.

BIOS parameter Description Recommended value
WLAN Controller Wireless network controller Enabled
Airplane Mode Flight mode at BIOS level Disabled
CSM Support Support for older devices (may affect driver loading) Disabled (for UEFI)

It's also worth checking whether Airplane Mode is accidentally enabled in Windows itself, as it overrides other settings. This can be done through the notification center (the message icon in the system tray) or in network settings. If the airplane icon is lit, no networks will be found, regardless of whether the drivers are working correctly.

Windows Services and Power Management

The Windows operating system has its own mechanisms for managing network connections, which can conflict with hardware. The service plays a key role here. WLAN AutoConfigIf it is stopped or its startup type is set to "Manual", the computer will not be able to scan the air for available access points.

You can check the service status using the command services.mscFind "WLAN AutoConfig Service" in the list, double-click it, and ensure the startup type is set to "Automatic" and the service is running. If the "Start" button is enabled, click it. This often resolves issues where the Wi-Fi icon has disappeared completely or turned gray.

Another common issue is an aggressive power saving policy. Windows may disable the Wi-Fi adapter to save power, then fail to wake it up properly. To fix this:

  • ⚡ Open Device Manager and properties of your Wi-Fi adapter.
  • 🔋 Go to the "Power Management" tab.
  • 🚫 Uncheck the box next to "Allow the computer to turn off this device to save power."
⚠️ Note: Operating system and driver interfaces are constantly updated. The location of certain menu items or their names may vary depending on the Windows version (10, 11, or newer) and the hardware manufacturer. If you don't find an exact match, search for synonyms or consult the documentation for your specific motherboard model.

Network reset and command line

When simple methods fail, more drastic measures are necessary, such as a complete reset of network settings. Windows 10 and 11 have a built-in feature that removes all installed network adapters and resets all network components to their original settings. This is useful if configuration errors have accumulated in the registry.

You can perform a reset via Settings → Network & Internet → Advanced network settings → Network reset. After the reboot, the computer will behave as if you just installed the system. You'll need to re-enter your Wi-Fi network passwords, but this often restores the module's functionality.

For those who prefer working with the console, there's a powerful set of commands. Launch the Command Prompt as administrator and enter the following commands one by one, pressing Enter after each:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands clear the DNS cache, reset the TCP/IP stack, and refresh the Winsock socket catalog. An integrated approach This often helps resolve software conflicts that aren't apparent during a cursory diagnostic. Be sure to restart your computer after running these commands.

Frequently Asked Questions (FAQ)

Why does my new laptop only see 2.4 GHz networks but not 5 GHz?

This could be related to the router driver or settings. Make sure your Wi-Fi adapter driver supports the 802.11ac or ax standard. Also, check that the 5 GHz network SSID isn't hidden in the router settings and that the correct region is selected in the adapter properties, as different channels are allowed in different countries.

My computer can see my neighbors' networks, but not my router. What's wrong?

The problem is most likely with the channel or security standard. Try changing the Wi-Fi channel in your router settings to a less frequent one (for example, 1, 6, or 11 for 2.4 GHz). Also, make sure the router isn't using an outdated or, conversely, a newer encryption standard that your adapter doesn't support.

Can antivirus software block Wi-Fi network scanning?

Yes, some "Network Protection" or "Firewall" features in third-party antiviruses may conflict with Windows system services. Try temporarily disabling your antivirus and see if the list of networks appears. If so, add the network service to the exceptions.

What should I do if Wi-Fi disappears after a Windows update?

Windows updates sometimes replace working drivers with generic ones that don't work correctly. Go to Device Manager, select the adapter, click "Update driver" → "Let me pick from a list of available drivers on my computer," and try selecting an older version from the list.