Temporary internet access on a smartphone, tablet, or second computer is often needed when traveling, at the cottage, or when the main router breaks down. Instead of buying additional equipment, you can turn your PC or laptop to a Wi-Fi hotspot, distributing the Internet via an Ethernet cable, USB modem, or even via another Wi-Fi (in repeater mode). This works on Windows 10/11, macOS and even Linux, but today we'll focus on the most popular option - operating systems from Microsoft.
The process takes 5-10 minutes, requires no specialized knowledge, and in 90% of cases, no third-party software is required. However, there are some caveats: Some providers block Internet distribution via Windows' mobile hotspot if your plan doesn't support multi-user connections.In this case, an alternative method using the command line or specialized software will help. Below are detailed instructions for each scenario, including solutions to common problems.
Method 1: Built-in Windows Mobile Hotspot
The easiest and safest method that doesn't require administrator rights (if you already have access to the network settings). Works on Windows 10 version 1607+ And Windows 11, but may be limited by provider policies or corporate rules.
To activate the hotspot:
- Open
Settings → Network & Internet → Mobile Hotspot. - In the "Sharing" drop-down menu, select the connection through which the PC receives the Internet (for example,
Ethernetor the name of your USB modem). - Click "Change" next to "Network name and password" to set network name (SSID) And password (minimum 8 characters).
- Move the "Mobile hotspot" slider to the "On" position.
Done! Now other devices will see your network in the list of available connections. The maximum number of connected devices is 8 pieces (Windows limitation), but in practice stable operation is observed with 3-4 devices simultaneously.
Make sure your primary internet connection is active|Disable VPN or proxy|Check that your antivirus isn't blocking the network|Restart your devices if the network isn't visible-->
⚠️ Important: If the internet connection on the main PC is lost after enabling the hotspot, check your firewall settings. Sometimes Windows automatically blocks traffic when attempting to share. Solution: Add an exception for "Internet Connection Sharing" (ICS) in the firewall.
Method 2: Command line (for advanced users)
This method gives you more control over your network settings, including choosing the Wi-Fi channel, encryption type, and even limiting the speed of connected devices. Suitable for Windows 7/8/10/11, but requires running as administrator.
Open Command Prompt (Win + R → cmd → Ctrl+Shift+Enter) and enter the commands sequentially:
netsh wlan set hostednetwork mode=allow ssid="MyWiFi" key="12345678" keyUsage=persistent
netsh wlan start hostednetwork
Where:
- 🔄
ssid="MyWiFi"— the name of your network (can be replaced with any). - 🔐
key="12345678"— password (minimum 8 characters). - 📡
keyUsage=persistent- saves settings after reboot.
Once the network is created, you need to enable its use. To do this:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Find your primary connection (eg.
Ethernet), right-click → "Properties" → "Access" tab. - Check the box "Allow other network users to connect through this computer's Internet connection" and select the created network (
Local Area Connection* X).
How to change Wi-Fi channel to reduce interference?
By default, Windows selects a channel automatically, but in urban areas this can cause interference. To manually set the channel (for example, 6 or 11 for the 2.4 GHz band), use the command:
netsh wlan set hostednetwork channel=6
After changing, restart the network with the command netsh wlan stop hostednetwork → netsh wlan start hostednetwork.
⚠️ Attention: If an error appears after executing the commands Failed to start hosted network, check:
- 🖥️ Does your Wi-Fi adapter support the mode
hostednetwork(you can find out using the commandnetsh wlan show drivers— look for the line "Hosted network support: yes"). - 🔌 Is the Wi-Fi adapter enabled in Device Manager (sometimes it is disabled to save power).
- 🛡️ Is your antivirus blocking it (for example, Kaspersky or Avast) creation of virtual networks.
3. Method: third-party programs (for advanced features)
If the built-in Windows tools do not work or you need additional features (for example, traffic limitation, blacklist of devices or repeater mode), use specialized software. The best free options are:
| Program | Peculiarities | Cons |
|---|---|---|
| Connectify Hotspot | Repeater mode, speed limit, ad blocker | The free version is limited to 3 devices. |
| MyPublicWiFi | Log of connected devices, simple interface | No Windows 11 support (at time of writing) |
| Virtual Router Plus | Open source, no fluff | Hasn't been updated since 2016 |
| Baidu WiFi Hotspot | Automatic channel selection, 5 GHz support | Chinese closed-source software |
Example of setting in MyPublicWiFi:
- Download the program from official website (avoid third party sources!).
- Install and run as administrator.
- In the field
Network Name (SSID)enter the network name inNetwork Key- password. - Check the "Enable Internet Sharing" box and select your primary connection.
- Click "Set up and Start Hotspot".
4. How to share Wi-Fi from a laptop without a router: nuances for different scenarios
The process of distributing the Internet may differ depending on What connection are you using as a source?:
- 🌐 Ethernet (cable from the provider): the most stable option. Speed is limited only by your plan.
- 📶 USB modem (3G/4G/5G): Speed depends on signal strength. If the signal is weak, the connection may drop out.
- 🔄 Wi-Fi (repeater mode): The PC connects to one network and distributes it further. Speed drops by 30-50%.
- 📡 Mobile Internet (smartphone as a modem)The PC connects to the phone via USB/Bluetooth and shares the connection. Latency (ping) will increase.
For repeater mode (When a PC is simultaneously connected to one Wi-Fi network and is distributing it) Windows has no built-in tools. This will help. Connectify Hotspot or Virtual Router Plus with the "Repeat Mode" option enabled. Please note that:
- Not all Wi-Fi adapters support simultaneous operation in two modes.
- The speed will be lower due to double data transfer.
- Some public networks (hotels, airports) block such connections.
Ethernet (cable)|USB modem (3G/4G)|Wi-Fi (repeater mode)|Mobile Internet from a smartphone-->
5. Typical problems and their solutions
Even with proper setup, errors can still occur. Here are the most common ones and how to fix them:
| Problem | Possible cause | Solution |
|---|---|---|
| Devices don't see the network | The Wi-Fi adapter is disabled or does not support hostednetwork. | Check the device manager, update the drivers |
| You connect, but there is no internet. | ICS is not enabled | Check the settings in "Properties → Access" of the main connection |
| The network appears and disappears | IP address conflict or channel interference | Set a static IP manually or change the channel |
| Low distribution speed | ISP limitation or weak Wi-Fi adapter | Connect devices via cable or use 5 GHz |
If after all these manipulations the network still doesn’t work, try:
- Roll back your Wi-Fi adapter driver to the previous version (sometimes new drivers break hostednetwork).
- Temporarily disable firewall and antivirus.
- Reset network settings with the command:
netsh winsock resetnetsh int ip resetThen restart your PC.
6. Security when sharing Wi-Fi from a PC
Sharing your internet connection from your computer creates potential vulnerabilities, especially if you're connected to a corporate or public network. Follow these guidelines:
- 🔒 Use complex password (at least 12 characters with numbers and special characters). Avoid simple combinations like
12345678orqwerty. - 🛡️ Turn on Windows Firewall and check that it is not blocking legitimate connections.
- 📵 Disable hotspot sharing when not needed. Keeping a hotspot constantly active increases the risk of being hacked.
- 👥 Limit the number of connected devices (ideally, only those you trust).
If you're distributing internet in a public place (such as a cafe or coworking space), consider:
- 🔄 Enabling Hidden Network mode (Don't broadcast SSID). You'll have to connect manually, but others won't see your network listed.
- ⏱️ Time limit (for example, turn off the hotspot automatically after 1-2 hours
Task Scheduler). - 📊 Traffic monitoring using programs like GlassWire or NetBalancerto notice suspicious activity in time.
⚠️ Please note: Sharing your internet connection from your PC may violate your data plan (especially if your provider limits the number of connected devices). For example, Rostelecom And Beeline In some regions, traffic is blocked when a mobile hotspot is detected. Check your account or contact your operator for details.
7. Alternatives: When PC Sharing Isn't an Approach
If your computer can't function as a router (for example, due to a weak Wi-Fi adapter or ISP restrictions), consider alternatives:
- 📶 USB modem with Wi-Fi function: many 4G modems (for example, Huawei E8372 or ZTE MF920) can distribute the Internet without a PC.
- 🔌 Travel router: compact devices like TP-Link TL-WR902AC or GL.iNet They are battery-powered and transform any connection (including public Wi-Fi) into a personal network.
- 📱 Smartphone in modem mode: modern phones (for example, iPhone or Samsung Galaxy) can distribute the Internet via USB, which is more stable than Wi-Fi.
- 💻 The second router in repeater mode: If you have an old router, you can configure it as a signal booster (function
WDSor "Bridge Mode").
These solutions start at 1,500 rubles (for a travel router), but they'll eliminate the hassle of setting up your PC and provide a more stable connection. For example, TP-Link TL-WR802N It weighs only 50 grams and fits in your pocket, yet supports up to 10 devices simultaneously.
FAQ: Answers to frequently asked questions
Is it possible to share Wi-Fi from a Windows 7 PC?
Yes, but only through command line (method with netsh) or third-party programs. Windows 7 does not have a built-in "Mobile Hotspot." Please note that some Wi-Fi adapters older than 2012 may not support the mode. hostednetwork.
Why is the distribution speed lower than via cable?
This is normal: Wi-Fi adds latency due to encryption and interference. On average, the loss is:
- 📉 2.4 GHz: up to 40% of the original speed.
- 📈 5 GHz: up to 20% (but shorter range).
If the difference is critical (for example, 100 Mbps drops to 5 Mbps), check the settings QoS in the provider's router or Wi-Fi adapter drivers.
Is it possible to share Wi-Fi from a PC if the internet itself is received via another Wi-Fi?
Technically yes, but it's called repeater mode and has limitations:
- 🔄 The speed will drop by at least 2 times (data goes "back and forth").
- 🔌 Not all adapters support simultaneous connection and distribution.
- 🚫 Some networks (for example, in hotels) block such connections.
For this scenario, it is better to use specialized programs like Connectify Hotspot in mode Wi-Fi Repeater.
How to limit the speed for connected devices?
Windows doesn't have any built-in tools to limit speed by device, but you can do it using:
- 📊 Third-party programs: NetBalancer (paid), TMeter (free).
- 🖥️ QoS settings in the router: If the PC is connected to the router via a cable, restrictions can be set at the router level.
- 📶 Provider functions: some operators (eg MTS) allow you to limit the speed for individual devices in your personal account.
Will the distribution work if the PC goes to sleep?
No. When entering sleep or hibernation mode, all network connections, including Wi-Fi hotspots, are disabled. To avoid this:
- Open
Settings → System → Power & sleep. - Set "Screen" and "Sleep" to "Never" when running on AC power.
- IN
Additional power optionsDisable permission to turn off Wi-Fi adapter to save power.