Turning your computer into a full-fledged Wi-Fi hotspot is easier than it seems. This feature is a lifesaver when you don't have a router and need to share internet access with a smartphone, tablet, or second PC. However, not all methods are equally reliable: some only work with certain connection types, others slow down speeds, and still others may interfere with antivirus software.
We have tested all current methods on Windows 10/11 And macOS Ventura/Sonomato help you choose the best option. This article includes step-by-step instructions with pictures, a comparison of data transfer speeds, and solutions to common errors (for example, when devices connect but the internet doesn't work). Special attention was paid to security: How to protect your network from outsiders and why you should never use open networks.
If you need to distribute Wi-Fi from your laptop once (for example, on a trip), the built-in one will do. mobile hotspotFor permanent use, it is better to configure virtual router via the command line or specialized programs like Connectify or mHotspot. And to the owners MacBook You're luckier—macOS implements this feature more simply and reliably.
1. Preparing your computer: what to check before setting up
Before you enable Wi-Fi sharing, make sure your computer meets two key requirements:
- 🖥️ Hardware support. The Wi-Fi adapter must operate in the mode
SoftAP(Software Access Point). This is supported by all modern laptops and most PCI-e adapters for PCs (for example, TP-Link TL-WN823N or ASUS PCE-AC51). You can check throughdevice Manager→Network adapters→ properties of your Wi-Fi module (look for the lineHosted network support). - 🌐 Internet connection typeYou can only distribute a connection that receives an IP address itself.
DHCP. This works with:- 🔌 Cable Internet (Ethernet)
- 📶 3G/4G/5G modems (if they are connected as network adapters, not as USB drives)
- 🔄 Other Wi-Fi networks (if your adapter supports
Wi-Fi Direct)
Also, make sure you have the latest drivers for your network adapter installed on your computer. Outdated drivers are a common cause of this error. Failed to start hosted networkYou can update them through device Manager (right-click on the adapter → Update driver) or from the manufacturer's official website (for example, for adapters Intel - on support.intel.com, For Realtek - on realtek.com).
⚠️ Note: On some corporate laptops (e.g. Dell Latitude or HP EliteBook) The Wi-Fi sharing function may be blocked at the BIOS level or by domain policies. If the network still doesn't start after all these steps, check the BIOS settings (sectionWirelessorNetwork Stack) or contact your network administrator.
2. Method 1: Mobile hotspot (the easiest method for Windows 10/11)
Built-in function mobile hotspot This feature was introduced in Windows 10 and works out of the box without any additional configuration. It's the fastest way to share Wi-Fi, but it has limitations:
- ⚡ Maximum number of connected devices — 8 (in practice, 3-4 work stably).
- 🔒 There are no flexible security settings (you can only select
WPA2-PSK). - 📶 The speed is limited by the bandwidth of the Wi-Fi adapter (on Intel AX200 — up to 1.2 Gbit/s, on older adapters — up to 300 Mbit/s).
How to enable:
- Open
Parameters(Win + I) →Network and Internet→Mobile hotspot. - In the drop-down menu
Sharing an Internet connectionselect your active connection (for example,Ethernet). - Click
Changenext toNetwork dataand ask:- 🔐 Network name (SSID) - in Latin, without spaces.
- 🔑 Password - minimum 8 characters (we recommend using a combination of letters, numbers and
!or#). - 📡 Range - if your adapter supports
5 GHz, select it for less interference.
Mobile hotspot in position On.Make sure the main PC has internet access|Turn on Wi-Fi on the client device|Find a network with the specified SSID|Enter the password and connect|Check internet access (for example, open a website)
-->
If the devices connect, but the Internet does not work:
- Check that in
Propertiesyour primary connection (egEthernet) the item is includedAllow other network users to use this computer's Internet connection(tabAccess). - Open
Command lineas administrator and run:netsh wlan set hostednetwork mode=allownetsh wlan start hostednetworkThen restart the hotspot.
- 🔧 Manual channel settings, Wi-Fi standard (
802.11n/ac/ax) and strip width. - 🛡️ Using non-standard passwords (for example, with Cyrillic characters).
- 📊 Monitoring connected devices via
arp -a.
netsh wlan set hostednetwork channel=6
(replace 6 to any channel from 1 to 11 for 2.4 GHz or from 36 to 165 for 5 GHz).-->
3. Method 2: Command line (for advanced users)
This method gives you more control over your network settings, but requires some work. CMDSuitable for:
Step-by-step instructions:
- Launch
Command lineas administrator (Win + X →Terminal (Administrator)). - Create a network with the given parameters:
netsh wlan set hostednetwork mode=allow ssid="MyWiFi" key="Pa$$w0rd" keyUsage=persistentReplace
MyWiFiAndPa$$w0rdto their values. - Activate the network:
netsh wlan start hostednetwork - Allow internet sharing:
- Open
Control Panel→Network and Internet→Network and Sharing Center→Changing adapter settings. - Find your primary connection (eg.
Ethernet), right-click →Properties→ tabAccess. - Check the box
Allow other network users to use your connection...and select the created network from the list (it will be calledLocal Area Connection* X).
- Open
To stop seeding, run:
netsh wlan stop hostednetwork
| Team | Description | Example |
|---|---|---|
mode=allow/disallow |
Enables/disables distribution mode | netsh wlan set hostednetwork mode=disallow |
ssid="..." |
Specifies the network name (max 32 characters) | ssid="HomeWiFi_5G" |
key="..." |
Sets a password (min. 8 characters) | key="Secure@123" |
keyUsage=persistent |
Saves password after reboot | — |
⚠️ Attention: If you see an error after running the commandsFailed to start the hosted network. The group or resource is not in the correct state to perform the requested operation., then your Wi-Fi adapter does not support the modeSoftAPTry updating the driver or using third-party programs (see Method 4).
4. Method 3: Sharing Wi-Fi on macOS (without additional programs)
On MacBook or iMac Sharing Wi-Fi is even easier than on Windows. Apple has built this feature into the system, and it works reliably even on older models (starting with macOS Sierra). The main advantage is automatic channel management And dual-band support (2.4 GHz + 5 GHz).
Instructions:
- Open
System Preferences→General access. - In the left menu, select
Public Internet. - In the field
Connection via:Please specify the internet source (e.g.EthernetorThunderbolt Bridge). - In the section
For computers using:check the box next to itWi-Fi. - Click
Wi-Fi settingsand configure:- 📡 Network name (SSID).
- 🔒 Channel (by default
Auto, but to reduce interference you can select it manually, for example,Channel 44for 5 GHz). - 🔑 Security — choose
WPA2/WPA3 Personal. - 🔑 Password — minimum 8 characters.
General access and put a check mark to the left of Public Internet. Click Start.To stop seeding, simply uncheck the box. Public Internet in the settings. All parameters will be saved for future use.
How to Share Wi-Fi from a Mac on Older Versions of macOS (Pre-Sierra)
On macOS El Capitan and earlier, you need to use Terminal. Run the following commands:
sudo ifconfig awdl0 down
sudo ifconfig en1 down (replace en1 with your Wi-Fi interface, check with ifconfig)
sudo networkssetup -setairportnetwork en1 "NetworkName" "Password"
sudo ifconfig awdl0 up
sudo ifconfig en1 up
After that, turn it on Public Internet in the settings as described above.
⚠️ Note: On macOS Ventura 13.3 and newer Apple added a limitation: if your Mac is connected to the internet via a VPN (for example, NordVPN or ProtonVPN), you won't be able to distribute the same VPN traffic over Wi-Fi. In this case, first disable the VPN or configure it at the router level.
5. Method 4: Third-party programs for distributing Wi-Fi
If built-in Windows or macOS tools don't work (for example, due to outdated drivers or corporate restrictions), specialized utilities can help. They offer additional features:
- 📊 Traffic statistics (who consumes and how much).
- 🔄 Automatic restart when the connection is broken.
- 🛡️ Device filtering by MAC addresses.
- 📡 Selecting a Wi-Fi standard (for example, force enable
802.11acfor maximum speed).
Top 3 proven programs:
| Program | Platform | Peculiarities | Price |
|---|---|---|---|
| Connectify Hotspot | Windows 7-11 | Support Wi-Fi 6, ad blocking, repeater mode |
Free (with limitations) / $25 |
| mHotspot | Windows 7-11 | Max 10 devices, simple interface, portable version | For free |
| Baidu WiFi Hotspot | Windows, macOS | Automatic channel selection, support WPA3, built-in speed test |
For free |
Example of setting in Connectify Hotspot:
- Download and install the program from connectify.me.
- Launch it and select from the menu
Wi-Fi Hotspot. - In the field
Internet to SharePlease indicate your active connection. - Ask
Hotspot Name(SSID) andPassword. - In the section
Advanced Settingsyou can choose:- 📡 Channel (recommended)
Autoor6for 2.4 GHz). - 🛡️ Security type (
WPA2-PSKorWPA3). - 📊 Connection logs (useful for tracking devices).
- 📡 Channel (recommended)
Start Hotspot.6. Method 5: Sharing Wi-Fi via Ethernet (reverse hotspot)
If you need to share the Internet from your computer to devices that do not have Wi-Fi (for example, Smart TV or a game console), you can use Ethernet cableThis method is called reverse hotspot and works even on a PC without a Wi-Fi adapter.
What you will need:
- 🔌 Cable
Ethernet(For example, UTP Cat.5e). - 🖥️ A computer with two network ports (or one port + USB-Ethernet adapter).
Instructions for Windows:
- Connect the cable to your computer and the target device.
- Open
Control Panel→Network and Internet→Network and Sharing Center→Changing adapter settings. - Find the connection through which the computer receives the Internet (for example,
Wireless networkorEthernet 2), right-click →Properties→ tabAccess. - Check the box
Allow other network users to use this computer's Internet connection. - From the drop-down menu, select
Ethernet(orLocal Area Network Connection, if you use a USB adapter). - On the target device (eg. Smart TV) configure IP acquisition by
DHCP(This is usually the default mode).
For macOS:
- Connect the cable to Mac and the second device.
- Open
System Preferences→General access. - Select
Public Internet, please indicate the source (e.g.Wi-Fi) and check the box next toThunderbolt BridgeorEthernet. - Click
Start.
⚠️ Note: With this type of connection, the speed is limited by the bandwidth of the Ethernet port. For example, if you have a port100 Mbps, the maximum internet speed will be about 90-95 Mbps (including service traffic). For higher speeds1 Gbpsuse cables Cat.6 or newer.
7. Common mistakes and their solutions
Even with proper setup, problems can still arise. We've compiled the most common errors and how to fix them:
| Error | Cause | Solution |
|---|---|---|
Failed to start hosted network |
The adapter driver does not support SoftAP or disabled |
Please update your driver or use a third party program (eg. mHotspot) |
| The devices connect, but the internet doesn't work. | IP sharing is not configured or there is a conflict. | Check your settings Access in the connection properties and run ipconfig /release + ipconfig /renew V CMD |
| Low upload speed (less than 10 Mbps) | Channel interference or outdated Wi-Fi standard | Change the channel manually (for example, to 6 or 11 for 2.4 GHz) or force it to turn on 802.11n in the adapter settings |
| Network disappears after reboot | Settings not saved hostednetwork |
Add a command netsh wlan start hostednetwork V Task Scheduler to autostart |
| Cannot connect from iPhone/Android | Incompatibility of Wi-Fi standards or encryption | Try changing the security type from WPA3 on WPA2-PSK or turn it off 802.11r (Fast Transition) in the router settings |
If none of the methods helped, check:
- 🔌 Firewall: temporarily disable it or add an exception for
svchost.exe(responsible for network connections). - 🛠️ Antivirus: some programs (for example, Avast) block virtual networks. Add an exception for the process.
hostednetwork. - 📡 Power saving mode: V
Device Managerdisable the optionAllow the computer to turn off this device to save powerin the properties of the Wi-Fi adapter.
8. Security: How to protect your network
When sharing Wi-Fi from a computer, many people forget about security. This can lead to:
- 🕵️ Connecting outsiders (if the network is open or the password is weak).
- 📉 Traffic theft (for example, for mining or torrents).
- 🔓 Data leak (if an attacker gains access to the local network).
Minimum protective measures:
- 🔐 Complex password: use a combination of 12+ characters with letters, numbers, and special characters. Example:
WiFi@Home_2026$. - 🛡️ Encryption type: always choose
WPA2-PSKorWPA3. Never use WEP - it can be cracked in minutes. - 📡 Hiding the SSID: disable network name broadcasting (in the router settings or via the command
netsh wlan set hostednetwork ssid=" " key=your_password). You'll have to connect manually, but this will protect you from accidental connections. - 🔄 MAC restriction: Manually whitelist the MAC addresses of your devices (available in programs like Connectify).
Additional measures for advanced users:
- 🔧 Isolation of clients: set up a virtual network so that connected devices cannot see each other (in Connectify this is an option
Client Isolation). - 📊 Traffic monitoring: use programs like GlassWire or NetBalancerto track who is consuming how much traffic.
- 🔄 Changing your password regularly: If the network is used in public places (for example, in a cafe), change the password once a week.
⚠️ Warning: If you are distributing Wi-Fi in an apartment building, avoid network names that contain personal information (e.g.Ivanov_WiFiorKv55). This may attract the attention of attackers. Use neutral names likeHomeNet_243.
FAQ: Frequently asked questions about sharing Wi-Fi from your computer
Is it possible to share Wi-Fi from a computer if I only have a USB modem (for example, Megafon or Beeline)?
Yes, but with some reservations:
- If the modem is connected as network adapter (visible in
Device ManagerHowRemote NDIS), it can be distributed through mobile hotspot or command line. - If the modem is detected as USB drive (For example, Huawei E3372 in mode
HiLink), it won't be possible to distribute it directly. In this case:- Connect the modem to a router with a USB port (for example, TP-Link TL-MR3420).
- Or customize Internet access sharing through
Ethernet(if the modem supports the modeNDIS).
Check the modem's operating mode in its web interface (usually available at 192.168.8.1).
Why is the internet speed lower when sharing from a computer than when sharing directly?
This is normal, and here's why:
- 📡 Wi-Fi adapter limitations: if you have a standard adapter
802.11n(max 300 Mbps), then even when connected to Gigabit Ethernet, the actual speed will not be higher 200-250 Mbps (including overhead costs). - 🖥