Turn your laptop or desktop PC into a Windows 10 It's easier than it seems to turn a Wi-Fi hotspot into a full-fledged one. This feature is useful when you need to quickly connect your smartphone, tablet, or other computer to the internet and don't have a router handy. But not everyone knows that Windows 10 Supports wireless internet distribution out of the box, without the need for additional software.
In this article you will find Three working methods for setting up a virtual router: via built-in mobile hotspot, the command line, and popular third-party utilities. We'll also cover common errors (for example, when devices connect but the internet doesn't work) and explain how to fix them. If you've never set up a network yourself, don't worry: the instructions are suitable even for beginners.
Important: Before you begin, check if your Wi-Fi adapter mode Hosted Network. Most modern laptops and PCs with wireless modules (for example, Intel Wireless-AC or Qualcomm Atheros) handle this task without any problems. If you have a desktop computer with an external USB adapter, make sure it's not a budget model without support. SoftAP.
Method 1: Mobile hotspot (the easiest)
IN Windows 10 versions 1607 and newer ones have a built-in function Mobile Hotspot, which simplifies internet sharing to the max. This method requires no command knowledge and is suitable for most users.
To activate the hotspot:
- Open
Settings → Network & Internet → Mobile Hotspot. - In the drop-down menu "Sharing" Select the connection through which your PC receives the Internet (for example,
EthernetorWireless network, if you are connected to a different Wi-Fi). - Click "Change" next to the fields
Network nameAndPasswordto set your own parameters (minimum 8 characters for the password). - Move the slider Distribution is permitted. in position
On.
Done! Other devices can now connect to the created network. The access point name will be displayed as {Your_PC_Name} (Hotspot), unless you have changed it manually.
Make sure Wi-Fi is turned on on your PC.
The PC is connected to the Internet (via cable or other Wi-Fi)
The PC has the latest drivers for the network adapter installed.
The VPN is disabled on the connecting device (it may block access)-->
⚠️ Attention: If the internet connection on your main device is lost after activating the hotspot, check your firewall settings. Sometimes Windows Defender Blocks connection sharing. Solution:
- Open
Control Panel → Windows Defender Firewall → Allow an app. - Find in the list Network Discovery and check the boxes for private and public networks.
- Restart your PC.
Method 2: Command line (for advanced users)
If your mobile hotspot isn't working or you need advanced settings (like choosing a Wi-Fi channel), use command lineThis method is universal and works even on older versions. Windows 10.
Follow the instructions:
- Launch the command prompt as administrator (click
Win + Xand select the appropriate item). - Enter the command to check for hosted network support:
netsh wlan show driversFind the line Hosted Network Support - there should be
Yes. - Create a new network with the name
MyWiFiand password12345678(replace with your own):netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678 - Start the distribution:
netsh wlan start hostednetwork
Now you need to enable internet sharing:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Find the connection through which the PC receives the Internet (for example,
Ethernet), right-click and select "Properties". - Go to the tab "Access" and check the box
Allow other network users to share your Internet connection. - From the drop-down menu, select
Local Area Connection* X(where X is the number of the virtual adapter, usually12or13).
⚠️ Attention: If your access point doesn't appear in the list of networks after running the commands, check your Wi-Fi adapter drivers. Update them via device Manager or from the manufacturer's official website (for example, Intel or Realtek).
1. To start the network: netsh wlan start hostednetwork
2. To stop: netsh wlan stop hostednetwork
Place them on your desktop and run them as administrator.-->
3. Method: third-party programs (for flexible settings)
If built-in tools Windows 10 If you're not satisfied, use specialized utilities. They offer additional features, such as speed limiting, device blacklisting, and automatic startup upon PC startup.
Top 3 Wi-Fi Sharing Apps:
- 🔹 Connectify Hotspot — a paid utility with a trial period. Supports distribution via
Wi-Fi,Ethernetand even3G/4G-modems. There is a built-in firewall and traffic monitoring. - 🔹 MyPublicWiFi — a free, open-source program that allows you to customize
SSID, channel and even block unwanted sites throughURL filter. - 🔹 Virtual Router Plus — a simple utility with a minimalist interface. Ideal for beginners, but hasn't been updated since 2016 (may not support new adapters).
Example of setting in MyPublicWiFi:
- Download the program from official website and install.
- Run the utility as administrator.
- In the field "Network Name (SSID)" Enter the network name (eg.
HomeWiFi). - IN "Network Key" Please enter a password (minimum 8 characters).
- In the drop-down menu "Shared Connection" select the internet source (for example,
Ethernet). - Click "Set up and Start Hotspot".
⚠️ Attention: Some antiviruses (for example, Kaspersky Internet Security or Avast) may block third-party Wi-Fi sharing utilities. Add the program to the exceptions list or temporarily disable network protection.
What should I do if the program doesn't detect the Wi-Fi adapter?
If the utility does not detect the network adapter, the reasons may be as follows:
1. The adapter driver is outdated or damaged (reinstall it).
2. The adapter does not support the mode SoftAP (check model specifications).
3. The program is not compatible with your version of Windows (try another utility).
4. The service is disabled in the system Autoconfiguration WLAN (turn it on through services.msc).
4. Common mistakes and their solutions
Even with proper configuration, Wi-Fi hotspots can be unstable. Let's look at the most common issues and how to fix them.
| Error | Cause | Solution |
|---|---|---|
| The devices connect, but the internet doesn't work. | Connection sharing is not configured | Check the box Allow other users... in the properties of the main connection |
| The network is not displayed in the list of available networks. | The adapter driver does not support Hosted Network |
Update your driver or use an external Wi-Fi adapter. |
Error "Failed to start hosted network" |
Service WLAN AutoConfig disabled |
Start the service via services.msc or by team net start WlanSvc |
| Low upload speed (less than 1 Mbps) | The adapter operates in the mode 802.11b or overloaded |
Set the standard manually 802.11n/ac in the driver settings |
If devices receive an IP address after connecting to your network 169.254.x.x, this means that The DHCP server is not providing correct settings.. Solution:
- Open command prompt and type:
ipconfig /releaseipconfig /renew - Restart your PC and the connected device.
- If the problem persists, manually set the IP address on the connecting device (for example,
192.168.137.100with a mask255.255.255.0and a gateway192.168.137.1).
netsh wlan set hostednetwork channel=6
(where 6 is the channel number from 1 to 11).-->
5. Distribution optimization: how to increase speed and stability
By default, the virtual access point is Windows 10 may run slower than a standard router. Here are some ways to improve performance:
- 📶 Select a free channel: Use the utility Wi-Fi Analyzer (available in Microsoft Store) to find the least crowded channel in your region. Then set it manually using the command
netsh wlan set hostednetwork channel=N(where N is the channel number). - 🔧 Update your adapter driver: Go to the manufacturer's website (for example, intel.com for adapters Intel) and download the latest driver. Avoid drivers from Windows Update - they are often outdated.
- ⚡ Disable power saving for Wi-Fi:
- Open
Device Manager → Network Adapters. - Right click on your Wi-Fi adapter, select "Properties".
- Go to the tab Power Management and uncheck the box
Allow the computer to turn off this device to save power.
- Open
ICMP And DHCPto avoid traffic blocking.If you are distributing the Internet via 3G/4G modem, the speed will be limited by the mobile network's bandwidth. In this case:
- Connect the modem to the port
USB 3.0(blue connector). - Disable background updates Windows and other programs.
- Use a tariff with traffic priority (check with your operator).
- 🔴 Traffic theft (especially relevant for mobile Internet).
- 🔴 Data interception (if you use unprotected protocols, for example,
FTP). - 🔴 Infection of devices through vulnerabilities in the local network.
- Use a complex password: At least 12 characters with numbers, capital letters and special characters (e.g.
WiFi@Home2026!). Avoid simple combinations like12345678. - Hide your SSID (network name): This won't protect against experienced hackers, but it will reduce the number of accidental connections. In the command line, use:
netsh wlan set hostednetwork ssid=MyWiFi key=12345678 keyUsage=persistentThen disable network name broadcasting through the adapter settings.
- Limit the number of devices: In programs like Connectify You can set a connection limit (for example, only 2 devices).
- Enable WPA2-PSK encryption: This is the default protection standard in Windows 10. Don't use outdated
WEP! - 🔌 Via Ethernet cable: Connect two PCs with a cable
LANand enable internet sharing in the connection properties. The speed will be higher than Wi-Fi, but a physical connection will be required. - 📡 Via Bluetooth:
- Turn on Bluetooth on both devices.
- On a PC with internet access, open
Settings → Devices → Bluetooth & other devices. - Click Adding Bluetooth or another device and select
Conjugation. - After connecting in
Network and Control Centerallow internet sharing forBluetooth networks.
- 📱 Via USB (Reverse Tethering): Suitable for smartphones on AndroidYou will need root access and the program. ClockworkMod Tether (does not work on all devices).
- Connect your PC to the Internet via
Ethernet cable. - Or use external 3G/4G modem as an internet source.
- Have the drivers been reset (open
device Managerand update them). - Is the service disabled?
WLAN AutoConfig(run it throughservices.msc). - Have your firewall settings changed (add exceptions for
svchost.exe). - Use mobile hotspot (the most compatible option).
- In the console settings, select
Manual setupand indicate:- IP address:
192.168.137.100 - Subnet mask:
255.255.255.0 - Gateway:
192.168.137.1 - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare)
- IP address:
- Disable power saving for the Wi-Fi adapter on your PC (see section 5).
- At the command prompt, enter:
netsh wlan set hostednetwork mode=allow ssid=OpenWiFi key=(password is not specified).
- Start the network with the command
netsh wlan start hostednetwork. - Models Wi-Fi adapter (most support up to
10-15clients). - PC processor power (each device creates a load).
- Internet connection type (when distributing)
3G/4Gthe speed is divided between everyone). - Update your adapter driver to the latest version.
- In programs like Connectify In the settings, specify the maximum number of clients (usually up to
20). - Disable background tasks on your PC (torrents, updates).
6. Security: How to protect your network from unauthorized access
Sharing Wi-Fi from a PC is convenient, but unsafe. If you don't set up security, strangers can connect to your network, which can lead to:
Minimum safety measures:
⚠️ Attention: If you share internet in a public place (such as a cafe or coworking space), never use the same network for online banking or working with sensitive data. It's best to create a separate guest network using a router.
How to check who is connected to your network?
Open command prompt and type:
arp -a
This command will display a list of IP and MAC addresses of devices communicating with your PC. Compare them with your own devices. Unknown addresses may indicate an unauthorized connection.
7. Alternative methods of Internet distribution
If Wi-Fi sharing is not possible (for example, due to problems with the adapter), consider alternative methods:
⚠️ Attention: Internet distribution via Bluetooth limited to speed up to 3 Mbps (For Bluetooth 4.0) and is only suitable for light tasks (messengers, email). For videos or games, use Wi-Fi or Ethernet.
8. Frequently asked questions and answers
Is it possible to share Wi-Fi if the PC itself is connected to another Wi-Fi network?
Technically yes, but it requires support. Wi-Fi Direct or Virtual Wi-Fi your adapter. In most cases Windows 10 blocks such a scheme to avoid conflicts. Solution:
If the adapter supports AP+STA (simultaneous operation in access point and client modes), you can try programs like Virtual Router Plus, but stability is not guaranteed.
Why did Wi-Fi sharing stop working after updating Windows 10?
Updates often reset network adapter settings. Check:
If the problem persists, reset the network: Settings → Network & Internet → Status → Network reset.
How to share Wi-Fi from PC to Xbox or PlayStation?
Game consoles require a stable connection. For them:
If the game is lagging, try connecting the console to the PC via Ethernet (if the PC has a second network port).
Is it possible to share Wi-Fi without a password?
Technically yes, but it's extremely insecure. To create an open network:
⚠️ Warning: On an open network, all transmitted data (including passwords) can be intercepted. Use this mode only for testing or in a fully trusted environment.
How to share internet from a PC to multiple devices simultaneously?
The number of connected devices depends on:
To increase the limit: