How to Create a Wi-Fi Hotspot on Windows 10: 3 Proven Methods

Create a Wi-Fi hotspot on a laptop or PC with Windows 10 Allows you to share internet access with smartphones, tablets, and other devices without purchasing an additional router. This feature is useful on a business trip, at the dacha, or if your main router suddenly breaks down. Unlike Android or iOS, where internet distribution is limited to mobile data, Windows 10 can transmit a signal from both a wired connection (Ethernet) and a USB modem.

In this article you will find three working methods virtual router settings: via built-in Mobile hotspot, command line (netsh) and third-party utilities like Connectify or mHotspotWe'll explore the pros and cons of each option, as well as common errors that can interfere with the access point's stable operation. If you've previously encountered problems like Error 1068 or no internet on connected devices - there are solutions.

1. Preparing Windows 10 for Wi-Fi sharing

Before setting up an access point, make sure your computer meets the minimum requirements:

  • 🖥️ Hardware support: Laptop or PC with Wi-Fi adapter, supporting the regime Hosted Network (almost all modern adapters, starting from Windows 7). You can check with the command netsh wlan show drivers — look for the line Hosted network support: yes.
  • 🔌 Internet source: Connection via cable (Ethernet), USB modem or even another Wi-Fi (if your adapter supports Wi-Fi Direct).
  • 🛡️ Administrator rights: To change network settings via command line or PowerShell.
  • 🔄 Updated OS: Install the latest updates Windows 10 (especially if you use versions 1809 or older) to avoid driver bugs.

If your Wi-Fi adapter does not support Hosted Network, try updating the driver manually via device Manager or the manufacturer's website (Intel, Qualcomm Atheros, Realtek). For older adapters, you may need to install a driver from Windows 8.1 - such cases are not uncommon for devices Broadcom.

⚠️ Attention: On some laptops (eg. Dell Latitude or HP EliteBook) can be disabled in BIOS/UFEI Wi-Fi adapter. Check the settings Wireless LAN or WLAN Radio Control and turn them on if necessary.
📊 Which Wi-Fi sharing method do you use most often?
Built-in mobile hotspot
Command line (netsh)
Third-party programs (Connectify, mHotspot)
I never gave it away

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

IN Windows 10 starting with version 1607 a built-in function has appeared Mobile hotspot, which simplifies access point creation with a minimum of steps. This method is suitable for most users, as it doesn't require knowledge of commands and works reliably.

To enable hotspot:

  1. Open Parameters (Win + I) and go to the section Network and Internet → Mobile Hotspot.
  2. In the drop-down menu Sharing an Internet connection select the internet source (for example, Ethernet or Local Area Network Connection).
  3. Click Change next to the fields Network name And Passwordto set your own parameters (minimum 8 characters for the password).
  4. Move the slider Internet sharing via Wi-Fi in position On.

Done! Now other devices can connect to the created network. The maximum number of connected devices depends on the adapter driver, but it's usually 8-10 devices.

☑️ Checking the mobile hotspot

Completed: 0 / 4
⚠️ AttentionIf the Internet disappears on the main device after turning on the hotspot, check the settings Public access in the connection properties (Control Panel → Network Connections). Check the box. Allow other network users to share your Internet connection.

3. Method 2: Command line (netsh) - for advanced users

Method through netsh (Network Shell) gives you more control over your access point settings, but requires you to enter commands manually. This method is useful if:

  • 🔧 Built-in Mobile hotspot does not work or is missing (for example, in Windows 10 LTSC).
  • 📶 You need to set a non-standard Wi-Fi channel (for example, 13th for compatibility with older devices).
  • 🔒 Hidden network required (no broadcasting) SSID).

Setup instructions:

  1. Launch Command prompt as administrator (Win + XCommand Prompt (Administrator)).
  2. Create a network named MyWiFi and password 12345678 (replace with your own):
    netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=12345678
  3. Start the access point:
    netsh wlan start hostednetwork
  4. Allow Internet Sharing:
    1. Open Control Panel → Network Connections.
    2. Find your primary connection (eg. Ethernet), right-click → Properties → tab Access.
    3. Mark Allow other network users to use your connection... and select the created connection (Local Area Connection* X).

Critical detail: After rebooting the PC, the access point must be restarted using the command netsh wlan start hostednetworkTo automate the process, create .bat-file with this command and add it to startup.

Team Description
netsh wlan show drivers Checking support Hosted Network adapter
netsh wlan set hostednetwork mode=allow ssid=Name key=Password Creating a new network (one-time)
netsh wlan start hostednetwork Launching the access point (required after each reboot)
netsh wlan stop hostednetwork Stopping Wi-Fi distribution
How to make an access point autostart?

1. Create a file start_wifi.bat with the team netsh wlan start hostednetwork.

2. Place it in a folder C:\Users\Your_name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.

3. Done - the access point will start automatically when you log in.

4. Method 3: Third-party programs (Connectify, mHotspot, MyPublicWiFi)

If built-in tools Windows 10 If you're not satisfied with the system (for example, due to a limitation on the number of connected devices or unstable operation), you can use specialized utilities. They offer additional features:

  • 📊 Traffic statistics (who and how much consumes the Internet).
  • 🔄 Automatic start when turning on the PC.
  • 🛡️ Device filtering by MAC addresses.
  • 🌍 DNS setup (for example, to block ads).

The most popular programs:

  • 💻 Connectify Hotspot (paid, but with a trial period) - supports distribution from 3G/4G modems and has a built-in firewall.
  • 🔥 mHotspot (free) - simple interface, but limited to 10 devices.
  • 🔒 MyPublicWiFi (free) - allows you to create URL filters (for example, block access to social networks).

Example of setting in Connectify:

  1. Download and install the program from official website.
  2. In the field Internet to Share Select an internet source.
  3. Ask Hotspot Name (network name) and Password.
  4. Click Start Hotspot.
⚠️ Attention: Free versions of programs (for example, mHotspot) may display ads or limit download speed. Check reviews before installing. SoftPortal or MajorGeeks - some utilities contain adware.

5. Common mistakes and their solutions

Even if configured correctly, the access point may not work. Here the most common problems and ways to eliminate them:

Error 1: "Failed to start hosted network" (Error 1068)

Reasons:

  • 🔌 The adapter driver does not support Hosted Network - update it through device Manager.
  • 🛑 Service Autoconfig disabled - run it:
    sc config Wlansvc start=auto
    

    net start Wlansvc

  • 🔄 Conflict with antivirus software - temporarily disable Kaspersky, Avast or built-in Windows Defender.

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

Solutions:

  • 🔗 Check the settings Public access the correct connection is selected (see Method 2).
  • 🔧 Run in the command line:
    netsh int ip reset
    

    netsh winsock reset

    and restart your PC.

  • 📡 If you use PPPoE (as in Rostelecom or Beeline), make sure that the option is checked in the connection settings Allow other network users....

Error 3: The access point turns off automatically after 5-10 minutes

Energy saving settings are to blame:

  1. Open device ManagerNetwork adapters → your Wi-Fi adapterPropertiesPower management.
  2. Uncheck the box Allow the computer to turn off this device to save power.

6. Access point optimization: speed and stability

To improve signal quality and distribution speed, follow these tips:

  • 📶 Select a free channel: Use the utility Wi-Fi Analyzer (For Android) or inSSIDer (for PC) to find the least loaded channel (eg. 1, 6 or 11 for 2.4 GHz).
  • 🔋 Turn off power saving: As described in the section about mistakes, this will prevent spontaneous shutdown.
  • 🔄 Update your adapter driver: Even if device Manager says that the driver is up to date, download it from the laptop or adapter manufacturer's website.
  • 🛡️ Set up a firewall: Allow incoming connections for Public Network V Windows Firewall.

For maximum speed:

  • Use the standard 802.11ac (5 GHz), if your adapter and client devices support it.
  • Limit the number of connected devices to 5–7 (each new device reduces speed by 10-15%).
  • Disable background downloads on your primary PC (e.g. updates) Steam or torrents).

7. Security: How to protect your access point

Wi-Fi distribution via Windows 10 creates potential vulnerabilities if protection is not configured:

  • 🔐 Complex password: Use a combination of 12+ characters with numbers, letters and special characters (for example, Wifi@Home2026!). Avoid simple passwords like 12345678 or qwerty.
  • 🔄 Changing your password regularlyIf you frequently share Wi-Fi in public places, change the password once a week.
  • 🚫 MAC filtering: In programs like Connectify You can allow connection only to certain devices based on their MAC addresses.
  • 🛡️ Disabling distribution when idle: Set up automatic hotspot shutdown via Task Scheduler (for example, if the PC is not used for more than 30 minutes).

If you're distributing internet in a high-traffic area (like a hostel or coworking space), consider:

  • 🌐 VPN for guest networks: Set up ProtonVPN or Windscribe on devices connected to your access point to hide their traffic.
  • 📵 Separate guest network: Some programs (eg. Connectify) allow you to create an isolated network for guests without access to local resources.
⚠️ Attention: If you are distributing the Internet received through corporate VPN (For example, Cisco AnyConnect or FortiClient), this may violate the company's security policy. Before setting up, check with your network administrator.

8. Alternative methods of Internet distribution

If sharing via Wi-Fi is not possible (for example, due to driver issues), consider alternative options:

  • 🔌 Wired connection (Ethernet): If you have a second one LAN port or USB-Ethernet adapter, you can connect the device with a cable and configure it General access similar to Wi-Fi.
  • 📶 Bluetooth connection: IN Settings → Devices → Bluetooth can be created Personal Area Network (PAN) for distributing the Internet to 1–2 devices (slower than Wi-Fi, but more stable).
  • 📱 USB tethering: Some smartphones (Samsung, Xiaomi) can distribute the Internet to a PC via USB, and the PC can relay it to other devices via Wi-Fi.

For USB tethering:

  1. Connect your smartphone to your PC via USB and turn it on. USB modem in the phone settings.
  2. On PC in Mobile hotspot select the new connection as the internet source (Ethernet or Remote NDIS).
  3. Start Wi-Fi distribution.

This method is useful if you have unlimited mobile internet but no wired connection.

FAQ: Frequently Asked Questions

Is it possible to share Wi-Fi from a PC if the internet is connected via another Wi-Fi network?

Yes, but for this your Wi-Fi adapter must support the regime Wi-Fi Direct or AP+STA (simultaneous connection to the network and distribution). Most modern adapters (Intel AX200, Qualcomm QCA61x4) They can do this. If the distribution doesn't work, try:

  1. Update adapter driver.
  2. Use third-party programs (Connectify often copes with this task).
How many devices can I connect to a hotspot on Windows 10?

The theoretical limit is up to 100 devices, but in practice:

  • Built-in Mobile hotspot works stably with 8-10 devices.
  • When using netsh or Connectify The quantity depends on the adapter driver (usually 15–20).
  • Each new device reduces the speed by 10–20%.
Why is the internet speed via tethering lower than on a PC?

This is normal: when retransmitting traffic, it is lost 20–40% speed because of:

  • Restrictions Wi-Fi adapter (For example, 1x1 MIMO instead of 2x2).
  • Encryption overhead (WPA2-PSK).
  • Background activity on the PC (antivirus, updates).

To reduce losses:

  • Use range 5 GHz (if supported).
  • Disable downloads/torrents on your main PC.
  • Install the adapter driver with support 802.11ac.
Is it possible to share Wi-Fi without a password?

Technically yes, but highly not recommended. Open network:

  • Allows any connected device to intercept your traffic.
  • Can be used for illegal activities (you will be held responsible).
  • Slows down the network due to a large number of connections.

If you need public access (for example, for guests), use:

  • A simple password (eg. guest1234) and change it once a day.
  • Programs like Connectify with function Client Isolation (devices do not see each other).
Does Wi-Fi sharing work in Windows 11?

Yes, all the methods described (Mobile hotspot, netsh, third-party programs) work in Windows 11The only difference is the updated interface. Parameters:

  1. Settings → Network & Internet → Mobile Hotspot.
  2. IN Windows 11 22H2 Added support WPA3 for hotspot (more secure protocol).

For netsh The teams remained the same.