When you don't have a router and need to share internet with a second computer, smartphone, or tablet, a laptop easily turns into a full-fledged access point. This is convenient on a business trip, at the dacha, or in the office, where the main equipment is temporarily unavailable. But how do you set up the connection correctly to avoid connection errors or slow speeds?
In this article - three proven methods Share Wi-Fi from a laptop to a PC: using built-in tools Windows 10/11 And macOS, using the command line and third-party programs. We'll explore the nuances of each method, compare their speed and stability, and provide tips on how to troubleshoot common issues. It doesn't matter whether you use ASUS, Lenovo or MacBook — the instructions are universal and work on most modern devices.
1. Preparing your laptop for Wi-Fi sharing: checking hardware and drivers
Before setting up the access point, make sure your laptop is physically capable of distributing Wi-FiTo do this, you need to check two key components: Wi-Fi adapter and its drivers. Without a properly functioning adapter, none of these methods will work.
Open device Manager (click Win + X → select the appropriate item) and find the section Network adaptersThe list should include an adapter with the following marks: Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377). If there is no such device, your laptop does not support wireless distribution.
- 🔧 Update your adapter driver, if there's an exclamation mark next to the name in Device Manager. Download the latest version from the laptop or chip manufacturer's website (e.g., Intel, Broadcom).
- 📡 Check mode support
Hosted NetworkIn the command line (run as administrator), enter:netsh wlan show driversFind the line in the results
Hosted network support- there should beYes. - 🔄 Disable power saving for Wi-FiGo to .
Control Panel → Power Options → Change plan settings → Change advanced settingsand set the parameter toWireless Network Adapter Settings → Power Saving ModemeaningMaximum performance.
⚠️ Attention: On some laptops with Realtek adapters function Hosted Network It may be disabled at the driver level. In this case, the only solution is to replace the driver with a modified one or use third-party software.
2. Method 1: Sharing Wi-Fi using built-in Windows tools (without programs)
The easiest and most reliable method is to use the built-in function Mobile Hotspot, available in Windows 10 And Windows 11It does not require installation of additional software and works stably if the adapter drivers are in order.
Instructions:
- Open
Windows Settings(Win + I) → go to the sectionNetwork and Internet→Mobile hotspot. - In the field
Sharing an Internet connectionselect the connection through which the laptop receives the Internet (for example,EthernetorWireless network, if you are connected to a different access point). - Click
Changeand ask:- 🔑 Network name (SSID) - any, for example
MyLaptopWiFi. - 🔒 Password — at least 8 characters (we recommend using a combination of letters, numbers and symbols).
- 📶 Range - if your adapter supports
5 GHz, select it for less interference.
- 🔑 Network name (SSID) - any, for example
Allow other devices to use my internet connection.Now, on the second computer, find the new network in the list of available Wi-Fi networks and connect by entering the specified password. If the connection fails, check the connection on the laptop. VPN is disabled And the firewall is not blocking the connection (temporarily disable it for the test).
The laptop is connected to the Internet (via cable or another Wi-Fi network)|
The Wi-Fi adapter is turned on (check the button on the case or Fn+F2)|
On the second PC, other network connections (Ethernet, VPN) are disabled|
The password for the hotspot is written down and saved-->
3. Method 2: Distribution via the command line (for advanced users)
If the "Mobile Hotspot" feature is missing (for example, in older builds Windows) or does not work, you can start the access point through command lineThis method gives you more control over the settings, but requires precise command entry.
Follow the instructions:
- Launch the command prompt as administrator (find via search, right click →
Run as administrator). - Create a network named
LaptopWiFiand password12345678(replace with your values):netsh wlan set hostednetwork mode=allow ssid=LaptopWiFi key=12345678⚠️ Attention: The password must contain at least 8 charactersIf you enter it shorter, the command will fail.
Invalid security key. - Activate the created network:
netsh wlan start hostednetwork - Allow internet sharing:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Find the connection through which the laptop receives the Internet (for example,
Ethernet), right-click →Properties→ tabAccess. - Check the box
Allow other network users to use this computer's Internet connection. - On the list
Connecting a home networkselect the connection you created earlier (usually it's calledLocal Area Connection* X, where X is a number).
- Open
To disable distribution, use the command:
netsh wlan stop hostednetwork
For network deletion (if it is no longer needed):
netsh wlan set hostednetwork mode=disallow
4. Method 3: Sharing Wi-Fi from a macOS laptop
On MacBook or other laptops from Apple Wi-Fi distribution is configured through the function Internet SharingThis method works reliably, but requires the Mac to be connected to the Internet via Ethernet or USB modem (it is not possible to share Wi-Fi by connecting to another wireless network).
Step-by-step instructions:
- Open
System Preferences(gear icon in the Dock) →General access. - In the left menu, select
Internet access sharing. - In the field
Share connectionPlease specify the internet source (e.g.EthernetorThunderbolt Bridge). - In the section
For computers usingmarkWi-Fi. - Click
Wi-Fi settingsand ask:- 📛 Network name (SSID) - For example,
MacBook-Pro. - 🔐 Channel — choose
Autoor specify it manually (for example,6For2.4 GHz). - 🔑 Security — we recommend
WPA2/WPA3 Personal. - 🔒 Password — at least 8 characters.
- 📛 Network name (SSID) - For example,
Internet access sharing in the left menu and click Start.On the second computer, find the network with the specified name and connect. If sharing doesn't work, check that System Preferences → Network adapter Wi-Fi enabled and does not conflict with other connections.
⚠️ Attention: On macOS you can't do both at the same time connect to Wi-Fi and share itIf your MacBook is connected to the Internet via a wireless network, the Sharing feature will not be available.
5. Comparison of methods: which method to choose?
Each of the described methods has its pros and cons. To choose the best one, consider your needs and equipment:
| Criterion | Mobile Hotspot (Windows) | Command Prompt (Windows) | Sharing (macOS) |
|---|---|---|---|
| Easy to set up | ⭐⭐⭐⭐⭐ (2 clicks) | ⭐⭐ (requires knowledge of commands) | ⭐⭐⭐⭐ (intuitively) |
| Connection stability | ⭐⭐⭐⭐ (rarely interrupted) | ⭐⭐⭐ (may turn off after sleep) | ⭐⭐⭐⭐⭐ (works without problems) |
| Data transfer rate | Up to 80% of the original | Up to 70% (depending on the driver) | Up to 90% (optimized for macOS) |
| 5 GHz support | Yes (if the adapter supports it) | Yes (configurable in command) | Yes (in Wi-Fi settings) |
| Work when connected to another Wi-Fi network | No | No | No |
The only way to share Wi-Fi while connected to another wireless network is to use third-party programs like Connectify or mHotspotHowever, this violates the rules of many providers and may lead to blocking.
6. Common mistakes and their solutions
Even with proper configuration, Wi-Fi hotspots may not work. Here are the most common issues and how to fix them:
- 🚫 "Unable to turn on mobile hotspot":
- Make sure your laptop is connected to the internet (not via VPN!).
- Update your Wi-Fi adapter driver (download from the manufacturer's website, not through
device Manager). - Disable your antivirus (for example, Kaspersky or Avast may block distribution).
- 🔌 "Connected, but no internet access":
- IN
Propertiesmain connection (for example,Ethernet) check that it is turned onGeneral access. - Run in command line:
ipconfig /releaseipconfig /renew - Restart both devices.
- IN
- 📶 "Network not detected":
- Make sure that Wi-Fi is enabled on the second PC (sometimes switching to the mode helps
Flight modeand back). - Change the channel in the access point settings (in
2.4 GHztry the channels1,6or11). - If you are using the command line, recreate the network with a different name (
SSID).
- Make sure that Wi-Fi is enabled on the second PC (sometimes switching to the mode helps
What should I do if my laptop doesn't detect the Wi-Fi adapter?
If in Device Manager no section Network adapters or the adapter is marked as Unknown device, the problem may be in:
- The adapter is disabled in the BIOS (go into the BIOS and check the settings) Wireless or WLAN).
- Physical damage to the Wi-Fi module (try connecting an external USB adapter).
- Driver conflict (remove all network drivers in Device Manager and restart your laptop for automatic installation).
7. Alternative programs for distributing Wi-Fi
If built-in Windows or macOS tools don't work, you can use third-party utilities. They offer additional features, such as:
- 🔄 Wi-Fi Sharing while connected to another network (through Wi-Fi Repeater mode).
- 📊 Traffic statistics and a list of connected devices.
- 🔒 Flexible security settings (select encryption type, MAC address filtering).
Top 3 Wi-Fi Sharing Apps:
| Program | Platform | Peculiarities | Cons |
|---|---|---|---|
| Connectify Hotspot | Windows 7–11 |
|
Paid license for full functionality. |
| mHotspot | Windows 7–11 |
|
Advertising in the free version. |
| Baidu WiFi Hotspot | Windows, macOS |
|
Chinese software may be blocked by antivirus software. |
⚠️ Attention: When using third-party programs Disable built-in Windows/macOS distribution toolsto avoid conflicts. Also check the program on Virustotal, if you download from unofficial sources.
FAQ: Answers to frequently asked questions
Is it possible to share Wi-Fi from a laptop if it is itself connected to the Internet via Wi-Fi?
No, using built-in tools Windows And macOS This is impossible. Such a scheme requires special programs (for example, Connectify in mode Wi-Fi Repeater) or a router. However, many providers prohibit such sharing in their user agreements.
Why is my laptop's internet speed lower than my laptop's own?
This is normal: when distributing data, some bandwidth is spent processing packets. This loss amounts to 10-30% of the original speed. To reduce lag:
- Use range
5 GHz(if supported). - Disable background downloads on your laptop (torrents, updates).
- Change the Wi-Fi channel in the access point settings (avoid congested channels).
How to share Wi-Fi from a laptop Linux?
In most distributions (for example, Ubuntu, Mint) a utility is used to distribute Wi-Fi hostapd And dnsmasq. Main steps:
- Install packages:
sudo apt install hostapd dnsmasq - Set up configuration files
/etc/hostapd/hostapd.confAnd/etc/dnsmasq.conf. - Start the access point:
sudo systemctl start hostapd
Detailed instructions vary by distribution. For easier installation, you can use GUI tools like Linux WiFi Hotspot.
Is it safe to use a laptop as a hotspot all the time?
Short-term distribution (several hours) does not harm the laptop. However constant use in hotspot mode may lead to:
- 🔋 Increased battery consumption (The Wi-Fi adapter is operating in enhanced mode).
- 🔥 Overheating (especially if the laptop is lying on a soft surface).
- 🛡️ Risk of hacking (if a weak password or outdated security protocol is used).
Recommendations:
- Use your laptop in hotspot mode for no more than 6-8 hours at a time.
- Set up
WPA3(if supported) insteadWPA2. - Update your Wi-Fi adapter drivers regularly.
Is it possible to share the internet from a laptop? Android-smartphone or iPhone?
Yes, your smartphone connects to a laptop's hotspot just like a computer. Features:
- On Android may need to be specified manually
IP addressAndDNS, if automatic receipt does not work. - On iPhone sometimes you need to turn it off
Private Wi-Fi address(in network settings). - If the internet doesn't work, check what's on your laptop public access is allowed for the connection through which he himself receives the Internet.