How to share internet from your computer to your phone via Wi-Fi

Situations where the only source of internet access is a wired internet connection on a desktop PC or laptop, while mobile devices require a connection, arise quite frequently. Modern operating systems allow you to turn your computer into a fully-fledged router, creating a virtual access point. This solution is ideal when the main router is temporarily unavailable or when you need to extend wireless coverage to a remote room.

The setup process may seem complicated at first glance, but the built-in tools in Windows 10 and 11 make it much easier. You don't need to install any third-party software or have in-depth knowledge of network architecture. Simply follow a few steps in the system settings to enable your laptop to broadcast a signal that can be picked up by smartphones, tablets, and even smart TVs.

In this article, we'll cover all the steps involved in setting up Wi-Fi sharing, examine potential driver issues, and offer alternative methods for when the standard method fails. You'll learn how to manage security settings and frequency ranges, which is especially important for modern devices that require a stable 5 GHz connection.

Checking hardware support and drivers

Before you begin software configuration, you need to make sure your network equipment is physically capable of operating in access point mode. Most modern Wi-Fi adapters support the standard. Virtual Wi-Fi, but this feature may not be available on older models or if drivers are missing. Without support for this technology, the computer will only be able to receive a signal, not transmit it.

You can perform the check via the command prompt launched as administrator. Enter the command netsh wlan show drivers and press Enter. In the list that appears, find the line "Hosted network supported." If it says "Yes," your adapter is ready to use. If it says "No," you won't be able to start sharing software without replacing the hardware.

⚠️ Attention: If your drivers were recently updated and the feature stopped working, try rolling back the driver version in Device Manager. New software versions from manufacturers sometimes contain bugs that block AP (Access Point) mode.

It's also worth considering that some corporate security policies or antivirus programs may block the creation of virtual networks. In such cases, you'll need to temporarily disable the firewall or add an exception for Windows network services. Make sure your Wi-Fi module isn't in airplane mode and the physical switch (if available on your laptop) is enabled.

📊 What type of internet connection do you have on your PC?
Wired Ethernet
Mobile modem (USB)
Another Wi-Fi (repeater)
Fiber optic directly

Setting up a mobile hotspot in Windows 10 and 11

Starting with Windows 10, Microsoft introduced a native "Mobile Hotspot" tool that eliminates the need for complex commands. It's the simplest and most reliable way to share Wi-Fi with other devices on your computer. The settings interface is intuitive and accessible through the standard system settings menu.

To activate this feature, open the Start menu and select "Settings" (the gear icon), then go to "Network & Internet." In the left menu, find "Mobile Hotspot." Here, you need to select the connection source your computer will share. This is typically your main Ethernet cable or Wi-Fi connection if you want to extend its range.

☑️ Pre-launch check

Completed: 0 / 4

Next, click the "Change" button to set the network name (SSID) and password. It is recommended to use the security protocol WPA2-Personal, as it provides sufficient encryption for home use. After saving the settings, simply toggle the "Allow access to my internet connection..." switch to the "On" position.

It's important to note that when operating in access point mode, your computer may consume more power, especially if it's a laptop. The system automatically optimizes power consumption, but for stable operation, it's best to keep your device connected to a charger. It's also worth remembering that the number of connected clients is limited by the network adapter's capacity; typically, it's 8 devices at a time.

What should I do if the "Edit" button is inactive?

If you can't change your network settings, try temporarily disabling your antivirus or firewall. Another possible cause of the problem may be that the network adapter is being used by another process. Restarting the Connection Manager service often resolves this issue.

Using the command line to create an access point

For users who prefer the classic methods, or in situations where the graphical interface doesn't work correctly, there's an alternative via the command line. This method provides deeper control over network settings and allows you to configure hidden features not available in the regular menu. It's especially useful for Windows 7 and older versions that do not have a built-in hotspot.

Launch Command Prompt as administrator. The first step is to create a new virtual network. Enter the command: netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword123. Here ssid — this is the name of your network, and key — a password that must be at least 8 characters long. After entering, press Enter to apply the settings.

The next step is to launch the created network. For this, use the command netsh wlan start hostednetworkIf everything went well, you'll see a message stating that the hosted network has started. Your computer is now broadcasting a signal, but the internet connection isn't yet available. To fix this, open "Control Panel" -> "Network and Internet" -> "Network and Sharing Center."

In the left pane of the window, select "Change adapter settings." Find your primary internet connection (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 drop-down list below, select the virtual network you created (usually named "Wireless Network Connection" with a number).

Parameter Description Recommended value
SSID Wireless network name In Latin, without special characters
Security key Password for connection Minimum 8 characters, mix of letters and numbers
Frequency range Adapter operating frequency 5 GHz (if supported)
Protocol Data encryption type WPA2-Personal

Setting up shared access and resolving IP conflicts

Even after successfully launching the access point, devices may connect to Wi-Fi but not access the internet. This is a classic issue with IP address conflicts or incorrect DNS settings. The router should correctly assign addresses to clients by acting as a DHCP server, or clients should receive addresses automatically from the main router if the network is bridged.

Most often, resetting network settings solves the problem. Open a command prompt and enter the following commands in sequence: ipconfig /flushdns, ipconfig /release, ipconfig /renewThis will clear the DNS cache and request a new configuration from the system. If this doesn't help, check the TCP/IPv4 protocol properties in the virtual adapter settings.

Make sure that the IPv4 properties are set to obtain an IP address and DNS server automatically. In some cases, especially when using a static IP address on the primary connection, you may need to enter the address manually. For example, set the IP address 192.168.137.1 and a mask 255.255.255.0This is the standard address that Windows often assigns to virtual adapters when sharing is enabled.

⚠️ Attention: If you change the IP address manually, make sure it doesn't match the address of your main router. Address conflicts within the same subnet will result in complete loss of connectivity for all devices.

It's also worth checking Windows services. Click Win + R, enter services.msc and find the "Internet Connection Sharing (ICS)" service. Make sure it's running and the startup type is set to "Automatic." Without ICS running, Wi-Fi sharing on your computer won't work, even if all other settings are correct.

Features of distribution via Wi-Fi adapter (Repeater mode)

A scenario where a computer is connected to a Wi-Fi router and simultaneously broadcasts Wi-Fi deserves special attention. Not all network cards support simultaneous operation in client and access point mode on the same frequency. If your adapter operates at 2.4 GHz, it may not be able to handle the double load, resulting in slower speeds or connection interruptions.

Windows 10 and 11 partially address this issue: the system can use a single physical adapter for both receiving and distributing data, but this often results in a halving of bandwidth. The ideal solution is to have two network cards: one receiving the signal (or connected via cable), and the other distributing it. On dual-band laptops, you can try receiving the signal on 5 GHz and distributing it on 2.4 GHz.

For advanced users, there's the option of creating a bridged connection. This allows you to combine a physical Wi-Fi adapter and a virtual access point into a single logical interface. However, this setup requires a precise understanding of the network topology. An incorrectly configured bridge can lead to a broadcast storm loop, which will cripple the local network.

If you notice that the internet speed on your connected phone is extremely slow, try changing the broadcast channel. In congested apartment buildings, there may be no free channels left. Use Wi-Fi analyzer apps on your smartphone to find the least congested channel and set it in the wireless adapter driver settings via Device Manager.

Diagnostics and troubleshooting

Despite the ease of setup, users often encounter errors like "Unable to configure mobile hotspot" or the client repeatedly trying to obtain an IP address. One of the most common causes is power saving. Windows may automatically disable the Wi-Fi adapter to save power, which interrupts the connection. To fix this, open Device Manager, locate your wireless adapter, open "Properties," and in the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."

Another common issue is antivirus software. Third-party firewalls (Kaspersky, ESET, Avast) may block the creation of a virtual adapter, considering it suspicious activity. Try temporarily disabling network protection or adding an exception rule for system processes. svchost.exe, which are responsible for network services. Reinstalling the Wi-Fi module drivers from the laptop manufacturer's official website, rather than through Windows Update, also helps.

If all else fails, perform a full network reset. In Windows Settings, find the "Network Status" section and scroll down to the "Network Reset" button. This will delete all saved Wi-Fi profiles, reset TCP/IP settings, and reinstall your network adapters. After restarting your computer, try setting up the sharing again from scratch.

⚠️ Attention: Resetting your network will delete all saved Wi-Fi passwords. Make sure you remember the access keys for your primary access points before performing this operation.

In rare cases, the problem may lie with the IPv6 protocol itself. Try unchecking "Internet Protocol Version 6 (TCP/IPv6)" in your network connection properties. Sometimes protocol stack conflicts prevent NAT (network address translation), which is necessary for internet sharing, from working correctly.

Why does the phone see the network, but says "Failed to connect"?

Most often, this indicates a security type or password mismatch. If a password is set on the computer and the phone attempts to connect without one (or vice versa), an error will occur. The issue could also be with the frequency range: older phones won't see 5 GHz networks if the computer driver is hard-wired to that standard. Try changing the security type to WPA2-Personal and the frequency range to "Any" or 2.4 GHz.

Is it possible to share the Internet if the PC is connected via a 3G/4G modem?

Yes, this is possible. In the mobile hotspot settings, select your USB connection (operator name) as the internet source. The upload speed will be limited by the mobile signal speed and the power of the Wi-Fi transmitter in your laptop. Make sure your carrier plan allows tethering, otherwise there may be restrictions or additional fees.

How to increase the range of Wi-Fi from a laptop?

Laptops' built-in antennas are weak. To increase the range, you can use an external USB Wi-Fi adapter with a powerful antenna. Connect it, install the drivers, and select this adapter in the settings when creating an access point (if your system allows a choice). Placing the laptop elevated and away from metal objects and microwaves will also help.

Does the operator charge for internet distribution from a phone, and not from a PC?

Operators typically don't charge for tethering with home wired internet (like the cable in your apartment), as traffic is often unlimited. However, if you're tethering from a laptop connected via a mobile 4G modem, operators may monitor TTL requests and block tethering or charge separately if it's not included in your plan.