How to start and configure a Wi-Fi adapter on Windows 10

It's impossible to imagine a modern computer without the ability to access the global network, and wireless connection is the de facto standard for most users. However, often after reinstalling the operating system or a sudden crash Windows 10 stops seeing available networks, leaving the user alone to deal with the problem. In most cases, this isn't a hardware failure, but a software glitch or missing driver, which can be easily fixed on your own.

The first thing you need to do is run a basic diagnosis to understand the extent of the problem. Often, the solution lies in a simple button on the laptop case or in the system's power saving settings that disable the module to conserve battery life. In this article, we'll cover all possible ways to get started. Wi-Fi adapter, from simple switches to manual driver installation.

Don't panic if the network icon has disappeared from the system tray or the red cross is lit. System Windows 10 It has powerful built-in recovery mechanisms, and the peripheral market offers universal solutions if the built-in module fails. Let's walk through all the steps to restore your internet access.

Hardware enablement and indicator check

Before delving into software settings, it's important to rule out trivial causes for disabling the module. Many laptop models, especially budget or business models, have a physical switch or key combination for quickly disabling wireless interfaces. This is designed to protect corporate data and save power.

Carefully inspect the edges of your device's case. There may be a sliding switch with an antenna symbol or text. WirelessIf it's set to "Off," no Windows settings will help start the adapter. A keyboard shortcut is also often used. Fn plus one of the function keys in the row F1-F12, on which the antenna is drawn.

Pay attention to the indicators on the case. If the Wi-Fi LED is off or orange, the module is physically disconnected or not receiving power. In some cases, the BIOS may block the device from operating.

⚠️ Attention: On some laptop models (for example, Dell or HP), the wireless function may be blocked at the BIOS level. If software methods don't help, check the section Wireless or Connection in BIOS/UEFI and make sure that the value is there Enabled.

  • 🔍 Check for the presence of a physical slider on the end of the laptop case.
  • ⌨️ Try pressing the combination Fn + key with the image of an antenna.
  • 💡 Make sure the Wi-Fi indicator is blue or green.

If the network icon doesn't appear after turning on the physical button, we move on to the software. The operating system often "forgets" about the module's existence after waking from sleep mode.

📊 What type of device do you have?
Laptop with built-in Wi-Fi
Desktop PC with USB adapter
PC with PCI card
Windows tablet

Activation via Network and Sharing Center

The most common software method for enabling network connections is through the standard Windows interface. Even if the network icon is crossed out, the system will usually recognize the presence of network hardware. You need to go to the Network Connections control panel, which displays all available interfaces, including virtual and wired ones.

To do this, press the key combination Win + R, enter the command ncpa.cpl and press EnterThe "Network Connections" window will open. Look for the "Wireless Network" or "Wi-Fi" icon. If it's grayed out and labeled "Disabled," the adapter is disabled by software. Right-click it and select "Enable."

In some cases, the system may require administrator privileges to perform this action. If the "Power On" button is grayed out or the menu is unresponsive, the Device Manager service may be malfunctioning. It's also worth checking whether Airplane Mode is enabled, which forcibly blocks all radio modules.

☑️ Check network settings

Completed: 0 / 5

Once enabled, the indicator should change color, and the system will begin searching for available access points. If the network list is empty but the adapter is enabled, the issue may be with the router drivers or settings.

Control via Device Manager

Device Manager is the system administrator's primary tool for managing hardware. It's here that you can see whether the operating system even recognizes the Wi-Fi module. If the adapter displays a yellow exclamation point, it means the driver isn't installed correctly or the device is malfunctioning.

To access the task manager, right-click on the Start button and select device ManagerExpand the "Network adapters" branch. Find the device in the list that contains the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, QualcommIf there is no such device at all, check the menu "View" -> "Show hidden devices".

Double-click the adapter to open its properties. On the "General" tab, the "Device Status" field should say "The device is working properly." If there's an error code (such as code 10 or 43), try clicking the "Remove device" button and then selecting "Scan for hardware changes" from the top menu. The system will attempt to reinitialize the module.

What do the error codes in the control panel mean?

Code 10 typically means the device can't start due to driver or power supply issues. Code 43 indicates that Windows has lost communication with the device, which often occurs when the module overheats or has a hardware failure. Code 28 indicates that the drivers are not installed.

It's also important to check the "Power Management" tab in the adapter's properties. There may be a checkbox next to "Allow the computer to turn off this device to save power."

  • 🛠 Open Device Manager from the Start context menu.
  • 📡 Find your adapter in the "Network adapters" section.
  • ⚙️ Check the status of the operation and the presence of error codes.

If uninstalling and reinitializing doesn't help, a complete driver reinstallation will be required, which we'll discuss in the next section. Ignoring errors at this stage can lead to an unstable connection.

Installing and updating drivers

Missing or incorrectly functioning drivers are the number one cause of Wi-Fi problems on Windows 10. The operating system often installs generic Microsoft drivers that provide basic functionality but may not support all the features of your device. Wi-Fi adapter or work unstably.

The best way to get the correct driver is to download it from the official website of your laptop or motherboard manufacturer. You'll need the exact device model. If your computer doesn't have internet access, use a smartphone or another PC to download the file and then transfer it via USB.

After downloading the installation file, run it as administrator. Follow the instructions in the installation wizard. A reboot may be required during the installation. If there is no official driver, you can try using Windows Update: in Device Manager, click "Update driver" -> "Search automatically."

Manufacturer Where to look for the driver Peculiarities
Intel Intel Driver & Support Assistant Automatic model detection
Realtek Laptop manufacturer's website Often require manual installation
TP-Link / D-Link Adapter manufacturer's website The hardware revision version is important (V1, V2)
Qualcomm Atheros Laptop support site Often comes with Bluetooth

When installing drivers for USB adapters, it's important to install the software first and only then connect the device to the port, unless the instructions instruct otherwise. Failure to do so may result in installing a default, non-functional Windows driver.

⚠️ Attention: Avoid using automatic driver installation programs (such as DriverPack Solution and similar programs). They often install incorrect driver versions, contain ads, or contain malicious code, which can permanently disrupt the network subsystem.

Setting up the WLAN AutoConfig service

The system service responsible for wireless networking in Windows 10 WLAN AutoConfigIf it's stopped or its startup type is changed to "Disabled," Wi-Fi won't work, regardless of the driver status. This is a common issue after optimizing the system with third-party utilities.

To check, click Win + R, enter services.msc Find the "WLAN AutoConfig" service (or "WLAN AutoConfig Service") in the list. Double-click it. Make sure "Automatic" is selected in the "Startup type" field. If the service is stopped, click "Start."

It's also a good idea to check dependencies on other services in the "Dependencies" tab. If a service that WLAN depends on isn't running, Wi-Fi won't start. Make sure the services are Remote Procedure Call (RPC) And NDIS Usermode I/O Protocol are also active.

After changing service settings, be sure to restart your computer. Only after restarting will the changes take full effect and the module be able to initiate a connection correctly.

Using the command line to reset

If the graphical interface is unresponsive, you can resort to a more powerful tool - the command line. Reset network settings via cmd Allows you to clear the configuration cache, reset the TCP/IP stack, and force restart of network components.

Run the command prompt as administrator. To do this, type in the search box cmd, right-click and select "Run as administrator". Enter the command netsh winsock reset and press Enter. This command resets the Winsock catalog to its default state.

Then run the command netsh int ip reset to reset the IP protocol. After executing the commands, the system will prompt a reboot. This method is especially effective if problems began after installing a new antivirus or VPN client.

netsh winsock reset

netsh int ip reset

ipconfig /flushdns

Executing a command ipconfig /flushdns Clears the DNS cache, which is useful if websites stop opening even when Wi-Fi is working. Using these commands together resolves approximately 80% of network software errors.

Diagnostics in the absence of a built-in module

There are situations where there's no sign of a wireless adapter in Device Manager, but it's enabled in the BIOS. This could mean the module is faulty, the cable connection is loose (in laptops), or it's simply not included with your PC model.

In this case, there's no need to take your computer to a service center. The modern market offers an excellent alternative: USB Wi-Fi adapters. These compact devices, resembling a flash drive, are recognized as an external network interface when connected.

When choosing an adapter, pay attention to the standard support 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6), as well as the presence of an external antenna for better signal reception. For desktop PCs, models with an antenna are preferable, as the system unit is often located on the floor or in an alcove, where the signal is weaker.

Connect the purchased device to a USB 3.0 port (blue) for maximum speed. Windows 10 will often automatically find drivers for popular models, but it's best to use a disc or file from the manufacturer's website for full functionality.

Why doesn't my Wi-Fi adapter see 5 GHz networks?

Your adapter most likely only supports the 2.4 GHz standard. To use the 5 GHz band, you need a device that supports 802.11ac or later. Also, check that this band isn't disabled in your router settings.

Can a virus disable Wi-Fi?

Yes, some malware blocks network services or changes proxy settings to redirect traffic. Scan your system with an antivirus and reset your network settings.

How can I find out the exact adapter model?

In Device Manager, right-click the adapter -> Properties -> Details -> Hardware IDs. Copy the top line and enter it into the search bar to find the model.

Does wall thickness affect the performance of the adapter?

Yes, concrete walls with rebar significantly attenuate the signal, especially at 5 GHz. In such cases, an external antenna or repeater will help.