Installing an operating system is always a stressful experience, especially when you realize that after rebooting you have no internet access. A situation where Wi-Fi adapter The "wireless network not found" or "wireless button missing" error is a familiar one for many users who decide to update their software themselves. This often occurs because the default Windows driver set doesn't contain the specific files for your network controller model.
The most important thing at this point is not to panic and try to reinstall the system right away, as the problem is software-related, not hardware-related. You'll need to check the settings, driver availability, and the physical condition of the communication modules one by one. In this article, we'll cover all possible scenarios, from simple errors to complex manual component installations.
Initial diagnosis and physical examination
Before delving into the depths of Device Manager, you need to make sure that the wireless module is enabled at the physical or software level. On many modern laptops, especially gaming or business series like Lenovo ThinkPad or HP ProBook, there is a keyboard shortcut to quickly disable all wireless interfaces. Try pressing the combination Fn + F2 (or the key with the image of an antenna) and see if the status of the indicators changes.
It's also worth checking for a switch on the side of the case, although these are becoming increasingly rare in modern Ultrabooks. If the hardware buttons don't help, move on to software controls. In the operating system Windows 10 And Windows 11 The Network Control Center has been moved to a separate menu, accessible through the taskbar.
Sometimes the problem stems from a simple network management service failure, which can be resolved by simply rebooting the router and laptop. Unplug the router for 10 seconds, then plug it back in and wait for it to fully boot up. Afterwards, restart the laptop and check if the wireless network icon appears in the system tray.
⚠️ Attention: If you've just installed Windows on a new laptop, make sure the Wi-Fi module isn't disabled in the BIOS/UEFI. In rare cases, after resetting the BIOS (which can happen when replacing the CMOS battery), the wireless adapter may be marked as Disabled.
Analyzing the status of drivers in Device Manager
The most common reason for a lack of Wi-Fi is a missing or malfunctioning driver. To check this, right-click the Start button and select device ManagerIn the window that opens, you are interested in the section Network adaptersIf the driver is installed correctly, you will see the name of your module, for example, Intel Wireless-AC 9560 or Realtek RTL8822CE.
If a yellow triangle with an exclamation point appears next to the device, this means Windows recognizes the device but cannot work with it due to a software error. In the worst case, if the driver is not installed at all, the list may show an "Unknown Device" item with an error code, or the network adapters section may not appear at all if the system does not detect the hardware.
☑️ Driver diagnostics
To fix the problem, try right-clicking the problematic device and selecting "Uninstall device." Don't worry, this won't remove the physical component. After uninstalling, select "Action" → "Scan for hardware changes" from the top menu. The system will attempt to redetect the device and install the default driver.
In some cases, updating the driver through the standard Windows mechanism helps, although this method is not always effective without internet access. Right-click the adapter, select Update driver → Automatic driver searchIf Windows finds a suitable file in its cache, the problem will be resolved instantly.
Methods for installing drivers without internet access
This is the most critical point: how to download the driver if there's no internet connection? You'll need another device (a smartphone or another PC) and a USB cable or flash drive. The most reliable way is to download the driver from the official website of your laptop manufacturer (Dell, ASUS, Acer, MSI), rather than using universal driver downloaders.
Determine the exact model of your laptop by looking at the sticker on the bottom cover. Go to the manufacturer's website, find the "Support" or "Drivers" section, enter the model, and download the file marked WLAN, Wireless or NetworkBe sure to pay attention to the version of the operating system for which the file is intended.
| Manufacturer | Section on the website | File type | Note |
|---|---|---|---|
| HP | Support / Drivers | .exe (Installer) | Often requires a reboot after installation |
| Lenovo | Drivers & Software | .exe | Lenovo Vantage is recommended. |
| ASUS | Support / Driver & Utility | .exe /.zip | Choose your board revision carefully |
| Dell | Drivers & Downloads | .exe | Automatically detects the model on startup |
After downloading, transfer the installation file to the affected laptop using a USB flash drive. Run the installation as administrator and follow the wizard's instructions. During the installation, the screen may flicker or go blank—this is normal; the network stack is being reconfigured.
What to do if there is no official driver?
If the laptop manufacturer's website doesn't have a driver for your version of Windows (for example, you installed Windows 11 and there's only one for 10), try searching for the driver by hardware ID. In Device Manager, right-click the unknown device → Properties → Details → Hardware IDs. Copy the top line (e.g., VEN_8086&DEV_...) and paste it into the search engine on drvhub.net or a similar website. This will help you find the original driver from the chip manufacturer (Intel, Realtek, Qualcomm).
Configuring network settings and protocols
After the driver has been successfully installed and a list of available networks appears, you may encounter a situation where your laptop sees Wi-Fi but fails to connect. This is often due to power settings or security protocol settings. Go to Control Panel → Network and Internet → Network and Sharing Center.
Click on “Change adapter settings”, find your wireless adapter, right click and select PropertiesIn the list of components, find Internet Protocol version 4 (TCP/IPv4) and make sure the "Obtain an IP address automatically" and "Obtain DNS server address automatically" boxes are checked. Manually entering addresses is rarely necessary, only in specific corporate networks.
It's also worth checking the power saving settings, which may disable the adapter to conserve battery power, leading to unstable operation. In the adapter's properties (in Device Manager), go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."
⚠️ Attention: The Windows Settings interface is constantly being updated. If you don't find the setting in the specified location, search the Start menu for keywords like "Change MAC address" or "Ethernet settings," as Microsoft frequently changes the menu location in new builds.
Using the Command Prompt to Reset the Network
If the graphical interface doesn't help, powerful command line tools come to the rescue. Run the command prompt as administrator (find cmd (In the search, right-click → Run as administrator). Resetting network settings often resolves issues with frozen configurations.
Enter the following command to reset the TCP/IP stack and clear the DNS cache:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns
After running these commands, be sure to restart your computer. The operating system will recreate key registry entries responsible for network communication. This is especially useful if you previously installed third-party antivirus software with firewalls or traffic tunneling programs that may have modified system settings.
Troubleshooting 2.4GHz and 5GHz Bands
Modern routers often broadcast two networks: 2.4 GHz and 5 GHz. Older laptops or drivers may not see the 5 GHz network, or, conversely, may try to connect to it and lose the signal due to poor coverage. In Device Manager, go to the adapter properties and click the "Advanced" tab.
Find the parameter Wireless Mode or 802.11n/ac/ax Mode. Make sure you select a mode that supports both bands (e.g. 802.11a/b/g/n/ac). If you are experiencing stability issues, try forcing the adapter to switch to 2.4 GHz only (mode 802.11b/g/n), since this range penetrates walls better.
Another important parameter is the Channel Width. For the 2.4 GHz band, it is better to set it to 20 MHz or Autoto avoid interference from neighboring routers. For 5 GHz, you can safely set Auto or 80 MHz for maximum speed.
Frequently Asked Questions (FAQ)
Why did Wi-Fi disappear after installing Windows 10, even though the drivers were installed?
Most likely, Windows 10 automatically updated the driver to a newer but incompatible version via Windows Update. Try rolling back the driver in Device Manager (click the "Roll Back" button) or manually install the driver version that was installed before the update.
Is it possible to connect a laptop to Wi-Fi via a USB modem from a phone?
Yes, this is a great way to get temporary internet access to download drivers. Connect your smartphone with a cable and enable "USB Tethering" in your phone's settings. Windows will detect this as a wired Ethernet connection.
What should I do if the Device Manager doesn't see the wireless adapter at all?
This could indicate a hardware issue: the adapter may have come loose in the slot (if it's removable, such as an M.2) or burned out. Also, check if it's disabled in the BIOS. If the laptop is under warranty, it's best not to open it yourself.
Should I remove old Wi-Fi drivers before installing new ones?
Recommended. When upgrading to a new version of Windows or changing the adapter model, old configurations may conflict. Use utilities to completely clean the drivers or manually uninstall the device in Device Manager by checking "Delete driver software."