Introduction: Why Turn Your Laptop into a Router?
Are you in a situation where you don't have a router at hand, but you need to share the internet connection with several devices? A laptop running Windows 11 It can become a full-fledged Wi-Fi access point—just configure the settings correctly. This method is useful when traveling, at the dacha, or even at home if your main router suddenly breaks down.
Unlike Windows 10, the eleventh version offers a more stable built-in tool Mobile hotspot, but also classical methods through command line or PowerShell are still relevant. We'll examine all three methods, their pros and cons, and provide recommendations for troubleshooting common errors—from a lack of internet on connected devices to problems with adapter drivers.
Important: If your laptop is connected to the Internet via Ethernet cable (for example, in a hotel) or USB modem, Wi-Fi distribution is possible without additional equipment. But for distribution mobile Internet (3G/4G/5G) via SIM card your laptop will need support for the corresponding module - check this in Device Manager.
Method 1: Built-in Mobile Hotspot
The simplest method, which doesn't require knowledge of commands or installing programs. It's suitable for most users, but has limitations: for example, it doesn't always work correctly with VPN connections or some providers blocking distribution.
To activate the hotspot:
- Open
Windows Settings(Win + I) and go to the sectionNetwork and Internet → Mobile Hotspot. - In the field
Sharing an Internet connectionselect source: Ethernet, Wi-Fi or Local Area Network Connection (depending on your current connection type). - Click
Changenext to the fieldsNetwork nameAndPasswordto set your own parameters. The password must be no shorter than 8 characters. - Move the slider
Mobile hotspotin positionOn.
Done! Other devices can now connect to the created network. If you can't connect to the internet on your smartphone or tablet, check:
- 🔌 Is the laptop connected to the Internet (the indicator in the tray should show an active connection).
- 🔒 Is the password entered correctly on the device being connected (case-sensitive!).
- 📡 Is the laptop in sleep mode?
On the plane(Win + A for verification).
The laptop is connected to the Internet|Wi-Fi adapter drivers are updated|VPN is disabled on the connecting device|The network password contains letters and numbers-->
⚠️ Attention: Some providers (especially mobile operators) block internet access via hotspots. If you still can't connect to the internet after connecting your devices, try alternative methods or contact your provider's support team.
Method 2: Command Prompt (netsh)
This method gives you more control over network settings, but requires careful command entry. It's suitable for experienced users or when the built-in hotspot refuses to work.
Open Command prompt as administrator (Win + X → Terminal (Administrator)) and run the following commands in order:
netsh wlan set hostednetwork mode=allow ssid="Network_name" key="Network_password" keyUsage=persistent
netsh wlan start hostednetwork
Replace Network_name And Network_Password to your values. The password must contain at least 8 charactersAfter running the second command, the network will be active, but without internet access. To provide it:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Find the connection through which the laptop receives the Internet (for example, Ethernet), right-click on it and select
Properties. - Go to the tab
Accessand check the boxAllow other network users to share your Internet connection. - In the drop-down list, select the network you created (usually called
Local Area Connection* X, where X is a number).
If after these steps the Internet does not appear on the connected devices, run the following in the command line:
netsh wlan stop hostednetwork
netsh wlan start hostednetwork
| Problem | Possible cause | Solution |
|---|---|---|
| A network is being created, but without the Internet | Sharing is not configured | Check the settings on the tab Access in the properties of the main connection |
Error Failed to start hosted network |
The adapter driver does not support hotspot mode. | Update your driver or use third-party programs |
| The devices connect, but the internet disappears after a few minutes. | Power saving turns off the adapter | Disable sleep mode for your Wi-Fi adapter in Device Manager |
Method 3: PowerShell (netsh alternative)
PowerShell offers more flexible settings than the classic command line. This method is useful if netsh produces errors or requires creating a network with non-standard parameters (for example, on a channel 5 GHz).
Launch PowerShell as administrator and run:
$ssid = "MyWiFiNetwork"$password = "SecurePass123"
$adapter = Get-NetAdapter | Where-Object {$_.Status -eq "Up" -and $_.MediaType -eq "Native 802.11"}
New-VirtualSwitch -Name "HostedNetwork" -AllowManagementOS $false -AdapterName $adapter.Name
Netsh WLAN set hostednetwork mode=allow ssid=$ssid key=$password
Netsh WLAN start hostednetwork
To stop the network, use:
Netsh WLAN stop hostednetwork
The main advantage of this method is the ability to choose Wi-Fi adapter, if the laptop has several of them (for example, built-in + external USB adapter). Also through PowerShell Conveniently manage multiple virtual networks.
⚠️ Attention: If after executing the commands in PowerShell The network does not appear, check if your Wi-Fi adapter supports the modeHosted NetworkTo do this, enter in the command linenetsh wlan show driversand find the lineHosted network support- there should beYes.
Built-in Mobile Hotspot|Command Prompt (netsh)|PowerShell|Third-party programs-->
Third-party Wi-Fi sharing programs
If built-in tools Windows 11 do not work or require advanced features (eg Speed Limit, blacklist of devices, autostart at system startup), specialized utilities will come to the rescue. We tested three popular solutions:
- 🖥️ MyPublicWiFi — a simple utility with a minimalist interface. It allows you to keep a log of connected devices and block unwanted users. Free, but shows ads.
- 🛡️ Connectify Hotspot — a paid solution with a trial period. Supports seeding.
3G/4G, has a built-in firewall and the ability to customizeDNS. - 🔧 Virtual Router Plus — open source software. It works reliably, but the interface is outdated. Suitable for Windows 7–11.
Before installing any program:
- Check compatibility with Windows 11 (some utilities are optimized only for Windows 10).
- Disable built-in Windows Defender or antivirus software during installation - they may block the creation of virtual networks.
- Download software only from official websites — modified versions with malicious code are often found in third-party sources.
Example of setting in MyPublicWiFi:
- Install the program and run it as administrator.
- In the field
Network Name (SSID)Enter the network name. - IN
Network KeyPlease enter a password (minimum 8 characters). - IN
Internet Sharingselect an active connection (for example, Ethernet). - Click
Set up and Start Hotspot.
How to completely remove MyPublicWiFi?
The program can't be removed using the standard "Programs and Features" method. To uninstall it completely:
1. Close the process MyPublicWiFi.exe V Task Manager.
2. Delete the program folder (usually C:\Program Files\MyPublicWiFi).
3. Open Registry Editor (Win + R → regedit) and delete the key HKEY_LOCAL_MACHINE\SOFTWARE\MyPublicWiFi.
4. Restart your laptop.
Common mistakes and their solutions
Even with proper setup, Wi-Fi sharing can be unstable. We've collected TOP 5 mistakes and ways to eliminate them:
- Error 1068: "Failed to start a dependent service"
Cause: conflict of servicesWLAN AutoConfigorSharedAccess.
Solution: Openservices.msc, find these services and start them manually (startup type -Automatically). - The devices connect, but there is no internet.
Cause: Public access or provider blocking is not configured.
Solution: Check your sharing settings (see Method 2) or try connecting via VPN. - Network disappears after sleep/hibernation
Cause: Energy saving settings disable the Wi-Fi adapter.
Solution: INDevice ManagerDisable permission to turn off device to save power. - Error: "Unable to set up mobile hotspot"
Cause: IP address conflict or driver incompatibility.
Solution: Run in command lineipconfig /releaseAndipconfig /renew, then restart your laptop. - Low distribution speed
Cause: restriction from the provider or channel overload.
Solution: Check the speed on your laptop using speedtest.netIf it is low, contact your provider.
A critical feature of Windows 11: If your laptop is connected to the internet via Wi-Fi (not a cable), sharing that same Wi-Fi connection with other devices is not possible. In this case, use USB modem or Ethernet.
Wi-Fi Security
By turning your laptop into a hotspot, you're potentially opening up your network. Follow these guidelines to minimize the risks:
- 🔐 Use complex password (at least 12 characters with letters, numbers, and special characters). Avoid obvious combinations like
12345678orqwerty. - 🔄 Change your network password regularly (every 1–2 weeks if you use it actively).
- 🚫 Turn off sharing when you don't need it—this will reduce the load on your processor and save battery life.
- 🛡️ Turn on Windows Firewall and check that it is not blocking connections (section
Allow interaction with the application).
If you are distributing internet in a public place (for example, in a cafe or airport), consider using VPN on a laptop. This will protect your data from possible interception through protocol vulnerabilities. WPA2.
⚠️ Attention: Some public networks (for example, in hotels) block Wi-Fi distribution via DHCP filteringIf the internet doesn't work after connecting the devices, try manually enteringDNS(For example,8.8.8.8And8.8.4.4from Google) in the network settings on the connecting device.
FAQ: Answers to frequently asked questions
Is it possible to share Wi-Fi from a laptop if it is itself connected to the Internet via Wi-Fi?
No, Windows 11 Doesn't support sharing the same Wi-Fi network as the laptop. You'll need an alternative connection: Ethernet, USB modem or mobile Internet (if the laptop is equipped with a SIM card).
Why did my mobile hotspot stop working after updating Windows 11?
Most often this is due to resetting drivers or changing power saving settings. Update your Wi-Fi adapter driver manually via device Manager (Download the latest version from the laptop manufacturer's website). Also, check that the adapter isn't disabled in the power settings.
How many devices can be connected to the shared network?
The theoretical limit is up to 254 devices (protocol limitation DHCP). However, in practice the quantity depends on:
- power Wi-Fi adapter laptop;
- internet connection speeds;
- processor load (each connected device increases resource consumption).
The optimal amount for stable operation is 5-10 devices.
How to share internet from a laptop to a Smart TV?
The process is no different from connecting other devices:
- Start Wi-Fi distribution using any of the described methods.
- On your TV, open the network settings and select the network you created.
- Enter your password.
If Smart TV does not connect, check:
- Does the TV support it?
Wi-Fi 5 GHz(if the network is distributed on this frequency); - Is the TV firmware updated?
- Is the laptop in sleep mode?
Maximum performance(may block connections).
Is it possible to share the Internet from a laptop to another laptop?
Yes, but keep two things in mind:
- If both laptops are connected to the same network (for example, via a router), creating a separate access point is pointless - it’s easier to use
Local area network. - If the second laptop is connected to the network you created, it will use your traffic and IP address, which may cause conflicts when working with some services (for example, online banking).
For stable operation, configure it on a second laptop static IP within the range of the created network (for example, 192.168.137.100).