Need to urgently connect your phone, tablet, or second computer to the Internet, but don't have a router handy? Share Wi-Fi from a laptop or PC running Windows 10 You can do this in literally 5 minutes—without any additional equipment or complicated settings. This feature is built into the system, but many users aren't even aware it exists.
In this article you will find three proven methods organize an access point: through command line, standard tool Mobile Hotspot and using third-party utilities. We'll examine each method in detail, compare them in terms of speed, stability, and security, and explain how to troubleshoot common errors (for example, "Unable to set up mobile hotspot").
Important: If your computer is connected to the Internet via Ethernet cable (from your provider or router), you can share Wi-Fi with other devices. If the internet comes through USB modem (3G/4G), some methods may not work - we will warn you about this in advance.
1. Preparing your computer before sharing Wi-Fi
Before setting up distribution, make sure that your PC or laptop physically capable Create a Wi-Fi network. To do this:
- 🔹 Check availability Wi-Fi adapterOn laptops it is built-in, on desktop PCs it may be required USB or PCI Wi-Fi module (For example, TP-Link TL-WN725N or ASUS USB-AC56).
- 🔹 Update your adapter driver. Outdated drivers are a common cause of errors. Go to
device Manager(Win + X → Device Manager), find the sectionNetwork adaptersand update the driver for the device named Wireless or Wi-Fi. - 🔹 Make sure your adapter supports the mode
SoftAP(Software Access Point). Most modern adapters support it, but if your PC was released before 2012, there may be limitations.
Also check what is on your computer Internet sharing is enabledTo do this:
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Go to
Changing adapter settings. - Find your primary connection (eg. Ethernet), right-click →
Properties→ tabAccess. - Check the box
Allow other network users to share your Internet connection.
⚠️ Attention: If you are connected to the internet via VPN, Wi-Fi sharing may not work. Disable your VPN before setting up or use alternative methods (e.g. Connectify Hotspot).
Wi-Fi adapter (built-in or external) checked
The adapter driver has been updated.
Internet sharing is enabled in the network connection settings.
Disabled VPN and proxy (if used)-->
2. Method 1: Sharing Wi-Fi via the command line (the most reliable method)
This method works even where the standard one Mobile Hotspot refuses to start. It requires several commands, but gives you full control over your network settings.
Open Command prompt as administrator (Win + X → Command Prompt (Administrator)) and enter in sequence:
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. The password must be no shorter 8 charactersAfter executing the second command, you will see a message "The hosted network has started.".
Now it's necessary allow sharing:
- Open
Network and Sharing Center → Change adapter settings. - Find a new connection Local Area Connection* X (where X is a number).
- Right click on your main connection (For example, Ethernet) →
Properties→ tabAccess. - In the drop-down menu, select the created connection (Local Area Connection* X) and check the box
Allow other users....
⚠️ Attention: If the Wi-Fi network does not appear automatically after restarting your computer, run the command again. netsh wlan start hostednetworkTo avoid this, create .bat file with this command and add it to startup.
| Parameter | Meaning | Note |
|---|---|---|
mode=allow |
Allows network creation | If you enter disallow, the network will turn off |
ssid="..." |
Network name (in Latin) | Maximum 32 characters, no spaces |
key="..." |
Password (minimum 8 characters) | Only supported WPA2-PSK |
keyUsage=persistent |
Saves settings after reboot | Without this parameter, the network will have to be configured again |
3. Method 2: Mobile hotspot (simple, but with limitations)
Windows 10 has a built-in tool Mobile Hotspot, which allows you to share Wi-Fi in just two clicks. However, it doesn't work on all computers—especially if your Wi-Fi adapter is older than 2015.
To enable hotspot:
- Open
Settings → Network & Internet → Mobile Hotspot. - In the drop-down menu
"Sharing"select your primary connection (eg Ethernet). - Click
"Change"to set the network name and password (minimum 8 characters). - Move the slider
Share the Internetin position"On".
Done! Now other devices will be able to connect to your network. However, this method has important restrictions:
- 🚫 Doesn't work if the internet is connected via VPN or some USB modems.
- 🚫 Can automatically turn off after prolonged inactivity.
- 🚫 Doesn't allow you to change the Wi-Fi channel, which can cause interference if there are many networks around.
⚠️ Attention: If an error appears when turning on the hotspot"Unable to set up mobile hotspot", try turning it off antivirus (For example, Kaspersky or Avast) - they sometimes block distribution. Also check that inDevice ManagerThere is no exclamation mark next to the Wi-Fi adapter.
What to do if the hotspot does not turn on?
If your mobile hotspot stubbornly refuses to start, try:
1. Reinstall the Wi-Fi adapter driver (download the latest version from the manufacturer's website, not through Device Manager).
2. Disable Windows Firewall temporarily (in Control Panel → Windows Defender Firewall).
3. Check if your distribution is blocked Internet provider (Some mobile internet operators prohibit data sharing under their tariff terms).
4. Use command line (method 1) or a third-party utility (method 3).
4. Method 3: Third-party programs (for advanced users)
If built-in Windows tools don't work, specialized utilities can help. They offer additional features: Speed Limit, blacklist of devices, automatic start and even ad blocker for connected gadgets.
We tested three popular programs and compiled a comparison table:
| Program | Free version | Pros | Cons |
|---|---|---|---|
| Connectify Hotspot | Yes (with limitations) | Simple interface, support Wi-Fi 6, ad blocking | The free version is limited to 3 devices. |
| MyPublicWiFi | Yes | Lightweight, no installation required, shows connected devices | The interface is in English, there is no support WPA3 |
| Virtual Router Plus | Yes | Open source, minimalist design | Hasn't been updated since 2016, may not work with new adapters. |
We recommend Connectify Hotspot For most users, it is compatible with Windows 10/11 and supports modern standards Wi-Fi 5/6You can download it from official website (please pay attention to the section «Free Version»).
After installation:
- Run the program as administrator.
- In the field
Hotspot NameEnter the network name. - In the field
PasswordSet a password (minimum 8 characters). - In the drop-down menu
Internet to ShareSelect your primary connection. - Click
Start Hotspot.
5. Common mistakes and their solutions
Even with the correct setup, Wi-Fi sharing may not work. We've compiled the most common mistakes and ways to eliminate them:
- 🔴
"Failed to start hosted network"(in the command line):- 🔹 Update your Wi-Fi adapter driver (download from the manufacturer's website, not through Windows Update).
- 🔹 Check if the adapter supports the mode SoftAP (A list of compatible models is available on the Microsoft website).
- 🔹 Turn it off antivirus And firewall temporarily.
- 🔴
"Unable to set up mobile hotspot":- 🔹 Restart your computer and router (if you are connecting through one).
- 🔹 Check that in
Device Managerthere are no conflicts with the Wi-Fi adapter. - 🔹 Try changing the network name (SSID) to a shorter one, without spaces or Cyrillic letters.
- 🔴 Devices connect, but the internet doesn't work:
- 🔹 Check that in the main connection settings (
Properties → Access) the correct network for sharing is selected. - 🔹 Turn it off VPN or proxy on the computer.
- 🔹 Restart the service
Internet Connection Sharing(services.msc → ICS).
- 🔹 Check that in the main connection settings (
Critical error: If Wi-Fi still doesn't work after all these steps, check if your internet service provider is blocking the connection. Some operators (for example, Megaphone or Tele2) limit the possibility of distribution on tariffs with unlimited Internet.
⚠️ Attention: Network services and driver settings may vary depending on the version of Windows 10 (for example, in 22H2 The mobile hotspot interface has changed). If you are using a build older than 2004, some features may not work correctly. Check your Windows version in Settings → System → About.
6. How to boost the signal of your Wi-Fi network
If connected devices are losing connection or the speed is poor, try these methods:
- 📶 Change the Wi-Fi channel. By default, Windows selects a channel automatically, but it may be overloaded. Use the utility Wi-Fi Analyzer (free in Microsoft Store) to find the freest channel, and then set it manually via the command line:
netsh wlan set hostednetwork channel=6(Where
6— channel number). - 📶 Change the Wi-Fi standard. If your adapter supports Wi-Fi 5 (802.11ac),forced its use for greater speed:
netsh wlan set hostednetwork mode=allow ssid="MyWiFi" key="12345678" keyUsage=persistent type=ac - 📶 Use an external Wi-Fi adapter. Built-in modules in laptops are often weaker than external ones. For example, TP-Link Archer T4U Increases range to 20 meters.
- 📶 Disable power saving for the adapter. Go to
Device Manager → Network Adapters → Properties of your adapter → Power Managementand uncheck the boxAllow the computer to turn off this device to save power.
Also pay attention to physical obstaclesWalls, furniture, and even microwaves can weaken the signal. If possible, place the computer in the center of the room.
7. Security when distributing Wi-Fi from a computer
Sharing Wi-Fi from a PC is convenient, but not always secure. Here 5 rulesthat will help avoid problems:
- 🔒 Use a complex password. Easy passwords like
«12345678»or«qwerty»hacked in seconds. Strong password generator: Kaspersky Password Manager. - 🔒 Limit the number of connected devices. In the settings of a mobile hotspot or third-party programs (for example, Connectify) you can set a limit.
- 🔒 Turn off distribution when it is not needed. A constantly active access point increases the risk of hacking.
- 🔒 Set up your firewall. Allow incoming connections only from trusted devices. To do this,
Windows Firewall → Advanced settingsCreate a rule for incoming connections specifying the MAC addresses of allowed gadgets. - 🔒 Monitor your traffic. If you notice any unusual activity (such as a sharp increase in traffic consumption), change your password immediately.
Important: If you are distributing the Internet in a public place (for example, in a cafe or coworking space), use VPN on the main computer to protect transmitted data from interception.
FAQ: Frequently asked questions about Wi-Fi sharing with Windows 10
Is it possible to distribute Wi-Fi if the Internet is connected via a USB modem (3G/4G)?
Yes, but not all methods will work. Mobile hotspot usually blocks distribution from USB modems (especially from Megaphone or MTS). Try it. command line or Connectify Hotspot — they often bypass this restriction. Also check your modem settings: some (for example, Huawei E3372) have a built-in distribution mode.
Why is the internet speed when sharing from a PC lower than on the main device?
This is normal: when distributing through SoftAP Some of your computer's resources are spent processing traffic. To reduce losses:
- 🔹 Close background programs (torrents, cloud storage).
- 🔹 Connect your computer to the Internet via Ethernet, and not Wi-Fi (if you are distributing from a laptop).
- 🔹 In the router settings (if the connection is through it), enable QoS and set the priority for your PC.
Can I share Wi-Fi from my computer if I have Windows 10 LTSC?
Yes, but with reservations. Windows 10 LTSC (Long-Term Servicing Channel) does not have a built-in Mobile hotspot, so you'll have to use command line or third-party utilities. LTSC may also lack support for new Wi-Fi standards (for example, Wi-Fi 6), if the latest updates are not installed.
How do I share Wi-Fi from a Windows 10 computer if there is no "Mobile Hotspot" button?
The absence of a button usually means one of three things:
- Your Wi-Fi adapter does not support the mode SoftAP (check the model in
Device Manager). - The adapter driver is outdated or damaged (reinstall it from the manufacturer's website).
- You are using Windows 10 LTSC or an old build (update the system).
Give it a try anyway command line - It often works even where a hotspot is unavailable.
Is it possible to share Wi-Fi from a computer and be connected to another Wi-Fi network at the same time?
Technically yes, but it requires two Wi-Fi adapters (built-in and external). For example:
- 🔹 Connect to the Internet via the built-in Wi-Fi.
- 🔹 You share the Internet via an external USB adapter (For example, TP-Link TL-WN823N).
On most laptops, this is impossible due to the single adapter. In this case, connect to the Internet via Ethernet-cable, and use Wi-Fi for distribution.