Creating a virtual access point allows you to transform your laptop or desktop PC with Wi-Fi into a fully-fledged router, sharing internet with other devices. This solution is indispensable when you don't have a router at hand and need to connect a smartphone, tablet, or Smart TV to the network. The Windows operating system includes a powerful tool. Hosted Network, which activates the hidden functionality of the network card.
Many users mistakenly believe that setting up such a network requires complex third-party software or expensive hardware. In fact, all it takes is properly configuring the system settings and ensuring driver compatibility. A virtual adapter is created programmatically, emulating a physical device to which gadgets can connect.
In this article, we'll cover in detail how to activate stealth mode, configure security settings, and troubleshoot common errors. You'll learn how to manage network interfaces through the command line and graphical interface, giving you complete control over your connections.
Checking hardware and driver compatibility
Before you start setting up, you need to make sure that your Wi-Fi module Supports access point mode. Not all wireless cards have this functionality, especially older models or specific corporate adapters. This is checked using a system utility that queries the device driver for its capabilities.
Open the Command Prompt with administrator rights. To do this, press the key combination Win + X and select the appropriate item in the menu, or find cmd in search, right click and select Run as administratorIn the window that opens, enter the command:
netsh wlan show drivers
In the list of displayed information, find the line Hosted network support (or Hosted Network). If it says "Yes," your hardware is ready to use. If it says "No," the problem lies with the drivers or hardware limitations.
If the answer is no, the first thing you should do is try updating your drivers. Go to device Manager through the menu Win + X, find the section Network adapters, select your Wi-Fi module and click Update driverManufacturers often release updates that add missing functionality.
⚠️ Note: If support is still not available even after updating the drivers, your adapter may not be physically capable of operating in SoftAP mode. In this case, you may need to replace the module with a more modern model.
Please note that some antivirus programs and firewalls may block the creation of virtual networks. If the command shows support but the network is not created, temporarily disable third-party security software to test.
Activating Hosted Network Mode via CMD
The main method of creating a virtual interface is based on entering commands into the console. netshThis approach is universal for Windows 7, 8, 10, and 11. You don't need to install any additional software; just follow the syntax exactly.
First, let's set the parameters for the future network: a name (SSID) and a password. The name can be anything, but the password must be at least 8 characters long. Enter the following, replacing the data with your own:
netsh wlan set hostednetwork mode=allow ssid=MyVirtualWiFi key=SuperPassword123
Here is the parameter mode=allow allows launch, ssid specifies the network name that is visible during searches, and key Sets the security key. Press Enter after entering. The system will confirm the change.
Now you need to start the network with the command:
netsh wlan start hostednetwork
If everything went well, you'll see a message indicating that the hosted network has started. At this point, a new adapter with a name containing "Wireless Network" and a number will appear in the list of network connections.
- 🔹 ssid — the network identifier that will be visible to users.
- 🔹 key - connection password, use complex combinations.
- 🔹 mode — operating mode, must be allowed.
To stop Internet distribution, use the command netsh wlan stop hostednetworkThis is useful if you need to temporarily disable access without deleting settings. Restarting is done with the same start command.
☑️ Launching a virtual network
Setting up Internet sharing
By itself, a running virtual adapter only creates a local network between devices, but does not allow them to access the World Wide Web. To enable clients to access the Internet, you need to configure NAT (Network Address Translation) or forwarding connections.
Click Win + R, enter ncpa.cpl and press Enter. The Network Connections window will open. Find your primary adapter through which your computer receives internet (for example, Ethernet or primary Wi-Fi). Right-click on it and select Properties.
Go to the tab Access. Check the box next to the item. Allow other network users to use this computer's Internet connectionIn the "Home network connection" drop-down list, select the virtual adapter you created (usually it's called "Wireless Network" with a number).
| Parameter | Meaning | Description |
|---|---|---|
| Gateway IP address | 192.168.137.1 | Standard address for the Windows virtual adapter |
| Subnet mask | 255.255.255.0 | Determines the size of the local network |
| Protocol | TCP/IP v4 | The main protocol for Internet distribution |
| DHCP status | On | Automatic distribution of IP addresses to clients |
After applying the settings, the system will warn you that the IP address will be changed to a static one. This is normal and necessary for routing to function correctly. Click "Yes" to confirm.
Now connect your mobile device to the new Wi-Fi network using the password you set earlier. If the settings are correct, your internet connection should be up and running immediately. In some cases, you may need to restart the primary and virtual adapters.
⚠️ Note: When enabling network sharing, the primary adapter may briefly lose connection. This is normal system behavior when reconfiguring network rules.
What to do if the Internet does not work on the client?
Try manually entering the IP address on your phone. Set IP: 192.168.137.5, Gateway: 192.168.137.1, DNS: 8.8.8.8. Also check if your antivirus software is blocking the connection.
Management via the Windows 10/11 graphical interface
In modern versions of Windows, Microsoft has introduced a more convenient way to share the Internet that doesn't require entering commands. The function is called Mobile hotspotIt is available if you have the latest OS build and the corresponding drivers installed.
Open the menu Start and go to Parameters (gear icon). Select a section Network and Internet, and then in the menu on the left find the item Mobile hotspotHere you will see the status switch.
At the top of the window, you can select which connection to share (Ethernet, Wi-Fi, or LTE) and set the network name and password. Click the button Changeto set your preferences. After you enable the "Allow the use of my internet connection..." switch, your computer will begin broadcasting the signal.
This method is preferred by most users because it:
- 📱 Automatically manages drivers.
- 🛡️ Integrated with the system firewall.
- ⚡ Turns on and off with one click.
However, if the power button is inactive or grayed out, it means the system doesn't detect the correct hardware. In this case, revert to the command line method (netsh) often helps to bypass software interface limitations.
Solving common errors and problems
The process of creating a virtual network doesn't always go smoothly. The most common mistake is "Failed to start hosted network"This may be caused by a service conflict, outdated drivers, or blocking by an antivirus.
Try reinstalling the virtual adapter. In the Device Manager, in the menu View turn on Show hidden devices. Find the section Network adapters, remove all devices named "Microsoft Hosted Network Virtual Adapter." Then, restart your computer and run the startup command again.
Another reason for failures is the service WLAN AutoConfig Service. Make sure it is running. Click Win + R, enter services.msc, find the service in the list, double-click and set the startup type Automatically.
⚠️ Note: Network settings interfaces and service names may vary slightly across different Windows builds. Always consult official Microsoft documentation if the default paths differ.
If the issue persists, check the power saving settings. In the Wi-Fi adapter properties, under the "Power Management" tab, uncheck the box next to "Allow the device to turn off to save power." This will prevent the connection from being reset.
Security of the created access point
By turning your computer into a router, you take responsibility for the security of the data being transmitted. Encryption standard WPA2-Personal, which is the default password protection used in Windows, is considered secure enough for home use, but requires proper password protection.
Never use simple passwords like "12345678" or your date of birth. Your password should be complex to prevent unauthorized access and possible traffic interception by attackers within range.
Monitor the list of connected clients. Although the standard Windows interface doesn't provide a convenient "who's currently connected" list, a sudden drop in internet speed may indicate an unauthorized connection. In this case, immediately change the access key using the command set hostednetwork with a new password.
It is not recommended to use a public virtual network to transmit sensitive information without additional security measures, such as a VPN. This adds an additional layer of encryption on top of the standard Wi-Fi protocol.
Is it possible to create a virtual WiFi adapter without administrator rights?
No, creating and managing network interfaces requires high system privileges. Without administrator rights, the commands netsh will be executed with an access error.
How many devices can connect to such a network at the same time?
Technically, Windows supports up to 100 simultaneous connections, but the actual number depends on the power of your Wi-Fi module and processor. Typically, stable operation is achieved with 5-7 active clients.
Does WiFi sharing affect the speed of the main internet?
Yes, the bandwidth is divided among all connected devices. Furthermore, the wireless interface operates in half-duplex mode, which may reduce overall network performance.
What should I do if the start hostednetwork command returns an error?
Most often, the problem is with the drivers. Try uninstalling the device in Device Manager and updating the hardware configuration, or install the drivers from the adapter manufacturer's website.
Does this method work on Windows 11?
Yes, the method is netsh It works, but Windows 11 prioritizes the Mobile Hotspot feature. The command line may require additional compatibility settings.