Turn your laptop into Windows 10 You can upgrade your Wi-Fi router to a full-fledged one in 5-10 minutes—without purchasing any additional equipment. This is a lifesaver on business trips when your hotel only has wired internet, or at home if your main router suddenly breaks down. But not everyone knows that the system includes three built-in methods Share the Internet, plus a couple of reliable third-party utilities for complex cases.
We have tested all methods on the latest builds. Windows 10 22H2 And 11 23H2 (The process is identical), taking into account the nuances of drivers, firewalls, and ISPs that block redirects. The article contains step-by-step instructions with images, a comparison table of methods, and unique features, which are not included in standard guides (for example, how to share the Internet with PPPoE-connections without resetting settings).
1. The Mobile Hotspot method is the easiest
Built-in function Mobile hotspot appeared in Windows 10 It was introduced back in 2015, but many people still don't use it. This is the fastest way to share Wi-Fi if you:
- 🌐 Connect to the Internet via
Ethernet(cable) orUSB modem. - 🔄 A laptop with a working Wi-Fi adapter (even if it is not connected to the network).
- 📱 Devices to connect: smartphone, tablet, another laptop or even Smart TV.
To activate the hotspot:
- Open
Settings → Network & Internet → Mobile Hotspot. - In the drop-down menu
SharingSelect the connection through which the laptop receives the Internet (usuallyEthernetor the name of your PPPoE-connections). - Click
Changeto set the network name (SSID) and password (minimum 8 characters). - Toggle the slider
Allow use of my internet connectionin positionOn
Wi-Fi adapter driver updated|Antivirus not blocking network|VPN disabled on connected devices|ISP not limiting the number of connected devices-->
If the devices do not see the network after turning them on, check:
- 🔌 The internet cable is tightly connected to the laptop (if
Ethernet-connection). - 🔄 It's disabled on the router
DHCP(if you are distributing the Internet from another router). - 🛡️ Firewall Windows Defender does not block the network (see the section on errors).
2. Command line: a universal method for experienced users
The way through CMD works even where Mobile hotspot refuses to start. For example, if you:
- 🖥️ Old version Windows 10 (to 1803).
- 🔌 Connection via
PPPoE(like Rostelecom or Beeline). - 🔄 Need to share internet with
Wi-FionWi-Fi(laptop as a repeater).
Open the command prompt as administrator and execute the commands in order:
netsh wlan set hostednetwork mode=allow ssid="MyWiFi" key="12345678" keyUsage=persistent
netsh wlan start hostednetwork
Replace MyWiFi to the desired network name, and 12345678 — a password (minimum 8 characters). After that:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Find a new connection
Wireless Network* X(where X is a number). - Right click on your primary connection (eg.
Ethernet), selectProperties → Access. - Check the box
Allow other network users to share your Internet connectionand select the created network.
What to do if the command doesn't work?
If after entering netsh wlan start hostednetwork an error appears "Failed to start hosted network", there's a problem with the Wi-Fi adapter driver. Update it manually via device Manager or download from the laptop manufacturer's website (for example, for HP Pavilion or Lenovo ThinkPad).
To stop seeding, enter:
netsh wlan stop hostednetwork
Mobile Hotspot|Command Line|Third-Party Programs|Never Shared-->
3. Third-party programs: when built-in methods don't work
If Windows If your internet connection stubbornly refuses to share, specialized utilities can help. They bypass system restrictions and offer additional features, such as:
- 📊 Monitoring traffic of connected devices.
- 🔄 Automatic distribution start when the laptop is turned on.
- 🛡️ Encryption
WPA3(instead ofWPA2by default).
We tested 5 popular programs and selected the two most stable:
| Program | Pros | Cons | Price |
|---|---|---|---|
| Connectify Hotspot | Intuitive interface, support Wi-Fi 6, ad blocking |
Paid license for all functions | From $35/year |
| MyPublicWiFi | Free, lightweight, works on older PCs | No Russian language, limited settings | For free |
| Virtual Router Plus | Open-source, no installation required | Hasn't been updated since 2016, may contain bugs | For free |
It's enough for most tasks MyPublicWiFi:
- Download the program from official website (weighs ~1 MB).
- Install, run as administrator.
- In the field
Network Name (SSID)enter the network name inNetwork Key- password. - In the drop-down menu
Internet SharingSelect your active connection. - Click
Set up and Start Hotspot.
4. Internet distribution with PPPoE (Rostelecom, Beeline, MTS)
If your provider uses a connection via PPPoE (enter your login/password when logging into the network), standard distribution methods may not work. The problem is that Windows by default does not allow use for such connections. Solution:
- Create a new network via command line (as in Section 2).
- Open
Control Panel → Administrative Tools → Services. - Find a service
Internet Connection Sharing (ICS)and restart it. - Return to
Network and Sharing Center, right click onPPPoE-connection →Properties → Access. - Turn on sharing and select the network you created.
If after these steps the Internet does not work on the connected devices:
- 🔄 Reconnect to
PPPoE(turn the connection off and on again). - 📋 Check the settings
PPPoEthere is no check markEnable IPv6 protocol- It's better to turn it off.
5. Laptop as a repeater: boost your Wi-Fi signal
If you have a weak Wi-Fi signal from your router, you can use your laptop as a repeater (repeater). To do this:
- Connect to the main Wi-Fi network.
- Start distribution via command line (see Section 2).
- In the settings of the created network (
hostednetwork) indicate the sameSSIDand the password is the same as the main router.
⚠️ Attention: This method is unstable on Windows 10 due to the specifics of the drivers. It is better to use specialized programs like Connectify with the regime Wi-Fi Repeater.
The advantages of this approach:
- 📶 Increase your Wi-Fi coverage without purchasing a repeater.
- 🔄 Possibility to connect devices that do not support
5 GHz(the laptop converts the frequency).
Flaws:
- 🐢 Internet speed decreases by 30–50%.
- 🔌 The laptop must be constantly turned on.
6. Troubleshooting: Why Wi-Fi Sharing Doesn't Work
If after all these steps the devices do not connect or the internet does not work, check:
| Error | Cause | Solution |
|---|---|---|
Failed to start hosted network |
Outdated Wi-Fi driver or disabled adapter | Update driver via device Manager or the manufacturer's website |
| The devices connect, but there is no internet. | Sharing is not configured or is blocked by a firewall. | Check your settings ICS and add an exception in Windows Defender |
| The hotspot turns on but immediately turns off. | IP address conflict or antivirus | Disable your antivirus, reset your network (netsh int ip reset) |
🔹 Is your firewall blocking connections? Add an exception for svchost.exe:
- Open
Windows Firewall → Advanced settings → Outbound rules. - Create a new rule for the program
%SystemRoot%\system32\svchost.exe. - Allow all connections.
🔹 Is your provider blocking distribution? Some operators (eg. MTS or Megaphone) limit the number of connected devices MAC address. Solution:
- Call support and ask them to reset the link.
- Use
MAC spoofing(change of address) through programs like Technitium MAC Address Changer.
7. Security: How to protect your network from hacking
By sharing Wi-Fi from your laptop, you risk allowing others to connect to your network. To avoid this:
- 🔐 Use a complex password (at least 12 characters with numbers and special characters).
- 🔄 Change
SSIDand the password once a week (if you distribute it in public places). - 🛡️ Enable filtering by
MAC addressesin the adapter settings (viadevice Manager). - 📵 Turn off the hotspot when you don't need it.
⚠️ Attention: If you are distributing the Internet in a cafe, airport or other public place, use VPN (For example, ProtonVPN or Windscribe). This will protect your data from being intercepted through protocol vulnerabilities. WPA2.
For advanced users:
- 🔧 Set up
WPA3-Enterprisethrough Connectify Hotspot (requires radius server). - 📡 Limit the speed of connected devices to prevent them from consuming all your traffic.
8. Alternatives: When sharing from a laptop isn't an option
If your laptop can't function as a router (for example, due to a weak processor or an old Wi-Fi adapter), consider other options:
| Device | Pros | Cons | Price |
|---|---|---|---|
| USB router (TP-Link TL-MR3020) | Compact, powered by a power bank | Need to configure manually | From 1,500 ₽ |
| 4G router (Huawei B525) | High speed, support LTE-A |
Expensive, requires a SIM card | From 5,000 ₽ |
| Travel router (GL.iNet AR750) | OpenWRT, VPN, portable | Difficult to set up for a beginner | From 3,000 ₽ |
If the problem is a weak signal and not distribution, try:
- 📶 Install Wi-Fi adapter with external antenna (For example, TP-Link Archer T4U).
- 🔌 Use
Powerline adaptersto transmit internet through electrical wiring.
FAQ: Frequently asked questions about sharing Wi-Fi from a laptop
Is it possible to share Wi-Fi if the laptop is connected to the Internet via another Wi-Fi?
Yes, but the speed will be 30-50% slower since the adapter is transmitting and receiving simultaneously. To do this:
- Connect to the main network.
- Start distribution via command line (see Section 2).
- In the settings of the created network, specify a different channel (for example,
6instead of11) to avoid interference.
⚠️ Some routers block such connections - check your settings AP Isolation.
Why doesn't the hotspot turn on automatically after restarting my laptop?
This is a feature Windows 10To automate the launch:
- Create a file
start_hotspot.batwith the line: - Put it in startup (
Shell:Startup). - Or use Task Schedulerto run the command at login.
netsh wlan start hostednetwork
For PPPoE Additionally, you need to add the connection command:
rasdial"Connection_Name" login password
How to share internet from a laptop to a Smart TV?
Smart TV (For example, Samsung or LG) connects to the shared network like a regular device. If the TV doesn't see the network:
- Check if it supports
5 GHz(if you distribute in this range). - Disable the adapter mode in the settings.
802.11n(leave only802.11b/g). - Update your TV firmware.
If the internet is on TV It doesn't work, but other devices connect. Check your settings. DNS (install 8.8.8.8 manually).
How many devices can be connected to the shared network?
The theoretical limit is up to 254 devices (protocol limitation DHCP). In practice:
- 🖥️ Laptops with
Wi-Fi 5stably hold 5-10 devices. - 🖥️ Adapters
Wi-Fi 6(For example, Intel AX200) — up to 20. - 📉 Each new device reduces speed by 10-15%.
If you need to connect more devices, use an external router in mode Bridge.
Is it possible to share the Internet from one laptop to another?
Yes, but there are some nuances:
- 🔄 Both laptops must support the mode
Ad-Hoc(most modern models support it). - 📥 On the second laptop, manually specify
IP addressout of range192.168.137.X(For example,192.168.137.2). - 🔌 If the internet isn't working, check your settings
ICS(shared access).
For a stable connection it is better to use Ethernet cable or USB-LAN adapter.