How to share internet from Wi-Fi to Ethernet in Windows 10

The situation where a laptop is connected to a wireless network, while a desktop computer or gaming console requires a wired connection, is quite common in modern apartments. Windows 10 Provides built-in tools that let you turn your laptop into a fully-fledged network bridge without purchasing additional hardware. This solution is ideal for temporary network setups or for devices lacking a module. Wi-Fi.

The process is based on technology NAT (Network Address Translation), which allows you to translate data packets between two interfaces. You don't need to be a system administrator to perform this task, but you do need to be careful when selecting network adapters. Incorrectly selecting the traffic source will result in the internet not being available on the connected device.

Before you begin setup, make sure your laptop is connected to a stable wireless network and has access to the global network. You will also need a working LAN cable (twisted pair) and a free Ethernet port on the receiving device. In some cases, the network card drivers must be updated to the latest version for the bridge to function correctly.

⚠️ Warning: When creating a bridge, your Wi-Fi connection may be briefly interrupted and then restored. This is normal operating system behavior when redistributing network traffic.

There are two main ways to accomplish this task: through the Network Connections graphical interface and using the command line. The first method is more visual and suitable for most users, while the second is for those who prefer CLI (Command Line Interface) or encounters errors in the graphical shell.

📊 Which network setup method do you prefer?
Graphical interface (mouse)
Command Prompt (CMD)
PowerShell
Third-party programs

Preparing equipment and checking drivers

The first step should always be diagnosing the physical layer. Make sure the cable you plan to use to connect the laptop and the target device is intact. Damaged insulation or a broken wire inside twisted pair will result in the absence of a link, and no software settings will help.

Go to device Manager and check the network adapter status. If the Ethernet card icon has a yellow exclamation point, you must first install or update the drivers. Without proper hardware operation, software configuration of the bridge is impossible.

It's also worth checking whether power saving mode is enabled for the network adapter, which can disable the port to conserve battery power. In the device properties in Task Manager, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device."

It's important to understand that the laptop will act as the default gateway for the second device. This means that all requests from the connected device will go through the laptop's Wi-Fi adapter, which may slightly increase ping due to the overhead of packet processing.

Setting up via Network Connections (Classic Method)

The most reliable way to distribute is to use the built-in bridge feature. To get started, press the key combination Win + R and enter the command ncpa.cplThis will open a window with all network connections, where you will see your adapters.

Find the adapter that you have internet through (usually it's called Wi-Fi or Wireless network), and an adapter that will distribute the Internet (Ethernet). Select them both by holding down the key Ctrl and clicking on each of them. Once selected, right-click on any of the selected adapters.

In the context menu, select "Configure Bridge." The system will create a new "Network Bridge" object, which will combine the two interfaces into a logical unit. The initialization process may take anywhere from a few seconds to a minute.

☑️ Check before creating a bridge

Completed: 0 / 4

Once the bridge is successfully created, the connection status will change to "Connected." Devices connected to the laptop's LAN port will now receive IP addresses from the same subnet as the laptop itself and have internet access.

⚠️ Note: If you are using a corporate network or a network with web-based authentication (Captive Portal), creating a bridge may not work without additional proxy server or MAC address configuration.

Alternative Method: Command Prompt and Netsh

For users who prefer precise control over the system, a console configuration method is available. Launch the command prompt as administrator. First, find out the exact names of your connections by entering the command:

netsh interface show interface

In the list, find the names of your Wi-Fi adapter (source) and Ethernet adapter (destination). They may be called "Wireless Network," "Ethernet," "Local Area Connection," or have unique names assigned by the driver manufacturer.

To create a bridge, enter the command, substituting your interface names in quotation marks:

netsh bridge add Bridge "WiFi_Adapter_Name" "Ethernet_Adapter_Name"

This method is especially useful if the Windows graphical interface is malfunctioning or if you're configuring the system remotely. The command line provides instant results without restarting the network connection service.

What to do if the command fails?

If the system returns an error, try deleting the existing bridge with the netsh bridge delete bridge command and then re-creating it. Also, check to see if the NetBios service or DHCP client is blocked.

Manually Configuring IP Addresses and DNS

In rare cases, automatic receipt of addresses (DHCP) doesn't work correctly, and the devices can see each other but can't connect to the network. In this case, manually assigning static addresses is required. Open the Ethernet adapter properties on the receiving device (or on the laptop, if you're setting it up manually).

Select a protocol Internet Protocol version 4 (TCP/IPv4) and click "Properties." Select the "Use the following IP address" radio button. It's important to avoid address conflicts here. If the laptop's gateway 192.168.1.1, then the LAN port can be assigned 192.168.1.2.

It is recommended to enter the address of your provider or public DNS from Google as the main DNS server (8.8.8.8) and Cloudflare (1.1.1.1). This often solves problems with opening websites when the connection is working.

Below is a table with an example of a correct configuration for manual setup:

Parameter LAN port value (Laptop) Meaning for PC (Client)
IP address 192.168.1.2 192.168.1.3
Subnet mask 255.255.255.0 255.255.255.0
Main gateway 192.168.1.1 (or the address of the Wi-Fi router) 192.168.1.2 (laptop LAN address)
DNS server 1 8.8.8.8 8.8.8.8

After applying the settings, be sure to run the command ipconfig /flushdns in the command line to clear the DNS cache. This will help prevent the browser from opening old, cached error pages.

Diagnostics and troubleshooting

If you still can't connect to the internet, first check the bridge status in the network connections window. If the icon shows a red cross, there's no physical connection. Check the cable and the indicators on the network card.

A common problem is the Windows Firewall or third-party antivirus software. They can block packet forwarding between security zones. Try temporarily disabling your firewall to see if it's the cause of the traffic blocking.

It's also worth checking Windows services. Click Win + R, enter services.msc and find the "Remote Access Connection Manager" service. It should be started and running in automatic mode.

In some cases, resetting your network settings can help. In Windows 10, under "Network & Internet" -> "Status," you'll find a "Reset Network" button. This will reset all network adapters to factory settings.

Impact on performance and stability

Using a laptop as a router puts additional strain on the processor and RAM. The operating system must process packets twice: receiving them over Wi-Fi and sending them over Ethernet. This isn't noticeable on modern devices, but older laptops may experience sluggish performance.

Data transfer speed will also be limited by the speed of your wireless connection. If your Wi-Fi operates at 2.4 GHz and offers a speed of 50 Mbps, you won't get more than that over a cable, even if the cable supports 1 Gbps.

Additionally, the laptop must remain awake at all times. Sleeping the laptop will disconnect all connected clients. It is recommended to select the "High Performance" power plan in the power settings.

⚠️ Note: Wi-Fi and Ethernet interfaces operate in half-duplex mode in this configuration. This means data cannot be transmitted and received simultaneously at full speed, increasing latency (ping) in online games.

For gaming consoles such as PlayStation or XboxThis connection method can be useful for bypassing NAT restrictions if the router can't handle port forwarding. However, for 4K video streaming, stability may be lower than with a direct connection to the router.

Frequently Asked Questions (FAQ)

Is it possible to distribute Wi-Fi over Ethernet if the laptop only has one network card?

No, creating a bridge requires two physical interfaces: one for receiving (Wi-Fi) and one for distributing (Ethernet). If you don't have a built-in LAN port, you can use a USB-to-Ethernet adapter.

Why is the "No Internet Access" icon lit up on a connected device?

Most likely, Internet Sharing (ICS) isn't configured or the gateway is incorrect. Check if "Allow other network users to connect through my internet connection" is checked in the Wi-Fi adapter properties.

Does this distribution affect the speed of my Wi-Fi connection?

Yes, the bandwidth is divided between devices. Furthermore, the laptop acts as a bottleneck, as it processes traffic through software rather than hardware, like a dedicated router.

Does this method work for sharing internet on Smart TV?

Yes, most TVs with a LAN port will detect this connection correctly and automatically obtain an IP address. However, some models may require manual DNS configuration.