How to connect to WiFi after reinstalling Windows 10

The situation when, after a clean installation of the operating system, a laptop or PC stops detecting wireless networks is familiar to many users. Screen Windows 10 It may look familiar, but the icon Internet The tray icon often shows a crossed-out globe or is completely absent. This happens because the base system image does not contain specific drivers for your Wi-Fi adapter, unlike previous versions, where Microsoft often integrated service packs.

You don't need to panic or urgently look for a cable. LAN, although it may be a temporary solution. Modern methods allow you to solve the problem even without a wired connection, using a smartphone or external drives. The main thing is to understand that the lack of network connection in this case is a normal operating mode of a "clean" system, not a hardware failure.

Your next steps will depend on whether you have access to another device with internet access or the ability to use a USB modem. We'll cover all possible scenarios, from automatic installation via device Manager to manually search for files on the manufacturer's website.

⚠️ Important: If you're reinstalling the operating system on a corporate laptop, check your security policies. Sometimes, access to driver installation may be restricted by the administrator, and attempting to do so independently will result in your account being locked out.

Diagnosing the absence of a wireless adapter

The first step should always be a thorough diagnosis. Don't rush to download files at random; first, you need to determine whether the system recognizes the physical device. Press the key combination Win + X and select from the menu device ManagerIn the window that opens, pay attention to the section Network adapters.

If there is a device with the name in the list Wireless, Wi-Fi or 802.11, but its icon has a yellow triangle, it means the driver wasn't installed correctly or there was a failure. If there's no such section at all, or the "Other devices" list shows Unknown device (Unknown Device), then the system does not know how to communicate with your network card.

It's also worth checking the physical connection. Some laptops have a hardware switch or function key (often Fn + F2 or a button with an image of an antenna), which software disables the module. Make sure that the mode In flight disabled in the notification center.

📊 Have you encountered the problem of missing drivers after reinstalling Windows?
Yes, always / Yes, but rarely / No, Windows installs everything itself / I only have a cable

Automatically search for drivers via Device Manager

The simplest, but often overlooked, method is to force Windows 10 to find the required component itself. Even without a visible internet connection, the system may have basic search mechanisms through covert channels or cached data if the network was previously working.

IN Device Manager Right-click on the problematic device (with a yellow icon or "Unknown device") and select Update driverIn the window that appears, select the item Automatic driver searchThe system will attempt to find suitable software in the local database or through available gateways.

  • 📡 Windows 10 often finds a universal driver for chipsets Realtek or Intel, which allows you to gain initial access to the network.
  • 🔄 If the automatic search did not yield any results, try selecting Search for drivers on this computer and then Select a driver from the list of available drivers.
  • 📂 The list of compatible devices may contain a driver with a similar name, installation of which will launch the basic functionality of the adapter.

After installation, the system will require a reboot. If the network icon appears after the restart, you're in luck, and the problem is solved. If not, we'll move on to more reliable, but time-consuming, methods.

Connecting to the Internet via a USB smartphone (Tethering)

If Wi-Fi isn't working and there's nowhere to download drivers, your smartphone will come to the rescue. Almost all modern phones based on Android And iOS can distribute the Internet via a USB cable, and Windows 10 recognizes this connection as a regular wired network (Ethernet), for which drivers are already built into the system.

To use this method, connect your phone to your computer via a USB cable. On Android devices, go to Settings → Connections → Mobile hotspot & tethering (the path may differ depending on the model, for example, Samsung, Xiaomi) and activate the switch USB modem.

On iPhone you need to enable Modem mode in the cellular settings and trust the computer if prompted. After a few seconds, a wired connection icon should appear in the Windows system tray, and the internet will be working. Now you can launch Windows Update.

⚠️ Important: Make sure your mobile plan has USB tethering enabled or your data allowance hasn't been exhausted. Some plans block tethering or charge it separately.

Manually installing drivers from another device

If automatic methods don't work, manual installation will be required. You'll need another device (a laptop, a friend's PC, or a smartphone with a file system) and a USB flash drive. The main task is to accurately determine the model of your Wi-Fi adapter.

Return to device Manager, open the properties of the unknown device and go to the tab IntelligenceIn the drop-down list, select Equipment ID (Hardware ID). Copy the first line, for example, PCI\VEN_8086&DEV_0083This code is a unique identifier for your equipment.

Enter this code into a search engine on another device. The search engine will return the exact adapter model (for example, Intel Dual Band Wireless-AC 7260). Download the driver for Windows 10 (consider the bit depth: x64 or x86) from the official website of the laptop or chipset manufacturer.

☑️ Manual installation checklist

Completed: 0 / 1

Transfer the downloaded installation file to the affected computer and run it. After installation is complete and the computer reboots, the adapter should work correctly.

Using Windows Update

Windows 10 has an extensive driver database, updated through updates. If you've managed to access the network by any means (phone, cable, or a temporarily borrowed USB Wi-Fi adapter), run Update Center.

Go to Start → Settings → Update & Security. Click the button Check for updatesThe system will not only download security patches, but also in the section Optional updates can offer drivers for your equipment.

Update type Where to look Probability of success
Basic drivers Automatic verification High
Specific drivers View optional updates Average
BIOS/UEFI updates Additional Options section Low (requires caution)

Often manufacturers such as HP, Dell or Lenovo, add their drivers to the Microsoft database, which makes this method one of the safest and most stable.

Why aren't drivers installed automatically?

In newer versions of Windows 10 (since 2004), Microsoft separated driver and system updates. Now, they are often found in a hidden "Optional Updates" menu, which the user must access manually.

Configuring adapter power settings

Sometimes the driver is installed, the network is visible, but the connection keeps dropping or the adapter goes into sleep mode. This is due to the settings. energy savingWindows 10 tries to save battery power and may turn off power to the USB port or PCIe slot where the Wi-Fi module is located.

To fix this, reopen device Manager, find your Wi-Fi adapter, right-click and select Properties. Go to the tab Power management.

Uncheck the box Allow the computer to turn off this device to save powerThis action will prevent the system from disabling the adapter, which often resolves the issue of an unstable connection immediately after installing the OS.

  • ⚡ Disabling power saving is especially relevant for older laptops and standard adapters 802.11n.
  • 🔋 On desktop PCs, this parameter also affects the stability of USB Wi-Fi dongles.
  • 🛠 If the "Power Management" tab is missing, it means that your driver does not support this feature or the standard Microsoft driver is being used.

⚠️ Note: The Windows 10 Settings interface is updated regularly. The layout of menu items may vary slightly depending on the build version (21H2, 22H2, and later). If you can't find the setting you need, use the search in System Settings.

Reset network settings

If all the drivers are installed but the connection fails, there may be conflicting TCP/IP protocol settings accumulated in the system. Windows 10 has a built-in utility for completely resetting the network stack.

Open Settings → Network & InternetScroll to the bottom of the page and find the link. Network reset. Click it and then the button Reset nowThe computer will warn you that it will restart in 5 minutes.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands can be entered manually in a command prompt running as administrator if the graphical interface is not available. After rebooting, the system will reinstall all network components from scratch, which often resolves hidden configuration errors.

What should I do if the driver installs, but Wi-Fi does not turn on?

Check Windows services. Click Win + R, enter services.mscFind a service WLAN AutoConfigMake sure its startup type is set to Automatically, and it's running. Without this service, wireless networks in Windows 10 won't work.

Where can I download the driver if the manufacturer's website won't open?

Use driver aggregators with caution, but in a pinch you can use the site DriverPack (online version) or the official Microsoft Update Catalog by entering the hardware ID.

Can antivirus software block Wi-Fi connections?

Yes, third-party antivirus programs (Kaspersky, ESET, Avast) may block the connection after installation, considering the network "Public." Check your antivirus's firewall settings and try temporarily disabling it for diagnostic purposes.