How to share internet via Wi-Fi on a Windows 10 PC

Situations where a desktop computer is connected to a wired internet connection while mobile devices require Wi-Fi are quite common. The router may be broken, located far away, or simply not support the required frequency, but you have a Windows 10 PC and a Wi-Fi adapter at hand. Microsoft's operating system offers built-in functionality that allows you to turn your computer into a full-fledged access point without installing third-party software.

This feature is hidden in the standard system settings and is available to any user, even if they do not have in-depth knowledge of network technologies. Mobile hotspot Windows 10 runs smoothly and supports modern security protocols, providing a reliable connection for smartphones, tablets, and laptops.

In this guide, we'll cover all the setup details, from the simplest way to enable the feature to troubleshooting specific errors that may arise when using the adapter. You'll learn how to select the correct frequency range and what to do if devices can't see the network.

Checking adapter compatibility and requirements

Before you begin setting up, you need to make sure that your equipment supports access point mode. Most modern Wi-Fi adapters, released in the last 10 years, can work simultaneously for receiving and transmitting a signal, but older models may have limitations.

⚠️ Note: Some budget USB dongles may not support network virtualization. If the network doesn't appear in the list of available networks after completing all the settings, check the specifications for your model on the manufacturer's website.

To get started, make sure the drivers are installed correctly. Your adapter should appear in Device Manager without any yellow exclamation marks. It's also important that your computer is connected to the internet connection you plan to broadcast.

Windows 10 requires the adapter to support the technology. Hosted NetworkYou can check this via the command line, but it's easier to just try activating the feature. If the system returns an error about being unable to configure it, the problem lies with the driver or hardware of your signal receiver.

Setting up via the built-in "Mobile Hotspot" menu

The easiest and most reliable way to distribute files is to use the native Windows interface. It's straightforward and easy to navigate, even for beginners. Open the Start menu and go to Parameters, then select Network and Internet.

Find the item in the left column Mobile hotspotHere, the system will prompt you to select a connection source. If you have multiple active connections (for example, Ethernet and Wi-Fi), select the one through which your PC receives internet. This is a critical step for proper traffic routing.

  • 📡 Click the "Change" button to set the network name (SSID) and a complex password.
  • 🔒 Select frequency range: 2.4 GHz for compatibility or 5 GHz for speed.
  • 📱 Switch the slider at the top of the window to the "On" position.

Once you enable the slider, the system will automatically configure all necessary settings. Now, the name you specified will appear in the list of available networks on any mobile device. Entering the password will grant access to the global network.

☑️ Pre-launch check

Completed: 0 / 4

Advanced configuration via command line

For users who require more granular settings or if the graphical interface is not working correctly, there is an alternative method. The command line allows for deeper management of network services, bypassing some system limitations.

Run the command prompt as administrator. To do this, enter cmd in the search, right-click and select the appropriate item. First, check for hosted network support with the command netsh wlan show driversThe "Hosted Network Support" line should say "Yes".

If support is available, create a new network with the following command:

netsh wlan set hostednetwork mode=allow ssid=MyNetworkName key=MyPassword123

Here MyNetworkName — the name of your future point, and MyPassword123 — access password. After the command has successfully completed, start the network by entering netsh wlan start hostednetworkHowever, to access the internet on connected devices, you need to take one more step: share the connection.

What to do if the command fails?

If the system reports "Unable to configure hosted network," try updating your Wi-Fi adapter driver or temporarily disabling your antivirus software, which may be blocking the creation of the virtual interface.

Setting up Network Address Translation (NAT)

Creating a network is only half the battle. To forward internet traffic from the main connection to the created access point, you need to set up forwarding. This is done through the Network Connections window, which displays all active adapters.

Click Win + R, enter ncpa.cpl and press Enter. Find the adapter that connects you to the internet (usually Ethernet or your primary Wi-Fi). Right-click on it, select Properties, then the tab Access.

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 for sharing (often labeled "Wireless Network" with a number).

Parameter Recommended value Description
Internet Protocol version 4 Automatically Provides basic addressing
Internet Protocol version 6 Included Necessary for modern services
QoS service Included Traffic prioritization
Network bridge Off Not required for simple distribution

After applying the settings, the system may warn you about a change in IP address. This is normal, as the computer becomes a gateway for other devices. NAT (Network Address Translation) will broadcast requests from gadgets through your main IP.

Diagnosis and solution of typical errors

Despite the simplicity of setup, users often encounter problems. One of the most common is the error "Unable to set up mobile hotspot. You don't have an internet connection," even though you have one. In this case, resetting network settings via Settings → Network & Internet → Status → Network reset.

Another common issue is that devices connect, but the internet doesn't work. This is often due to a DNS conflict. Try entering Google's DNS servers in the virtual adapter settings (in the IPv4 properties): 8.8.8.8 And 8.8.4.4.

  • 🔄 Restart your computer after changing driver settings.
  • 🛡️ Check if your firewall is blocking shared connections.
  • 📶 Make sure the adapter doesn't go into sleep mode (uncheck "Allow the computer to turn off this device to save power" in Device Manager).

If your connection speed is slow, check if any of your connected clients are downloading heavy content. Speeds can also drop if you're using the 2.4 GHz band in an apartment building with high airborne noise.

⚠️ Note: Operating system interfaces and menu item names may vary slightly depending on the Windows 10 build version and installed updates. If you can't find the item you're looking for, use the search by settings.
📊 What problem do you encounter most often?
The network is not visible to devices
No internet access
Low speed
Error on startup

Optimizing network speed and security

To ensure maximum performance, it's important to choose the right frequency band. If your devices support 5 GHz, be sure to use that band. It's less crowded and offers higher throughput, although it has a shorter range than 2.4 GHz.

The issue of security should not be ignored either. The encryption standard WPA2-PersonalThe default password in Windows 10 is secure enough for home use. The key is to use a complex password that includes mixed-case letters, numbers, and special characters.

Keep in mind that when a hotspot is enabled, your computer consumes more power, and if you're using a laptop, the battery drains faster. If you're sharing internet for extended periods, it's best to keep your computer plugged in.

Monitor the number of connected users. Windows 10 doesn't have a built-in hard limit, but processor and Wi-Fi performance can become a bottleneck when connecting more than 8-10 active devices.

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

Yes, this is possible, but it requires two Wi-Fi adapters (for example, one built into the motherboard and an external USB port) or adapters that support Simultaneous Dual Band technology. Otherwise, the computer will not be able to simultaneously receive and transmit signals on the same frequency.

Why does the network disappear after waking up from sleep mode?

When entering sleep mode, Windows disables network adapters to save power. To avoid this, open Device Manager, locate your Wi-Fi adapter, open Properties → Power Management, and uncheck the box next to Allow the computer to turn off.

How do I know who is connected to my hotspot?

The standard Windows 10 Mobile Hotspot interface displays a list of connected devices with their names and IP addresses. You can also block access for a specific user by clicking the toggle next to their name.