Today's reality is such that even wired internet often requires wireless distribution. Perhaps you live in a dorm where the administrator distributes Wi-Fi, but you need your own signal. Or your ISP only provides an Ethernet cable to your apartment, but you want to connect your smartphones and tablets wirelessly. In any case, the task comes down to one thing: turn a wired connection into a wireless one.
This article isn't about simply connecting a cable to a PC—every other website has instructions for that. We'll break it down. three professional scenariosConfiguring a router as a bridge, creating a virtual access point in Windows, and using a USB/Wi-Fi adapter as a repeater. Each method is suitable for different situations, from a temporary solution to a permanent home network.
🔹 Important: If your computer doesn't have a Wi-Fi module (which is typical for desktop PCs), you'll need an external adapter. We'll list which models support this mode. SoftAP (software access point) and do not require dancing with a tambourine.
Method 1: Using a router as a bridge between wired and Wi-Fi
The most reliable and universal method is to connect an Ethernet cable to WAN port of the router and configure it in wireless distribution mode. This solution is suitable if:
- 📶 You already have a router (even an old one - the main thing is that it supports
802.11nor newer) - 🖥️ You need to connect several devices to Wi-Fi simultaneously (smartphones, laptops, smart speakers)
- 🔌 The provider issues a dynamic IP (most home plans) or a static one (if you pay for a fixed address)
For setup, we'll take a router TP-Link Archer C6 — one of the most common. Interface of other models (ASUS RT-N12, Keenetic Lite, Zyxel Keenetic Viva) may differ slightly, but the logic is the same. If you have a model with firmware from a provider (for example, Rostelecom or MTS), some menu items may be hidden - In this case, first reset the settings to factory settings by holding the button Reset 10 seconds.
Step-by-step instructions:
- Connect the Ethernet cable from your ISP to blue port router (usually signed as
InternetorWAN). - Connect the second cable (from the kit) to any
LAN portrouter and portEtherneton PC. - Open your browser and type in the address bar
192.168.0.1or192.168.1.1(the address is indicated on the router sticker). - Enter your login and password (usually by default
admin/admin). - Go to the section
Network → WAN(orInternet). Select connection type:Dynamic IP(if the provider did not provide static data)Static IP(If you have a fixed address, please specify it in the contract)PPPoE(If login/password is required for entry, please also refer to the agreement)
Wireless → Wi-Fi Settings. Ask:
- Network Name (
SSID) - For example,MyHomeWiFi_5G - Password (minimum 8 characters, with numbers and letters)
- Network mode:
11ac(for new devices) or11n(for compatibility) - Channel:
Autoor manually select the least loaded one (check through the app) Wi-Fi Analyzer) - Restart your router and disconnect the cable from your PC—the Wi-Fi should now be distributed automatically.
Is the cable connected to the WAN port?|Is the correct connection type selected (dynamic/static/PPPoE)?|Have you specified the Wi-Fi name and password?|Have you saved the settings and rebooted the router?|Is the cable disconnected from the PC after setup?
-->
⚠️ Attention: If after setting up the internet on your PC, the internet connection disappears when connecting via Wi-Fi, check for IP address conflicts. Manually set a static IP address from a different range on your PC (for example, 192.168.0.100, if the router distributes 192.168.0.1-199).
Method 2: Virtual access point in Windows
If you don't have a router at hand, but you urgently need to distribute Wi-Fi to your PC, the built-in function will help Mobile Hotspot (Windows 10/11) or command netsh (works on all versions, including Windows 7). This method is suitable for:
- 💻 Laptops with built-in Wi-Fi adapter
- 🖥️ Desktop PCs with an external USB/Wi-Fi adapter (e.g. TP-Link TL-WN725N or ASUS USB-AC53 Nano)
- ⚡ Temporary Internet sharing (for example, to guests or to 1-2 devices)
🔹 Requirements:
- The adapter must support the mode SoftAP (most modern ones support it).
- The PC must have an internet connection via Ethernet (check the network icon in the system tray - if there is an exclamation mark, set up a wired connection first).
- Antivirus or firewall should not block the network (temporarily disable them if Wi-Fi is not available).
Method 1: Via Mobile Hotspot (Windows 10/11)
- Open
Settings → Network & Internet → Mobile Hotspot. - In the field
Sharing an Internet connectionselectEthernet. - Click
Changeand ask:- Network name (eg.
PC_Hotspot) - Password (minimum 8 characters)
- Network name (eg.
Allow use of my internet connection.Method 2: Using the netsh command (universal)
netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678 keyUsage=persistent
netsh wlan start hostednetwork
After running the first command, the network will be created, but without internet access. To share the Ethernet, run:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Find a connection
Ethernet, right-click →Properties→ tabAccess. - Check the box
Allow other network users to share your Internet connection. - On the list
Connecting a home networkselect the created network (the name will start withLocal Area Connection*). - 📡 You are connected to someone else's Wi-Fi (for example, in a dorm), but the signal is weak in your room.
- 🔄 I need to "extend" the network from the router without laying cables.
- 💰 I don't have money for a second router, but I have a spare adapter.
⚠️ Attention: On some adapters (especially cheap Chinese ones) the mode SoftAP The adapter may be unstable—the network will drop out every 10-15 minutes. In this case, the only solution is to replace the adapter with a model with a chipset. Realtek RTL8188 or Qualcomm Atheros.
3. Method: USB/Wi-Fi adapter in repeater mode
Few people know, but some Wi-Fi adapters can work not only as receivers, but also as signal repeaters (mode Repeater or Client Mode). This is useful if:
Adapters that support the mode are suitable for this method. Client Mode:
- TP-Link TL-WN722N (on the chip Atheros AR9271)
- Alfa AWUS036NHA
- ASUS USB-N13 (with alternative firmware)
🔹 Important: Standard Windows drivers do not support repeater mode. Special software is required:
- For TP-Link - utility TP-Link Wireless Configuration Utility.
- For Alfa - program Ralink Wireless Utility.
- Universal option - Virtual Router Plus (but does not work on all adapters).
Instructions for TP-Link TL-WN722N:
- Install the driver and utility from the official website (do not use drivers from Windows Update!).
- Connect the adapter to your PC and open TP-Link Wireless Configuration Utility.
- Go to the tab
Profile Management→Add. - In the field
Network Name (SSID)Enter the name of the network you want to connect to (for example,Dorm_WiFi). - Select mode
Infrastructure(to connect to an access point) orAd-Hoc(for direct connection to another PC). - On the tab
Advancedturn onEnable WDS/Repeater Mode. - Save the profile and connect to the network. The adapter will now rebroadcast the signal.
| Adapter | Repeater mode | Required software | Max. speed |
|---|---|---|---|
| TP-Link TL-WN722N | Yes (Client Mode) | TP-Link Utility | 150 Mbps |
| Alfa AWUS036NHA | Yes (Repeater) | Ralink Utility | 300 Mbps |
| ASUS USB-AC53 Nano | Yes (with firmware) | DD-WRT/OpenWRT | 433 Mbps |
| D-Link DWA-131 | No | — | 150 Mbps |
⚠️ Attention: In repeater mode, the internet speed will decrease by approximately 30-50% due to double signal retransmission. If the original speed is less than 20 Mbps, it is better to use a router or Mobile Hotspot.
I'll set up my router as a bridge|I'll use Mobile Hotspot in Windows|I'll buy a USB adapter with repeater mode|I prefer a wired connection
-->
4. Troubleshooting: Why Wi-Fi Isn't Working
Even with proper setup, errors can still occur. Let's look at typical situations and solutions:
🔴 Problem: Devices connect to Wi-Fi, but the internet doesn't work
- 🔹 Check if internet access is allowed in the sharing settings (see
Ethernet Properties → Access). - 🔹 Make sure DHCP is enabled on your router (section
LAN → DHCP Server). - 🔹 If you use
netsh, run the commandnetsh wlan set hostednetwork mode=allowagain.
🔴 Problem: Network is not detected or disappears
- 🔹 Update your Wi-Fi adapter driver (download it from the manufacturer's website, not from Windows Update!).
- 🔹 Check if the adapter is conflicting with other devices (disconnect all USB devices except the keyboard/mouse).
- 🔹 For adapters Realtek install the utility Realtek Wireless LAN Utility and set up the network through it.
🔴 Problem: Slow speed or connection drops
- 🔹 Change the Wi-Fi channel in the router settings (use
1,6or11For2.4 GHz). - 🔹 Disable power saving for the adapter:
Device Manager → Network Adapters → Properties → Power Management→ uncheck the boxAllow shutdown.... - 🔹 If you are using a USB adapter, connect it via USB 2.0 (blue port) - USB 3.0 may cause interference.
What should I do if my adapter does not support SoftAP mode?
If your Wi-Fi adapter is not capable of distributing the network (for example, cheap models on a chip Realtek RTL8188EU), there are two options:
1. Buy an adapter with support Hosted Network (from 500 ₽).
2. Use the router in bridge mode (even the cheapest one, for example, TP-Link TL-WR740N for 1000 ₽).
Check the adapter model's support for the mode on the manufacturer's website or in reviews on YouTube.
5. Network Optimization: How to Boost Signal and Speed
If your Wi-Fi is working but unstable, try these tips:
- 📶 Router location: Place it in the center of the room, 1-1.5 m high (for example, on a cabinet). Avoid placing it near microwaves, cordless phones, and metal objects.
- 🔄 Dual-band mode: if the router supports
5 GHz, set up a separate network for this range - it is less crowded and faster (but passes through walls worse). - 🔌 Power over Ethernet (PoE): if the router supports PoE (For example, Ubiquiti UniFi), you can power it through the same cable as the Internet - this will eliminate dependence on a power outlet.
- 🛡️ Protection from neighbors: In your router settings, enable MAC address filtering (
Wireless → Wireless MAC Filtering) and add only your devices.
For advanced users: If you have a router based on OpenWRT or DD-WRT, you can increase the transmission power (parameter Tx Power). However Exceeding the 20 dBm value may be illegal in Russia (the maximum according to GOST is 100 mW or ~20 dBm)Check the current regulations on the website. Roskomnadzor.
6. Alternative solutions: when nothing helps
If none of the above worked, consider these options:
- 📡 Powerline adapters: They transmit internet through electrical wiring. You plug one adapter into the router, the other into a power outlet near your PC, and connect them with a cable.
EthernetSpeeds up to 500 Mbps, but depend on the quality of the wiring. Popular models: TP-Link AV600, Zyxel PLA5405. - 📶 4G/5G router: If your wired internet connection is unstable, buy a router that supports SIM cards (for example, Huawei B535 or ZTE MF286D). Insert a SIM card with an unlimited data plan and share Wi-Fi.
- 🖥️ Proxy server: If you need internet access only on one device (for example, a smartphone), set up a proxy on your PC via
3proxyorSquid, and on the phone indicate the PC IP and port.
🔹 Advice for tenants: If your provider prohibits connecting routers (for example, in some dormitories), use travel router (For example, GL.iNet AR150). It's compact, runs on USB, and can disguise Wi-Fi sharing as a legitimate device.
7. Security: How to protect your network
By sharing Wi-Fi, you're opening up your network. To avoid hacking or traffic theft:
- 🔐 Complex password: Use a combination of 12+ characters with letters, numbers and symbols (eg.
k7#pL9!qW2$vE). Do not use birth dates or simple words. - 🔄 Changing your password regularly: Change it every 2-3 months (or more often if you suspect a leak).
- 📵 Hiding SSID: enable the option in the router settings
Hide SSID— the network will not be displayed in the list; only those who know its name will be able to connect. - 🛡️ Guest network: if you have a modern router (ASUS RT-AX88U, Keenetic Ultra), set up a separate guest network with speed limitation.
⚠️ Attention: If you're distributing Wi-Fi in a public place (cafe, coworking space), be sure to disable access to local PC resources. In the settings Mobile Hotspot (Windows) or DHCP (router) prohibit interaction between devices (AP Isolation).
FAQ: Answers to frequently asked questions
Is it possible to share Wi-Fi from a PC if I only have a USB modem (3G/4G)?
Yes, but the speed will be limited by the capabilities of the modem. Connect the modem to the PC, then turn it on. Mobile Hotspot (Windows) or use the command netshPlease note that many operators block data distribution from USB modems. In this case, a router with USB modem support (for example, Huawei B525).
Why does Wi-Fi stop working after rebooting my PC?
This is a typical problem for teams. netshTo make the network start automatically, create a file start_hotspot.bat with lines:
@echo offnetsh wlan start hostednetwork
pause
And add it to startup (Shell:Startup). For Windows 10/11, also check if the adapter is disabling power saving mode.
How to share Wi-Fi from a MacBook?
On macOS, this can be done in two clicks:
- Open
System Preferences → Sharing. - Select
Public Internet→Ethernetin the fieldConnection via. - IN
For computers usingmarkWi-Fi. - Click
Wi-Fi settingsand set the network name/password. - Turn on sharing.
Is it possible to share Wi-Fi from a PC to an Android TV or game console?
Yes, but there are some nuances:
- Android-TV: some models (for example, Xiaomi Mi Box S) do not connect to networks with a hidden SSID. Disable this option in your router.
- PlayStation/Xbox: when connecting to Mobile Hotspot (Windows) an error may occur NAT Type 3The solution is to manually enter DNS 8.8.8.8 And 8.8.4.4 in the console settings.
- Smart TV: If your TV doesn't connect to 5GHz, switch your router to 2.4 GHz or set up a separate network for this range.
Is it legal to share Wi-Fi from your PC in Russia?
Yes, if:
- You do not use other people's data for access (for example, a hacked neighbor's Wi-Fi).
- Do not exceed the permitted transmission power (up to 100 mW for home networks).
- You do not organize a public network (for example, for paid access in a cafe).
There are no restrictions for personal use. However, if you're distributing internet in an apartment building and neighbors complain about interference, Roskomnadzor may require reducing signal strength.