Need to quickly connect your phone, tablet, or second computer to the internet but don't have a router handy? Share Wi-Fi directly from your laptop or PC in 5 minutes—without purchasing additional equipment. This feature is perfect for traveling, at the cottage, in an office with wired internet, or when your primary router suddenly breaks down.
In this article - 5 proven methods organize an access point from a computer to Windows 10/11, Linux And macOS, including hidden settings and troubleshooting common errors. We'll cover both standard OS tools and specialized programs for advanced users. Important: The speed and stability of such a connection depend on hardware capabilities your PC - not all network cards support the mode SoftAP (software access point).
If you've never set up a network yourself, don't worry. We've explained each step in detail, with images and warnings about potential issues. For experienced users, we've provided manual configuration commands and alternative open-source methods.
Method 1: Mobile hotspot in Windows 10/11 (the easiest)
Modern versions of Windows have a built-in feature Mobile Hotspot, which allows you to share your internet connection via Wi-Fi in just a few clicks. This method is suitable if your computer is connected to the network via an Ethernet cable or USB modem.
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 (usually
EthernetorLocal Area Network Connection) - 🔐 Ask network name (SSID) And password (minimum 8 characters)
- 🔘 Toggle the "Share Internet" slider to the "On" position
If the activation button is inactive or an error appears, check:
- ⚡ Is your computer connected to the Internet (the network icon in the system tray should show an active connection)
- 🔌 Does yours support Wi-Fi adapter access point mode (more on this below)
- 🔄 Is Windows Firewall blocking network creation? (Temporarily disable it to check.)
☑️ Check before turning on the hotspot
⚠️ Attention: In some Windows 10 builds (especially enterprise builds), the mobile hotspot feature may be disabled by Group Policy. In this case, use command line method.
Method 2: Command Prompt (Universal Method for Windows)
If the standard hotspot doesn't work or you need more control over the network, set up distribution via Command Prompt (CMD)This method works even on older versions of Windows and allows for flexible network configuration.
Open CMD as administrator and execute the commands in order:
netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678
netsh wlan start hostednetwork
Where:
MyWiFi— the name of your network (can be replaced)12345678— password (minimum 8 characters)
To allow other devices to access the Internet:
- Open
Control Panel → Network and Sharing Center → Change adapter settings - Find the connection through which the PC receives the Internet (for example,
Ethernet), right-click →Properties→ tabAccess - Check the box "Allow other network users to connect through this computer's Internet connection"
- In the drop-down menu, select the created connection
Local Area Connection* X(where X is a number)
⚠️ Attention: Some antiviruses (for example, Kaspersky Internet Security) block newly created networks as "suspicious". Add an exception for hostednetwork in security settings.
Method 3: Third-party Wi-Fi sharing programs
If built-in Windows tools don't work or you need additional features (e.g., traffic control, device blacklisting), use specialized utilities. We tested three proven programs:
| Program | Advantages | Flaws | Price |
|---|---|---|---|
| Connectify Hotspot | Intuitive interface, support WPA3, speed limit for devices |
Paid version for all features, ads in the free version | From $35/year |
| MyPublicWiFi | Free, lightweight, shows connected devices | No support 5 GHz, outdated design |
For free |
| Virtual Router Plus | Open source, no installation required | No updates since 2016, may not work on Windows 11 | For free |
For most tasks, the free one is enough MyPublicWiFiDownload it from official website, install and follow the setup wizard:
- 📛 Specify the network name (
SSID) - 🔑 Set a password
- 🌐 Select your internet source (network adapter)
- 🔘 Click
Set up and Start Hotspot
How to bypass the 10-connection limit on the free MyPublicWiFi?
The program artificially limits the number of devices to 10. To remove the limitation, open the file config.ini in the program folder and change the parameter MaxClients=10 to the desired value (for example, 20). Restart the utility.
Method 4: Sharing Wi-Fi with macOS (hotspot)
On computers MacBook And iMac Sharing your internet connection is even easier than on Windows. The feature is built into the system and works reliably. The main requirement is that your Mac must be connected to the network via Ethernet or a USB modem.
Configuration algorithm:
- Open
System Preferences → Sharing - In the left menu, select
Public Internet - In the "Shared Connection" field, specify the Internet source (for example,
Ethernet) - In the "For computers using" section, check
Wi-Fi - Click
Wi-Fi settings, set the network name and password (minimum 8 characters, Latin characters only) - Activate sharing with the button on the left
Once enabled, other devices will see your network in the list of available ones. On MacBooks with M1/M2 chips, Wi-Fi sharing works even in sleep mode—unless you turn off the power completely.
⚠️ Attention: On some Mac models, when distributing Wi-Fi via Public Internet The connection with Bluetooth devices may be lost (for example, AirPods). This is a feature of the hardware platform - priority is given to Wi-Fi.
5. Method: Wi-Fi distribution from Linux (Ubuntu, Debian, Arch)
In Linux distributions, you can share Wi-Fi via the terminal or graphical utilities like NetworkManagerWe will consider a universal method using hostapd And dnsmasq, which works on most systems.
Step 1: Install the required packages (example for Ubuntu/Debian):
sudo apt update
sudo apt install hostapd dnsmasq
Step 2: Set Up hostapd — create a configuration file:
sudo nano /etc/hostapd/hostapd.conf
Add to file:
interface=wlan0driver=nl80211
ssid=MyLinuxWiFi
hw_mode=g
channel=6
wmm_enabled=0
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=12345678
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
Step 3: Set Up dnsmasq for distributing IP addresses:
sudo mv /etc/dnsmasq.conf /etc/dnsmasq.conf.orig
sudo nano /etc/dnsmasq.conf
Add:
interface=wlan0
dhcp-range=192.168.100.100,192.168.100.200,255.255.255.0,24h
Step 4: Start the services:
sudo systemctl unmask hostapdsudo systemctl enable hostapd
sudo systemctl start hostapd
sudo systemctl start dnsmasq
If errors occur, check:
- 🔧 Does your Wi-Fi adapter support the mode
AP(doiw list | grep "AP") - 🔌 Doesn't it block?
ufworiptablestraffic (temporarily disable the firewall:sudo ufw disable) - 🔄 Is the interface specified correctly? (
wlan0,wlp3s0etc. - check throughip a)
6. Method: Sharing Wi-Fi via Bluetooth (alternative)
If your computer does not support Wi-Fi distribution (for example, an old laptop with a damaged adapter), you can organize Bluetooth hotspot. The speed will be lower (up to 3 Mbit/s), but it will be enough for instant messengers or mail.
Instructions for Windows:
- Open
Settings → Devices → Bluetooth & other devices - Make sure Bluetooth is turned on and your computer is visible to other devices.
- Turn on Bluetooth on your phone/tablet and connect to your PC.
- Return to
Settings → Network & Internet → Mobile Hotspot - In the "Sharing" section, select
Bluetoothinstead of Wi-Fi
For macOS:
- Open
System Preferences → Sharing - Select "Bluetooth-PAN Shared" from the left menu
- Please select your internet source (e.g.
Ethernet) - Enable sharing
⚠️ Attention: When distributing via Bluetooth you can't use a headset at the same time (Headphones, speaker) — the channel is busy transmitting data. Also, keep an eye on your battery: Bluetooth consumes more power than Wi-Fi.
Common mistakes and their solutions
Even with proper setup, problems can arise. We've collected TOP 5 mistakes and ways to fix them:
| Error | Cause | Solution |
|---|---|---|
| "Unable to set up mobile hotspot" | The Wi-Fi adapter driver does not support SoftAP |
Update the driver from the manufacturer's website or use CMD method |
| The devices connect, but there is no internet. | Connection sharing is not configured | Check your access settings in Connection properties (cm. section about CMD) |
| Network disappears after sleep/hibernation | Power saving turns off the adapter | Turn off the permission to turn off the device to save power in Device Manager |
| "Unable to start hosted network" | Service WLAN AutoConfig disabled |
Run it through services.msc or do net start WlanSvc in CMD |
| Low speed (less than 1 Mbps) | The adapter operates in the mode 802.11b or neighboring networks interfere |
Change the Wi-Fi channel in manual settings or update the adapter to 802.11ac |
If none of the methods worked, check:
- 🔧 Compatibility of your Wi-Fi adapter with access point mode (list of supported chips: Atheros AR9280, Intel 7260, Broadcom BCM4352 etc.)
- 🔌 Availability of the latest drivers (download only from the official websites of the manufacturers!)
- 🛡️ No blocking by your provider (some operators prohibit internet tethering)
FAQ: Answers to frequently asked questions
Is it possible to distribute Wi-Fi if the Internet is via a USB modem (4G/5G)?
Yes, but there are some nuances:
- 📶 Most USB modems (Huawei E3372, ZTE MF823) block distribution by default. You need to enable the mode
NDISin the modem settings. - 🔌 In
Mobile hotspotWindows should select your modem connection (usually named after the device model) as the source, not "Ethernet". - ⚡ The speed will be limited by the bandwidth of the USB port (for 4G it is enough
USB 2.0, needed for 5GUSB 3.0).
How to share Wi-Fi from a computer if you don't have access to the settings (work/school PC)?
If you do not have administrator rights:
- 🔐 Use method for Linux from a Live distribution (for example, Ubuntu from a flash drive) - it does not require installation on a hard drive.
- 🖥️ Try portable versions of programs (MyPublicWiFi Portable), but they may not work without admin rights.
- 📱 If you need to distribute from your phone, turn it on
Modem modein the smartphone settings (does not require root rights).
⚠️ Attention: Sharing internet on corporate or school PCs may violate internal security regulations. Check with your IT department before setting up.
How many devices can be connected to the shared network?
Restrictions depend on the distribution method:
- 🖥️ Windows Mobile Hotspot: up to 8 devices (OS limitation).
- 🐧 Linux (hostapd): up to 20–30 devices (depending on the adapter driver).
- 🍎 macOS: up to 10 devices simultaneously.
- 📱 Third-party programs: Connectify — up to 50 (in the paid version), MyPublicWiFi — up to 10 (in free).
The actual quantity is also limited bandwidth your internet connection. For example, at a speed of 50 Mbps, 3–4 devices (10–15 Mbps each) will work comfortably.
Is it possible to distribute Wi-Fi from computer to computer (for a local network without the Internet)?
Yes, that's what it's called Ad-Hoc networkIt will be useful for:
- 🎮 Multiplayer in local games (Minecraft, CS 1.6)
- 📁 Fast file transfer between PCs
- 🖨️ Connecting a printer or other network equipment
Setting via CMD (Windows):
netsh wlan set hostednetwork mode=allow ssid=LocalNet key=password123
netsh wlan start hostednetwork
On the second computer, connect to the network LocalNet, but in the connection properties disable internet access (otherwise Windows will try to access the network through it).
Why is the shared Wi-Fi slower than the main router?
There are 4 main reasons:
- Hardware limitations: Built-in Wi-Fi adapters in laptops are usually single-antenna (
1x1 MIMO), while routers use2x2or4x4 MIMO- this reduces the speed by 2-4 times. - CPU load: Software Access Point (
SoftAP) consumes CPU resources. On weak PCs (for example, Intel Celeron) this can limit the speed to 10-15 Mbps. - Interference: Laptops often operate at a frequency
2.4 GHz, which is overloaded with other networks. Switch to5 GHz(if the adapter supports it). - Drivers: Outdated or "native" Windows drivers may artificially limit speed. Install the driver from the adapter manufacturer's website.
For maximum speed:
- 🔌 Use an external Wi-Fi adapter with support
802.11ac(For example, TP-Link Archer T4U). - 📶 Switch to range
5 GHz(less busy). - 🖥️ Close background programs that are using the processor.