The situation where only one computer has wired internet, but Wi-Fi is needed on a smartphone or tablet, is familiar to many users. Fortunately, the operating system Windows 10 It has built-in functionality that instantly transforms your laptop into a fully-fledged wireless router. No third-party software or system administration skills are required.
The built-in Mobile Hotspot feature lets you share your internet connection via Wi-Fi or Ethernet with other devices. This feature is especially useful in hotel rooms where Wi-Fi is expensive or weak, as well as in offices with strict network segmentation. It's important that your laptop's network adapter supports hotspot mode, which is required for the vast majority of modern devices.
Before you begin setting up, make sure you have the latest driver installed on your laptop. Wi-Fi adapterOutdated software can cause instability or the inability to activate tethering mode. Also, make sure your laptop is connected to the network you plan to tether from.
Benefits of Windows 10's built-in hotspot
Using native operating system tools has a number of undeniable advantages over third-party utilities. First, security. Built-in Microsoft modules undergo rigorous vulnerability testing, whereas free programs from unknown developers may contain hidden miners or spyware.
Secondly, the built-in feature doesn't consume unnecessary CPU and RAM resources. Third-party apps often run in the background, creating additional load on the system. The native hotspot operates at the system kernel level, ensuring a stable connection without lag in the main applications.
Plus, you don't have to reconfigure settings each time. The system remembers the network name and password, activating them when needed. This is especially convenient for those who frequently travel between the office and home.
⚠️ Attention: When actively sharing Wi-Fi, your laptop consumes more power. If you're running on battery power, battery life can be reduced by 30-40%. It's recommended to keep your device connected to a charger during extended Wi-Fi sharing sessions.
Settings via the "Options" menu
The easiest and fastest way to set up internet sharing is to use the Windows settings graphical interface. This method is intuitive and doesn't require command line knowledge. To get started, open the Start menu and select the gear icon, or press the key combination Win + I on the keyboard.
In the window that opens, go to the section Network and InternetIn the left vertical menu, find "Mobile Hotspot." Here, the system will prompt you to select a connection source for sharing. In the "Internet Connection Sharing" drop-down list, select your currently active adapter, such as Ethernet or Wi-Fi.
Next, you need to set security parameters. Click the "Change" button to create a network name (SSID) and a strong password. We recommend using an encryption protocol. WPA2-Personal, as it provides reliable protection of transmitted data from interception.
☑️ Check before launching a hotspot
After configuring the settings, simply toggle the "Allow access to my internet connection" switch to "On." Your device is now visible to other devices, and they can connect to it using the specified password. If the connection fails, check to see if your antivirus software is blocking the creation of a local network.
Creating an access point via the command line
For advanced users or in cases where the graphical interface is not working correctly, an alternative method is to use the command line console. This method provides more granular control over the network settings being created. Launch the command prompt as administrator by right-clicking the "Command Prompt" icon or PowerShell and selecting the appropriate item.
The first step is to check if your adapter supports hosting. Enter the command netsh wlan show drivers and find the line "Hosted network support." If it says "No," you'll need to update your Wi-Fi module drivers. If it says "Yes," you can proceed to creating the network.
netsh wlan set hostednetwork mode=allow ssid=MyNetworkName key=MyPassword123
In this command, replace MyNetworkName to the desired network name, and MyPassword123 — a complex password (at least 8 characters). After successfully executing the command, you must start the network using the following instructions:
netsh wlan start hostednetwork
Once the virtual adapter is running, it's important to set up sharing. Go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsFind your primary adapter (the one that connects to the internet), right-click it, select "Properties," then the "Sharing" tab. Check "Allow other network users to connect through my internet connection" and select the virtual network you created from the list (usually called "Wireless Network 2" or something similar).
⚠️ Attention: Network connection interfaces may have different names depending on the driver version and system language. Don't confuse the adapter that distributes the internet with the adapter that receives it. This will result in loss of network access on the laptop itself.
What should I do if the "start hostednetwork" command returns an error?
If the system reports that the hosted network could not be started, try first running the stop command: netsh wlan stop hostednetwork, and then the start command again. Temporarily disabling your antivirus or firewall while creating the network often helps. In rare cases, you may need to manually enable the Microsoft Wi-Fi Direct Virtual Adapter in Device Manager.
Solution: The laptop does not detect the access point.
One of the most common problems is when a phone or tablet sees the network but can't connect, or when the connection is established but the internet isn't working. Often, the cause lies in the incorrect frequency range. Some older devices don't support the standard. 802.11ac or 5 GHz.
In Windows 10, the 5 GHz band may be selected by default for best speed, making the network invisible to older devices. To fix this, in the mobile hotspot settings (via Settings), click "Change" and in the "Band" field, select 2.4 GHzThis will ensure maximum compatibility.
Another possible cause is a static IP address. Ensure that the IPv4 protocol properties on the access point are set to obtain an IP address and DNS automatically. Manual settings may conflict with the DHCP server, which is started when the access point is created.
| Problem | Possible cause | Solution |
|---|---|---|
| Devices don't see the network | Invalid frequency range | Switch to 2.4 GHz in settings |
| There is a connection, but no internet | Not publicly accessible | Check the Sharing settings in the adapter properties. |
| Unstable speed | Interference or weak signal | Move closer to the laptop, avoid microwaves |
| Error: "Failed to configure" | Blocked by antivirus | Add an exception to the firewall |
Limitations and technical nuances
Despite its convenience, turning a laptop into a router has its technical limitations. Primarily, this concerns the number of connected clients. The standard Windows configuration allows for up to 8 devices simultaneously. Exceeding this limit will result in new devices simply not being able to log in.
It's also worth considering the throughput of your laptop's Wi-Fi module. Unlike dedicated routers, a computer's network card isn't always optimized for simultaneous data reception and transmission at high speeds. This can lead to increased ping (latency), which is critical for online gaming or video calls.
Heat generation is another factor. When actively transferring large amounts of data, the Wi-Fi module can become hot. In thin Ultrabooks with poor ventilation, this can lead to throttling (reduced performance) of the entire system.