Do you urgently need to connect your phone, tablet, or second computer to the internet, but don't have a router handy? Modern versions Windows 10 allow you to turn your PC or laptop into a full-fledged Wi-Fi access point - all you need is a working Wi-Fi adapter and network access (via Ethernet, 3G/4G modem, or even another Wi-Fi). This feature is called virtual hotspot** and works on most devices without any additional hardware.
In this article you will find Three proven ways to share the Internet from your computer — from standard Windows tools to alternative programs for complex cases. We'll cover the setup in detail through command line, built-in mobile hotspot, as well as popular utilities like Connectify or mHotspotPlus, you'll learn how to fix common errors (for example, "Unable to set up mobile hotspot"**) and optimize the distribution speed.
Before you begin, check two key points:
1) Your Wi-Fi adapter must support the regime Ad-Hoc or SoftAP (most modern adapters from Intel, Realtek or Broadcom they can do that).
2) You must have an active internet connection (via cable, USB modem, or other Wi-Fi).
Method 1: Windows 10 Mobile Hotspot (the easiest)
If your version of Windows has been updated to 20H2 or newer, use the built-in tool Mobile Hotspot** — This is the fastest and most reliable method. It doesn't require any command knowledge and works reliably on most adapters.
To activate the hotspot:
- Open
Windows Settings(keysWin + I). - Go to the section
Network and Internet → Mobile Hotspot. - In the drop-down menu
"Sharing"**Select the connection through which the PC receives the Internet (for example,EthernetorWireless network). - Click
"Change"**to set the network name (SSID) and password (minimum 8 characters). - Turn on the slider
Allow use of my internet connection**.
Done! Now other devices will be able to find your network in the list of available Wi-Fi networks. Please note: by default, Windows distributes internet within the range 2.4 GHzIf your adapter supports 5 GHz, but the hotspot does not show up on this frequency, try the command line method (section 2).
☑️ Check before launching a hotspot
⚠️ Attention: If after enabling the hotspot the devices connect, but the internet does not work, check your firewall settings. Sometimes Windows Defender or third-party antiviruses (for example, Kaspersky, Avast) are blocking shared access. Add an exception for the network with the name of your hotspot.
Method 2: Command line (netsh) for advanced users
If the built-in hotspot does not work or you need advanced settings (for example, channel selection 5 GHz), use command lineThis method is universal and works even on older versions of Windows 10.
Open Command prompt as administrator (click Win + X and select the appropriate item) and execute the commands in order:
netsh wlan set hostednetwork mode=allow ssid="Network_Name" key="Network_Password" keyUsage=persistent
netsh wlan start hostednetwork
Replace Network_name And Network_Password to your values. The password must be at least 8 characters long. After executing the second command, the network will be active, but the internet connection will not be shared yet. To share it, complete two more steps:
- 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 on it and selectProperties. - Go to the tab
Accessand check the box"Allow other network users to connect through your Internet connection"**. - In the drop-down list, select the network you created (it will be called
"Local Area Connection* X"**, where X is a number).
Internet access should now be available. To stop sharing, use the command:
netsh wlan stop hostednetwork
How to check if the adapter supports SoftAP mode?
Open command prompt and type:
netsh wlan show driversFind the line Hosted Network SupportIf it's there "Yes" — your adapter supports Wi-Fi distribution.⚠️ Attention: After rebooting the PC, distribution throughnetshwill turn off. To start it automatically, create.bat-file with commands and add it to startup. Or use Task Schedulerto completenetsh wlan start hostednetworkat system startup.
3. Method: third-party programs for distributing Wi-Fi
If standard methods don't work (for example, due to an outdated adapter or specific drivers), use specialized programs. They offer additional features, such as speed limiting, device blacklisting, and automatic startup at Windows startup.
Top 3 proven utilities:
- 🔹 Connectify Hotspot — a paid program with a trial period, supports
5 GHz, has a built-in firewall and traffic monitoring. Suitable for internet sharing with3G/4G modems. - 🔹 mHotspot — a free utility with a simple interface. It allows you to share internet access with up to 10 devices simultaneously and displays a list of connected devices.
- 🔹 Virtual Router Plus — open-source software with a minimalist design. It runs on the same commands.
netsh, but with a graphical interface.
Example of setting in mHotspot:
- Download the program from official website (avoid third party sources!).
- Install and run the utility as administrator.
- In the field
Hotspot Nameenter the network name inPassword- password. - In the drop-down menu
Internet Sourceselect the internet source (for example,Ethernet). - Click
Start Hotspot.
The advantage of programs is that they often bypass driver limitations. For example, if your adapter is Realtek refuses to distribute Wi-Fi through netsh, Connectify can cope with the task using its own algorithms.
4. Table: Comparison of Wi-Fi distribution methods
| Method | Complexity | Required rights | 5 GHz support | Automatic start |
|---|---|---|---|---|
| Windows Mobile Hotspot | ⭐ (simple) | Regular user | Depends on the adapter | Yes |
| Command line (netsh) | ⭐⭐ (average) | Administrator | Yes (with manual setting) | No (needs configuration) |
| Connectify Hotspot | ⭐ (simple) | Administrator | Yes | Yes |
| mHotspot | ⭐ (simple) | Administrator | Depends on the adapter | Yes |
As can be seen from the table, built-in hotspot — is the optimal choice for most users. However, if you need advanced features (for example, Speed Limit or device filtering), it is better to use Connectify.
5. Common mistakes and their solutions
Even with proper setup, you may encounter problems. Here are the most common errors and how to fix them:
- 🚫 "Unable to set up mobile hotspot" - usually occurs due to a driver conflict or a disabled service
Internet Connection Sharing. Solution:- Open
Services(Win + R → services.msc). - Find a service
ICS (Internet Connection Sharing)and run it. - Set the startup type
"Automatically"**.
- Open
- 🚫 The devices connect, but the internet doesn't work. — check:
- Firewall settings (add exception for your network).
- Is the correct source connection selected in the hotspot settings?
- Is your antivirus blocking the Internet (for example, Avast has a function
Network Protection**, which may interfere with distribution).
- Change Wi-Fi channel manually via
netsh wlan set hostednetwork channel=6(where 6 is the channel number). - Restart the adapter in
Device Manager. - Disable power saving mode for the Wi-Fi adapter in power settings.
- 🔧 Select a free channel - use the utility Wi-Fi Analyzer (for Android) or inSSIDer (for PC) to find the least congested channel in your location. To manually change the channel in a hotspot, use the command:
netsh wlan set hostednetwork channel=9(where 9 is the channel number).
- 🔒 Use a complex password - avoid simple combinations like
12345678orqwertyui. The optimal password is 12+ characters with letters, numbers, and special characters (e.g.,WiFi@Home_2026!). - 📶 Limit the number of devices — If more than 5-7 devices are connected to the hotspot, the speed may drop significantly. In programs like Connectify There is a connection limit function.
- 🔄 Update your drivers - go to the website of the adapter manufacturer (for example, Intel or Realtek) and download the latest versions. Outdated drivers often cause connection interruptions.
- 🔌 Via Ethernet cable - if you have a second computer or Smart TV, connect them directly with a cable and configure them
"Public Access"**in the connection properties (similar to the method withnetsh, but without Wi-Fi). - 📱 Via Bluetooth - V
Windows settingsthere is a function"Internet Sharing via Bluetooth"**The speed will be low (up to 1-2 Mbps), but it will be enough for instant messaging or email. - 🌐 Via USB cable (Reverse Tethering) - for Android smartphones you can use programs like ClockworkMod Tether, which allow you to access the Internet from your PC via USB. Required
root rightson the phone.
If none of the methods helped, check if your Wi-Fi adapter mode SoftAPSome older models (eg Broadcom 4313 or Ralink RT3090) may not be able to distribute Wi-Fi. In this case, the only solution is to replace the adapter or use an external USB module (for example, TP-Link TL-WN725N).
6. Optimize speed and security
To ensure your Wi-Fi connection is stable and fast, follow these tips:
If you are distributing the Internet via 3G/4G modem, please note: many operators (for example, Megaphone or Beeline) limit the speed when using a phone or modem as a hotspot. In this case, it's better to connect the modem directly to the PC and share the internet from there—this way you'll avoid "double" limitation.
⚠️ Attention: Some public Wi-Fi networks (for example, in cafes or hotels) block internet access via hotspots. This is due to the provider's security policies. In such cases, only a VPN on the PC (for example, ProtonVPN or NordVPN).
7. Alternative options for Internet distribution
If sharing via a Wi-Fi adapter is not possible (for example, due to hardware limitations), consider alternative methods:
If you need to share internet regularly (for example, for work or study), consider purchasing an inexpensive router (For example, TP-Link TL-WR840N or Xiaomi Mi Router 4A). This will eliminate the need to keep your PC on and will solve any problems with connection speed or stability.
FAQ: Answers to frequently asked questions
Is it possible to share Wi-Fi if the PC itself is connected to another Wi-Fi network?
Yes, but with some caveats. Windows 10 supports the mode «Wi-Fi → Wi-Fi»**, but many adapters can't simultaneously receive and transmit a signal. If you have a dual-band adapter (for example, Intel AX200), try connecting to the original network on 5 GHz, and distribute on 2.4 GHz (or vice versa). Otherwise, use Connectify — the program often copes with this task.
Why is the speed of the distributed Wi-Fi lower than on the PC?
This is normal: when distributing over a hotspot, you lose up to 30-50% of your speed due to the overhead of encryption and packet processing. To minimize losses:
- Use the standard
802.11ac(5 GHz) instead802.11n(2.4 GHz). - Disable background downloads on your PC (torrents, updates).
- Check if your plan limits your speed (especially relevant for mobile internet).
How to share Wi-Fi without a password (open network)?
It is possible, but highly not recommended For security reasons, if you still need to create an open network:
- In the command line, run:
netsh wlan set hostednetwork mode=allow ssid="Network_Name" keyUsage=persistent(without parameter
key). - Start the network with the command
netsh wlan start hostednetwork.
⚠️ Warning: An open network allows any connected device to intercept your traffic (including passwords and personal data). Use this mode only in trusted settings (for example, to connect smart devices without screens).
Is it possible to share Wi-Fi from a Windows 10 Home PC?
Yes, all the methods described work on any edition of Windows 10 (Home, Pro, Enterprise). Functionality limitations are related only to the hardware (Wi-Fi adapter), not the OS version. The exception is group policies in corporate networks, which may block internet tethering.
How to share internet from a PC to an Xbox or PlayStation?
Game consoles can be connected to a Windows hotspot, but there are some nuances:
- 🎮 Xbox One/Series X|S: In the network settings, select
"Connect to a wireless network"**and enter the hotspot details. If the console doesn't see the network, try manually entering it.IP addressAndDNS(For example,8.8.8.8from Google). - 🎮 PlayStation 4/5: Similar to Xbox, but may require disabling
NAT type 3in the hotspot settings (use programs like Connectify for manual NAT configuration).
For online gaming, it is recommended to connect the console via a cable or use a dedicated router - a hotspot from a PC can provide high ping.