How to create a WiFi network on a Windows 10 laptop

A modern laptop can function as a full-fledged router, providing internet access to smartphones, tablets, and other devices. This capability is built directly into the operating system. Windows 10 and does not require installation of additional software. Mobile hotspot Allows you to instantly set up a local network if your main router fails or you need to distribute wired internet.

Setting up a wireless access point is important not only for the office but also at home, when you need to quickly connect guests' gadgets or TVs to the network. Microsoft has simplified the setup process to a minimum and takes just a couple of minutes. In this article, we'll detail the steps, possible errors, and troubleshooting steps.

Checking hardware and driver compatibility

Before you begin setting up, you need to make sure that your laptop technically supports the sharing mode. Wi-Fi adapter must support the standard 802.11ac or newer versions for stable operation. Most modern models released after 2015 support this feature by default.

However, if your network card drivers are outdated or installed incorrectly, the system may not see sharing capabilities. To check, go to Device Manager via the Start button context menu. Find the "Network adapters" section and make sure that there is an option next to your Wireless Adapter no yellow exclamation marks.

⚠️ Note: Some older USB adapter models only operate in client mode and are unable to create an access point. In this case, software methods will not help.

If the hardware is working properly but the function isn't working, try updating the driver through the laptop manufacturer's website. Often, standard Windows drivers don't activate all the module's hidden features. It's also worth checking whether the wireless module itself is enabled physically or in software.

Activating a mobile hotspot through settings

The easiest and most reliable way to create a WiFi network on a Windows 10 laptop is to use the built-in settings interface. This method doesn't require complex commands and is suitable for most users. Open the Start menu and select the gear icon to access system settings.

In the window that opens, find the "Network and Internet" section. In the left-hand menu, select "Mobile Hotspot." Here you'll see a switch that needs to be set to "On." The system will automatically prompt you to select the internet connection source you want to broadcast.

📊 What internet source are you planning to distribute?
Ethernet (cable)
Mobile Internet (4G/5G)
Other WiFi
Don't know

Next, you need to set a network name and password. Click the "Change" button to enter the desired name and security key. It is recommended to use the encryption standard WPA2-Personal, as it provides a sufficient level of data protection. After saving the settings, the network will be discoverable by other devices.

☑️ Setting up a hotspot

Completed: 0 / 5

Configuring security and frequency range settings

An important aspect of setting up a wireless network is choosing the right frequency band. In the hotspot settings menu, you can select "Any," "2.4 GHz," or "5 GHz." The choice depends on which devices will be connecting to your laptop.

Range 5 GHz provides higher data transfer speeds, but has a shorter range and penetrates walls worse. Range 2.4 GHz It's more versatile and compatible with older devices, but it can be overloaded by neighboring networks. If you're unsure, leave it at "Any," and the system will automatically choose the best option.

Pay special attention to the password. It must contain at least 8 characters, including letters and numbers. A weak password can lead to unauthorized access and data theft. You can also enable the "Allow power management" option in this section to prevent the network from being disconnected when the laptop goes into sleep mode.

Parameter 2.4 GHz 5 GHz Auto
Speed Average High Depends on the client
Range Big Average Optimal
Compatibility All devices Modern gadgets Universal
Noise immunity Low High Average
What to do if devices don't see the 5 GHz network?

Some older smartphones and tablets don't physically support the 5 GHz frequency. In this case, force the band to switch to 2.4 GHz in the hotspot settings.

Using the command line to create a network

For advanced users or in cases where the graphical interface isn't working correctly, there's an alternative method. It allows you to create a WiFi network on a Windows 10 laptop using console commands. This method provides more granular control over the parameters of the access point being created.

First, you need to launch the command prompt as administrator. Right-click the Start menu and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)." In the window that opens, enter the command to check for hosted network support:

netsh wlan show drivers

In the list of parameters, find the line "Hosted network support." If it says "Yes," your adapter is ready to use. If it says "No," a driver update or hardware replacement is unavoidable. Next, create the network itself by entering the following:

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

In this team ssid - this is the name of your future network, and key — password. After the command has successfully completed, the network has been created but is not yet running. To activate, enter the command netsh wlan start hostednetworkThe access point can now be found in the list of available connections.

Setting up Internet sharing

Setting up the network itself is only half the battle. For connected devices to access the global network, traffic forwarding must be configured. Without this step, the devices will connect to the laptop, but the internet will not work.

Open the Network Connections window. This can be done quickly by typing the command ncpa.cpl In the Run window (Win+R), find the adapter your laptop uses to connect to the internet (for example, Ethernet or your primary Wi-Fi). Right-click it and select "Properties."

Go to the "Access" tab. Check the box next to "Allow other network users to connect through this computer's Internet connection." In the "Home network connection" drop-down list, select the adapter that corresponds to the access point you created (often labeled "Local Area Connection" with a number or the name of your network).

⚠️ Note: After enabling sharing, the primary adapter's IP address may change to a static one (usually 192.168.137.1). If your internet connection is lost, try disabling and re-enabling the adapters.

Diagnosis and solution of typical problems

Despite the ease of setup, users may encounter errors. The system often displays "Unable to configure mobile hotspot," or the network is created but devices cannot obtain an IP address. Common causes include conflicting network settings or antivirus blocking.

If the network fails to create, try resetting your network settings. In Windows Settings, under Network Status, there's a "Reset Network" button. This will reinstall your network adapters and restore factory settings. After restarting your laptop, you'll need to repeat the hotspot creation process.

The issue could also be related to power saving. Windows may disable your Wi-Fi adapter to save power. Go to Device Manager, find your adapter, go to the "Power Management" tab in the Properties, and uncheck "Allow the computer to turn off this device."

Why is the yellow triangle on the network icon lit up?

This means there's a connection, but no internet access. Check your sharing settings and ensure the correct adapter is selected for sharing.

Is it possible to share WiFi if the laptop is connected via WiFi?

Yes, modern adapters support simultaneous transmission and reception. However, the speed may be lower than when transmitting via an Ethernet cable, since the channel is split in half.

How many devices can be connected at the same time?

The Windows 10 operating system officially supports up to eight connected clients. Exceeding this number may result in network instability and a drop in speed to a minimum.

Will the hotspot work in sleep mode?

By default, the laptop disconnects when it goes into sleep mode. To prevent this, you need to disable hard drive and adapter shutdown in the power plan settings and configure the power button behavior.

How to hide your network name (SSID)?

You can't hide your SSID through the standard Windows interface. To do this, you'll need to use the command line and create a network profile with the stealth option enabled, or use third-party utilities.