How to Share Wi-Fi on Your Computer with Your Phone: 4 Proven Methods

Do you want to connect your phone to the internet via your computer, but don't know how to properly set up Wi-Fi sharing? This problem arises in a variety of situations, from the absence of a router to the need to create a separate network for guests. Fortunately, modern versions Windows 10 And Windows 11 allow you to turn your PC into a full-fledged access point without any additional equipment.

In this article, we'll cover all the current methods—from built-in system tools to specialized programs. You'll learn how to set up distribution via command line, mobile hotspot, Virtual Router and even through Bluetooth (if your Wi-Fi adapter doesn't support SoftAP mode). We'll pay special attention to typical errors like "Unable to set up mobile hotspot" and how to resolve them.

Important: If your computer is connected to the internet via a cable, you can share that internet connection with your phone. If your PC receives Wi-Fi from a router, you'll need a Wi-Fi-enabled adapter to share it again. AP-mode (most modern laptops support it).

1. Method 1: Mobile hotspot (the easiest method)

Built-in function mobile hotspot appeared in Windows 10 and preserved in Windows 11This is the most reliable method if your Wi-Fi adapter supports access point mode. The main advantage is that you don't need to enter commands or install programs.

To activate the hotspot:

  1. Open Settings → Network & Internet → Mobile Hotspot.
  2. In the "Sharing" drop-down menu, select the connection through which the PC receives the Internet (usually Ethernet or the name of your Wi-Fi network).
  3. Click "Edit" next to "Network data" and set the network name (SSID) and password (minimum 8 characters).
  4. Move the "Wi-Fi Sharing" slider to the "On" position.

After this, a new network with the specified name will appear on your phone. Connect to it by entering the password you set. If sharing doesn't start, check:

  • 🔄 Wi-Fi adapter driver - update it through Device Manager.
  • 🛡️ Firewall/antivirus - temporarily disable them and try again.
  • 📶 Adapter operating mode - some older models do not support SoftAP.
📊 Which Wi-Fi sharing method do you use most often?
Mobile hotspot
Command line
Third-party programs
Another way
⚠️ Attention: If your computer is connected to a corporate or university network (for example, via 802.1X), internet sharing may be blocked by security policies. In this case, contact your network administrator.

2. Method 2: Command line (for advanced users)

This method is suitable if the mobile hotspot is not working or you need more control over network settings. We will use the commands netsh to create a virtual access point.

Open command prompt as administrator (click Win + X → "Terminal (administrator)") and enter the following in sequence:

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

netsh wlan start hostednetwork

Where:

  • MyWiFi — the name of your network (you can replace it with anything).
  • 12345678 — password (minimum 8 characters).

After executing the commands:

  1. Open Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Find the new connection "Local Area Connection*" (it will appear after the first command).
  3. Right click on your primary connection (eg. Ethernet), select "Properties" → "Access" tab.
  4. Check the box "Allow other network users to connect through your Internet connection" and select the created connection.

The Wi-Fi adapter supports hostednetwork (check with the command netsh wlan show drivers — look for "Hosted network support: yes")|Command prompt is run as administrator|Network password contains at least 8 characters|Primary internet connection is active-->

If after entering the command netsh wlan start hostednetwork If you receive the error "Failed to start hosted network," this means your Wi-Fi adapter doesn't support SoftAP mode or the driver is out of date. Solution: Update your driver or use third-party software (see Method 3).

3. Method 3: Third-party programs (Virtual Router, Connectify)

If built-in tools Windows If your apps aren't working, specialized utilities can help. They offer additional features like monitoring connected devices, speed limits, and even ad blocking.

Let's look at two popular programs:

Program Advantages Flaws Price
Virtual Router Plus Simple interface, no installation required, supports WPA2 Not updated since 2016, may not work on Windows 11 For free
Connectify Hotspot Advanced settings, repeater mode, support WPA3 Paid version for full functionality, ads in the free version From $35/year
MyPublicWiFi Lightweight, portable version, support URL filters English interface, limited security settings For free

Instructions for Virtual Router Plus:

  1. Download the program from official website (avoid unofficial sources!).
  2. Launch VirtualRouterPlus.exe on behalf of the administrator.
  3. In the field Network Name (SSID) Enter the network name.
  4. IN Password — password (minimum 8 characters).
  5. IN Shared Connection Select your primary internet connection.
  6. Click "Start Virtual Router Plus".

4. Method 4: Sharing the Internet via Bluetooth (an alternative to Wi-Fi)

If your Wi-Fi adapter does not support access point mode and it is inconvenient to use a cable, you can share the Internet via BluetoothThis method is slower (maximum ~3 Mbps), but it works on any PC with Bluetooth 2.1+.

Instructions:

  1. Turn on Bluetooth on the computer and phone.
  2. On your PC, open Settings → Devices → Bluetooth & other devices and click "Add device".
  3. Select your phone from the list and confirm pairing.
  4. Turn on your phone modem mode (in settings Bluetooth or "Access point and modem").
  5. On PC, go back to Settings → Network & Internet → Mobile Hotspot, but instead of Wi-Fi, select "Share via Bluetooth".

Limitations of the method:

  • ⚡ Low speed (only suitable for instant messaging and light surfing).
  • 🔋 Phone battery drains quickly.
  • 📱 Not all phones support internet reception via Bluetooth (check in the "Modem mode" settings).
Why is Bluetooth slower than Wi-Fi?

Bluetooth data transfer speed is limited by the protocol: even in version 5.0, actual throughput rarely exceeds 2-3 Mbps (compared to 50+ Mbps for Wi-Fi 4). Furthermore, Bluetooth uses more reliable, but resource-intensive, data encoding methods, which further reduces speed.

5. Common mistakes and their solutions

Even with proper configuration, Wi-Fi hotspots may not work. Let's look at the most common issues and how to fix them.

Error 1: "Unable to set up mobile hotspot"

Reasons and solutions:

  • 🔌 There is no internet connection - check that the PC is actually receiving the Internet (open the browser).
  • 🔄 IP address conflict — run in CMD:
    ipconfig /release
    

    ipconfig /renew

  • 🛡️ Blocked by antivirus - temporarily disable Kaspersky, Avast or built-in Windows Defender.

Error 2: Devices connect, but the internet doesn't work

Most often this is due to incorrect sharing settings:

  1. Open Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Right click on the main connection (for example, Ethernet) → "Properties" → "Access" tab.
  3. Make sure you select the correct connection for sharing (the one you created, not "Ethernet 2").
  4. Restart your computer and phone.

Error 3: The network appears, but is not visible on the phone

Possible reasons:

  • 📶 Incompatible Wi-Fi standards - if your PC distributes the network in the mode 802.11n (5 GHz), and the phone only supports 802.11g (2.4 GHz), the network will not be visible. Solution: Force the mode 802.11b/g in the adapter settings.
  • 🔇 The network is hidden - if you created the network through netsh, check if the flag has been added ssid=MyWiFi key=12345678 keyUsage=persistent hidden=yes. Remove it. hidden=yes, if there is one.
⚠️ Attention: On some laptops Lenovo And HP in BIOS/UFEI the mode is disabled by default Wireless LAN RadioIf the Wi-Fi adapter does not turn on at all, go to the BIOS (usually the key F2 or Del at boot) and check this parameter.

6. Optimizing Wi-Fi Distribution: How to Increase Speed ​​and Stability

If your phone's internet connection is slow or keeps dropping out, try these tips:

1. Selecting the optimal Wi-Fi channel

By default Windows selects a channel automatically, but it may be congested by neighboring networks. To change the channel:

  1. Find out which channels are busy using the program WiFi Analyzer (to the phone) or inSSIDer (on PC).
  2. If you created a network through netsh, delete it:
    netsh wlan set hostednetwork mode=disallow
    

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

    (replace 6 to a free channel from the range 1-11 for 2.4 GHz).

2. Configuring traffic priority (QoS)

If videos or games are lagging on your phone while files are downloading on your PC, set the sharing priority:

  • Open Control Panel → System and Security → Administrative Tools → Local Security Policy.
  • Go to QoS policies and create a new rule for the phone's IP address (you can find it in the connection settings on your phone).

3. Disable power saving for the Wi-Fi adapter

Windows may automatically turn off the adapter to save power. To avoid this:

  1. Open device Manager (Win + X → Device Manager).
  2. Find your Wi-Fi adapter in the "Network adapters" section.
  3. Right-click → "Properties" → "Power Management" tab.
  4. Uncheck "Allow the computer to turn off this device to save power."

7. Security: How to protect your access point

By sharing Wi-Fi from your computer, you risk allowing others to connect to your network. This is especially true in public places. Follow these rules:

1. Use a complex password

Don't use simple combinations like 12345678 or qwertyOptimal password:

  • Length must be at least 12 characters.
  • Contains uppercase and lowercase letters, numbers and symbols (!@#$%).
  • Not an actual word or date.

Example of a strong password: kL9#pR2$vN1!.

2. Limit the number of connected devices

By default Windows Allows you to connect up to 8 devices. To reduce this number (for example, to 2):

netsh wlan set hostednetwork maxpeers=2

3. Enable the firewall and check the connected devices

Regularly check who is connected to your network:

  • Open Settings → Network & Internet → Status → View network properties.
  • Click on your network name → "View active networks".
  • If you see an unfamiliar device, change the password and restart the distribution.

4. Turn off distribution when it is not needed

Even if you're not using the hotspot, it may remain active and consume resources. Disable it:

  • For mobile hotspot: Move the slider to the "Off" position.
  • For netsh:
    netsh wlan stop hostednetwork
⚠️ Attention: If you're sharing internet in a public place (such as a cafe or coworking space), avoid using personal accounts or payment services on connected devices. Attackers can intercept traffic through protocol vulnerabilities. WPA2-PSK.

FAQ: Frequently asked questions about sharing Wi-Fi from your computer

Is it possible to share Wi-Fi from a computer if the PC itself is connected to the Internet via a USB modem?

Yes, but with some caveats. If your USB modem (for example, from MTS or Megaphone) distributes the Internet in mode NDIS, then you can share it via a mobile hotspot. If the modem is in the mode RNDIS, the distribution may not work - check the modem settings in the "Device Manager".

Why is Wi-Fi sharing over the internet after restarting the computer? netsh disappears?

Team netsh wlan start hostednetwork valid only until reboot. To make distribution start automatically, create .bat-file with this command and add it to startup:

  1. Create a text file with the following contents:
    @echo off
    

    netsh wlan start hostednetwork

  2. Save it as start_wifi.bat.
  3. Place the file in the folder C:\Users\Your_name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.
Is it possible to share Wi-Fi from a computer iPhone?

Yes, iPhone connects to the distributed network in the same way as Android-devices. The only difference is in the settings. iOS You may see the "Internet is not secure" warning if you are using an outdated security protocol (WEP instead of WPA2). Ignore it if you are confident in the strength of your password.

How many devices can be connected to the shared network?

Technical limit: up to 254 devices (protocol limitation) DHCP), but in practice:

  • Wi-Fi adapters Most laptops support 8-10 connections.
  • USB adapters (For example, TP-Link TL-WN725N) — up to 5 devices.
  • Speed will be shared between all connected devices.

To increase the limit, use the commands:

netsh wlan set hostednetwork maxpeers=15

(the maximum value depends on the adapter driver).

Is it possible to share Wi-Fi from a computer without a password?

Technically yes, but it's extremely insecure. To create an open network through netsh, skip the parameter key:

netsh wlan set hostednetwork mode=allow ssid=OpenWiFi keyUsage=persistent

However, in this case:

  • Anyone can connect to your network and intercept your traffic.
  • Some devices (eg iPhone) may block connections to open networks.
  • Your ISP may consider this a violation of their terms of service (especially if you have a dynamic IP).