You can turn your laptop into a full-fledged Wi-Fi router in 5 minutes - without additional equipment or complex settings. This function saves you when you don’t have a router at hand, but you need to distribute the Internet to a phone, tablet or second computer. But many people encounter problems: the point is not created, devices do not connect, or the speed drops 10 times. We'll sort it out all working methods for Windows 10/11 And macOS, including hidden settings and workarounds for common errors.

It is important to understand: your laptop will not replace a powerful router with antennas, but it is ideal for a temporary solution. Speed will be limited by performance Wi-Fi adapter (For example, Intel AX200 will give up to 2.4 Gbit/s, and the old one Broadcom 4313 - only 150 Mbit/s). Also keep in mind that when distributing mobile internet (3G/4G modem or USB phone) may be triggered by operator traffic restrictions.

1. Method for Windows: built-in Mobile Hotspot function

The easiest method is to use a standard tool Windows 10/11. It works on 90% of laptops, but has limitations: for example, it does not support 5 GHz range (only 2.4 GHz), and the network name and password are reset after reboot.

To activate the hotspot:

  1. Open Settings → Network and Internet → Mobile hotspot.
  2. In the "Sharing" drop-down menu, select the connection through which the laptop receives the Internet (for example, Ethernet or Wireless network).
  3. Click "Edit" and set network name (SSID) (Latin) and password (minimum 8 characters).
  4. Move the Mobile Hotspot slider to the On position.

If the button is inactive or an error occurs "Could not set up mobile hotspot", check:

  • 🔹 Wi-Fi adapter driver: update it via Device Manager (section “Network adapters”).
  • 🔹 Antivirus/firewall: temporarily disable Kaspersky, Avast or built-in Windows Defender.
  • 🔹 Operator policies: some providers (eg MTS or Tele2) block the distribution of mobile Internet.
📊 What laptop do you have?
  • HP
  • Lenovo
  • Asus
  • Acer
  • Dell
  • Apple
  • Other

2. Command Line: Universal Method for Windows

If Mobile Hotspot does not work, use command line (CMD). This method supports 5 GHz, allows you to set a static IP and works even on older versions of Windows (for example, Windows 7).

Do this in order:

netsh wlan set hostednetwork mode=allow ssid="MyWiFi" key="12345678" keyUsage=persistent

netsh wlan start hostednetwork

Where:

  • 🔹 MyWiFi — the name of your network (replace with yours).
  • 🔹 12345678 — password (minimum 8 characters).

To enable Internet sharing:

  1. Open Control Panel → Network and Sharing Center → Change adapter settings.
  2. Find the connection through which the laptop receives the Internet (for example, Ethernet), right-click → “Properties” → “Access” tab.
  3. Check the box “Allow other network users to use the Internet connection” and select the created network from the list (usually LAN connection* X).

Make sure your laptop's Wi-Fi is turned on|Turn off your VPN (such as NordVPN or ProtonVPN)|Check that there are no active connections to other Wi-Fi networks|Update your network adapter driver-->

⚠️ Attention: If an error appears after executing commands "The hosted network could not be started", then your Wi-Fi adapter does not support the mode SoftAP. The solution is to update the driver manually from the manufacturer's website (for example, for Inteldownloadcenter.intel.com).

3. Wi-Fi distribution on macOS (Monterey, Ventura, Sonoma)

On MacBook creating an access point is even easier, but there is a nuance: The function only works when connected to the Internet via Ethernet or USB modem. If you use Wi-Fi (for example, connected to a router), you won’t be able to distribute the same Internet - you need a separate network.

Instructions for macOS:

  1. Open System Preferences → Sharing.
  2. From the left menu, select Internet Sharing.
  3. In the “Shared connection” field, specify the Internet source (for example, Ethernet or Thunderbolt Bridge).
  4. In the “For computers using” section, check the box next to Wi-Fi.
  5. Click "Wi-Fi Settings" and set:
    • 🔹 Network name (SSID)
    • 🔹 Channel (recommended 6 for 2.4 GHz or 36 for 5 GHz)
    • 🔹 Security: select WPA2/WPA3 Personal
    • 🔹 Password (minimum 8 characters)
  • Click "OK" and activate sharing with the button on the left.
  • On a MacBook with an M1/M2 chip, Wi-Fi distribution can be automatically turned off when the lid is closed - this is a power-saving feature. To avoid the problem, connect the laptop to a charger or disable the “Sleep when closing the display” mode in the battery settings.

    Problem Reason Solution
    Devices connect, but the Internet does not work Sharing is not enabled in sharing settings Check the “Internet Sharing” checkbox in System settings
    The access point does not turn on Conflict with VPN or firewall Disable Little Snitch or built-in firewall
    Low speed (less than 10 Mbps) Channel congestion 2.4 GHz Switch to 5 GHz or change the channel manually
    Constantly asking for password Encryption incompatibility Select WPA2 Personal instead of WPA3

    4. Advanced settings: increased speed and stability

    By default, Windows and macOS use suboptimal distribution settings. To improve speed and reduce latency (ping), follow these steps:

    For Windows:

    • 🔹 Change Wi-Fi channel: Auto selection is the default, but it often selects congested channels. Set manually 1, 6 or 11 for 2.4 GHz via command:
      netsh wlan set hostednetwork channel=6
    • 🔹 Turn off energy saving: go to Device Manager → Network Adapters → [Your Wi-Fi] → Properties → Power Management and uncheck “Allow the computer to turn off this device to save power.”
    • 🔹 Increase your signal strength: for adapters Intel download the utility Intel PROSet/Wireless and manually set the value Transmit Power on Highest.

    For macOS:

    • 🔹 Enable 802.11n/ac mode: By default, macOS uses the legacy standard 802.11g. To enable modern protocols, run: Terminal:
      sudo ifconfig awdl0 down
      

      sudo networkssetup -setairportpower airport on

    • 🔹 Turn off Bluetooth compatibility: It reduces Wi-Fi speed by 20-30%. B System settings → Bluetooth deactivate the "Allow Bluetooth devices to wake up this computer" option.
    💡

    If you distribute the Internet via a USB modem (for example, Huawei E3372), connect it to the port USB 3.0 (blue) - this will increase speed by 30–50% by reducing latency.

    5. Solving common mistakes

    Even with the correct settings, glitches may occur. Let's look at typical problems and non-obvious solutions:

    Error: "Failed to enable mobile hotspot" (Windows)

    • 🔹 Resetting network settings:
      netsh int ip reset
      

      netsh winsock reset

      Then restart your laptop.

    • 🔹 Removing a virtual adapter: open Device Manager, in the "View" menu, turn on "Show hidden devices", find Microsoft Hosted Network Virtual Adapter, right-click → “Remove device”. After rebooting, the adapter will recover automatically.

    Error: "Wi-Fi does not have a valid IP configuration" (macOS)

    • 🔹 Resetting network settings:
      sudo ifconfig en0 down
      

      sudo ifconfig en0 up

      sudo networksetup -renewDHCP en0

    • 🔹 Deleting a preference file: delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist and restart your MacBook.
    ⚠️ Attention: If you distribute the Internet via USB modem Megafon/Beeline, check whether the “Only this device” option is activated in the operator’s personal account. It blocks distribution to other gadgets.

    6. Alternative programs for distributing Wi-Fi

    If the built-in tools don't work, use third-party utilities. They offer additional features: speed limiting for connected devices, MAC address blacklisting, and even an ad blocker.

    Program Pros Cons Cost
    Connectify Hotspot Support 5 GHz, ad blocker, traffic monitoring Paid license for full functionality From $25/year
    MyPublicWiFi Free, simple interface, connection logs No support WPA3, only 2.4 GHz Free
    Virtual Router Plus Open source, powered by Windows 7–11 No technical support, possible bugs Free
    Baidu WiFi Hotspot Automatic channel selection, support 802.11ac Chinese software, possible privacy issues Free

    For macOS There are almost no alternatives - the only working utility WiFi Explorer ($20), but it is more intended for network analysis rather than distribution. Therefore, on a MacBook it is better to use the built-in tools.

    How to bypass operator restrictions on mobile Internet distribution?

    Some operators (for example, Yota or Tinkoff Mobile) block distribution via USB/Wi-Fi. Solutions:

    1. Use VPN on your phone (For example, ProtonVPN) before connecting to the laptop as a modem.

    2. Connect your phone via Bluetooth (distribution through the PAN network is often not blocked).

    3. Buy USB modem with support for IMEI change (For example, Huawei E8372h-153) and clone the phone's IMEI.

    ⚠️ These methods may violate the operator's user agreement!

    7. Security: how to protect your access point

    By distributing Wi-Fi from a laptop, you risk becoming a victim of hackers. Here mandatory protection measures:

    • 🔹 Complex password: use a combination of 12+ characters with numbers, letters and special characters (for example, kL9#pQ2$mN1!). Avoid simple sequences like 12345678.
    • 🔹 Hiding the network (SSID): in Windows this is done through the command:
      netsh wlan set hostednetwork ssid="%HIDDEN%" key="ваш_пароль"

      But remember: a hidden network does not protect against hacking, but only complicates the connection.

    • 🔹 Filtering by MAC addresses: Only certain devices are allowed access. B macOS this is configured via Terminal:
      sudo /usr/libexec/airport-en0 allow MAC_адрес
    • 🔹 Disabling WPS: This protocol is vulnerable to brute force attacks. B Windows it is disabled via the registry:
      reg add "HKLM\SYSTEM\CurrentControlSet\Services\WlanSvc\Parameters\HostedNetworkSettings" /v HostedNetworkSettings /t REG_BINARY /d 00000000 /f

    Additional measure: if you distribute the Internet in a public place (cafe, airport), turn it on Windows firewall and turn off file and printer sharing in your network settings. This will prevent unauthorized access to your data.

    💡

    Never use an open network without a password (mode Open Network) - This allows your traffic to be intercepted via man-in-the-middle (MITM) attacks.

    FAQ: answers to frequently asked questions

    Is it possible to distribute Wi-Fi from a laptop if it is connected via Wi-Fi?

    Technically yes, but with reservations:

    • 🔹 On Windows this is only possible through third party programs (for example, Connectify), since the built-in Mobile Hotspot does not support Wi-Fi redistribution.
    • 🔹 On macOS There is no such function - you will have to connect via Ethernet or USB modem.

    The speed with this scheme will drop by 30–50% due to double signal conversion.

    Why is the speed through distribution from a laptop lower than directly?

    Reasons for the drop in speed:

    • 🔹 Wi-Fi adapter limitation: for example, Realtek RTL8188EE supports maximum 72 Mbit/s, even if your Internet 100 Mbit/s.
    • 🔹 CPU overload: Wi-Fi distribution loads the CPU by 10–20%. On weak laptops (for example, Intel Celeron) this leads to lags.
    • 🔹 Interference: If there are many networks nearby on the same channel, the speed drops. Use the utility WiFi Analyzer (Android) or NetSpot (macOS/Windows) to select an available channel.

    Solution: connect the laptop to the router via cable (Ethernet) and distribute Wi-Fi from it - this way the speed loss will be minimal.

    How to distribute Wi-Fi from a laptop to Android-TV (for example, Xiaomi Mi Box)?

    The problem is that many Android-TV consoles (including Nvidia Shield And Xiaomi) do not support connection to Ad-Hoc networks that Windows creates by default. Solutions:

    1. Use the program Virtual Router Plus — it creates a network in mode Infrastructurecompatible with TV set-top boxes.
    2. On macOS in the hotspot settings, select standard 802.11n (not 802.11g).
    3. Connect the set-top box via Ethernet to a laptop via a USB adapter (if the model supports OTG).
    Is it possible to distribute Wi-Fi from a laptop at 5 GHz?

    Yes, but with nuances:

    • 🔹B Windows standard “Mobile hotspot” only works on 2.4 GHz. For 5 GHz use command line (see section 2) or programs like Connectify.
    • 🔹 On macOS 5 GHz available by default - select channel 36–48 or 149–165 in the hotspot settings.

    Please note: not all devices (such as older smartphones or Kindle) support 5 GHz.

    How can I make the access point turn on automatically when I start the laptop?

    For Windows:

    1. Create a file start_hotspot.bat with lines:
      @echo off
      

      netsh wlan start hostednetwork

      pause

    2. Place it in startup: Shell:Startup (type in explorer).

    For macOS:

    1. Open Automator (Automator).
    2. Create a new one program with the action "Run Shell Script" and enter:
      networksetup -setairportpower en0 on
      

      networksetup -setairportnetwork en0 "SSID" "password"

    3. Save as an application and add to System Settings → Users and Groups → Login Items.