How to Share Internet from a Laptop to a WiFi Router: A Complete Guide

Many people are familiar with the situation when their primary internet provider suddenly goes down and they urgently need internet access. In such cases, a smartphone often comes to the rescue, but its battery drains quickly, and the signal deep inside the apartment can be weak. It's much more effective to use a laptop with a wired connection or a 4G modem as a gateway, broadcasting the signal to WiFi router or other devices.

This article describes in detail the process of creating an access point in Windows 10 and 11. We'll cover the built-in system tools, command line options, and specific router settings that allow you to receive a signal via cable or Wi-Fi. Understanding the operating principles NAT and DHCP protocols will help you avoid common configuration errors.

There are several scenarios for using this setup. You can connect your laptop to your work internet connection via a cable and share it with your home router, which doesn't have its own WAN port (or it's broken). Another option is for the laptop to receive internet via a USB modem and broadcast it further. In either case, your computer becomes the central hub of the network.

Equipment preparation and compatibility testing

Before you begin setup, you need to make sure your hardware supports the required features. Not all network adapters can simultaneously receive and transmit a signal, although modern laptops have this feature built in by default. Check for drivers for your Wireless LAN Adapter.

You'll need a stable internet connection on your laptop. This could be an Ethernet cable connected to your ISP's modem or a USB dongle with a SIM card. Without an active data source, creating a hotspot is pointless, as there won't be anything to broadcast.

Pay attention to your operating system version. In Windows 10 and 11, the settings interface is significantly different from older versions, such as Windows 7 or 8.1, which required third-party software or complex scripts. Now, this functionality is built into the system.

⚠️ Caution: If you are using a corporate laptop, your organization's security policies may block the creation of hotspots. In this case, please contact your system administrator, as attempts to bypass restrictions may result in account lockout.
  • 📡 A laptop with a working Wi-Fi module and Ethernet port.
  • 🔌 A working network cable (patch cord) for connecting to the router, if using a wired connection.
  • 💻 Windows 10 or 11 operating system with the latest updates.
  • 📶 A router that will operate in access point or client mode (if required).
📊 What internet source do you plan to use on your laptop?
Ethernet cable
USB 4G modem
Mobile Internet from your phone
Another Wi-Fi network

Setting up a mobile hotspot in Windows 10 and 11

The easiest and most modern way to solve this problem is to use the built-in "Mobile Hotspot" feature. This method doesn't require knowledge of the command line and works through a graphical interface. Open the Start menu and go to Settings → Network & Internet → Mobile Hotspot.

In the window that opens, select the connection source you want to share from the "Internet Connection" drop-down list. Then click the "Edit" button to set the network name (SSID) and password. Encryption is recommended. WPA2-Personal to protect the channel from outsiders.

After saving the settings, toggle the "Mobile Hotspot" switch to the "On" position. Your laptop will now emit a WiFi signal. Other devices can find your network by the specified name and connect using the specified password. The system will automatically configure DHCP settings.

It's important to note that when this feature is enabled, Windows may automatically disable power saving for the network adapter to prevent connection drops. However, if the laptop goes into sleep mode, internet tethering will stop. Adjust your power settings accordingly.

Using the command line to create a network

For more flexible configuration that does not depend on the graphical interface, you can use the utility netshThis method is useful if the standard menu doesn't work or you need to create a network with custom settings. Run the command prompt as administrator.

The first step is to check for hosted network support. Enter the command netsh wlan show drivers and find the line "Hosted network support." If it says "No," update your network card drivers. If it says "Yes," continue with setup.

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

netsh wlan start hostednetwork

After running the command, the virtual adapter will be created. However, for the internet to work, one more critical step needs to be performed: forwarding the connection. Go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.

Find the adapter your laptop uses for internet (e.g., Ethernet). Right-click it, select "Properties," and then go to the "Sharing" tab. Check "Allow other network users to connect through your internet connection" and select your newly created virtual adapter from the list.

What to do if the network is created, but there is no internet?

Often, the problem stems from an IP address conflict. Try manually entering an IP address for the virtual adapter in the 192.168.137.1 range and leaving the gateway blank. Also, make sure the Internet Connection Sharing (ICS) service is running in services.msc.

Connecting a router to a laptop via cable (WAN-to-LAN)

If you want to share internet from your laptop to a second router that will provide coverage throughout your home, you'll need a cable connection. In this case, the laptop acts as a modem. Connect the laptop's LAN port to the router's WAN port with a network cable.

The router must be configured to use the "Dynamic IP" connection type. In this mode, the router will request an address from the laptop. Since the laptop is already configured to share (via a hotspot or forwarding), it will act as a DHCP server for the router.

It's important to avoid IP address conflicts. If your laptop's LAN address is, for example, 192.168.1.1, and the router's default address is also 192.168.1.1, an error will occur. You need to change the router's LAN IP address to a different one, for example, 192.168.2.1, through its web interface.

Parameter Meaning on a laptop Value on the router Note
IP address 192.168.137.1 192.168.2.1 Subnets must be different
Mask 255.255.255.0 255.255.255.0 Standard mask
DHCP Enabled (server) Enabled (client) Distributes addresses to the laptop
Gateway - 192.168.137.1 Laptop address
⚠️ Important: When connecting two devices via LAN ports (if WAN is not used), ensure the DHCP server on the second router is disabled, otherwise address confusion will occur on the network. In WAN-to-LAN mode, DHCP on the router must operate in client mode.

Client or repeater mode on a router

Some modern routers, for example, models from Keenetic, Asus or MikroTik, support "Client" or "Repeater" modes. In this mode, the router connects wirelessly to the laptop's WiFi network. This eliminates unnecessary cables and allows you to place the access point in a convenient location.

To configure the settings, log in to the web interface of the router that will receive the signal. Find the wireless settings section and select "Client Mode" or "Wireless Bridge (WDS)." Scan for available networks and select your laptop's SSID.

Enter your laptop's WiFi password. After saving the settings, the router will reboot and attempt to establish a connection. If everything is set correctly, the WAN or WiFi indicator will light up, indicating a successful connection to the internet source.

☑️ Client Mode Setup Checklist

Completed: 0 / 5

It's worth keeping in mind that the speed in repeater mode will always be lower than with a wired connection, as the radio channel is split in half for receiving and transmitting data. This is sufficient for watching videos or surfing, but lag may occur for gaming.

Troubleshooting connection errors and problems

Even with proper configuration, issues can still occur. One of the most common issues is devices connecting to WiFi but displaying "No internet access." This means there's a physical connection, but no traffic routing. Check to see if your antivirus or firewall is blocking the overall connection.

Another common error is selecting the wrong frequency range. If a laptop only broadcasts on the 5 GHz band, and an older device only searches for 2.4 GHz, it simply won't see the network. You can force the mode in the WiFi adapter driver settings. 802.11 b/g/n.

If your connection speed is extremely slow, try changing your wireless network channel. In apartment buildings, the airwaves are often clogged with neighboring signals. Use WiFi analysis apps to find a free channel and manually enter it in the settings, avoiding "Auto" mode.

  • 🔄 Reset TCP/IP settings with the command netsh int ip reset in the command line.
  • 🛡️ Temporarily disable third-party antivirus software to check its impact.
  • 📡 Make sure your WiFi adapter drivers are updated to the latest version from the manufacturer's website.
  • 🔌 Check the integrity of the network cable if you are using a wired connection.

Questions and Answers (FAQ)

Is it possible to share WiFi from a laptop if it is itself connected via WiFi?

Technically, this is possible, but it requires two wireless adapters or virtualization driver support. Most laptops receive internet via cable and distribute it via WiFi. Using a single adapter (simultaneously receiving and distributing), speed and stability can be significantly reduced.

Why does my laptop drain quickly when sharing the internet?

Constant data transfer and high-power WiFi use a lot of power. For extended use in this mode, we recommend connecting the laptop to a power outlet and selecting "High Performance" mode in the power plan settings.

How do I know who is connected to my hotspot?

In the standard Windows 10/11 interface, a list of connected clients is displayed in the "Mobile Hotspot" window. The device name and assigned IP address are visible there. For more detailed monitoring, you can use third-party utilities or view the list in cmd via command arp -a.

Does antivirus software affect the operation of an access point?

Yes, some antivirus software may block the creation of a virtual adapter or prohibit port forwarding. If the network is created but the internet isn't working, try adding an exception rule to your antivirus's firewall for the Internet Connection Sharing service.