How to Turn on a Wi-Fi Hotspot on a Laptop: A Complete Guide

Situations where you urgently need to share the internet with other devices arise unexpectedly: your home internet provider goes down, you need to connect your tablet to the network for an update, or a colleague needs access to resources for work. Fortunately, modern operating systems allow you to turn your laptop into a fully-fledged internet service provider. router In seconds, without installing any additional software. This is a built-in feature that works reliably and securely, as long as you know where the right switches are.

In this article, we'll take a detailed look at activating tethering on various platforms. You'll learn not only the standard steps but also nuances that are often overlooked, such as choosing the right frequency band or setting a sleep timer to conserve battery life. Mobile hotspot — is a powerful tool that should be in every user's arsenal.

Before moving on to practical steps, it's worth making sure your equipment is ready to work. Built-in Wi-Fi adapter It must be working properly, and the drivers must be updated to the latest version. If you're using a cable internet connection, make sure it's active, as this is the channel that will be broadcast to other devices.

Preparing equipment and checking drivers

The first step should always be hardware diagnostics. Even if the laptop is connected to the network, the wireless module may be malfunctioning or disabled in the system. Check whether the Wi-Fi indicator on the device or in the system tray is lit. The absence of a wireless network icon often indicates a failed driver or a physically disconnected adapter.

To check the status of your drivers in Windows, open Device Manager. Right-click the Start button and select the appropriate item from the menu. Find the "Network Adapters" section in the list and expand it. You're looking for a device whose name contains the words Wireless, Wi-Fi or 802.11If there's a yellow triangle next to the name, it means the driver is malfunctioning and needs to be reinstalled.

Users often forget that in order to share the internet, the laptop itself must have a connection to the global network. This may be Ethernet cable, connected to a provider's router, or even mobile internet via a USB modem, although in the latter case, cascading networks can cause IP address conflicts. Ensure the primary data source is stable before launching the access point.

☑️ Check before launching the access point

Completed: 0 / 4

Activating a hotspot in Windows 10 and 11

In modern versions of Microsoft's operating system, the setup process is simplified and brought directly to the interface. You don't need to delve into the depths of the command line, although that method does exist and will be described below. The standard route is through the settings menu, where all settings are logically grouped.

Open the Start menu and go to Settings (the gear icon). Select "Network & Internet," then find "Mobile hotspot" in the sidebar. This is where the main switch is located. Move the slider to the "On" position under "Allow other devices to use my internet connection."

⚠️ Attention: If you're using a corporate network with a strict security policy, your administrator may have blocked the ability to create access points through group policies. In this case, the slider may be grayed out or hidden.

The system will automatically suggest a network name and password, but it's best to change them to something more understandable. Click the "Change" button to set your own. SSID (network name) and a complex password that's difficult to brute-force. You can also select the frequency range here: 2.4 GHz or 5 GHz. Selecting 5 GHz will provide faster speeds, but older devices may not detect your network.

📊 Which frequency range do you prefer for distribution?
2.4 GHz (best compatibility)
5 GHz (high speed)
Automatic selection
I don't know what this is

One useful feature in Windows 10 and 11 is the ability to automatically turn off your hotspot. If no one connects to your laptop for a certain amount of time, the system will disable the hotspot to save power. This is especially useful if you're running on battery power and want to avoid unexpected battery drain.

Setting up Wi-Fi sharing on macOS

Apple computer users can also easily turn their laptop into a router, but the settings interface is different. In macOS, this feature is called "Internet Sharing." The logic remains the same: you take the internet connection from one interface (e.g., Ethernet) and distribute it through another (Wi-Fi).

To get started, open System Preferences (or System Preferences in newer versions of macOS). Go to General and select Sharing. In the list of services, find Internet Sharing, but don't check the box to activate it yet. First, you need to configure the settings: in the Internet Connection Sharing field, select a source (e.g., USB Ethernet), and in the For computers using field, select Wi-Fi.

Next, click the "Wi-Fi Setup" button to configure the parameters of the network you're creating. Here you can enter a network name, select a channel (it's best to leave it set to "Automatic"), and set a password with encryption. WPA2/WPA3Security in macOS is very well implemented, so the system may flag the use of weak passwords as a warning.

Parameter Windows 10/11 macOS Recommendation
Path to settings Settings -> Network -> Hotspot System Preferences -> Sharing Use standard menus
Frequency selection 2.4 GHz / 5 GHz / Any Automatic / Channel 5 GHz for speed, 2.4 GHz for compatibility
Encryption WPA2-Personal WPA2/WPA3 Personal Always use encryption
Sleep timer Yes (customizable) No (manual only) Monitor your battery charge

After configuring the settings, return to the previous window and check the box next to "Internet Sharing." The system will ask for confirmation—click "Start" or "OK." Your Mac is now broadcasting the network. Please note that when you enable this feature, macOS may change the IP address of the network interface, which is normal.

Using the Command Prompt for Advanced Users

For those who prefer control over the graphical interface or encounter errors in the standard menu, there's a command-line activation method. This method is universal for all versions of Windows, starting with Windows 7, and allows you to create an access point even if the graphical interface is glitchy.

Run the command prompt as administrator. To do this, enter cmd In the search box, right-click the result and select "Run as administrator." First, check whether your adapter supports hosted network mode. Enter the command:

netsh wlan show drivers

In the list that appears, find the line "Hosted network support." If it says "Yes," you can continue. If it says "No," you won't be able to launch the access point programmatically—you'll need to update the drivers or replace the Wi-Fi adapter. Next, create the network with the command:

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

Here ssid — this is the name of your network, and key — password (minimum 8 characters). After creating the configuration, the network must be started with the command netsh wlan start hostednetworkHowever, the setup doesn't end there: you need to enable connection sharing in your network adapters by rerouting the internet connection from the main cable to the created virtual adapter.

What should I do if the start hostednetwork command returns an error?

This error often occurs because the "WLAN AutoConfig" service is stopped. Open services.msc, find this service, set the startup type to "Automatic," and start it. Also, try disabling your antivirus software during setup.

Troubleshooting connection issues and errors

Even with proper configuration, users may encounter difficulties. One of the most common issues is devices seeing the network but failing to connect, displaying the error "Unable to connect to this network." This is often due to incompatible security standards or frequency bands.

If your laptop is broadcasting at 5 GHz, but the connected device (such as an older smartphone or tablet) only supports 2.4 GHz, it simply won't see the access point. In this case, you'll need to force the adapter to switch to the 2.4 GHz frequency in the driver settings or hotspot menu. 2.4 GHzAlso try changing the security type to WPA2-Personal, as WPA3 is not supported by all devices.

⚠️ Attention: Antivirus programs and firewalls may block incoming connections to the created access point. If the network is created but the internet connection isn't transmitting, try temporarily disabling the firewall or adding an exception for public access.

Another issue is the lack of internet access on connected devices, even though the network itself is working. This means the laptop isn't sharing its connection. In Windows, this is handled by the Internet Connection Sharing (ICS) service. Make sure that "Allow other network users..." is checked in the "Sharing" tab of the primary adapter (the one that provides the internet connection) and the correct virtual adapter is selected.

Safety and battery impact

By turning your laptop into a hotspot, you take responsibility for the security of your data. An open network without a password is an invitation for hackers to intercept your traffic. Always use encryption. WPA2 or WPA3 and set complex passwords containing letters, numbers and special characters.

Access point mode significantly increases power consumption. The Wi-Fi module operates in constant signal transmission mode, which heats the device and quickly drains the battery. If you plan to share the internet for extended periods, it's best to connect your laptop to a power outlet. Continuous operation at high speeds can also lead to overheating, which is critical for some Ultrabooks.

Remember to turn off your hotspot when not in use. This will not only save battery power but also reduce the risk of unauthorized access if you forgot to set a password or used a weak encryption key. Windows can be configured to automatically turn off after 10 minutes of inactivity.

Comparison with a mobile hotspot on a smartphone

A common question arises: why enable a hotspot on a laptop if a smartphone can do it? A laptop's main advantage is its more powerful antenna module and the ability to work via wired Ethernet, which provides stability unmatched by mobile internet. Furthermore, a laptop won't run out of battery after two hours of active data sharing if it's connected to the internet.

On the other hand, a laptop is less mobile. If you need to share internet in a cafe or park, a smartphone is more convenient. But in an office setting or at home, when the Wi-Fi router is broken, a laptop is an ideal replacement. It provides coverage comparable to a fixed router and allows you to connect more devices without sacrificing the performance of your primary system.

Furthermore, a laptop can be used to implement more complex schemes, such as port forwarding or setting up a local server for connected clients, which is typically unavailable on smartphones without root access. This makes the laptop a versatile tool for system administrators and IT specialists.

Is it possible to share Wi-Fi if the laptop itself is connected via Wi-Fi?

Technically, this is possible, but it requires two Wi-Fi adapters (for example, a built-in one and a USB dongle). One adapter receives the internet, the other distributes it. Using a single adapter for both receiving and transmitting in access point mode is not possible using standard Windows tools, although some drivers allow you to create virtual interfaces.

Why does the access point turn off by itself after 10 minutes?

This is a standard Windows behavior to save power. If no one connects to the created network within a specified time, the system disables hotspot mode. This can be changed in the mobile hotspot settings by selecting "Never" in the timer section.

How many devices can be connected to a laptop?

The limit depends on the operating system and the power of the Wi-Fi adapter. Windows and macOS typically handle 5-8 active connections without issue. With more devices, you may experience a drop in speed and an increase in ping, as the laptop's processor begins to struggle with packet routing.

Does antivirus software affect the operation of an access point?

Yes, some antivirus programs with "Network Protection" or "Firewall" features may block incoming connections to the virtual adapter. If the network is created but the internet connection is not working, check your firewall settings and add the "Public Network" profile to the exceptions list or temporarily disable protection to test.