Connecting a second computer to your home Wi-Fi network seems like a simple task - until you encounter errors like "No internet access" or Network out of rangeIn practice, even experienced users spend hours trying to figure out why their laptop stubbornly refuses to recognize the router, while their smartphone and first PC work flawlessly. The problem often stems not from the hardware, but from small details: a disabled adapter, an outdated driver, or an IP address conflict.
This article will help you avoid common mistakes and set up Wi-Fi on a second computer in 10-15 minutes - regardless of whether you are using Windows 10/11, macOS or LinuxWe will examine all current connection methods (including hidden networks and WPS), we'll explain how to check hardware compatibility and provide a troubleshooting checklist. And if your router is displaying strange errors, there's a table at the end with code explanations and solutions.
⚠️ Important: If the second computer is a desktop PC without a built-in Wi-Fi module, first make sure that you have an external adapter (for example, TP-Link TL-WN823N or ASUS USB-AC56). Without it, over-the-air connection is impossible - you will have to use a cable or Powerline adapters.
1. Preparation: Checking the equipment and network parameters
Before setting up Wi-Fi on a second computer, make sure the problem isn't with the router or the PC itself. Start with basic diagnostics:
- 🔍 Check the indicators on the router: The Wi-Fi icon (usually indicated by wavy lines) should be lit. If it's flashing orange or inactive, reboot the device using the button.
Reset(hold for 10 seconds). - 💻 Make sure your Wi-Fi adapter is enabled: On laptops, this is often a key combination
Fn + F2/F5/F12(Depending on model). On your PC, check if the USB adapter is connected to the port.USB 3.0(blue connector). - 📡 Estimate the signal level: If the second computer is in another room, thick walls or appliances (microwaves, refrigerators) may block the signal. Try temporarily moving the PC closer to the router.
If you have dual-band router (supports 2.4 GHz And 5 GHz), check which network the first computer is connected to. The second PC should use the same band, otherwise conflicts may occur. You can find the current frequency in the router settings (192.168.0.1 or 192.168.1.1) in the section Wireless Settings.
Critical moment: If your router is older than 2018, it may not support modern standards. Wi-Fi 6 (802.11ax)In this case, the second computer with a new adapter (for example, Intel AX200) won't be able to connect at maximum speed. The solution is to update the router firmware or force it to connect at maximum speed. 802.11n in the settings.
2. Method 1: Standard connection via the Windows panel
The easiest method is to use the operating system's built-in tools. The instructions are relevant for Windows 10/11:
- Click the Wi-Fi icon in the lower right corner of the taskbar (next to the clock).
- Find your router's name (SSID) in the list of available networks. If there is no network, click
Hidden network. - Enter the password (security key) and press
Connect. - If a notification appears "Connected, no internet access" - go to troubleshooting section.
⚠️ Attention: If you see the message "Unable to connect to this network", check:
- 🔐 Make sure your password is correct (case sensitive!)
- 📶 The presence of MAC address restrictions in the router settings (section
Wireless MAC Filter) - 🔄 Network security mode - if the router uses
WEP, and notWPA2/WPA3, Windows 11 may be blocking the connection.
Checked the Wi-Fi indicator on the router|
The adapter is turned on on the second PC|
The password was entered without errors|
There are no MAC address restrictions in the router-->
If the standard method doesn't work, try the alternative method via Windows Settings:
- Open
Start → Settings → Network & Internet → Wi-Fi. - Click
Managing known networksand delete old profiles (if any). - Go back and select
Show available networks. - Please reconnect by entering your password.
3. Method 2: Connecting via WPS (for routers with a button)
WPS (Wi-Fi Protected Setup) — is a technology for quick connection without entering a password. It works if:
- 📌 There is a physical button on the router
WPS(usually with a lock 🔒). - 🖥️ Your Wi-Fi adapter supports WPS (check in
Device Manager). - ⚙️ WPS is enabled in the router settings (
Advanced → WPS Settings).
Connection instructions:
- On the second computer, open the list of Wi-Fi networks and select
Connecting using WPS(in Windows 10/11 this option may be hidden behind a buttonAdditionally). - Click the button
WPSon the router (hold for 2-3 seconds). - Wait for automatic connection (usually takes up to 2 minutes).
⚠️ Attention: WPS is vulnerable to brute-force attacks! If network security is critical (for example, in an office), disable WPS in the router settings after connecting. Also, some models (for example, ASUS RT-AX88U) require preliminary activation of WPS in the web interface.
What to do if WPS doesn't work?
If the connection does not occur after pressing the WPS button:
1. Check if your Wi-Fi adapter supports WPS (in Device Manager → Adapter Properties → Advanced there must be a parameter WPS).
2. Reboot your router and try again.
3. Update the adapter driver (download from the manufacturer's website, not via Windows Update).
4. If the router is older than 2015, WPS may be disabled at the firmware level - check the settings along the way Advanced → Wireless → WPS and turn on the mode PBC (Push Button Configuration).
4. Method 3: Manual connection via command line
If the Windows GUI does not see the network, try connecting via Command line (CMD) This method is useful for hidden networks or when network services are down.
Open CMD as administrator (press Win + X and select Terminal (Administrator)) and execute the commands in order:
netsh wlan show interfaces
This command will show the current status of the adapter. If the line State indicated Disabled, turn it on:
netsh interface set interface "NetworkName" enable
Next, connect to the network:
netsh wlan connect name="Your_Network_Name" ssid="Your_Network_Name" interface="Wi-Fi"
If the network is hidden, add the security key:
netsh wlan add profile filename="C:\path\to\file.xml"
Where xml file - is a network configuration file that can be created through Export on the first computer (in Settings → Network → Wi-Fi → Manage known networks).
Critical detail: If the internet doesn't work after connecting via CMD, check your IP settings. Enter the following command in CMD: ipconfig /all and make sure the fields IPv4 address And Default Gateway filled. If there 169.254.x.x - this is a sign of a DHCP conflict.
5. Method 4: Connecting via QR code (for modern routers)
Many new routers (for example, TP-Link Archer AX6000, Keenetic) support QR code connection. This is convenient if you're setting up Wi-Fi on a tablet or a second computer without a keyboard.
Instructions:
- On the first computer or smartphone, open the router's web interface (
192.168.0.1or192.168.1.1). - Go to the section
Wi-Fi → QR Code(the name may differ). - Generate a QR code to connect.
- On the second computer, scan the code using the camera (in Windows 11, this works through the app)
Camera, in macOS - viaPreview).
⚠️ Attention: The QR code is valid for a limited time (usually 5-10 minutes). If you didn't manage to scan it, update the code in your router settings. Also, make sure the second computer has the latest camera updates (especially important for Windows 10 versions older than 20H2).
6. Troubleshooting: Why Wi-Fi isn't working on the second computer
If none of the methods worked, use the table of typical errors and their solutions:
| Symptom | Possible cause | Solution |
|---|---|---|
| "No networks available" | The Wi-Fi adapter or driver is disabled. | Check it out device Manager → Network adaptersIf there's a yellow triangle next to the adapter, update the driver. |
| "Connected, no internet access" | IP conflict or DHCP failure | In CMD, run:
If this doesn't help, assign a static IP manually. |
| "Incorrect password" | Typo or password change on the router | Check the password on the first computer (Settings → Network → Wi-Fi → Network Properties). If you forgot, reset the router using the button Reset. |
| Constant connection breaks | Interference or channel congestion | In the router settings (Wireless → Channel) change the channel to 6 or 11 (For 2.4 GHz). |
| Slow speed on the second PC | Bandwidth limitation | Check in the router QoS or Bandwidth Control — Perhaps there is a limit set for the MAC address of the second PC. |
If the problem is not resolved, please do network diagnostics:
- Right-click the Wi-Fi icon in the tray →
Troubleshooting. - Follow the wizard's instructions. If it prompts you to reset the adapter, agree.
- After diagnostics, restart your computer and router.
7. Additional settings for advanced users
If standard methods don't help, try fine-tuning:
- 🔧 Change the Wi-Fi operating mode: in the router settings (
Wireless → Mode) put it out11n/ac mixedinstead ofAutoThis will solve compatibility issues with older adapters. - 🔒 Disable WPA3 security: if the router supports
WPA3, but the second computer does not connect - switch toWPA2-PSK(VWireless → Security). - 📡 Adjust the channel width: For
5 GHzselect80 MHz(if there are few other networks nearby), for2.4 GHz—20 MHz(will reduce interference). - 🔄 Update your router firmware: Download the latest version from the manufacturer's website and update it via the web interface (
Administration → Firmware Upgrade).
⚠️ Attention: If you change the settings DHCP or DNS In your router, write down the current values! Incorrect settings can leave all devices on the network without internet. For example, if you manually enter DNS from Google (8.8.8.8), but your provider blocks third-party DNS, access to some sites will be lost.
8. Alternative options: if Wi-Fi isn't suitable
If you can't set up Wi-Fi or the second computer is too far from the router, consider alternatives:
- 🔌 Powerline adapters: transmit the internet through electrical wiring. Connect one adapter to the router, and the second one next to the computer (for example, TP-Link AV1000). Speed up to 1 Gbps, but depends on the quality of the wiring.
- 📶 Wi-Fi repeater: Boosts the signal in remote rooms. Setup is simple—just connect to its network and sync it with the main router (using the button).
WPSor via the web interface). - 🖧 Wi-Fi Bridge (WDS): If you have two routers, set them up in bridge mode. This is more complicated, but more reliable than a repeater. Support required.
WDSon both devices. - 🔗 USB extension cable for adapter: If the signal is weak, connect the Wi-Fi adapter to a USB extender (2-3 meters) and place it closer to a window or on an elevated surface.
For desktop PCs without a Wi-Fi module, the best option is network cable (twisted pair Cat 5e/6). It provides maximum speed and stability, but requires cable management. If this is not possible, use Powerline or MoCA adapters (for coaxial cable).
How to choose a Powerline adapter?
When purchasing, please pay attention to:
1. Speed: For a Full HD stream, 500 Mbps is enough, for 4K or games - from 1000 Mbps.
2. Availability of socket: the adapter takes up a socket - choose models with a built-in connector (for example, TP-Link TL-PA7010P KIT).
3. Mesh support: If you plan to expand your network, get adapters that support it. OneMesh (For example, TP-Link AV2000).
4. Protection: check the presence of the button Pair to encrypt traffic.
FAQ: Answers to frequently asked questions
Is it possible to connect a second computer to Wi-Fi without a password?
Yes, but it's not safe. Options:
- 🔓 Temporarily disable the password in the router settings (
Wireless → Security → Disabled). - 🔄 Use
WPS(if supported). - 📱 Create a guest network without a password (in the router)
Guest Network), but limit its speed.
⚠️ After connecting, be sure to reset your password! Open networks are vulnerable to hacking.
Why does the second computer connect to Wi-Fi, but the internet doesn't work?
Reasons and solutions:
- DHCP Failure: V
CMDcompleteipconfig /releaseAndipconfig /renew. - Incorrect DNS: write it manually
8.8.8.8And8.8.4.4(Google DNS) in the connection properties. - MAC Blocking: check in the router
MAC Filter— perhaps the second PC's address is blacklisted. - Problems with the provider: Restart your router and check the internet on other devices.
How to connect a second computer to a hidden Wi-Fi network?
A hidden network (with SSID broadcast disabled) is configured as follows:
- In Windows:
Start → Settings → Network → Wi-Fi → Hidden networkEnter the name (SSID) and password. - On macOS: Open
System Preferences → Network → Wi-Fi → Other Networks, selectConnect to a hidden network. - In Linux: Edit the file
/etc/NetworkManager/system-connections/or usenmtui.
⚠️ Hidden networks are no more secure than regular ones—they are easily detected by traffic analyzers.
Can I use one Wi-Fi adapter for two computers?
No, one physical adapter cannot be shared between two PCs. Alternatives:
- 🔄 Access Point Mode: On the first computer, distribute Wi-Fi via
Mobile hotspot(Windows 10/11). - 🖧 USB hub: If the adapter is external, connect it to a USB hub, but it will only work on one PC.
- 📡 Additional adapter: Buy a second Wi-Fi module (from 500 ₽).
How to speed up Wi-Fi on a second computer?
Ways to increase speed:
- Change the channel in your router to a less busy one (use the app Wi-Fi Analyzer for analysis).
- Turn on
QoSin the router and prioritize the second PC's traffic by MAC address. - Update your Wi-Fi adapter driver (download from the manufacturer's website, not via Windows Update).
- If your router is dual-band, connect to
5 GHz(less interference, but shorter range). - Disable background downloads (torrents, cloud syncs) on the first computer.
📌 Speed test: check the real speed on Speedtest.netIf it's below 50% of the provider's rate, the problem is with the router or adapter.