You can turn a laptop or desktop PC with a Wi-Fi adapter into a fully-fledged access point in 5-10 minutes—without purchasing a router or complicated setup. This solution is a lifesaver when traveling, at the dacha, or when your main router suddenly breaks down. Windows 10 There are three built-in methods for distributing the Internet, plus there are reliable third-party utilities for advanced scenarios.
We have tested all current methods on Windows 10 22H2 (the latest major system update) and identified their pros and cons. For example, mobile hotspot It's the easiest to set up, but it limits your network name choices, and command line Provides full control over parameters, but requires knowledge of syntax. This article includes step-by-step instructions with images, a comparison table of methods, and solutions to common errors (for example, when devices connect but the internet doesn't work).
1. Preparing your computer for Wi-Fi distribution
Before setting up an access point, make sure your PC meets two key requirements:
- 🖥️ Wi-Fi adapter must support the regime
Hosted Network(virtual access point). This is checked throughdevice Manager- if there is a tab in the adapter propertiesAdditionallywith parameterVirtual WiFiorWireless Hosted Network, Everything is fine. - 🌐 Internet access Via Ethernet (cable), USB modem, or another Wi-Fi adapter (if you're sharing from a laptop connected to another network). Sharing internet access received through the same adapter that creates the network is usually blocked by drivers.
Also update your network adapter drivers - outdated versions often cause the error. Failed to start hosted networkDownload the latest version from the manufacturer's website (Intel, Realtek, Qualcomm Atheros etc.) or through device Manager:
- Click
Win + X→ selectdevice Manager. - Expand the branch
Network adapters, find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200). - Right click →
Update driver→Automatic search.
To be on the safe side, check if the service is enabled. Automatic WLAN configuration:
- Click
Win + R, enterservices.msc→OK. - Find a service
Automatic WLAN configuration(orWLAN AutoConfig). - Double-click → in the field
Launch typeselectAutomatically→ clickLaunch.
2. Method 1: Mobile hotspot (the easiest)
Built-in function mobile hotspot appeared in Windows 10 starting with version 1607 (Anniversary Update)It automatically sets up internet sharing and creates a secure network with a password. The downside is the limited settings (you can't select the Wi-Fi channel or encryption type).
Instructions:
- Open
Parameters(Win + I) → go toNetwork and Internet→Mobile hotspot. - In the drop-down menu
SharingSelect the connection through which the PC receives the Internet (for example,EthernetorLocal Area Network Connection). - Click
Changenext to the fieldsNetwork nameAndNetwork passwordto set your parameters (minimum 8 characters for the password). - Move the slider
Allow use of my internet connectionin positionOn.
Done! Now other devices can connect to the created network. The maximum number of clients is up to 8 at a time (Windows limitation, not adapter limitation).
☑️ Checking the hotspot's operation
⚠️ Attention: If an error appears after turning on the hotspot Failed to set up mobile hotspot, try:
- 🔄 Restart your computer and try again.
- 🔌 Disable your antivirus (for example, Kaspersky or Avast sometimes they block sharing).
- 📡 Update your Wi-Fi adapter driver (see section 1).
3. Method 2: Command line (advanced settings)
This method is suitable if the mobile hotspot isn't working or you need non-standard network settings (for example, a hidden SSID or a specific Wi-Fi channel). All commands must be run as administrator.
Step 1: Launch command line with administrator rights:
- Click
Win + X→ selectCommand Prompt (Administrator)orWindows PowerShell (Administrator).
Step 2: Enter the command to create the network (replace MyWiFi And 12345678 to your name and password):
netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678 keyUsage=persistent
Step 3. Start the network:
netsh wlan start hostednetwork
Step 4. Enable Internet Sharing:
- Open
Control Panel→Network and Internet→Network and Sharing Center. - Click on the active connection (for example,
Ethernet) →Properties. - Go to the tab
Access→ check the boxAllow other network users to share your Internet connection. - In the drop-down list, select the connection you created (usually it is called
Local Area Connection* X, where X is a number).
How to change Wi-Fi channel using command line?
Add parameter channel=X into the network creation command, where X is the channel number (for example, channel=6 for 2.4 GHz). Available channels depend on the region and standard (802.11n supports up to channel 14 in 2.4 GHz).
To stop seeding, run:
netsh wlan stop hostednetwork
⚠️ Attention: After rebooting your PC, the network will not start automatically. To avoid manually entering the command each time, create.bat-file with commandnetsh wlan start hostednetworkand put it in startup.
Parameter Mobile hotspot Command line Max. number of devices 8 10+ (depending on adapter) Setting up a Wi-Fi channel ❌ No ✅ Yes Hidden network (hidden SSID) ❌ No ✅ Yes (via ssid= hidden)Autostart after reboot ✅ Yes ❌ No (script required) 5 GHz support ❌ Only 2.4 GHz ✅ Depends on the adapter 4. Method 3: Third-party programs (for advanced users)
If built-in Windows tools do not work or you need advanced features (for example, Speed Limit for connected devices or web management interface), use specialized utilities. We tested three popular solutions:
- 🔹 Connectify Hotspot — a paid program with a trial period, supports distribution through
3G/4G modemsand has a built-in firewall.- 🔹 MyPublicWiFi — a free utility with a minimalist interface that allows you to keep a connection log.
- 🔹 Virtual Router Plus — an open source project with support
WPA2-PSK, but no updates since 2016.Example of setting in MyPublicWiFi:
- Download the program from official website (weight ~1 MB).
- Install with administrator rights.
- In the field
Network Name (SSID)enter the network name inNetwork Key- password.- Enable the option
Enable Internet Sharingand select the Internet source.- Click
Set up and Start Hotspot.The advantage of programs is that they often bypass Windows limitations. For example, Connectify can distribute the Internet received through the same Wi-Fi adapter (mode
Wi-Fi Repeater), which cannot be done by standard means.5. Common mistakes and their solutions
Even with proper setup, problems can still arise. We've compiled a list of common errors and how to fix them:
5.1. Devices connect, but the Internet doesn't work.
- 🔌 Check if it is enabled public access in the properties of the main connection (see section 3, step 4).
- 🛡️ Disable Windows Firewall or antivirus software for 5 minutes (sometimes they block traffic).
- 🔄 Restart the service
Internet Connection Sharing (ICS):net stop SharedAccess
net start SharedAccess5.2. Error "Failed to start hosted network"
Reasons:
- 🚫 The adapter driver does not support
Hosted Network(check on the manufacturer's website).- 🔄 Service
Automatic WLAN configurationdisabled (see section 1).- 🔧 Conflict with VPN clients (eg. OpenVPN or WireGuard).
5.3. Low speed of distributed Wi-Fi
If the speed on connected devices is lower than on your PC:
- 📶 Switch to a less busy channel (use utilities like WiFi Analyzer for ether analysis).
- 🔌 Connect your PC to the Internet via cable (
Ethernet), rather than via Wi-Fi - this will eliminate the "double" loss of speed.- 🛠️ Update your Wi-Fi adapter driver to the latest version.
6. Optimizing Wi-Fi distribution
To improve the stability and speed of your network, use these tips:
- 📡 Range selection: If your adapter supports
5 GHz, use this range—it's less congested and provides better speeds. To do this, add the parameter to the network creation command.type=ac(for 802.11ac).- 🔒 Safety: Always use
WPA2-PSK(This is the default encryption type in Windows). AvoidWEP- it can be hacked in a few minutes.- 📊 Traffic limitation: In programs like Connectify You can set a speed limit for each device (useful if someone is hogging all your traffic).
To monitor connected devices and analyze traffic, use:
- 📈 GlassWire — shows which programs consume traffic.
- 👁️ Wireless Network Watcher — scans the network and displays all connected gadgets.
If you regularly distribute Internet, consider purchasing an inexpensive router (for example, TP-Link TL-WR840N (for ~1500 ₽). This will eliminate the need to keep the PC on and solve the device limitation.
7. Alternative methods of distributing the Internet
If Wi-Fi sharing is not possible (for example, the PC does not have an adapter), there are workarounds:
- 🔌 Via Ethernet (cable): Connect two computers
LAN cableand enable sharing in the connection properties (similar to Wi-Fi).- 📱 Via Bluetooth: IN
Parameters→Devices→BluetoothAdd the device and allow internet access. The speed will be slow (~1–3 Mbps), but it's sufficient for messaging apps.- 💻 Via USB (Reverse Tethering): For Android smartphones there are programs like ClockworkMod Tether, which allow you to access the Internet from a PC via a USB cable.
For Linux or macOS The process for setting up an access point is different, but the general principle is the same: create a virtual adapter and enable sharing. Mac this is done through
General accessin the system settings, on Linux — using utilitieshostapdAnddnsmasq.FAQ: Answers to Frequently Asked Questions
Is it possible to share Wi-Fi from a computer that is itself connected to Wi-Fi?
Yes, but only with the help of third-party programs (for example, Connectify in mode
Wi-Fi Repeater). Built-in Windows tools don't support this—they block sharing if the adapter is already being used to connect to another network.Why did my mobile hotspot stop working after updating Windows 10?
Most often this is due to a reset of service settings.
Internet Connection Sharing (ICS). Try:
- Open
Services(services.msc).- Find a service
SharedAccessand restart it.- If it doesn't help, reset the network
Parameters→Network and Internet→State→Network reset.How to increase the range of distributed Wi-Fi?
The radius depends on the power of the adapter, but you can improve the coverage a little:
- Place the PC in the center of the area where the signal is needed.
- Use
5 GHzonly at short distances (this range penetrates walls worse).- Connect the external antenna to the Wi-Fi adapter (if there is a connector).
- Reduce the number of obstacles (metal, concrete, mirrors weaken the signal).
To significantly increase the radius you will need a router or Wi-Fi repeater.
Is it possible to share the Internet from a PC? Smart TV or a game console?
Yes, but there are some nuances:
- 📺 Smart TV (Samsung, LG, Sony) usually connect without problems, but some models require a network with
WPA2-PSK(This is the default encryption type in Windows).- 🎮 PlayStation or Xbox may give an error
NAT Type 3(strict). To fix this, disable it in the connection properties on your PC.IPv6and check thatIPv4It happens automatically.How do I share my PC's internet connection with multiple devices with different permissions (for example, restrict access to certain websites)?
This is not possible with built-in Windows tools. Use programs like Connectify Hotspot Pro, which support:
- 🔒 Blocking websites by domain name or IP.
- ⏱️ Limit access time for individual devices.
- 📊 Real-time traffic monitoring.
An alternative is to configure these restrictions at the main router level (if the PC is connected to it via cable).