A modern laptop is not just a portable office, but also a powerful tool for creating local area networks. Situations where it is necessary share the Internet Problems with accessing your phone, tablet, or smart TV occur quite often, ranging from a trip to a hotel with paid wired internet access to a temporary failure of your main router. Fortunately, Windows 10 and 11 operating systems have built-in functionality that allows you to turn your PC into a fully-fledged access point without installing third-party software.
Before you begin setting up, make sure your device is equipped with Wi-Fi module. In the vast majority of modern laptops, it is built in by default, while desktop PCs may require an external USB adapter. It is important to understand that the computer acting as router, must itself have an active connection to the global network, be it an Ethernet cable, a 3G/4G modem, or even another Wi-Fi signal (if the adapter supports bridge mode, although this is rare).
There are two main ways to accomplish this: using the Mobile Hotspot graphical interface or a more flexible, but complex, command-line setup. The first option is ideal for beginners and quick connections, while the second is for experienced users who need full control over network settings or who are using older OS versions. The choice of method depends on your goals and comfort level with system utilities.
Checking compatibility and drivers
The first step to creating your own network is to diagnose the hardware. Not all wireless adapters support the mode. Hosted Network (hosted network), which is necessary for access point emulation. This is especially common among owners of older laptops or specialized USB dongles, where manufacturers have skimped on driver functionality.
To check, run the command prompt as administrator. You can do this by right-clicking the Start menu and selecting the appropriate option. In the window that opens, enter the command netsh wlan show driversIn the list that appears, find the line "Hosted network supported." If it says "Yes," your hardware is ready to use.
⚠️ Attention: If you see the "No" value, the problem is most likely with the driver. Try updating it through Device Manager or by downloading the latest version from the adapter manufacturer's website. Sometimes, uninstalling the old driver and reinstalling it in compatibility mode helps.
It is also worth paying attention to the state of the service Windows AutoTuning and antivirus software. Third-party firewalls may block the creation of a virtual interface, interpreting it as an unauthorized access attempt. Temporarily disable third-party security suites if standard configuration methods fail.
Setting up via Mobile Hotspot in Windows 10 and 11
The easiest and fastest way to share Wi-Fi on your computer is through the default operating system settings. Microsoft has significantly simplified this process, eliminating the need to enter complex commands. This method is suitable for 90% of users and works reliably in home settings.
Open the "Settings" menu (the gear icon in the Start menu) and go to "Network & Internet." In the left column, select "Mobile Hotspot." Here, you'll be prompted to select the internet connection source you want to broadcast. This can be Ethernet, Wi-Fi, or even dial-up if you use a technology like that.
Next, you need to configure the parameters of the access point itself. Click the "Edit" button to set SSID (network name) and password. WPA2-Personal encryption is recommended, as it provides sufficient security for home use. Avoid using passwords that are too simple when you're in a public location to prevent traffic interception.
☑️ Checklist before launching a hotspot
After saving the settings, toggle the "Allow access to my internet connection" switch to "On." The system will automatically create a virtual adapter and begin broadcasting. Other devices can now find your network by the specified name and connect by entering the password.
Creating a network via the command line (CMD)
For users who prefer classic methods or don't have access to a graphical interface (for example, on limited Windows builds), the question of how to share WiFi via the command line is relevant. This method offers more control and allows you to create networks with specific frequency and security parameters.
Launch Command Prompt as administrator. The first step is to create a network configuration. Enter the following command, replacing MyNetwork to the desired network name, and MyPassword for a complex password (minimum 8 characters):
netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword keyUsage=persistent
After the command has successfully executed (the system will notify you of the parameter changes), the network is not yet running. To activate broadcasting, use the command netsh wlan start hostednetworkIf everything went well, you'll see a message indicating that the hosted network has started. Your new SSID will now appear in the list of available connections on client devices.
An important nuance is managing such a network. Unlike the graphical interface, there is no "Shutdown" button on the desktop. To stop distribution, use the command netsh wlan stop hostednetworkTo view the status of the current network (who is connected, what frequency) enter netsh wlan show hostednetwork.
⚠️ Attention: When using the command line, the password must be sufficiently complex. The system may reject simple combinations. Also, make sure you use a console encoding that supports Cyrillic characters if the network name contains Russian letters, although Latin characters are more secure.
Setting up Internet access sharing (NAT)
Launching a virtual network is only half the battle. Users often encounter a situation where devices connect to Wi-Fi, but the internet is down, displaying the "No internet access" status. This means that traffic forwarding between the physical adapter (where the internet is) and the virtual one (where we distribute the data) isn't configured.
To fix this, go to Control Panel -> Network and Internet -> Network and Sharing Center. On the left, select Change adapter settings. Find the adapter that connects your computer to the internet (e.g., Ethernet or primary Wi-Fi), right-click it, and select Properties.
In the window that opens, go to the "Access" tab. Check the box next to "Allow other network users to connect through this computer's Internet connection." Below, in the "Home networking connection" drop-down list, select the virtual adapter you created earlier (usually called "Local Area Connection *" with a number or the name specified in the SSID).
| Parameter | Description | Recommended value |
|---|---|---|
| Network mode | Type of network being created | Allow |
| SSID | Your access point name | Any (in Latin) |
| Security key | Password for connection | Minimum 8 characters |
| Encryption type | Data Protection Protocol | WPA2-Personal |
After applying the settings, you may need to restart the virtual network. Enter the stop and start commands in the command line: netsh wlan stop hostednetwork And netsh wlan start hostednetworkTraffic should now be routed correctly through your computer.
Why does the Internet disappear when connecting a second device?
The problem often stems from an IP address conflict. The DHCP service on the Windows virtual adapter may be assigning addresses incorrectly. Try manually assigning a static IP address to the virtual adapter in the range 192.168.137.1 with a mask of 255.255.255.0.
Solving common problems and errors
Even if you follow the instructions exactly, errors may still occur. One of the most common errors is "Unable to configure hosted network." This is most often due to the wireless adapter driver not supporting monitor or host mode. In this case, updating the drivers from the laptop manufacturer's official website, rather than through Windows Device Manager, will help.
Another common issue is the random disconnection of the distribution. This can be caused by settings. energy savingWindows may disable your Wi-Fi module to save battery power. To prevent this, open Device Manager, locate your wireless adapter, go to Properties -> Power Management, and uncheck "Allow the computer to turn off this device to save power."
It's also worth checking the services. Make sure the Internet Connection Sharing (ICS) service is running and in automatic mode. To check, click Win + R, enter services.msc and find the corresponding item in the list.
Security considerations when sharing Wi-Fi
By turning your computer into an access point, you take responsibility for the security of your traffic. Open networks without a password allow attackers not only to use your internet but also to intercept data transmitted by other devices on the network. Always use encryption. WPA2 or WPA3.
Remember that all devices connected to your hotspot are on the same local network. This means they can see each other. If you're sharing your internet connection in a public place, enable the "Make this computer unreachable" feature in Windows network settings to hide your PC from other users.
Change your access point password regularly, especially if you've used it to connect to unfamiliar devices. Also, keep an eye on the list of connected clients in the command line (netsh wlan show hostednetwork) to notice uninvited guests in time.
Is it possible to share WiFi if the laptop itself is connected to WiFi?
Technically, this is only possible if the laptop has two Wi-Fi adapters (for example, a built-in one and a USB one). One adapter receives the signal, while the other broadcasts it. If there's only one adapter, it can't simultaneously receive and broadcast a signal on the same frequency in standard mode, although some new drivers and technologies (Wi-Fi Direct) allow this, but at a cost in speed.
Why does the phone see the network but not connect?
The most common cause is frequency band incompatibility. If your laptop broadcasts on the 5 GHz band, but your phone only supports 2.4 GHz, you won't be able to connect. Try forcibly switching the adapter mode to 802.11 b/g/n (2.4 GHz) in the driver properties.
How many devices can connect to a hotspot at the same time?
The Windows operating system doesn't have a hard limit, but performance will depend on the processor and Wi-Fi module's power. Stable performance is typically achieved with 3-5 devices connected. With more clients, a significant drop in speed and adapter overheating are possible.