Need to quickly share internet with another laptop but don't have a router handy? Windows 10 has built-in tools that let you turn your laptop into a fully-fledged Wi-Fi hotspot. This feature is useful on a business trip, at the cottage, or anywhere you need a temporary network connection. But how do you set up sharing correctly to avoid errors and ensure a stable connection?
In this article we will look at three main methods: through command line, system parameters And specialized programsEach method has its own nuances, from setup speed to limitations on the number of connected devices. You'll learn how to choose the best option based on your situation, as well as how to troubleshoot common issues, such as when the hotspot works but the internet connection fails.
Important: Before you begin, check if your Wi-Fi adapter mode Hosted Network. Most modern laptops (starting from Windows 7) cope with this task, but in rare cases it may be necessary to update the drivers. If you are using USB-Wi-Fi adapter, check its specifications on the manufacturer's website.
1. Preparing your laptop for Wi-Fi sharing: checking compatibility and drivers
Before setting up an access point, make sure your equipment is ready for the task. The main criterion is technology support. Virtual Wi-Fi (or Hosted Network), which allows you to create software access points. Here's how to check compatibility:
- 🔧 Open command prompt as administrator (click
Win + X→Command Prompt (Administrator)). - 📋 Enter the command:
and pressnetsh wlan show driversEnter. - 🔍 Find the line
Hosted network support. If it is indicated thereYes, your adapter supports distribution.
If there is no support, update the driver Wi-Fi adapter:
- Go to
device Manager(Win + X→device Manager). - Expand the branch
Network adapters, find yours Wi-Fi module (For example, Intel Wi-Fi 6 or Qualcomm Atheros). - Right click →
Update driver→Automatic search.
⚠️ Attention: If after updating the driver support Hosted Network didn't appear, check your settings BIOS/UEFI. In some laptops (Lenovo, HP) function Wi-Fi Direct or Virtualization may be disabled by default.
Also make sure that the laptop that will be distributing the Internet is turned on. connection sharingTo do this:
- 🌐 Go to
Control Panel → Network and Sharing Center. - 🔗 Click on the active connection (for example,
EthernetorWireless network). - 📤 Click
Properties→ tabAccess→ check the boxAllow other network users to share your Internet connection.
2. Method 1: Sharing Wi-Fi via the command line (the most reliable method)
This method works on all versions Windows 10 and doesn't require any additional software. The main advantage is connection stability, as the settings are applied at the system level. Follow the instructions:
- Open command prompt as administrator.
- Enter the command to create the network:
netsh wlan set hostednetwork mode=allow ssid="Network_Name" key="Network_Password" keyUsage=persistentReplace
Network_nameAndNetwork_Passwordto your values (the password must be at least 8 characters long). - Start the distribution:
netsh wlan start hostednetwork - Allow Internet Sharing:
- Open
Network and Sharing Center→Changing adapter settings. - Find a new connection
Local Area Connection* X(where X is a number). - Right click →
Properties→ tabAccess→ select the main connection (for example,Ethernet) and check the boxAllow....
- Open
If after running the command netsh wlan start hostednetwork The error "Failed to start the hosted network" appears, check if your antivirus is blocking the distribution (for example, Kaspersky or Avast). Temporarily disable it or add an exception for the process. svchost.exe.
To stop seeding, use the command:
netsh wlan stop hostednetwork
☑️ Checking if distribution is set up successfully
3. Method 2: Sharing via Windows 10 settings (without the command line)
If working with command line It seems complicated, you can use the graphical interface Windows 10This method is simpler, but may not work on some versions of the system (for example, Windows 10 LTSC). Instructions:
- Open
Parameters(Win + I) →Network and Internet→Mobile hotspot. - In the section
Internet connection sharingselect a source (egEthernetorWi-Fi). - Click
Changenext toNetwork dataand ask:- 📶 Network name (For example,
MyHotspot). - 🔐 Password (minimum 8 characters).
- 📡 Range (leave
2.4 GHzfor better compatibility).
- 📶 Network name (For example,
Mobile hotspot.Limitations of the method:
- ❌ Maximum 8 connected devices (versus 10+ on the command line).
- ❌ You cannot change the Wi-Fi channel (may cause interference in apartment buildings).
- ❌ Sometimes settings are reset after a Windows update.
⚠️ Attention: If in the sectionMobile hotspotThere is no option to select an internet source, check if the laptop is connected to the network viaEthernetorUSB modemDistribution viaWi-Fi(when the laptop itself is connected to another network) only works in Windows 10 version 1703 and newer.
To troubleshoot connection issues:
- 🔄 Restart both laptops.
- 📵 On the device you are connecting to, "forget" the network (
Forget this network) and reconnect. - 🛠️ In
Device Managerupdate the driver Wi-Fi adapter (see section 1).
4. Method 3: Sharing Wi-Fi via third-party programs (for advanced users)
If built-in tools Windows 10 If you're not satisfied, you can use specialized utilities. They offer additional features, such as:
- 📊 Monitoring traffic of connected devices.
- 🔒 Automatic shutdown of distribution according to schedule.
- 📶 Select a Wi-Fi channel to minimize interference.
Top 3 Wi-Fi Sharing Apps:
| Program | Advantages | Flaws | Price |
|---|---|---|---|
| Connectify Hotspot | Intuitive interface, support WPA3, speed limit for devices. |
Paid version for distributing more than 5 devices. | From $35/year |
| MyPublicWiFi | Free, lightweight, supports URL filtering. |
Outdated interface, no support Windows 11. | For free |
| Virtual Router Plus | Open source, minimalist design. | No technical support, possible bugs. | For free |
Example of setting in Connectify Hotspot:
- Download and install the program from official website.
- Run the utility and select the Internet source (for example,
Ethernet). - Ask network name And password.
- Click
Start Hotspot.
⚠️ Attention: Free programs (for example, Virtual Router Plus) may conflict with antivirus programs like ESET NOD32 or Dr.WebAdd them to the exclusions or temporarily disable protection during setup.
5. Common mistakes and their solutions
Even with proper configuration, Wi-Fi hotspots can still experience issues. Let's look at the most common issues and how to fix them:
Error 1: "Failed to start hosted network"
Reasons and solutions:
- 🔌 Wi-Fi driver does not support
Hosted Network→ Update the driver or use an external one USB adapter (For example, TP-Link TL-WN725N). - 🛡️ Blocked by antivirus → Add an exception for
netsh.exeAndsvchost.exe. - 🔄 Service
WLAN AutoConfigdisabled → Run it:sc config Wlansvc start=autonet start Wlansvc
Error 2: Devices connect, but the internet doesn't work
Check:
- 🔗 General access → B
Network and Control Centermake sure the box is checkedAllow other users...It is necessary for proper connection. - 🌐 DNS servers → On the connected laptop, manually enter the DNS (for example,
8.8.8.8And8.8.4.4from Google). - 🔧 IP settings → B
command lineon the distributing laptop, run:netsh interface ip set address "Local Area Connection* X" static 192.168.137.1 255.255.255.0
Error 3: Slow speed or connection drops
Recommendations:
- 📡 Change Wi-Fi channel → B
command lineCheck channel load:netsh wlan show alland select the least loaded one (for example,
6or11). - 🔋 Disable power saving for Wi-Fi → B
Device Manager→Adapter properties→Power management→ uncheck the boxAllow shutdown.... - 📵 Reduce the number of connected devices → Optimally no more than 5-7 gadgets at a time.
Why is the upload speed lower than the main connection?
When distributing Wi-Fi through a laptop, the speed drops by 30-50% due to hardware limitations of the adapter and the processor's data processing. For example, if your Ethernet provides 100 Mbps, you'll get ~50-70 Mbps over Wi-Fi. For maximum speed, use the standard 802.11ac (5 GHz) instead 802.11n (2.4 GHz).
6. Wi-Fi Security: How to Protect Your Network
Sharing your internet connection from your laptop creates potential vulnerabilities for your network. Follow these guidelines to minimize the risks:
- 🔐 Use a complex password → Minimum 12 characters with numbers, capital letters and special characters (e.g.
W1F1_P@ssw0rd!). - 🔄 Change your password regularly → Especially if you distribute Internet in public places.
- 📵 Turn off distribution when it is not needed → This will reduce the risk of unauthorized connection.
- 🛡️ Turn on the firewall → B
Control Panel → Windows Firewallcheck that it is active.
For additional protection:
- 📋 Keep a log of connected devices → In programs like Connectify can be seen
MAC addressesconnected gadgets. - 🚫 Block unknown devices → Manually add unknown contacts to the blacklist
MAC addresses. - 🔍 Check your network for vulnerabilities → Use utilities like Wireshark or Acrylic Wi-Fi for traffic analysis.
If you are distributing internet in a cafe, hotel or other public place, consider using VPN (For example, ProtonVPN or NordVPN). This will protect your data from being intercepted through protocol vulnerabilities. WPA2.
7. Alternative ways to share the Internet between laptops
If sharing via Wi-Fi is not possible (for example, due to a faulty adapter), consider alternative options:
1. Distribution via Bluetooth
Suitable for short-range internet access (up to 10 meters). Speed is limited to ~3 Mbps, but this is sufficient for messaging apps or email.
- 🔵 Turn on Bluetooth on both laptops.
- 🤝 On the distributing laptop:
Settings → Devices → Bluetooth → Add device. - 🌐 After pairing in
Control Panel → Network and Sharing CenterAllow sharing forBluetooth connections.
2. Distribution via Ethernet cable (direct connection)
The most stable and fastest method (up to 1 Gbps), but requires crossover cable or adapter Ethernet on both laptops.
- 🔌 Connect the laptops with a cable.
- 🖥️ On the distributing laptop:
Control Panel → Network and Sharing Center → Change adapter settings. - 🔗 Right click on
Ethernet→Properties→Internet Protocol version 4 (TCP/IPv4)→ specify:IP: 192.168.1.1Mask: 255.255.255.0 - 📡 On the second laptop, enter:
IP: 192.168.1.2Mask: 255.255.255.0
Gateway: 192.168.1.1
DNS: 8.8.8.8
3. Distribution via USB modem (3G/4G)
If you have USB modem (For example, Huawei E3372), it can be connected to one laptop and share the Internet through Wi-Fi or Ethernet.
- 📶 Connect the modem to your laptop and install the drivers.
- 🌐 In the modem program, enable the mode
Access point(if supported). - 🔄 If your modem doesn't support sharing, use command line (see section 2).
⚠️ Attention: When connecting directly via Ethernet turn it off Wi-Fi on both laptops to avoid routing conflicts.
FAQ: Frequently asked questions about sharing Wi-Fi from a laptop
Is it possible to share Wi-Fi if the laptop itself is connected to another Wi-Fi network?
Yes, but with some reservations:
- IN Windows 10 version 1703 and newer it works out of the box through
Mobile hotspot. - In older versions you will have to use command line or programs like Connectify.
- The speed will be lower because the laptop is simultaneously receiving and transmitting data via Wi-Fi.
For stable operation, it is better to connect the laptop to the Internet via Ethernet.
How many devices can be connected to the shared network?
It depends on the distribution method:
- Command line: up to 10-15 devices (limited by the adapter hardware capabilities).
- Mobile hotspot: maximum 8 devices (Windows limitation).
- Third-party programs: up to 20-30 (for example, in Connectify Hotspot Pro).
In practice, when connecting more than 5 devices, the speed drops by 40-60%.
Why doesn't Wi-Fi sharing start automatically after restarting my laptop?
This is standard Windows behavior. To automate startup:
- Create
.bat- a file with the following contents:@echo offnetsh wlan start hostednetwork - Place the file in startup:
C:\Users\Your_name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.
For Mobile hotspot Automatic start cannot be configured - you will have to turn it on manually.
Is it possible to share the internet from a laptop? Android or iPhone?
Yes, the algorithm is the same as for the second laptop:
- Turn on your phone Wi-Fi and find the created network.
- Enter the password and connect.
- If the Internet doesn't work, check your settings. public access on a laptop (see section 5).
On iPhone may need to be specified manually DNS (For example, 8.8.8.8).
How to increase the range of a distributed Wi-Fi network?
The radius depends on the power Wi-Fi adapter and obstacles. To improve coverage:
- 📡 Use
5 GHzfor speed or2.4 GHzfor range. - 🔋 Connect your laptop to the network
220V— the adapter's power is reduced when the battery is low. - 🛠️ Buy USB-Wi-Fi adapter with an external antenna (for example, TP-Link Archer T4U).
- 📍 Place your laptop in the center of the room, away from walls and metal objects.
The maximum radius for the built-in adapter is ~10-15 meters indoors.