Creating a home Wi-Fi network via Windows 10 — a challenge users face when they need to quickly distribute internet to multiple devices without a router. This is relevant for temporary access points (for example, while traveling), connections Smart TV or smart speakers, as well as in cases where the main router has failed. Unlike dedicated routers, Windows 10 allows you to set up a network in just a few clicks, but it comes with some caveats: limitations on the number of connected devices, dependence on network card drivers, and security risks if configured incorrectly.
In this article you will find Unique solutions for Windows 10 version 22H2 and later, including how to bypass common errors (for example, when the network is created but devices don't connect), speed optimization, and methods for protecting against unauthorized access. We won't limit ourselves to basic instructions—we'll also explore alternative methods through command line And PowerShell, and we'll also explain why it's sometimes better to use mobile hotspot instead of manual configuration.
1. Preparing your computer: checking compatibility and drivers
Before setting up Wi-Fi distribution, make sure that your PC or laptop physically capable create a wireless network. To do this:
- 🔧 Check availability Wi-Fi adapter: open
device Manager(Win + X → Device Manager) and find the sectionNetwork adaptersLook for devices with names like Wireless>, Wi-Fi or 802.11. - 🔄 Update your drivers: Even if you have an adapter, outdated drivers may block the sharing function. Use
Right-click on the adapter → Update driveror download the latest version from the manufacturer's website (for example, for Intel AX200 or Qualcomm Atheros). - ⚡ Check support
Hosted Network: Not all adapters support virtual networks. Runcommand prompt as administratorand enter:
netsh wlan show drivers
Find the line in the output Hosted network support - there should be Yes. If No, your adapter will not be able to distribute Wi-Fi via standard Windows tools (but there are workarounds - see section 4).
2. Creating a Wi-Fi network through the Windows 10 graphical interface
The easiest way is to use the built-in mobile hotspotThis method is suitable for most users and does not require knowledge of commands:
- Open
Settings → Network & Internet → Mobile Hotspot. - In the field
Sharing an Internet connectionselect a source (eg Ethernet or Wi-Fi, if you are connected to a different network). - Click
Changenext toNetwork name and passwordto ask: - 📛 Network name (SSID): do not use Cyrillic characters and spaces (for example,
MyHomeWiFi_5G). - 🔐 Password: minimum 8 characters, with numbers and letters (eg.
P@ssw0rd2026).
Allow use of my internet connection.Done! Now other devices can connect to your network. However, this method has some limitations:
| Problem | Cause | Solution |
|---|---|---|
| The devices connect, but the internet doesn't work. | The connection source is incorrectly selected. | Check that in Sharing an active connection is selected (for example, Ethernet, and not Wi-Fi) |
| The network does not turn on (error) | The adapter driver does not support hotspot. | Please update your driver or use command line (section 3) |
| The speed is lower than with a direct connection | Wi-Fi adapter bandwidth limitations | Connect your devices via cable or use an adapter that supports it. Wi-Fi 6 |
3. Alternative method: configuration via command line
If your mobile hotspot isn't working or you need more control (like selecting a Wi-Fi channel), use netshThis method is universal and works even on older versions of Windows.
Open command prompt as administrator and execute the commands in order:
netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=YourPassword123
netsh wlan start hostednetwork
Replace MyWiFi to the desired network name, and YourPassword123 — a password (minimum 8 characters). Once executed, the second command will start the network. To stop seeding, use:
netsh wlan stop hostednetwork
To automatically start the network when you turn on your PC, create .bat-file with these commands and add it to Autoload.
How to check if the network is actually working?
Run the command netsh wlan show hostednetwork. In the line State should be The hosted network is launched, and in Number of clients — the number of connected devices.
4. Solving common Wi-Fi sharing errors
Even after proper setup, problems may still arise. Here are the most common ones and how to fix them:
- ❌ Error: "Unable to set up mobile hotspot": Usually related to drivers. Try:
- Roll back the adapter driver to the previous version.
- Install the driver from the manufacturer's website (not via Windows Update).
- Enable support manually
Hosted Networkvia the registry (see spoiler below).
⚠️ Attention: If you are distributing the Internet with Wi-Fi (and not with Ethernet), some adapters block this mode. Try connecting to the main network via cable or use USB modem.
Device Manager (turn off the option Allow the computer to turn off this device to save power).Enabling Hosted Network via the Registry (for advanced users)
1. Open regedit (Win + R → regedit).
2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc\Parameters\HostedNetworkSettings.
3. Create a parameter HostedNetworkSettings type REG_BINARY with meaning 48006F0073007400650064004E006500740077006F0072006B00530065007400740069006E00670073000000.
4. Restart your PC.
5. Optimizing network speed and stability
By default, Windows 10 limits the bandwidth of your virtual Wi-Fi network. To improve speed:
- 📶 Select a free channel: use programs like Wi-Fi Analyzer (For Android) or inSSIDer (for PC) to find the least crowded channel in the range
2.4 GHzor5 GHz. - 🔧 Turn off energy saving for Wi-Fi adapter (see section 4).
- 🛡️ Use the standard Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax), if your adapter supports it. To do this,
Device ManagerOpen the adapter properties →Additionallyand select the highest possible standard.
For advanced users: If you are distributing the Internet via Ethernet, check the settings Qos Packet Scheduler in the connection properties. Disabling this setting can increase speed by 10-15%.
☑️ Check before setting up the network
6. Home Wi-Fi Network Security on Windows 10
A network created through Windows is more vulnerable than a router: it's easier to hack, and its traffic is easier to intercept. To minimize the risks:
- 🔒 Use a complex password: at least 12 characters with mixed case, numbers and special characters (e.g.
W1nD0w5_2026!Fi). - 🔄 Change your password regularly: If the network is used temporarily (for example, for guests), turn it off after use.
- 🛡️ Turn off file sharing: go to
Control Panel → Network and Internet → Network and Sharing Center → Advanced Sharing Settingsand selectDisable sharingfor all profiles. - 📡 Hide your SSID (not recommended for permanent use, as it complicates the connection of legitimate devices). To hide the network, create it via the command line with the parameter
ssid=hidden. - Power Wi-Fi adapter (For example, TP-Link TL-WN823N (can support no more than 5 devices).
- Connection type: when distributing via Ethernet the limit is higher than through mobile Internet.
- Device activities: Streaming video or downloading files can use up bandwidth faster.
- Update your Wi-Fi adapter driver manually (not via Windows Update!).
- Check if the adapter is disabled in
Device Manager. - Reset network settings:
Settings → Network & Internet → Status → Network reset. - If the problem persists, recreate the network using
netsh(the old configuration may have become corrupted).
⚠️ Attention: If you are distributing the Internet via mobile hotspot Windows 10, your PC becomes vulnerable to attacks like ARP-spoofingAvoid using such a network for online banking or working with sensitive data.
7. Alternative programs for distributing Wi-Fi
If standard Windows tools don't work, try specialized utilities. They offer additional features, such as traffic monitoring or scheduled automatic network shutdowns.
| Program | Advantages | Flaws |
|---|---|---|
| Connectify Hotspot | Simple interface, support Wi-Fi 6, firewall | Paid version for advanced features |
| MyPublicWiFi | Free, easy, support URL filtering |
No Russian language, limited support for new adapters |
| Virtual Router Plus | Open source, minimalist design | Not updated since 2016, may not work on newer versions of Windows |
Before installing any program, check it for VirusTotal Some "free" utilities contain adware. Also, pay attention to your firewall settings: after installation, programs may require network access permission.
Frequently Asked Questions
Is it possible to share Wi-Fi from a laptop if it is connected to another Wi-Fi network?
Technically yes, but it depends on the Wi-Fi adapter driver. Most modern adapters (for example, Intel AX200 or Qualcomm QCA61x4) support the regime AP+STA, which allows you to connect to the network and share it simultaneously. However, this reduces speed by 30–50%. Check for support for this mode with the command netsh wlan show drivers — look for the line Support for simultaneous operation.
How many devices can be connected to a network created through Windows 10?
The official limit is - 8 devices for mobile hotspot and up to 10–15 for the network created through netshHowever, in practice the quantity depends on:
If you need to connect more devices, use an external one. USB Wi-Fi adapter with support MU-MIMO (For example, ASUS USB-AC68).
How do I find out who is connected to my network?
For the network created through netsh, run the command:
netsh wlan show hostednetwork
In the line Number of clients The number of devices will be indicated. To see them MAC addresses And IP, use:
arp -a
For more detailed analysis (for example, blocking devices), use programs like Wireless Network Watcher or GlassWire.
Why did Wi-Fi sharing stop working after updating Windows 10?
Updates often reset driver settings or disable support. Hosted NetworkSolutions:
⚠️ Attention: After major Windows updates (for example, from 21H2 to 22H2), you may need to reinstall network drivers from scratch - remove old drivers via device Manager before installing new ones.
Is it possible to distribute Wi-Fi through Bluetooth instead of Wi-Fi?
Yes, but this is not practical for most tasks. Bluetooth-network (PAN) has limitations:
- Maximum speed - up to 3 Mbps (versus 100+ Mbps for Wi-Fi).
- Support only 1 device (for example, a smartphone or tablet).
- High power consumption on both devices.
- Open
Settings → Devices → Bluetooth & other devices. - Turn on Bluetooth and make the PC "discoverable".
- On the target device, connect to the PC as an access point.
To create Bluetooth-net:
This method is suitable for a one-time use, for example, to transfer a file or connect wireless keyboard.