How to Set Up Wi-Fi on a Windows 10 PC: Step-by-Step Instructions

A modern desktop computer or laptop is unimaginable without access to the global network, and wireless connections have become the de facto standard for most users. However, unlike mobile devices, setting up Wi-Fi on a Windows 10 PC can require attention to detail, especially if drivers are installed incorrectly or the hardware is outdated. Many users encounter a situation where the router is working properly, but the computer "doesn't see" the network or refuses to connect.

In this article, we'll cover all setup steps in detail, from checking the physical presence of the module to fine-tuning the power supply parameters to ensure a stable signal. Adapter Wireless connectivity is a key element without which connection is impossible, and its proper operation is critical. We'll cover both standard methods via the graphical interface and more advanced command-line methods that can help in complex situations.

Before moving on to software settings, you need to ensure the basic hardware readiness. Often, the problem lies not with the operating system, but rather with a simple off switch on the device or a missing antenna. Windows 10 has powerful built-in diagnostic tools, but they're not all-powerful if the hardware is physically disconnected. Let's start by checking your device's readiness for wireless operation.

Checking the presence and status of a Wi-Fi adapter

The first step should always be a visual and software check for the presence of a wireless module. On laptops, things are simpler, since Wi-Fi module Built-in by default, but desktop PCs may not have it as standard. If you're using a desktop, inspect the back panel of the system unit: the presence of even small antennas (often black "horns") indicates the presence of a built-in or connected module.

If there are no antennas, it doesn't mean Wi-Fi is impossible. You can use an external one. USB adapter, which looks like a flash drive or an internal card that plugs into a PCI-E slot. The device's presence can be checked in the system via Device Manager. Right-click the Start button and select the appropriate menu item.

In the window that opens, find the "Network Adapters" section. Expand the list. If you see a device with a name containing the words "Wireless," "Wi-Fi," "802.11," or brand names like Intel Dual Band Wireless, Realtek RTL, TP-Link, then the hardware is in place. If there's only "Ethernet Controller" or "Family Controller," there's no wireless module in the system.

⚠️ Attention: If the adapter has a yellow exclamation point next to it in Device Manager or is listed under "Other Devices" as "Unknown Device," this means the driver is not installed or is not working correctly. Network setup is impossible without fixing this error.

It's also worth checking the physical switch. Many laptops have a key combination (usually Fn + one of the F-keys with an antenna icon) or a separate slider on the case that disables the module. In this case, no Windows settings will help until you physically enable the module.

📊 Do you have a built-in Wi-Fi module on your PC?
Yes, it is a laptop.
Yes, it is built into the motherboard.
No, I use a USB adapter.
No, I only use cable

Installing and updating device drivers

If the adapter is detected but is not working properly, or if the system reports that the device is missing, you need to look into the drivers. Driver — This is software that allows the operating system to communicate with the hardware. Windows 10 often installs automatically, but it doesn't always use the most current or stable version of the software.

The most reliable method is to download the driver from the official website of your laptop or motherboard manufacturer. If you have a desktop PC and don't know the model of your Wi-Fi module, you can use hardware identification utilities or look up the hardware ID in the device properties in Task Manager (Details tab -> Hardware IDs).

After downloading the installation file, run it as administrator. A reboot may be required during the installation process. If automatic installation doesn't help, you can try updating the driver manually through Device Manager:

  • 🔍 Right-click on the adapter and select "Update driver".
  • 💻 Select "Browse my computer for driver software."
  • 📂 Specify the path to the folder where the driver files were unpacked.
  • ✅ Wait for the installation to complete and check the device status.

Sometimes, uninstalling the old driver before installing a new one helps. In Device Manager, select "Uninstall device," check "Delete the driver software for this device" (if available), and restart your computer. The system will attempt to find the driver again, or you can install the latest version manually.

What to do if the driver is not found?

If you can't find a driver on the manufacturer's website, try using generic drivers from the chipset manufacturer (such as Intel or Realtek). Third-party driver packs are also an option, but use caution and create a system restore point beforehand.

Activating a wireless network in Windows 10

After successfully installing the drivers, you need to make sure that the wireless interface is activated in the operating system itself. Windows 10 Network management is located in a convenient notification center, but deeper settings are hidden in the control panel. Click the network icon in the system tray (near the clock) and make sure the "Wi-Fi" tile is highlighted in blue.

If the Wi-Fi button is grayed out or missing, your wireless network service may be disabled. To check, click Win + R, enter services.msc and find "WLAN AutoConfig Service" in the list. Make sure the startup type is set to "Automatic" and the service is running.

It's also worth checking your adapter's power settings, as Windows may be turning it off to save power, which can cause connection drops. In Device Manager, double-click your Wi-Fi adapter, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."

Parameter Recommended value Where to find
Service status In progress services.msc
Launch type Automatically services.msc
Power saving mode Disabled device Manager
Operating mode (802.11) 802.11ac or ax Adapter Properties -> Advanced

Search and connect to available networks

Now that the adapter is active, you can begin connecting directly. Click the globe or antenna icon in the lower right corner of the screen. A list of available networks will open. Find your network's name (SSID) in the list.

If you don't see your network, make sure your router is turned on and broadcasting a signal. Restarting the router can sometimes help. Also, check if the network is hidden. If it is hidden, it won't appear in the list and will need to be added manually through the "Hidden Network" menu.

When you select a network, click "Connect." The system will ask for a password (the network security key). Enter it carefully, paying attention to the capitalization. If the password is correct, Windows will ask if you want to make this computer visible to others. For a home network, select "Yes"; for a public network, select "No."

Once successfully connected, the status will change to "Connected, Secure." You can now open your browser and use the internet. If you're connected but still can't access the internet, the issue may be with your DNS or router settings.

☑️ Connection checklist

Completed: 0 / 4

Setting up static IP and DNS

In most cases, IP address and DNS server settings are configured automatically via the protocol DHCPHowever, to improve response speed or access to certain resources, it is sometimes necessary to specify static addresses. This also helps if automatic detection is unstable.

To change the settings, go to Settings (the gear icon in the Start menu) -> Network & Internet -> Change adapter settings (or Change adapter settings). Find your wireless connection, right-click it, and select Properties.

In the list of components, find "Internet Protocol Version 4 (TCP/IPv4)," select it, and click "Properties." By default, it's set to "Obtain an IP address automatically." Unless your ISP or system administrator has provided you with specific numbers, you don't need to change anything here. However, if you require a static IP address, switch to "Use the following IP address" and enter the information.

Example settings for a home router:

IP address: 192.168.1.150 (last digit from 2 to 254)

Mask: 255.255.255.0

Gateway: 192.168.1.1 (your router's address)

DNS: 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare)

After making changes, click OK. Please note that an incorrect IP address may result in loss of access to your local network or the internet. If the network stops working after entering the settings, revert to automatic address acquisition.

⚠️ Attention: Router interfaces and provider settings may vary. The gateway IP address listed above (192.168.1.1) is the default, but yours may be 192.168.0.1 or 10.0.0.1, for example. Check the sticker on the bottom of your router or your provider's documentation before changing these settings.

Diagnosing and resolving connection problems

Even with proper configuration, errors can still occur. Windows 10 has a built-in troubleshooting tool. Right-click the network icon in the system tray and select "Troubleshoot." The system will attempt to reset the adapter, renew the IP address, and scan for configuration errors.

If the automatic diagnostics didn't help, try resetting the network settings via the command line. Run cmd as administrator and run the following commands one by one:

  • 🔄 netsh winsock reset — resets the Winsock catalog.
  • 🔄 netsh int ip reset — resets the TCP/IP protocol.
  • 🔄 ipconfig /release — releases the current IP.
  • 🔄 ipconfig /renew — requests a new IP.
  • 🔄 ipconfig /flushdns — clears the DNS cache.

After running the commands, be sure to restart your computer. It's also worth checking to see if your antivirus or firewall is blocking the connection. Temporarily disable your third-party antivirus and test your network. If the problem resolves, add your network to the firewall exceptions.

A common problem is frequency conflict. If there are many networks nearby, the channel may be overloaded. Go to your router settings and try changing the broadcast channel (Channel) from "Auto" to a fixed one (for example, 1, 6, or 11 for 2.4 GHz). Channels in the 5 GHz band are usually less crowded.

Frequently Asked Questions (FAQ)

Why doesn't my PC see any Wi-Fi networks, even though they are available on my phone?

Most likely, the problem lies with the Wi-Fi adapter driver or is physically disabled. Check Device Manager for errors. Also, make sure the Wi-Fi service is enabled on your PC and Airplane Mode is not activated.

How do I know if my PC supports 5GHz Wi-Fi?

Open command prompt and type netsh wlan show driversFind the line "Supported radio types." If 802.11ac or 802.11ax is listed, 5 GHz is supported. If only 802.11n or b/g is listed, then only 2.4 GHz is supported.

Is it possible to share Wi-Fi from a PC to a phone?

Yes, Windows 10 has a "Mobile Hotspot" feature. It's located in Settings -> Network & Internet -> Mobile Hotspot. Your PC must have a Wi-Fi adapter that supports Hosted Network mode.

What to do if the connection keeps getting lost?

Try disabling power saving for your adapter, updating drivers from the manufacturer's website, and changing the channel on your router. Also, check the distance to the router and the presence of obstructions (metal, mirrors, microwaves).