Create a virtual Wi-Fi hotspot on your computer Windows 10 Allows you to share internet access with smartphones, tablets, laptops, and other devices without purchasing an additional router. This feature is useful when traveling, at the dacha, or when the main router fails. Unlike dedicated routers, a virtual network on a PC has limitations on the number of connections and stability, but for temporary use it can be a real lifesaver.
In this article, we will look at three proven methods for organizing a Wi-Fi network: through the built-in mobile hotspot, by using command line and using third-party programs. Each method has its own nuances, from ease of setup to flexibility of parameters. You'll learn how to choose the best option for your situation, avoid common mistakes, and protect your network from unauthorized access.
1. Preparing your computer for Wi-Fi distribution
Before creating a virtual network, make sure your PC meets the minimum requirements. First, you need Wi-Fi adapter, supporting mode SoftAP (Software Access Point). Most modern laptops and some desktop PCs with wireless modules (e.g. Intel Wireless-AC or Qualcomm Atheros) have this feature. You can check compatibility through device Manager:
- Click
Win + Xand selectdevice Manager. - Expand the branch
Network adapters. - Find the device with the words Wireless, Wi-Fi or 802.11 in the title.
Secondly, the computer must have active internet connection — via Ethernet, a 3G/4G modem, or another Wi-Fi connection (if you plan to share the internet rather than create a local network). Please note: if you're connected to the internet via Wi-Fi, you can't share it with other devices on the same network. It's not possible - this is a technical limitation of Windows 10.In this case, you will need an additional Ethernet cable or USB modem.
Also check that your computer has the latest drivers for the network adapterOutdated drivers can cause errors when creating an access point. You can update them:
- 🔄 Through
device Manager(right click on the adapter →Update driver). - 🖥️ From the official website of the adapter manufacturer (Intel, Realtek, Broadcom and others).
- 🛠️ Using programs for automatic driver updates (for example, Driver Booster or Snappy Driver Installer).
⚠️ Attention: If you use VPN connection If you're using a corporate network with a proxy server, distributing Wi-Fi may violate your organization's security policies. Check with your IT department before setting up.
2. Method 1: Mobile hotspot (the easiest method)
Built-in function Mobile Hotspot appeared in Windows 10 starting with version 1607 (Anniversary Update) and allows you to create a hotspot in just a few clicks. This method is ideal for beginners, as it doesn't require the command line or third-party programs. However, it does have some limitations:
- 🔒 Maximum number of connected devices — 8 (in practice, 3-4 work stably).
- 📶 There is no option to change the Wi-Fi channel or encryption type (used
WPA2-PSKby default). - 🔄 If the internet connection is interrupted, the hotspot is automatically disconnected.
To activate a mobile hotspot:
- Open
Windows Settings(Win + I) and go to the sectionNetwork and Internet → Mobile Hotspot. - In the drop-down menu
Sharing an Internet connectionselect the internet source (for example,EthernetorWireless network, if connected via USB modem). - Click
Changenext to the fieldsNetwork nameAndNetwork passwordto set your own parameters:- 🔤 Network Name (SSID): up to 32 characters, no spaces or special characters (e.g.
MyWiFi_PC). - 🔑 Password: Minimum 8 characters, recommended to use a combination of letters, numbers and symbols (e.g.
P@ssw0rd!2026).
- 🔤 Network Name (SSID): up to 32 characters, no spaces or special characters (e.g.
Allow other devices to use my internet connection in position On.☑️ Checking the hotspot's operation
If devices cannot connect after activation, please check:
- 🔌 Is your computer connected to the Internet (open your browser and check any website).
- 🔄 Doesn't it block? Windows Firewall or antivirus network connection. Temporarily disabling protection will help diagnose the problem.
- 📡 Is the same frequency band (2.4 or 5 GHz) being used by other nearby networks? Try changing the network name (SSID) to something unique.
3. Method 2: Command line (advanced settings)
Method using command line (CMD) is suitable for advanced users who need additional configuration options, such as Wi-Fi channel selection, security type, or MAC address restrictions. This method even works on older versions of Windows 10 and allows you to bypass some mobile hotspot restrictions.
To create a network, run the following commands as administrator:
netsh wlan set hostednetwork mode=allow ssid=MyWiFi_PC key=P@ssw0rd!2026 keyUsage=persistent
netsh wlan start hostednetwork
Let's look at the command parameters:
| Parameter | Description | Example of meaning |
|---|---|---|
mode=allow |
Enables the use of a virtual adapter. | — |
ssid |
Network name (up to 32 characters) | MyWiFi_PC |
key |
Password (minimum 8 characters) | P@ssw0rd!2026 |
keyUsage=persistent |
Saves password after reboot | — |
After executing the commands, the virtual adapter will open. Microsoft Hosted Network Virtual Adapter V Device ManagerHowever, this is not enough - it is necessary 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 selectProperties. - Go to the tab
Accessand put a check mark next toAllow other network users to use this computer's Internet connection. - In the drop-down menu
Connecting a home networkSelect the virtual adapter you created (usually it's calledWireless network connection* XorLocal Area Connection* X).
⚠️ Attention: If after setting up the device you connect to the network, but the internet does not work, check IP addressingIn some cases, you need to manually enter DNS servers (for example,8.8.8.8And8.8.4.4from Google) in the connection settings on the client device.
To stop Wi-Fi distribution, use the command:
netsh wlan stop hostednetwork
How to change Wi-Fi channel to reduce interference?
By default, Windows selects the channel automatically, but you can set it manually. To do this:
1. Open device Manager and find your Wi-Fi adapter.
2. Go to the tab Additionally in the adapter properties.
3. Find the parameter Channel Number or Channel and select a value from 1 to 13 (for 2.4 GHz) or 36-165 (for 5 GHz).
4. Save the changes and restart the network with the command netsh wlan stop hostednetwork → netsh wlan start hostednetwork.
4. Method 3: Third-party programs (flexibility and additional features)
If Windows' built-in tools aren't enough, you can use specialized programs. They offer advanced features:
- 📊 Traffic statistics by connected devices.
- 🔒 Blacklist by MAC addresses.
- ⏱️ Automatic shutdown timer networks.
- 🌐 Range selection (2.4 or 5 GHz) and channel width.
Popular utilities include:
| Program | Peculiarities | Price |
|---|---|---|
| Connectify Hotspot | Intuitive interface, support WPA3, Speed Limit |
Free (with ads) / from $25 |
| MyPublicWiFi | Lightweight, portable version, connection log | For free |
| Virtual Router Plus | Open-source, easy to set up, but no support WPA3 |
For free |
Let's look at the setup using an example MyPublicWiFi:
- Download the program from official website and install (the portable version does not require installation).
- Run the utility as administrator.
- In the field
Network Name (SSID)enter the network name inNetwork Key- password. - In the section
Internet Sharingselect the internet source (for example,Local Area Connectionfor Ethernet). - Click
Set up and Start Hotspot.
The advantage of programs is that they often bypass Windows restrictions. For example, Connectify Hotspot allows you to distribute the Internet even if the PC itself is connected to Wi-Fi (via the function Wi-Fi Repeater Mode), which cannot be done by standard means.
⚠️ 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 protection during setup.
5. Common mistakes and their solutions
When creating a Wi-Fi network on Windows 10, users often encounter common issues. Let's look at the most common ones and how to fix them:
❌ Error: "The hosted network failed to start. The group or resource is not in the correct state."
This error (Error: 10) occurs due to:
- 🔌 Missing drivers for the virtual adapter.
- 🔄 Conflict with antivirus or firewall.
- 🖥️ Disabled service
Autoconfiguration WLAN.
Solution:
- Update your Wi-Fi adapter driver (see section 1).
- Disable your antivirus and firewall during the test.
- Start the service
Autoconfiguration WLAN:sc config Wlansvc start=autosc start Wlansvc
❌ Error: Devices connect, but the internet doesn't work
The problem is usually related to incorrect sharing settings:
- 🔗 The virtual adapter for sharing is not selected in the properties of the primary connection.
- 🌐 Incorrect IP or DNS settings on the client device.
- 🔒 Firewall blocking traffic.
Solution:
- Check your sharing settings (Section 3, Step 3).
- On the client device, set the IP address to be obtained automatically (
DHCP). - Temporarily disable your firewall and test your connection.
❌ Error: Network connection disappears after PC reboot
The virtual network is not saved between Windows sessions. To automate startup:
- 📝 Create
.bat-file with commands:@echo offnetsh wlan start hostednetwork
pause - 📂 Put it in a folder
Autoload(See advice in section 2).
6. Virtual Wi-Fi network security
A network created on a PC is more vulnerable than a router and therefore requires additional security measures:
- 🔐 Complex password: Use a combination of 12+ characters with mixed case letters, numbers and symbols (e.g.
W1F1_P@ss_2026!). Avoid simple sequences like12345678orqwerty. - 🔄 Changing your password regularly: If the network is used publicly (for example, in a cafe or coworking space), change the password every 1-2 days.
- 📡 Hiding SSID: Disable network name broadcasting in the adapter settings (in
Device Manager → Adapter Properties → Advanced → SSID BroadcastselectDisabled). However, this doesn't protect against experienced hackers, but only makes it more difficult for legitimate users to connect. - 🛡️ MAC filtering: In programs like Connectify You can create a whitelist of allowed devices based on their MAC addresses.
Also recommended:
- 🖥️ Turn off Wi-Fi sharing when you don't need it (for example, at night or when leaving home).
- 🔍 Regularly check the list of connected devices via the command line:
netsh wlan show hostednetwork settings=security - 🛠️ Update Windows and drivers to patch protocol vulnerabilities
WPA2.
If you are distributing internet in a public place, consider using VPN on your main PC. This will hide your real IP address and encrypt the traffic of connected devices. Free VPN services (for example, ProtonVPN or Windscribe) limit speed but provide basic anonymity.
7. Alternative options for Internet distribution
If you were unable to create a Wi-Fi network on your PC, consider alternative methods:
- 📶 USB tethering: Connect your smartphone to your PC via USB and enable tethering in your phone's settings. This method is more stable than virtual Wi-Fi, but requires mobile data.
- 🔌 Ethernet Bridge: If you have a router without Wi-Fi, connect it to your PC via cable and set up a bridge between the Ethernet and Wi-Fi adapter.
- 📡 Powerline adapters: Use adapters TP-Link AV600 or Devolo Magic to transmit the Internet through electrical wiring, and then connect a Wi-Fi router to them.
- 💻 Virtual Machine: On some PCs, the virtual network only works through a virtual machine (for example, VirtualBox) with guest OS Linux.
For permanent use, it is better to purchase an inexpensive router (for example, TP-Link TL-WR840N or Xiaomi Mi Router 4A). Setting it up takes no more than 10 minutes, and it will be more stable and faster than a virtual network on a PC.
8. Comparison of Wi-Fi distribution methods
To choose the best method, compare their key characteristics:
| Criterion | Mobile hotspot | Command line | Third-party programs |
|---|---|---|---|
| Difficulty of setup | ⭐ (2 clicks) | ⭐⭐⭐ (requires commands) | ⭐⭐ (intuitive interface) |
| Max. number of devices | 8 (stable 3-4) | 10+ (depending on adapter) | 10-50 (in Connectify) |
| WPA3 support | ❌ No | ❌ No | ✅ Yes (in Connectify) |
| Autostart after reboot | ❌ No | ✅ Yes (via script) | ✅ Yes (in the program settings) |
| Additional functions | ❌ No | ❌ No | ✅ Statistics, blacklist, timer |
Suitable for temporary use (for example, on weekends) mobile hotspotIf you need flexibility (channel selection, device filtering), choose command line or MyPublicWiFi. It is optimal for professional tasks (for example, organizing a network in a small office) Connectify Hotspot.
Frequently Asked Questions (FAQ)
❓ Is it possible to share Wi-Fi if the PC itself is connected to the Internet via Wi-Fi?
No, Windows 10 doesn't support connecting to Wi-Fi and tethering simultaneously. In this case, you'll need to:
- Use Ethernet or USB modem to connect a PC to the Internet.
- Apply third-party programs with the function
Wi-Fi Repeater Mode(For example, Connectify Hotspot). - Buy a router with this mode
WISP(For example, Keenetic or ASUS RT-N12).
❓ Why is my internet speed lower when sharing from a PC than on the computer itself?
This is a normal phenomenon and is related to:
- 📉 Wi-Fi adapter limitations: The virtual network uses the same module as the main connection, dividing its bandwidth in half.
- 🖥️ CPU load: Encryption of traffic (especially when
WPA2) requires CPU resources. - 📡 Interference: Other Wi-Fi networks on the same channel are reducing speed. Try changing the channel manually (see spoiler in section 3).
To improve speed:
- Use range
5 GHz(if the adapter supports it). - Disable background downloads on your PC (torrents, updates).
- Reduce the number of connected devices.
❓ How can I find out who is connected to my virtual network?
You can view the list of devices:
- Through command line:
netsh wlan show hostednetwork settings=security(shows the number of connected devices, but not their MAC addresses).
- IN third-party programs: Connectify or MyPublicWiFi Displays a list of clients with MAC and IP addresses.
- Through routing: Run the command
arp -aVCMDto see all IP and MAC in the local network.
To disable an unwanted device, use MAC filtering in the program settings or block it through Windows Firewall.
❓ Is it possible to share the Internet from a PC to Windows 10 LTSC?
Windows 10 LTSC (Long-Term Servicing Channel) does not include some features such as mobile hotspotHowever, distribution through command line or third-party programs Works stably. To configure:
- Make sure the service
Wlansvclaunched (see section 5). - Use commands
netsh(section 3) or install MyPublicWiFi. - If the adapter does not support
hostednetwork, update the driver to the latest version.
❓ How to share internet from a PC Windows 11?
IN Windows 11 The process is almost identical, but there are some nuances:
- 🔄 Mobile hotspot: The interface has changed a bit - now the settings are in
Settings → Network & Internet → Mobile Hotspot. - 🛡️ Safety: The default is
WPA3(if the adapter supports it). - 📡 Performance: Windows 11 improves the stability of virtual networks, but speeds are still dependent on the adapter.
Teams netsh and third-party programs work the same way as in Windows 10.