How to connect to Wi-Fi when installing Windows 10: solutions

The initial operating system setup process often turns into a trial, especially when the installer requires an internet connection to complete activation or account creation. When wireless drivers haven't been installed yet and an Ethernet cable is physically unavailable, this creates a vicious cycle that cannot be resolved using standard methods. The user ends up with a black screen or a frozen network selection window, unable to navigate without external intervention.

There are several proven ways to bypass this limitation or force the search for available access points. Modern versions Windows 10 And Windows 11 have hidden debugging mechanisms that allow you to manage network interfaces even at the stage OOBE (Out of Box Experience). In this article, we'll cover methods ranging from using the command line to connecting a smartphone as an adapter.

It is important to understandIt's important to remember that the lack of Wi-Fi visibility is most often due to a missing driver in the base system image, not a hardware malfunction. Therefore, there's no need to panic and endlessly restart your computer. Proper use of built-in tools will allow you to access the network and complete the installation.

Using a hidden command to unblock networks

The most effective and quick way to make the system detect wireless networks is to use a special command in the command line. This method works on most builds and allows you to activate the hidden network management interface. To get started, open the console directly from the lock screen or the network selection window.

Press the key combination Shift + F10On some laptops, you may also need to hold down the function key. Fn, that is Shift + Fn + F10If everything is done correctly, a black command prompt window will appear on the screen. cmd.exeThis is where we will enter the control codes.

In the window that opens, enter the following command and press Enter:

OOBE\BYPASSNRO

After entering the command, the computer will automatically reboot. When the system reaches the network selection step again, you'll notice a button labeled "I don't have internet" or "I can't connect to Wi-Fi." Clicking it will allow you to skip this step or access the advanced network menu.

What does this command do?

The BYPASSNRO (No Recovery Option) command modifies the installer's behavior, allowing it to bypass the mandatory network connection requirement. It doesn't delete files or harm the system, but merely modifies the initial setup scenario.

Alternatively, if you need to specifically find a driver or check the interface status, you can enter the following in the same command prompt window:

netcfg disable_nsi

Then go to Device Manager or try refreshing the list of networks. This method is less universal, but in some cases it can help wake up the network adapter if it was disabled by software.

Connecting a smartphone via USB modem

If you don't have Wi-Fi drivers and the LAN cable doesn't fit your device, using your smartphone as an external network adapter is a great solution. Modern phones based on Android And iOS can broadcast an Internet connection via a USB cable, and Windows often has built-in drivers to recognize such devices.

First, connect your smartphone to your computer using a high-quality USB cable. Make sure your phone's mobile data is enabled or connected to a working Wi-Fi network. Then, go to your phone's settings. The path may vary depending on the model, but it typically looks like this: Settings → Connections → Mobile Hotspot & Tethering.

Toggle the "USB Modem" switch. The computer will make a sound indicating a new device is connected. After 10-20 seconds, a wired connection icon should appear in the corner of the screen where network connections are displayed. The system will treat the phone as a regular Ethernet card.

This method is especially useful if you urgently need to download missing drivers from the laptop manufacturer's official website. After installing the basic Wi-Fi driver, you can disconnect your phone and use the wireless network directly.

📊 Which connection method do you find more convenient?
Command line
USB modem from a phone
Search for drivers on a flash drive
Using a LAN cable

Manual installation of drivers from a flash drive

The most technically correct approach is to install the missing driver manually. To do this, you'll need a second computer with internet access and a USB drive. You'll also need to determine the exact model of your network adapter or motherboard in advance.

If you don't know the adapter model, look it up in the documentation for your laptop or on the motherboard box. The name often includes chips from Intel, Realtek or Qualcomm Atheros. Download the driver installation file (usually it is .exe or archive .zip) and copy it to the flash drive.

Go back to the computer with the problem. If you have the ability to open the command prompt (via Shift + F10), you can run the installation directly from there by inserting the flash drive. Enter the flash drive's drive letter (for example, D:) and the name of the installer file.

However, in most cases, it's easier to use a workaround: in the network selection window, click "I don't have internet" (if available after the command in the first section) to go to the desktop. Then, run the downloaded driver from the flash drive. After installation and a reboot, Wi-Fi should work.

☑️ Preparing drivers

Completed: 0 / 4

Configuration via command line and netsh

For more advanced users who want to control the connection process, there is a powerful tool netshIt allows you to manage Windows network configurations. If the standard interface doesn't detect the network, you can try forcing a scan.

Open command prompt (via Shift + F10) and enter the command to display all wireless interfaces:

netsh wlan show interfaces

If the interface shows as "Disabled", try enabling it with the command:

netsh interface set interface name="Wireless Network" admin=enabled

Please note that the name of the "Wireless Network" interface may differ. In the English version it will be Wi-Fi or Wireless Network ConnectionTo find out the exact name, use the command netsh interface show interface.

⚠️ Attention: If you change network settings via the command line during installation, ensure you don't reset critical installer settings. Enter commands carefully, checking the syntax.

You can also try resetting the TCP/IP stack, which sometimes helps with strange connection errors:

netsh int ip reset

After executing any commands of this kind, it is recommended to restart your computer for the changes to take effect.

Table of common errors and solutions

When connecting to Wi-Fi during setup, users often encounter common issues. Below is a table to help you quickly diagnose the cause of the connection issue and choose the correct solution.

Symptom of error Probable cause Solution method
There is no Wi-Fi icon in the tray Adapter driver is missing USB modem or installing the driver from a flash drive
The network list is empty WLAN service is disabled Netsh command or rebooting the router
Error "Unable to connect" Incorrect password or encryption type Checking the password, creating a new 2.4 GHz hotspot
The Wi-Fi button is inactive (gray) The adapter is disabled in the BIOS or by the button Checking physical switches and BIOS

Symptom analysis can save time. If the system doesn't even see the adapter as a device, software methods like netsh may not help - you need to install the driver.

Why is the 5 GHz band not visible?

Some older drivers or adapters don't support the 5 GHz frequency during installation. Try temporarily switching your router to compatibility mode or sharing Wi-Fi from your phone using the 2.4 GHz frequency.

Compatibility issues and frequency ranges

Modern routers often operate in two ranges: 2.4 GHz And 5 GHzThe basic Windows drivers built into the installation image may not work correctly with new encryption standards or channel widths in the 5 GHz band. This results in the network either not being displayed or the connection being dropped.

If you have access to your router settings (via another device), try temporarily separating the networks by giving them different names (SSIDs). For example, Home_2.4 And Home_5Connect your computer to a 2.4 GHz network, which has better compatibility and wall penetration.

It's also worth checking the security type. Outdated encryption methods WEP or WPA/TKIP may cause conflicts. The optimal choice is WPA2-PSK (AES). If installed WPA3, older versions of Windows 10 may not see it without updates.

⚠️ Attention: Router interfaces and security settings are constantly updated by manufacturers. If the described parameters differ from yours, please consult the official documentation for your router model for correct compatibility settings.

After successfully connecting and loading the desktop, be sure to run Windows UpdateThe system will automatically find and install the latest drivers, which will ensure stable operation at 5 GHz and with new security protocols.

Frequently Asked Questions (FAQ)

Is it possible to install Windows 10 without any internet connection?

Yes, it is possible. Use the command OOBE\BYPASSNRO through Shift+F10After rebooting, a button to skip the connection will appear. You can create a local account and complete the installation, installing the drivers later.

Why can't my computer see my 5GHz Wi-Fi?

Most likely, the base Windows image doesn't contain a driver for your Wi-Fi module, or it doesn't support this frequency in its current mode. Try sharing your internet connection from your phone or use the 2.4 GHz band.

Is it safe to enter commands in the command line during installation?

Yes, if you enter the standard network setup commands (netsh, ipconfig) or bypassing restrictions (BYPASSNRO). The main thing is not to delete system files and not to format disks manually.

What to do if Shift+F10 doesn't work?

On some laptops (eg Lenovo, HP) you need to hold down the key Fn simultaneously: Shift + Fn + F10Also check if the functional keyboard is disabled in the BIOS.