How to share internet from your laptop to your phone via Wi-Fi in Windows 11

Running out of mobile data on a smartphone and not having a wired connection is a common occurrence for many users. Fortunately, the operating system Windows 11 offers a built-in and relatively simple mechanism for turning your laptop into a fully-fledged wireless router. This feature, known as "Mobile Hotspot," eliminates the need to install third-party software or purchase additional devices.

The essence of the process is that your computer, which already has access to the global network via an Ethernet cable or Wi-Fi, begins to broadcast a signal that can be picked up by any phone, tablet, or other laptop. Internet Sharing It works virtually without delay, providing a stable connection for work, study, or entertainment. Just make sure your device's network adapter supports this technology, which is true for the vast majority of modern models.

In this article, we'll cover how to set up an access point, what nuances to consider when choosing a frequency band, and how to troubleshoot common connection issues. You'll learn how to manage security settings and optimize power consumption to prevent your laptop's battery from dying at the most inopportune moment. Understanding these processes will allow you to always stay online using your fixed-line connection.

What is a mobile hotspot in Windows 11?

Mobile hotspot is a native operating system feature that creates a virtual wireless network. Unlike older methods that required complex command line configuration or installation of virtual adapter drivers, Windows 11 This process is as automated as possible. The computer acts as a router, forwarding data packets from connected devices to the main communication channel.

The main advantage of using built-in tools is stability and security. The system uses standard encryption protocols. WPA2-Personal, which protects transmitted data from being intercepted by attackers in public places. Furthermore, you don't need to worry about compatibility, as this feature is deeply integrated into the OS kernel and operates at the network driver level.

⚠️ Note: When actively sharing internet, the laptop consumes more power because the wireless module is constantly transmitting. It is recommended to keep the device connected to a charger or monitor the battery level.

It's worth noting that you can share internet access via any method. As long as your laptop is connected to your ISP's network via cable, Ethernet, it will broadcast this signal. Similarly, if the computer itself receives internet via Wi-Fi, it can rebroadcast it, although in this case, the speed may be somewhat lower due to the way the wireless adapter operates in both transmit and receive mode.

Preparing a laptop to work in router mode

Before you begin setting up, you need to make sure your equipment is ready to use. First, check if it's turned on. Wi-Fi module On a laptop. Even if you plan to share internet via a cable, the wireless adapter must be active, as it will act as the antenna for transmitting the signal.

It's also worth checking the status of your network adapter drivers. Outdated software may not support new features. Windows 11 or unstable operation. Open Device Manager and ensure that there are no exclamation marks in the "Network Adapters" section and that the drivers are updated to the latest version recommended by the manufacturer.

☑️ Equipment preparation

Completed: 0 / 4

Choosing your internet source is important. If you're using a wired connection, make sure the cable is securely plugged into the port. LAN and the corresponding indicator lights up. When using Wi-Fi as a source, ensure the signal is strong enough, as rebroadcasting a weak signal will result in extremely low speeds on connected devices.

Step-by-step configuration of an access point through system settings

Setting up Internet distribution in Windows 11 This is done through the updated Settings menu, which is more streamlined than the interface of previous versions of the system. To get started, open the Start menu and go to Settings (the gear icon) or use the keyboard shortcut Win + IIn the left column, select the "Network and Internet" category.

In the list that opens, find "Mobile Hotspot." This is where all the necessary settings are located. Toggle the slider to "On" at the top of the window. The system will automatically suggest a network name and password, which you can change by clicking "Change." In the window that appears, create a descriptive network name (SSID) and create a strong password to protect against unauthorized access.

Setting parameter Description Recommended value
Network name (SSID) The name that the phone will see A unique name without special characters
Password Security key for connection Minimum 8 characters, letters and numbers
Frequency range Wireless communication standard Any available (or 5 GHz for speed)
Connection source Where to get internet for distribution Wi-Fi or Ethernet (depending on the situation)

Pay special attention to the "Frequency Range" field. Here you can select your preferred frequency: 2.4 GHz, 5 GHz, or "Any available." Select 5 GHz This will provide higher data transfer speeds, but the range will be shorter, and older devices may not see the network. The 2.4 GHz band has better penetration and compatibility, but may be congested by neighboring routers.

What should I do if the Mobile Hotspot button is greyed out?

If the switch is grayed out, the Wi-Fi adapter may be disabled in Device Manager or the driver may not support the hosted network feature. Try updating the driver or restarting the computer.

Selecting a frequency range and managing the connection

Choosing the right frequency is key to the stable operation of your mini-network. If you're in an apartment building, the 2.4 GHz band may be heavily polluted, resulting in slower speeds and increased ping. In such cases, using the 5 GHz band is the preferred solution, if your devices support this standard.

However, physical limitations should be considered. The 5 GHz signal has poorer penetration through walls and obstacles. If your laptop and phone are in different rooms or separated by a solid wall, it's best to switch to 2.4 GHz or move the devices closer together. Connection management also includes the ability to view a list of connected devices directly in the hotspot settings interface.

  • 📶 2.4 GHz: Maximum compatibility with all devices, large range, but lower speed and high airtime congestion.
  • 🚀 5 GHz: High data transfer speed, less interference from neighboring networks, but shorter range and older gadgets.
  • 🔄 Any available: The system will automatically select the optimal option depending on the adapter's capabilities, which is convenient, but not always effective.

In the settings window, you'll also see the number of connected devices (up to 8). By clicking on a specific device, you can view its IP address and block access if necessary, although in the basic Windows interface, blocking functionality is limited to simply disabling the hotspot or changing the password.

📊 Which frequency range do you prefer to use?
2.4 GHz (better at penetrating walls)
5 GHz (higher speed)
Any available (as it happens)
I don't know, I use it by default

Alternative methods: Command Prompt and PowerShell

For users who prefer full control over the system or encounter errors with the graphical interface, there is a command-line configuration method. This method allows you to create an access point even in cases where the standard settings menu does not work. Windows 11 It's not working correctly. First, 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 "Yes," you can proceed with setup. If it says "No," your driver or adapter doesn't support this feature and needs an update.

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

netsh wlan start hostednetwork

After running the command, the network will be created, but the internet connection won't be available yet. Go to "Control Panel" → "Network and Internet" → "Network and Sharing Center" → "Change adapter settings." Find your primary internet adapter, right-click → "Properties" → "Sharing" tab, and allow other users to use the connection by selecting the newly created virtual network from the list.

⚠️ Note: When using the command line, changes are not automatically saved after a reboot. You will need to re-enter the commands to start the hotspot or create a batch file for automation.

This method is useful because it allows for more flexible settings and system-level error diagnostics. However, for everyday use, the standard "Options" interface remains more convenient and less prone to syntax errors when entering commands.

Troubleshooting connection issues and errors

Despite the well-oiled mechanism, users may encounter various issues. One of the most common is that the phone sees the network but is unable to connect, displaying an error about obtaining an IP address. In this case, try resetting the network settings on your laptop. Go to "Settings" → "Network & Internet" → "Advanced network settings" → "Reset network."

Another common issue is the disappearance of the access point after the laptop wakes from sleep mode. Windows power saving often disables the Wi-Fi adapter to conserve battery power. To fix this, open Device Manager, find your wireless adapter, open its properties, and in the Power Management tab, uncheck "Allow the computer to turn off this device to save power."

  • 🔌 Problem with DHCP: If the devices do not receive an IP, try manually entering a static IP on the phone or restarting the DHCP service on the router if distribution is done through it.
  • 🛡️ Blocked by antivirusThird-party firewalls may be blocking the creation of the virtual adapter. Try temporarily disabling your antivirus to check.
  • 📉 Low speed: Often caused by channel congestion. Change the channel in the source router settings or switch the hotspot frequency.

It's also worth keeping in mind that some mobile internet providers may block traffic distribution (TTL filtering) if they notice you're using a connection on a device other than the one your SIM card is registered to. Such restrictions are less common with home internet, but it's always a good idea to check your plan's terms.

Why doesn't the laptop see the network created by the phone, but distributes it itself?

This may be due to differences in security standards or frequencies. Make sure your laptop supports Wi-Fi 6 (802.11ax) if your phone only shares the network in this mode. Also, check to see if the network name (SSID) is hidden on your phone.

Is it possible to share the Internet if the laptop is connected via a USB modem?

Yes, Windows 11 allows you to select a USB modem (such as a 4G dongle) as the internet source in the mobile hotspot settings. Simply select the appropriate connection from the "Source" drop-down list before enabling sharing.

How can I find out how much traffic my connected devices have used?

The standard Windows 11 interface doesn't provide detailed traffic statistics for each client. However, the total amount of data transferred can be viewed in "Settings" → "Network & Internet" → "Data Usage" by selecting the appropriate network adapter.

Is it safe to use public Wi-Fi for tethering?

Using open public Wi-Fi as a hotspot is unsafe, as all your devices' traffic will pass through an unsecured network. It's recommended to use a VPN on your laptop before enabling the hotspot to encrypt the data stream.

What should I do if the "Mobile Hotspot" option is missing from the settings?

Most likely, the Wi-Fi adapter is disabled or faulty. Check the Device Manager to ensure the drivers are installed correctly. This feature may also be missing in limited versions of Windows (such as Windows 11 SE) or if there is no physical Wi-Fi antenna.