It's quite common for wired internet to only be available on a desktop PC, while Wi-Fi is unavailable on a laptop or tablet. This could be due to a broken router, temporary maintenance by the provider, or simply the lack of a wireless router in the office. Fortunately, the operating system Windows Provides built-in tools that allow you to turn your computer into a full-fledged access point.
Using a PC as a router doesn't require complex third-party software or extensive network administration knowledge. Modern operating system versions, such as Windows 10 And Windows 11, have native functionality that can be activated in a couple of clicks. However, to ensure a stable and secure connection, it's important to consider a number of technical nuances, which we'll discuss in detail below.
In this guide, we'll cover all the current methods for setting up a local wireless network, discuss potential driver issues, and offer solutions for common errors. You'll learn not only how to set up a network but also how to configure its settings for maximum performance. This knowledge will be indispensable for any user who values constant access to the global network.
Hardware and software requirements
Before you begin setting up, you need to make sure your hardware meets the minimum requirements. A fundamental requirement is that your computer has Wi-Fi adapterWithout this physical component, creating a wireless network is impossible, as it is responsible for transmitting the radio signal. In desktop PCs, the module is often missing by default, requiring the purchase of a USB dongle or installation of a card in a PCI-E slot.
The operating system must be up to date. While the command line method works on older versions, the graphical interface is only available in Windows 10 and newer. Make sure your network hardware drivers are updated to the latest version available on the manufacturer's website. This is critical for connection stability and support of the mode. Hosted Network.
⚠️ Note: Some budget USB adapters may not support AP mode. If the system displays an error during startup, check your device's specifications on the manufacturer's website.
Bandwidth is also important to consider. If you're connected to the internet via a 3G/4G modem, your upload speed will be limited by your incoming signal speed. For a cable connection, it's important that the network card supports at least 100 Mbps, although for comfortable operation in modern conditions, a Wi-Fi connection is preferable. Gigabit Ethernet.
Creating a hotspot through Windows 10 and 11 settings
The easiest and most straightforward way to share Wi-Fi from your computer to your laptop is to use the built-in settings menu. This method doesn't require complex commands and is ideal for most users. Open the Start menu and select the gear icon to access the Settings section. Parameters. Next, go to the category Network and Internet.
Find the item on the left side of the menu Mobile hotspotHere you will be asked to select the internet connection source that will be broadcast. In the "Internet Connection Sharing" drop-down list, select your primary adapter (usually Ethernet (or the name of your Wi-Fi connection). Below, click the "Change" button to set the network name (SSID) and a complex password to protect against unauthorized access.
After setting the parameters, simply switch the slider at the top of the window to the position OnThe system will automatically launch the routing service. A new network with the name you selected will now appear on other devices (laptops, smartphones). When connecting, you'll need to enter the password you set earlier.
☑️ Pre-launch check
It's important to note that in mobile hotspot mode, Windows can automatically disable broadcasting if no devices are connected to the network for a certain period of time. This is a power-saving feature. If you plan on an extended session without active clients, you can change this setting in the Advanced Settings section.
Starting the network via the command line (CMD)
For users who prefer traditional methods, or in cases where the graphical interface is not working correctly, there is an alternative. It relies on entering console commands. This method provides more granular control over the network parameters being created and allows for low-level problem diagnosis. First, launch the command prompt as administrator.
Right-click on the Start menu and select Windows PowerShell (Administrator) or Command Prompt (Administrator)The first step is to check if your network adapter supports the hosted network feature. Enter the command:
netsh wlan show drivers
In the list that appears, find the line "Hosted Network Support." If it says "Yes," you can continue. If it says "No," your driver or adapter doesn't support this feature and you need to update the drivers or replace the hardware. To create a network, use the following syntax, replacing "MyNetwork" with the desired name and "MyPassword" with the password:
netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword keyUsage=persistent
After successfully creating the configuration, the network must be started with the command netsh wlan start hostednetworkHowever, at this stage, the internet will not work on the connected devices, as we've only created a virtual adapter. One more important step remains: sharing access.
What to do if the command fails?
If the console returns an error when starting the network, try updating your Wi-Fi adapter driver or disabling your antivirus software during setup. Sometimes restarting the WLAN AutoConfig service in services.msc helps.
Setting up Internet sharing
Once a virtual network is created (either through the menu or the console), a critical step is granting it access to the global network. Without this step, devices will connect to Wi-Fi, but the "No Internet Access" icon will remain lit for all clients. To do this, go to the Network Control Panel: Win + R, enter ncpa.cpl and press Enter.
You will see a list of all network connections. Find your primary adapter, the one your computer uses to access the internet (e.g. Ethernet). Right-click on it, select Properties, then go to the tab AccessHere you need to check the box next to "Allow other network users to connect through this computer's Internet connection."
In the "Home network connection" drop-down list, select the virtual adapter you created earlier. It's typically named "Local Area Connection*" followed by a number or has the name specified in the SSID. After applying the settings, the system will warn you that the IP address has changed to a local one (usually 192.168.137.1). This is normal behavior.
| Parameter | Main adapter (Internet) | Virtual Adapter (Hotspot) | Status |
|---|---|---|---|
| Connection type | Ethernet / Wi-Fi | Microsoft Wi-Fi Direct | Actively |
| IP address | Dynamic (DHCP) | 192.168.137.1 | Static |
| Access | Incoming | Outgoing (NAT) | General |
| Speed | 1 Gbps | Up to 150 Mbps | Depends on the adapter |
If the client still doesn't see internet after enabling internet sharing, try disabling and re-enabling both adapters in the Network Connections window. You may also need to reset the TCP/IP stack with the command netsh int ip reset in the command line with administrator rights.
Troubleshooting common errors and problems
Even if all instructions are followed, users may encounter difficulties. One of the most common issues is the inability to launch a hosted network. This is often due to the service WLAN AutoConfig Service stopped. Check its status in the Service Manager (services.msc) and set the startup type to "Automatic".
Another common scenario: devices see the network but fail to connect, returning the "Failed to connect" error. In this case, try changing the frequency band. Some older devices don't see 5 GHz networks, while newer ones may ignore 2.4 GHz. You can force the operating mode in the adapter driver properties in Device Manager.
⚠️ Note: Antivirus programs and firewalls often block incoming connections to shared networks. If nothing helps, try temporarily disabling your third-party firewall to test.
It's also worth mentioning the DNS issue. If websites aren't opening but instant messaging apps are working, manually enter DNS servers (for example, Google's: 8.8.8.8) in the IPv4 settings on the virtual adapter. This often resolves domain name resolution issues.
Security considerations when sharing Wi-Fi
By turning your computer into an access point, you take responsibility for the security of the traffic passing through. Encryption standard WPA2-PersonalThe default password in Windows is secure enough for home use. However, using weak passwords negates this protection. Make sure your password contains at least 8 characters, including uppercase and lowercase letters and numbers.
Remember that all devices on your local network are on the same subnet. Theoretically, an attacker connected to your hotspot could attempt to scan your computer's ports. Therefore, when working in public places or with untrusted users, it's recommended to set the "Network Discovery" feature to "None," which will make your PC invisible to other devices in the "Public Network" profile.
Do not transmit confidential bank card data through such a network without using additional security measures, such as VPNAlthough the channel itself is encrypted, the computer distributing the internet is a single point of failure. If it becomes infected with a virus, there's a risk of compromising all connected devices.
The Impact of Wi-Fi Distribution on System Performance
Many users fear that tethering will significantly impact their system. In practice, modern processors and network cards easily handle this task. However, it's important to keep in mind that a Wi-Fi adapter operates in half-duplex mode: it can't simultaneously receive and transmit data at full speed. This naturally reduces internet speed on connected devices by approximately 30-50% compared to a direct connection.
Furthermore, constantly operating the wireless module in access point mode increases power consumption. For laptops, this means faster battery drain. If you're sharing internet from your laptop to other devices, it's recommended to connect it to a power source. The Wi-Fi module may also become hot, especially in the compact chassis of Ultrabooks.
In the background, the system may consume bandwidth for updates, which, combined with distributing the data to other devices, can create a significant load on the network. If the internet starts to slow down, check the Task Manager for processes actively using the network and limit their priority.
Is it possible to distribute Wi-Fi if there is no internet on the PC?
Technically, it's possible to set up a network, but it will be local. Devices will be able to see each other and transfer files over the LAN, but there will be no access to the global network.
Frequently Asked Questions (FAQ)
Is it possible to distribute Wi-Fi if the computer is connected via a USB dongle?
Yes, this is possible, but with limitations. A single physical Wi-Fi adapter typically can't simultaneously receive and distribute Wi-Fi data. You'll need a second adapter (e.g., a built-in one or a second USB port) for distribution, or use an Ethernet cable for the incoming connection.
How many devices can be connected to Windows Mobile Hotspot at the same time?
Microsoft doesn't officially specify a hard limit, but the operating system consistently supports 5 to 8 active connections. Exceeding this limit can lead to network instability and a significant drop in speed for each client.
Why doesn't the laptop see the network created on the PC?
Check the frequency range. If your PC broadcasts the 5 GHz network, but your laptop only supports 2.4 GHz, it won't detect it. Also, make sure the Wi-Fi drivers on both devices are up to date and aren't blocked by your antivirus software.
Are hotspot settings reset after restarting the computer?
In Windows 10 and 11, mobile hotspot settings are saved. However, the network itself is not automatically enabled at startup. You'll need to manually toggle the slider to the "On" position or use an autorun script in the command line.
Does Wi-Fi sharing affect the download speed of files on the computer itself?
Yes, it does. Because the channel is divided between data transmission for the server and for clients, and because of routing overhead, the overall throughput is reduced. When actively uploading, download speeds to your PC may drop.