How to Share Wi-Fi from a Modem via a Computer: A Complete Guide

When your home internet provider is unavailable or down, a USB modem with a SIM card may be the only internet source. However, a common problem arises: the modem is connected to a desktop PC or laptop, while other devices, such as smartphones, tablets, or Smart TVs, need network access. The solution is Sharing Wi-Fi from a computer, which turns your machine into a fully-fledged router. This allows you to create a local network and provide internet access to all devices within range.

Modern Windows 10 and 11 operating systems have built-in tools for creating a virtual access point. You don't need to look for third-party programs if the built-in functionality works correctly. However, there are nuances related to network card drivers and power saving settings that can interfere with stable operation. In this article, we'll cover all setup steps, possible errors, and troubleshooting steps in detail.

Before you begin setup, make sure your USB modem is already connected to your computer and is successfully sharing internet access with it. Check that your browser is working and that pages are loading. It's also crucial that your computer's network adapter supports this mode. Infrastructure and could function as an access point. Most modern adapters Realtek, Intel And Qualcomm support this feature by default.

Checking compatibility and preparing equipment

The first step is to diagnose the capabilities of your network equipment. Not all Wi-Fi adapters can operate in access point mode (Hosted Network), although such models are becoming increasingly rare. To check, you need to open a command prompt with administrator rights. Enter the command netsh wlan show drivers and press Enter. In the list that opens, find the line "Hosted network supported."

If the value is "Yes," your hardware is ready to use. If it's "No," you won't be able to start sharing using standard Windows tools. In this case, the only solution is to update the drivers or purchase an external USB Wi-Fi adapter that is guaranteed to support AP mode. Old drivers often block this feature, so visiting the motherboard or laptop manufacturer's website may resolve the issue.

It's also worth paying attention to the USB modem itself. Some carriers block the ability to share data with other devices (tethering) at the plan level. This means that even if the hotspot is successfully created, the internet will not work on the connected devices. Check the terms of your plan with your operator, as some "Unlimited" modem plans prohibit Wi-Fi sharing.

⚠️ Important: Make sure the USB port your modem is connected to provides sufficient power. Using USB hubs without additional power may cause unstable modem operation and connection interruptions when attempting to share.

Preparation also includes disabling your antivirus or firewall during setup to prevent them from interfering with network connections. Once protection is successfully configured, you can restore it to its default state. It's important to have only one antivirus package installed on your computer, as conflicts between them often disrupt Windows network services.

Setting up a mobile hotspot in Windows 10 and 11

Starting with Windows 10, Microsoft introduced a user-friendly graphical interface for managing network connections. This eliminates the need for users to enter complex commands into the console. To get started, open the Start menu and go to Settings (the gear icon). Then, select Network & Internet.

In the left menu column, find "Mobile Hotspot." On the right side of the window, you'll see a toggle switch. Before activating, you'll need to select an internet connection source. In the "Internet Connection Sharing" drop-down list, select your USB modem (usually named after your carrier or "Ethernet" if the modem is detected as a network card).

Next, click the "Change" button to set the network name (SSID) and password. It is recommended to use a complex password containing letters and numbers to prevent unauthorized access from neighbors. It is best to leave the security protocol at WPA2-Personal, as it provides a sufficient level of protection and is compatible with all devices. After saving the settings, toggle the switch to the "On" position.

☑️ Pre-launch check

Completed: 0 / 4

Once activated, the system will automatically create a virtual adapter. Devices will be able to find your network by the specified name. If the connection fails, try turning Wi-Fi off and on again on your smartphone. It may take a few seconds for IP addresses to be assigned to client devices.

Creating a virtual adapter via the command line

If the graphical interface doesn't work or you're using an older version of Windows, the command line comes to the rescue. This method gives you deeper control over network settings. Launch Terminal as administrator. First, create a new network with the command: netsh wlan set hostednetwork mode=allow ssid="MyNetwork" key="Password123" keyUsage=persistent. Here ssid — is the name of the network, and key - password.

Once the network is created, you need to start it. Enter the command netsh wlan start hostednetworkIf everything went well, you'll see the message "Hosted network started." However, the internet won't appear on connected devices yet. You need to enable sharing. To do this, go to "Control Panel" → "Network and Internet" → "Network and Sharing Center" → "Change adapter settings."

Find your primary connection (USB modem), right-click it, and select "Properties." Go to the "Sharing" tab. Check "Allow other network users to connect through this computer's Internet connection." In the drop-down list below, select the virtual adapter you created (usually called "Local Area Connection *" with a specific number).

netsh wlan show hostednetwork

netsh wlan stop hostednetwork

netsh wlan start hostednetwork

These commands allow you to check the network status, stop, and restart it without re-creating it. Using the command line is especially useful for creating scripts to automatically start distributions when the computer starts. Save the commands to a batch file and add it to startup.

What to do if the network does not start?

If an error occurs during startup, try updating your Wi-Fi adapter driver. Disabling the Microsoft Wi-Fi Direct Virtual Adapter in Device Manager and then re-enabling it can also sometimes help. In rare cases, resetting the network settings with the netsh int ip reset command may be necessary.

Using third-party programs for distribution

When standard Windows tools fail or the interface seems too complex, you can turn to specialized software. There are many utilities that automate the process of creating an access point. One of the most popular and reliable is Connectify HotspotIt has a user-friendly interface and extensive capabilities for monitoring connected clients.

Another great option is the program MyPublicWiFiIt's free for basic use and allows not only internet sharing but also logging of visited websites, which is useful for parental controls or office administration. Installation of these programs is simple: download the distribution, install, and follow the setup wizard.

The advantage of third-party software is that it automatically selects optimal settings and bypasses some system limitations. However, it's important to remember that installing additional software increases the system load. Furthermore, free versions often have speed or device connection limits.

Program License type Peculiarities Complexity
Windows Mobile Hotspot Built-in Basic functionality, stability Low
Connectify Hotspot Freemium Traffic monitoring, firewall Low
MyPublicWiFi Free URL logging, simplicity Average
Virtual Router Plus Open Source Minimalism, no advertising Low

When choosing a program, pay attention to the last update date. Older versions may not work correctly with newer versions of Windows 10/11. Always download software from the developer's official website to avoid malicious code.

📊 Which distribution method do you prefer?
Built into Windows
Via the command line
Third-party programs
Buying a router

Setting up sharing and firewall settings

Proper network sharing is key. Windows divides networks into profiles: "Private," "Public," and "Guest." To share internet from a modem, the network profile to which the computer (modem) is connected must be discoverable. However, it's best to keep the virtual network profile set to "Public" for security, as other devices than your own may be able to connect to it.

Windows Firewall may be blocking incoming connections from clients. If devices connect to Wi-Fi but pages don't load, check your filtering rules. In the Firewall control panel, ensure that "File and Printer Sharing" is enabled for the private network. Sometimes you need to create an exception for a service. DHCP And DNS.

It's important to configure IP addressing correctly. The computer sharing the internet automatically assigns itself an address (usually 192.168.137.1) and acts as a DHCP server. If you manually changed IP addresses in the TCP/IPv4 protocol properties, this may cause a conflict. Reset the settings to "Obtain an IP address automatically" for the virtual adapter.

⚠️ Note: When you enable sharing, Windows may force your primary adapter's IP address to be changed to a static one (e.g., 192.168.137.1). This is normal for a virtual adapter, but make sure it doesn't conflict with the settings of your USB modem itself if it uses a similar subnet.

If you use a third-party antivirus (Kaspersky, ESET, Avast), its built-in firewall may ignore Windows settings. In this case, find the "Network" or "Firewall" section in your antivirus settings and add your virtual network to the trusted list.

Troubleshooting connection issues and errors

One of the most common issues is when devices connect to Wi-Fi, but the status is "No Internet Access." This often indicates a DNS issue. Try entering Google's DNS servers (8.8.8.8 and 8.8.4.4) in the TCP/IPv4 protocol properties on the computer sharing the internet connection, as well as in the modem settings, if possible.

Another common error is "Unable to assign an IP address." This occurs when the Internet Connection Sharing (ICS) service freezes. Solution: Open Services (Win+R, enter services.msc), find the "Internet Connection Sharing" service, stop it, and then start it again. It's best to set the startup type to "Automatic."

Low data transfer speeds may be caused by channel congestion or by operating in the 2.4 GHz band, which is often polluted by neighboring routers. If your adapter and modem support 5 GHz, switch the virtual network to this band in Device Manager (under the "Advanced" tab of the adapter properties), if this option is available.

It's also worth checking if you've reached your connection limit. Windows has a limit on the number of simultaneous clients (usually 8-10 devices). If more devices try to connect, new ones will be rejected. In such cases, restarting the WLAN AutoConfig service can help.

Optimizing connection speed and stability

To ensure maximum performance, it's important to consider physical factors. The computer with the USB modem and Wi-Fi adapter should be located in a location with good cellular signal reception. Use a USB extender to move the modem closer to a window or to an elevated location if the signal is weak.

Close background applications on your PC that may consume bandwidth (torrents, Steam updates, cloud syncing). Since the bandwidth is shared between all connected devices, any background loading on the host will reduce speed for all clients. Use the task manager to monitor network load.

Update your Wi-Fi adapter drivers regularly. Manufacturers frequently release patches that improve connection stability and fix vulnerabilities. This is especially important for adapters. Realtek And MediaTek, which are often used in budget laptops.

In conclusion, sharing Wi-Fi from your computer via a modem is a great temporary solution that can save you while traveling or during a service provider outage. However, for permanent use, it's better to get a full-fledged 4G/5G router, which will provide better stability, coverage, and network security.

Why doesn't the computer see the USB modem?

Check the USB cable, try a different port. Install the modem drivers (often included or downloaded from the operator's website). Make sure the SIM card is active and not blocked.

Is it possible to distribute Wi-Fi if the PC does not have a built-in module?

No, you need a Wi-Fi adapter to share over the air. If you don't have one, you can share the internet via Ethernet by connecting a second PC or laptop directly to the first.

Does this drain my laptop battery?

Yes, using a Wi-Fi adapter in access point mode and actively transmitting data significantly increases power consumption. It is recommended to keep your laptop connected to the network.

How do I find out who is connected to my Wi-Fi?

In Windows 10/11, the "Mobile Hotspot" menu displays a list of connected devices. Third-party programs often offer more advanced features, allowing you to block users.