Using a WiFi adapter as a hotspot in Windows 10

In situations where you have wired internet but your Wi-Fi router is broken or unavailable, and you urgently need to connect your smartphone or tablet, the operating system's built-in feature comes to the rescue. WiFi adapter Turning a Wi-Fi hotspot into a full-fledged access point is a built-in Windows 10 feature that doesn't require any third-party software. This option is useful not only for emergencies but also for creating temporary networks in an office or hotel where the ISP limits the number of connected devices by MAC address.

Modern drivers Network cards, especially those with the 802.11ac standard and newer, support connection virtualization mode very well. This means your laptop or PC with a USB dongle can transmit a signal as reliably as a budget router. The key is to properly configure power saving settings and select the appropriate frequency band to ensure maximum data transfer speeds for all clients.

Before taking any action, you need to ensure your equipment is compatible. Not all older adapter models support hub mode, although their percentage is decreasing every year. Checking technology support Hosted Network or using the new Mobile Hotspot interface will only take a minute, but will save you hours of troubleshooting later.

Checking compatibility and preparing drivers

The first step should always be to diagnose the current state of your network equipment. Windows 10 has powerful built-in utilities that allow you to get comprehensive information about your hardware's capabilities without downloading additional software. Launch the Command Prompt as administrator and enter the command netsh wlan show drivers.

In the list that opens, find the line "Hosted network supported." If it says "Yes," then your adapter is physically capable of becoming a router. If it says "No," then the problem most likely lies in outdated software or limitations of the chip itself.

To fix the problem, try updating your drivers through Device Manager. Sometimes, standard Microsoft drivers don't activate all chipset features, so it's a good idea to download the latest version from the adapter manufacturer's official website, whether it's Realtek, Intel or Qualcomm Atheros.

⚠️ Attention: When updating drivers, make sure you download the version specifically for your system bitness (x64 or x86). Installing the wrong driver may cause the adapter to disappear from the device list.

It's also worth paying attention to power settings. The system may attempt to save energy by disabling the adapter or limiting its power, which is critical for access point mode.

Setting up via the built-in Mobile Hotspot interface

Starting with version 1511, Windows 10 features a native interface for internet sharing, making life much easier for regular users. You no longer need to remember complex console commands unless absolutely necessary. Go to the menu Start → Settings → Network & Internet → Mobile hotspot.

Here you'll see a switch that activates network sharing. In the "Sharing" section, select the connection your computer uses to access the internet (Ethernet or Wi-Fi). Below, the system will prompt you to enter a network name (SSID) and password. These details will be used by other devices to connect.

Choosing the frequency band is important. If your adapter is dual-band, the system will offer a choice between 2.4 GHz and 5 GHz. Band 5 GHz Provides higher speeds, but has a shorter range and is less effective at penetrating walls. For older smartphones, 2.4 GHz is best.

📊 Which frequency range do you prefer for distribution?
2.4 GHz (better penetration)
5 GHz (higher speed)
Auto (as the system decides)
I don't know what the difference is

After you enable the "Allow connection to be used over my internet connection..." slider, your computer will become visible to other devices. You can monitor the connection status at the bottom of the window, where the number of active clients is displayed.

Creating an access point via the command line

For advanced users or in cases where the graphical interface isn't working correctly, the console method is ideal. It provides more granular control over the parameters of the network being created. Open the command prompt (cmd) with administrator rights.

To create a new network, enter the command:

netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword123 keyUsage=persistent

In this team ssid - this is the name of your future network, and key — password (minimum 8 characters). Argument keyUsage=persistent saves settings so you don't have to enter them every time you reboot.

After creating the network, you need to start it with the command netsh wlan start hostednetworkIf everything went well, you'll see a message indicating that the hosted network is running. However, the internet on connected devices won't work until you set up sharing.

⚠️ Attention: The command line is case-sensitive and space-sensitive. Copy and paste commands carefully to avoid syntax errors.

The created network is controlled by the same commands with a change of action: stop stops the distribution, and delete completely removes the network profile from the system.

☑️ Network startup check

Completed: 0 / 4

Organizing public access to the Internet

The most common step where users encounter difficulties is internet forwarding. Creating a network isn't enough; you need to allow it access to the global network. To do this, go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.

Find your primary internet adapter (e.g., Ethernet), right-click it, and select "Properties." Go to the "Sharing" tab and 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 usually called "Local Area Connection*" with a specific number or has the name specified in the SSID.

After applying the settings, the system may warn you about the change in the IP address of the main adapter. 192.168.137.1This is normal behavior, agree. Traffic will now be routed through your PC.

Parameter Default value Recommended value Description
Network mode Turned off Allow Activating the virtual adapter
Frequency range Any available 5 GHz (if supported) Speed ​​and noise immunity
Encryption type WPA2-Personal WPA2-Personal Security of transmitted data
Maximum clients 100 (theoretically) 8-10 devices Optimal for stable CPU operation

Troubleshooting and common errors

Even with proper configuration, errors may still occur. Often, the problem lies in Windows failing to assign IP addresses to clients. In this case, try manually assigning a static IP address to the virtual adapter: 192.168.137.1 with a mask 255.255.255.0.

Another common error is "The hosted network failed to start." This often occurs if the Internet Connection Sharing (ICS) service is stopped. Check its status in the section services.msc and set the startup type to "Automatic".

Third-party antivirus and firewall software can also block bridging between adapters. Try temporarily disabling protection or adding an exception rule for network connections.

The secret of stability

If the network frequently drops, go to Device Manager, find your WiFi adapter, and in the Properties, on the Power tab, uncheck the box next to "Allow the computer to turn off this device to save power."

If all else fails, try uninstalling the device from Device Manager and scanning for hardware changes to force Windows to reinstall the driver from scratch.

Security of the created access point

By turning your PC into a router, you take responsibility for traffic security. Encryption standard WPA2 is a mandatory minimum. Never leave the network open (without a password), especially if you are in a public place or apartment building.

The password should be complex and contain mixed-case letters and numbers. Avoid using simple combinations like "12345678" or your street name. Remember that anyone who connects to your network could theoretically attempt to access your computer's shared folders.

In Windows sharing settings, make sure the network profile is set to "Public" rather than "Private." This will hide your PC from detection by other devices on the network and prevent file and printer sharing, allowing only internet access.

Is it possible to share Wi-Fi if the laptop is already connected to Wi-Fi?

Yes, modern adapters can simultaneously transmit and receive. However, the speed may be lower because the radio spectrum is split between two channels.

Why does my phone say "Failed to obtain IP address"?

Most likely, sharing isn't configured (see the "Sharing" tab in the adapter properties) or the ICS service isn't running. Also, check if your antivirus software is blocking DHCP requests.

How to increase the range of such an access point?

It's impossible to increase the power programmatically; it's limited by the hardware. Using an external USB adapter with an antenna or placing the PC in a central, unobstructed area will help.