Need to urgently connect your phone, tablet, or second computer to the Internet, but don't have a router handy? Windows 10 Lets you turn your PC or laptop into a fully-fledged Wi-Fi hotspot—without the need for additional hardware. Just a few clicks or commands are all it takes to share the internet wirelessly at speeds up to 866 Mbps (with the support of the standard Wi-Fi 5).
In this article, we will look at three working methods: from the built-in tool Mobile hotspot before manual tuning through command line and specialized programs like Virtual Router PlusYou will learn how to avoid common errors (for example, Failed to set up mobile hotspot), optimize distribution speeds, and even limit traffic for connected devices. And if you're experiencing a problem where Wi-Fi is available but the internet isn't working, there's a separate section with solutions at the end of the article.
Before you begin, please check two key conditions:
- 🔄 Your computer is connected to the Internet via Ethernet cable, USB modem or 3G/4G adapter (Wi-Fi sharing from another Wi-Fi connection is possible, but is often blocked by providers).
- 📶 There is a working computer on your laptop or PC Wi-Fi adapter (check in
Device Manager- if next to Wireless Adapter There is an exclamation mark, update your drivers).
1. Sharing Wi-Fi via Mobile Hotspot is the easiest way
IN Windows 10 (starting with version 1607) a built-in tool appeared Mobile hotspot, which simplifies distribution setup to a minimum. This method is suitable for most users, as it doesn't require knowledge of commands and works reliably on Intel, Realtek And Broadcom adapters.
To activate the hotspot:
- Open
Windows Settings(Win + I) and go to the sectionNetwork and Internet → Mobile Hotspot. - In the field
Sharing an Internet connectionselect the internet source (for example, Ethernet or Local Area Network Connection). - Click
Changeto set the network name (SSID) and password (minimum8 characters, with numbers and letters). - Move the slider
Allow use of my internet connectionin positionOn.
Done! Now other devices can connect to your network. The maximum number of connected devices depends on the Wi-Fi adapter model, but it's usually 8-10 devices.
☑️ Check before launching a hotspot
⚠️ Attention: If an error appears after turning on the hotspot Failed to set up mobile hotspot, check if your adapter supports the mode AP (Access Point)For example, some older models from Realtek RTL8188EE may not work. Solution: Update the driver or use the command line method.
2. Setting up distribution via the command line (for advanced users)
If Mobile hotspot If it doesn't work or you need more flexible settings (like changing the Wi-Fi channel or hiding the network), use command lineThis method is universal and works even on older versions. Windows 10.
Open Command prompt as administrator (Win + X → Command Prompt (Administrator)) and execute two commands in order:
netsh wlan set hostednetwork mode=allow ssid="Network_Name" key="Network_Password" keyUsage=persistent
netsh wlan start hostednetwork
Replace Network_name And Network_Password to your values. After executing the second command, you will see a message The hosted network is launched.
Now you need to open Internet access:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Find your primary connection (eg. Ethernet), right-click and select
Properties. - Go to the tab
Accessand check the boxAllow other network users to share your Internet connection. - On the list
Connecting a home networkselect the created network (it will be calledLocal Area Connection* X).
| Parameter | Default value | Recommended value |
|---|---|---|
| Wi-Fi channel | Auto | 6 or 11 (less congested in urban areas) |
| Channel width | 20 MHz |
40 MHz (will increase speed, but may create interference) |
| Wi-Fi standard | 802.11n |
802.11ac (if the adapter supports it) |
| Max devices | 8 |
Depends on the adapter (up to 32 on professional models) |
⚠️ Attention: If you see an error after running the commands Failed to start the hosted network. The group or resource is not in the required state., this means that your Wi-Fi adapter does not support the mode SoftAPTry updating your driver or using a third-party program.
3. Sharing Wi-Fi via third-party programs (alternative solutions)
If built-in tools Windows 10 If these aren't working, specialized utilities can help. They offer additional features, such as speed limiting for connected devices, MAC address blacklisting, and even ad blocking. Let's look at three proven programs:
- 🔧 Virtual Router Plus — a simple open-source utility. Supports
WPA2-PSKencryption and works on most adapters. Minus: not updated since 2013, may conflict with new drivers. - 🛡️ Connectify Hotspot — a paid solution with a trial period. Allows you to distribute 3G/4G-Internet, configure a firewall and even create VPN-server. Plus: stable operation on Windows 10/11.
- 📡 MyPublicWiFi — a free program with connection logging functionality. Supports
URL filtering(you can block access to certain websites). Minus: interface in English.
For example, let's set up Virtual Router Plus:
- Download the program from official website (avoid unofficial sources - they often contain viruses).
- Install and run the utility. In the field
Network Name (SSID)enter the network name inPassword- password. - IN
Shared ConnectionSelect your primary internet connection. - Click
Start Virtual Router.
How to bypass the 10-device limitation in Virtual Router Plus?
Some users report that the program limits the number of connected devices to 10. To get around this, you can use an alternative utility. Ostoto Hotspot or configure distribution via the command line with the parameter maxpeers=20 (requires registry editing).
Important: When using third-party programs, your traffic may go through their servers (especially in free versions). Before installing, test the program. VirusTotal and review the privacy policy.
4. Optimizing Wi-Fi speed and stability
Even if you've successfully set up seeding, your speed may still be slower than expected. Here are some key parameters to check:
- 📶 Wi-Fi channel: In urban environments, channels
1,6And11are often overloaded. Use the utility Wi-Fi Analyzer (For Android) or NetSpot (For Windows) to find a free channel. - 🔄 Adapter operating mode: IN
Device ManagerOpen the properties of your Wi-Fi adapter and on the tabAdditionallyinstall:802.11n/ac Wireless Mode→Autoor802.11ac(if supported).Roaming Aggressiveness→Lowest(will reduce the number of reconnections).
- 🛡️ Firewall and antivirus: Temporary shutdown Windows Defender or Kaspersky Internet Security can increase the speed by
10–30%.
If the distribution speed is critically low (less 10 Mbps), try:
- Connect the internet cable directly to the laptop (if used) USB adapter).
- Disable downloads and updates on the main PC (torrents, Steam, Windows Update).
- Reduce channel width to
20 MHzin the adapter settings (this will reduce the speed, but increase stability).
5. Common mistakes and their solutions
When setting up Wi-Fi hotspots, users often encounter the same issues. We've compiled a list of the most common errors and how to fix them:
| Error | Cause | Solution |
|---|---|---|
Failed to start hosted network |
The adapter driver does not support SoftAP or disabled | Update the driver from the manufacturer's website or use Connectify |
The devices connect, but the internet doesn't work. |
Sharing is not configured or there is an IP address conflict. | Check your sharing settings in Connection properties |
Network disappears after reboot |
Service Autoconfig does not start automatically |
Set up the service to start automatically or create one .bat-script |
Low speed (less than 1 Mbps) |
The adapter operates in the mode 802.11b/g or the processor is loaded |
Set the mode 802.11n/ac and close background programs |
If connected devices receive an IP address, but the Internet still doesn't work, run the following in the command line:
ipconfig /flushdnsnetsh int ip reset
netsh winsock reset
Then restart your computer and check the connection again.
⚠️ Attention: On some laptops (eg. Lenovo IdeaPad or HP Pavilion) the function may be disabled in BIOS/UEFI Wi-Fi DirectIf none of the methods work, check your BIOS settings (section Advanced → Wireless).
6. Security when distributing Wi-Fi from a computer
Sharing Wi-Fi from a laptop or PC is convenient, but don't forget about security. Your network can become a target for hackers, especially if:
- 🔓 You use a simple password (for example,
12345678orqwerty). - 📡 The network is visible to all surrounding devices (not hidden).
- 🖥️ The firewall or antivirus software is disabled on the main PC.
To protect your network:
- Set a complex password (at least
12 characterswith numbers, letters and special characters). Example:WiFi@Home_2026!. - Hide the network (SSID) in the command line settings:
netsh wlan set hostednetwork ssid="YourNetwork" key="YourPassword" keyUsage=persistent hidden=yes - Limit the number of connected devices (in Connectify there is a function
Client Limit). - Enable encryption
WPA2-AES(this is the default standard in Windows 10).
If you are distributing internet in a public place (for example, in a cafe or coworking space), consider using VPN On your main PC. This hides your real IP address and encrypts your traffic. Free options: ProtonVPN or Windscribe (to 10 GB/month).
7. Alternative methods of distributing the Internet
If Wi-Fi sharing is not possible (for example, the adapter is broken or the drivers are not updated), consider alternative options:
- 🔌 Through Ethernet (LAN): Connect two computers network cable and set up sharing in
Network and Control CenterSpeed up to1 Gbps. - 📶 Bluetooth PAN: Suitable for connecting smartphones or tablets. The speed is low (
3 Mbps), but energy consumption is minimal. - 📱 USB tethering: If you have Android- smartphone, connect it via USB to the PC and turn it on
USB modemin the phone settings.
For distribution through Ethernet:
- Connect the computers with a cable (use crossover, if not Gigabit ports).
- On your main PC, open
Ethernet properties→IPv4and install:- IP address:
192.168.137.1 - Subnet mask:
255.255.255.0
- IP address:
192.168.137.2 and the gateway 192.168.137.1.⚠️ Attention: When distributing through Bluetooth PAN on some laptops (for example, Dell XPS) Wi-Fi may disconnect. This is normal behavior—the adapter does not support simultaneous operation of two radio modules.
FAQ: Frequently asked questions about Wi-Fi sharing with Windows 10
Is it possible to share Wi-Fi if the computer itself is connected to another Wi-Fi network?
Technically yes, but most providers (eg. Rostelecom or Beeline) This is blocked at the tariff level. Try it, but most likely the connected devices will not have access to the internet. An alternative is to use Wi-Fi repeater (mode WDS).
Why did Wi-Fi sharing stop working after updating Windows 10?
Updates often reset driver settings. Try:
- Roll back the Wi-Fi adapter driver
Device Manager. - Install the driver manually from the manufacturer's website (not through Windows Update).
- Perform a network reset:
Settings → Network & Internet → Status → Network reset.
How to limit internet speed for connected devices?
Built-in tools Windows 10 This can't be done. Use:
- Connectify Hotspot (the paid version allows you to limit the speed for each device).
- NetLimiter — a program for monitoring and limiting traffic.
- Setting up
QoSon the router (if there is one on the network).
Is it possible to share Wi-Fi from a Windows 10 Home computer?
Yes, all the methods described work on Windows 10 Home, Pro And EnterpriseRestrictions may only be at the adapter driver level.
How to share Wi-Fi from a laptop when it is in sleep mode?
By default, sharing is disabled when you enter sleep mode. To avoid this:
- Open
Control Panel → Power Options → Change plan settings → Change advanced settings. - Find the section
Wireless Network Adapter Settings → Power Saving Modeand installMaximum performance.
Please note that this will increase battery consumption.