It's quite common to have a laptop with wired internet but no way to connect your smartphone or tablet. This can happen on a business trip, at a hotel with paid access for one device, or when your home router is temporarily unavailable. Fortunately, the operating system Windows 10 has built-in functionality that allows you to turn your PC into a full-fledged access point.
Using a computer as router No complicated third-party software installation is required, as the necessary drivers and utilities are already built into the system. All you need is a Wi-Fi adapter, which is included in any modern laptop, or an external USB module for a desktop PC. In this article, we'll cover all the details of creating a wireless network.
Before you begin setting up, you need to ensure that your equipment supports the required operating mode. Most modern network cards can simultaneously receive and transmit signals, but in rare cases, additional steps may be required. It is critical that your network adapter drivers are updated to the latest version., as older versions may not support the virtual hotspot feature.
Checking compatibility and preparing equipment
The first step before starting internet sharing is to diagnose your network equipment. Not all Wi-Fi adapters support "Hosted Network" mode, which is necessary for router emulation. This test is performed via the command line, allowing you to quickly weed out unsuitable devices without having to fiddle with settings.
To run the test, press the key combination Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)". In the window that opens, enter the command netsh wlan show drivers and press Enter. In the list of options, find the line "Hosted network supported."
⚠️ Note: If the hosted network support line says "No," you won't be able to create an access point using standard Windows tools. In this case, the only solution is to purchase a new USB Wi-Fi adapter that supports modern standards.
If the answer is yes, you can proceed to choosing an activation method. There are two main methods: via the system settings graphical interface (simpler) and via console commands (more flexible). The choice depends on your preferences and the operating system build version.
It is also worth considering that when working in Wi-Fi distribution mode, the laptop's power consumption may increase. Wireless module The device begins operating in enhanced mode, continuously transmitting a signal. It is recommended to connect the device to a power source to avoid sudden shutdown during operation.
Setting up a mobile hotspot via Settings
The easiest and most modern way to turn a computer into a router is to use the built-in Windows 10 interface. This method doesn't require knowledge of console commands and is accessible even to inexperienced users. The "Mobile Hotspot" feature was introduced in the Anniversary Update and has since become the primary tool for this purpose.
To get started, open the Start menu and go to "Settings" (the gear icon). Then, select "Network & Internet." In the left menu, find "Mobile Hotspot." This is where you'll find the toggle switch that activates tethering.
At the top of the window, you'll see the "Internet Connection Sharing" option. Here, you'll need to select the internet source you'll be sharing. This could be your Ethernet cable, a PPPoE connection, or even a signal from another Wi-Fi network, as long as the adapter supports both sending and receiving.
☑️ Pre-launch check
Below is the field for the network name and password. By default, the system generates random values, but you can change them to your own. Click the "Change" button, enter a descriptive name (SSID), and create a complex password of at least 8 characters. Using a strong password will protect you from unauthorized access by your neighbors.
After configuring the settings, toggle the "Allow access to my internet connection..." switch to the "On" position. The system will automatically start the sharing service. Other devices (smartphones, tablets) can now find the created network and connect to it using the specified password.
It's important to note that Windows 10 allows you to configure an automatic hotspot shutdown timer. If no devices are connected to the network for a certain period of time (e.g., 5 or 10 minutes), the system will disable the module to save power. This is convenient if you forget to turn off the hotspot manually.
Creating a network via the command line (CMD)
For users who prefer full control over the system, or in cases where the graphical interface is not working correctly, there is a console configuration method. The command line allows you to configure more detailed parameters, such as security type and frequency range, which can be critical for older devices.
Launch the Command Prompt as administrator. The first step is to create a virtual adapter. Enter the command: netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword123. Here MyNetwork — this is the name of your network, and MyPassword123 — password. Replace them with your own values.
Once the network has been successfully created, it needs to be started. To do this, use the command netsh wlan start hostednetworkIf everything went well, you'll see a message indicating that the hosted network has started. Your computer has now started broadcasting a Wi-Fi signal, but the internet isn't yet available to connected devices.
⚠️ Note: When using the CMD method, the "Mobile Hotspot" feature in Windows settings may become unavailable or work incorrectly, as both methods use the same adapter system resources.
To connect to the internet, open "Control Panel" -> "Network and Internet" -> "Network and Sharing Center." Click the connection your PC uses to connect to the internet (e.g., Ethernet), then select "Properties." Go to the "Sharing" tab and check "Allow other network users to connect through my internet connection." From the drop-down list, select the virtual adapter you created (usually named "Wireless Network Connection" with a number).
This method is especially useful if you need to share the internet with devices that don't support modern encryption standards used by default in the graphical interface. Additionally, console commands can be saved to a BAT file and network creation can be started with a single click.
Solutions to common problems and errors
Despite the well-oiled Windows mechanisms, users often encounter errors when launching a hotspot. One of the most common problems is the message "Unable to configure mobile hotspot. Turn on Wi-Fi." This can occur even if Wi-Fi is enabled, due to driver conflicts or power saving settings.
In Device Manager, find your wireless adapter. Go to Properties, the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power." This will prevent the module from turning off accidentally.
Another common situation: devices connect, but the internet doesn't work. This is often caused by an incorrectly selected distribution source in the hotspot settings or insufficient access rights. Ensure that sharing is enabled for the specific virtual adapter being used for distribution in the adapter settings (under the "Access" tab).
| Problem | Possible cause | Solution method |
|---|---|---|
| Error "Cannot start" | The driver does not support the mode | Update the driver or change the adapter |
| No internet access | Sharing is not configured | Check the "Access" tab in the Ethernet properties. |
| Devices don't see the network | 5 GHz band is not supported | In the adapter properties, change the range to 2.4 GHz. |
| Unstable connection | Interference or weak signal | Move closer to your PC or change the channel |
If you're using third-party antivirus software (Kaspersky, ESET, Avast), it may be blocking the local network. Try temporarily disabling the firewall or adding an exception rule for Windows system processes. Windows Defender, which is built-in, often works more reliably in such scenarios.
Using third-party software
When built-in Windows tools fail or require complex configuration, specialized utilities come to the rescue. They automate the process, providing a user-friendly interface and additional features, such as displaying connected users and traffic management.