You turned on Wi-Fi hotspot on your phone, but your laptop stubbornly refuses to see it? Or does the network appear in the list, but the connection fails with an error? This problem is familiar to millions of users—especially when you urgently need internet access and the router is unavailable. In 80% of cases, configuration issues are to blame. Android/iOS or laptop network adapter drivers, but sometimes the root of the problem lies deeper: from IP address conflicts to hardware limitations.
In this article we will look at All possible reasons why a laptop can't see a hotspot from a phone, from basic issues (like disabled Wi-Fi on a laptop) to more exotic ones (like MAC addresses being blocked by an antivirus). For each problem, we'll provide a step-by-step solution with screenshots and commands. Finally, we'll provide a quick diagnostic checklist and answers to frequently asked questions.
Let us warn you right away: if your phone is older than 2018 or runs on Android 9 and below, some access point features may be limited out of the box. The same applies to laptops with older network cards (e.g., Broadcom 4313 or Realtek RTL8188EE). In such cases, manual configuration of Wi-Fi channels or a firmware update will be required.
1. Basic checks: what to do first
Before digging deep into the settings, make sure the problem isn't a simple error. 4 steps, which solve the problem in 30% of cases:
- 📱 Is the access point enabled? On Android check the notification panel or section
Settings → Connections → Mobile HotspotOn . iPhone —Settings → TetheringThe indicator should be blue/green. - 💻 Is Wi-Fi activated on your laptop? Click
Win + A(Windows 10/11) and make sure the Wi-Fi icon is not crossed out. MacBook check the top panel. - 🔄 Restarting devicesTurn the hotspot on your phone off and on again, then restart your laptop. This will clear any temporary network stack errors.
- 📶 Network visibilityOn . Android In the access point settings there may be a checkbox "Hide network" (hide it). iPhone the network is always visible.
If after these steps the laptop still does not see the access point, proceed to the next sections. Special attention devote some time to the section about Wi-Fi adapter drivers - This is the most common reason on Windows.
2. Frequency conflict: why the laptop does not see the 5 GHz network
Modern phones (eg. Samsung Galaxy S22 or iPhone 14) by default create an access point in the range 5 GHz — it's faster, but has a smaller coverage area. Older laptops (especially with adapters) Intel Centrino Wireless-N 1000 or Atheros AR9285) may not support this range at all.
How to check and fix:
- On the phone: Force range 2.4 GHzOn . Android This is done in the access point settings (the "Range" or "Band" option). iPhone The range is selected automatically, but you can try disabling Wi-Fi 6 (
Settings → Tethering → Maximum Compatibility). - On the laptop: Check the supported frequencies. In Windows, open
Device Manager → Network Adapters, find your Wi-Fi module, right-click →Properties → AdvancedLook for parameters likeWireless ModeorBand.
| Range | Speed | Range | Support for older devices |
|---|---|---|---|
| 2.4 GHz | Up to 150 Mbps | ~50 meters | Yes (all devices) |
| 5 GHz | Up to 1 Gbps | ~20 meters | No (requires 802.11ac support) |
| 6 GHz (Wi-Fi 6E) | Up to 2 Gbps | ~10 meters | No (new devices only) |
If your laptop doesn't even see the 2.4 GHz network, the problem lies deeper - perhaps in MAC address blocking or incorrect security settings (see next section).
How do you know what band your phone is using?
On Android install the application Wi-Fi Analyzer (for example, from VREM Software). Launch the hotspot, then open the app - it will show the frequency and channel. On iPhone The range is determined automatically, but you can assume that if the laptop does not see the network, then it is 5 GHz.
3. Problems with Wi-Fi drivers on a laptop
Near 40% of casesIssues where the laptop doesn't see the access point are often caused by outdated, damaged, or incompatible network adapter drivers. Symptoms:
- The network appears in the list, but when connecting it returns the error "Failed to connect."
- The Wi-Fi icon in the tray has a red cross through it.
- IN
Device ManagerThere is an exclamation mark next to the adapter.
How to fix:
- Update the driver manually:
- Click
Win + X→device Manager. - Expand
Network adapters, find your Wi-Fi module (for example,Qualcomm Atheros QCA9377). - Right click →
Update driver→Search for drivers on this computer→Select a driver from the list.... - If there are multiple versions, choose the newest one (usually labeled "Wi-Fi 6" or "802.11ax").
- Click
- Uninstall and reinstall the driver:
- IN
Device Managerremove the adapter (right click →Remove device). - Restart your laptop - Windows will install the driver automatically.
- If the network does not appear, download the driver from the laptop manufacturer's website (section "Support").
- IN
- Check compatibility: Some adapters (eg.
Intel AX200) require updating the laptop BIOS for correct operation with Android 12+.
☑️ Wi-Fi Driver Diagnostics
If after updating the drivers the laptop still does not see the access point, check energy saving settings — sometimes Windows turns off the Wi-Fi adapter to save battery power (see section 5).
4. Incorrect access point security settings
Your phone may create a hotspot with security settings that your laptop doesn't support. For example:
- 🔒 Encryption type:
WPA3not supported by older adapters (they needWPA2-PSK). - 🔑 Complex password: If the password contains Cyrillic or special characters (for example,
#$%), some drivers may not recognize it. - 📡 Hidden network (SSID): If the "Hide network" option is enabled on your phone, your laptop won't see it without manually entering the name.
How to set up an access point correctly:
- On Android:
- Go to
Settings → Connections → Mobile Hotspot. - Click
Tune(or "Access Point Configuration"). - Install:
- Network name (SSID): only Latin characters and numbers (for example,
MyHotspot_5G). - Safety:
WPA2-PSK(not WPA3!). - Password: 8-12 characters, only Latin letters and numbers (e.g.
12345678Qw).
- Network name (SSID): only Latin characters and numbers (for example,
- Go to
- Open
Settings → Tethering. - Click
Wi-Fi passwordand set a simple password (for example,password1). - Please note: on iOS You can't change the encryption type - it's always the same
WPA2.
After making the changes, restart the access point and try connecting again. If the problem persists, check IP settings on the laptop (section 6).
5. Power saving turns off the Wi-Fi adapter
Windows aggressively saves power and sometimes disables the Wi-Fi adapter if it's "not needed." This can even happen when you're trying to connect to a hotspot. Symptoms:
- The network appears and disappears from the list.
- The connection is lost after 1-2 minutes.
- IN
Device ManagerThe adapter disappears periodically.
How to disable power saving for Wi-Fi:
- Open
device Manager(Win + X → Device Manager). - Expand
Network adapters, find your Wi-Fi module, right-click →Properties. - Go to the tab
Power management. - Uncheck the box
Allow the computer to turn off this device to save power. - Click
OKand restart your laptop.
For MacBook:
- Open
System Preferences → Energy Saver. - Uncheck the box
Dim the display slightly when running on battery power(this indirectly affects network adapters). - Restart Wi-Fi (
Option + click the Wi-Fi icon → Turn off Wi-Fi, then turn it on).
If the problem persists after disabling power saving, check firewall and antivirus settings - they can also block the connection (section 7).
6. IP or DNS conflict
When a laptop connects to an access point, it receives an IP address from the phone (DHCP server). If this process fails, the connection either fails or works with errors. Signs of an IP conflict:
- The network is visible, but when connecting it says "No Internet access".
- IN
Network and Control CenterConnection status: "Limited". - Ping up
8.8.8.8passes, and beforegoogle.com- no (DNS problem).
How to fix:
- Reset network settings on your laptop:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns(Run the commands in
Command lineas administrator, then restart your PC.) - Set up a static IP manually:
- Click
Win + R, enterncpa.cpl→ Enter. - Find the connection to the access point, right-click →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Install:
- IP address:
192.168.43.100(the last digit can be any from 2 to 254). - Subnet mask:
255.255.255.0. - Default gateway:
192.168.43.1(standard for most phones). - DNS:
8.8.8.8And8.8.4.4(Google DNS).
- IP address:
- Click
If the internet still doesn't work after these steps, try connecting to the hotspot from another device (e.g., a tablet). If there's still no internet, the problem lies with your phone's mobile data settings (see Section 8).
7. A firewall or antivirus is blocking the connection
Sometimes security software (For example, Kaspersky, Avast, or built-in Windows Defender) blocks connections to "untrusted" networks, which include access points from phones. Signs:
- The network is visible, but the connection is interrupted with the error "Network protocol missing."
- In the firewall logs (
Control Panel → Windows Defender Firewall → Logs) there are records of port blockingUDP 67–68(DHCP). - The antivirus displays a notification about a "suspicious network".
How to unlock:
- Disable your firewall temporarily:
netsh advfirewall set allprofiles state off(After the test, don't forget to turn it back on:
netsh advfirewall set allprofiles state on.) - Add the network to exceptions:
- Open
Control Panel → Windows Defender Firewall → Advanced settings. - Go to
Inbound Rules → New Rule. - Select
Custom → All Programs → TCP/UDP Protocol. - Specify ports
67–68(DHCP) and53(DNS). - Allow connection for all profiles.
- Open
- Configure your antivirus: IN Kaspersky go to
Settings → Network → App Rulesand add an exception forsvchost.exe(responsible for network connections).
If the blockage persists, try connecting to an access point in airplane mode (First turn on the hotspot, then airplane mode, then Wi-Fi). This bypasses some firewall restrictions.
8. Problems on the phone side: mobile data and APN
If your laptop connects to the access point, but the internet doesn't work (status "No network access"), the problem may be in the settings. mobile Internet on the phone. Common reasons:
- 📵 No mobile network: The mobile internet on your phone is disabled or your account is empty.
- 📡 Incorrect APN settings: The operator updated the access parameters, but the phone did not pick them up.
- 🔄 Traffic limitation: On Android There may be a limit on Internet sharing (for example, 1 GB per month).
How to check and fix:
- Make sure your mobile internet is working:
- On Android: Open the browser on your phone and try to load the page.
- On iPhone: check that there is an icon in the status bar
4G/5G/E.
- On Android:
Settings → Mobile network → Access point names (APN). - Click on the current profile and compare the settings with the standard ones for your operator (they can be found on the operator’s website).
- If there is no profile, create a new one (usually it is enough to specify the name, APN and authentication type).
⚠️ Attention: APN settings may vary depending on your region and plan. For example, MTS Moscow and St. Petersburg have different parameters for 4G.
- On Android:
Settings → System → Reset → Reset Wi-Fi, mobile network, and Bluetooth settings. - On iPhone:
Settings → General → Transfer or reset iPhone → Reset → Reset Network Settings.
If the access point works after the reset, but after a while it stops distributing the Internet again, check traffic limits in the phone settings. On Android This may be the "Access Point Data Limit" option in the section Mobile network.
FAQ: Frequently Asked Questions
Why does the laptop see the access point but not connect?
The most common reasons:
- Incorrect password (try simplifying it to 8 digits).
- IP address conflict (reset network settings on the laptop with the command
netsh int ip reset). - Blocked by antivirus (temporarily disable protection and check the connection).
If all else fails, try connecting to the hotspot from another device. If it doesn't work there either, the problem is with your phone (see Section 8).
Is it possible to share internet from a phone without a password?
Technically yes, but that's unsafeOn . Android In the access point settings, select the security type Open network (or None). On iPhone Password is required.
⚠️ Attention: An open access point allows any connected device to intercept your traffic (including website passwords). Use only on trusted networks!
Why does the access point turn off after 5 minutes?
This is a standard power saving feature on many phones (especially Xiaomi, Realme, Oppo). To disable:
- On Android: In the access point settings, find the option "Turn off when idle" or "Timeout" and deactivate it.
- On iPhone: There is no automatic shutdown, but if the network disappears, check the settings
Personal Hotspot → Allow Others(should be "Always").
Also make sure that your phone is not in power saving mode (it may turn off the hotspot to save battery).
How to increase internet speed via a hotspot?
The speed depends on three factors: mobile network, Laptop Wi-Fi adapter And phone settingsTo speed things up:
- 📶 Turn on your phone
4G+or5G(if supported). - 🔄 Switch the access point to a range
5 GHz(if the laptop supports it). - 💻 Update the Wi-Fi adapter driver on your laptop (see section 3).
- 🚫 Turn off background updates on your phone (they eat up your bandwidth).
The maximum speed via a hotspot is usually 20-30% lower than when connected directly to a mobile network.
Is it possible to share internet from a phone to a laptop via USB?
Yes, that's what it's called USB tetheringAdvantages over Wi-Fi:
- ⚡ More stable connection (no interference).
- 🔋 Less phone battery consumption.
- 🛡️ No encryption or IP conflict issues.
- On Android:
Settings → Connections → Mobile hotspot → USB tethering. - On iPhone: connect the cable, then
Settings → Personal Hotspot → Allow Others(the "USB" item should appear).
How to enable:
⚠️ Attention: Some carriers block USB tethering or charge extra for it. Check your plan's terms.