My computer won't connect to Wi-Fi from my phone: A complete troubleshooting guide

You turned on hotspot on the phone, but your computer stubbornly refuses to connect to the network you've created? This problem is familiar to many, especially when you urgently need internet access and don't have a router at hand. The causes can lie in both your smartphone settings (incorrect tethering mode, operator restrictions) and the computer itself (outdated drivers, conflicting network settings). In this article, we'll look into it. all possible scenarios — from basic checks to advanced settings that will help restore the connection.

It is important to understand that the solution algorithm depends on What computer do you use? (Windows, macOS or Linux), which one security protocol selected on the phone (WPA2/WPA3), and even from the smartphone model. For example, on iPhone With iOS 17+, connections may be blocked due to the "Private Wi-Fi Address" feature, and on Android 14 - driver compatibility issues Qualcomm And MediatekWe will consider general methods and specific cases.

Before proceeding to complex manipulations, please do the following: quick diagnostics:

📊 What type of device won't connect to my phone's Wi-Fi?
Windows laptop
Desktop PC with Wi-Fi adapter
MacBook or iMac
Linux computer
Other device

1. Check the basic access point settings on your phone

Start with the obvious: make sure that the modem mode is enabled correctlyOn . Android The path to the settings may differ depending on the shell (MIUI, One UI, ColorOS), but the general principle is the same. For example, on Samsung Galaxy go to:

Settings → Connections → Mobile hotspot & tethering → Mobile hotspot

On iPhone check:

Settings → Personal Hotspot → Allow Others to Connect

Typical mistakes at this stage:

  • 🔄 Incorrect password. Even if you are sure that you are entering it correctly, try resetting the access point password (for example, on 12345678) and reconnect.
  • 📶 Hidden networkIf the "Hide Network" option is enabled in your phone settings, your computer won't see it. Disable this feature.
  • 🔒 MAC address restriction. Some firmware (for example, on Xiaomi) allow you to create a "whitelist" of devices. Check if your PC is included in the exceptions.
  • 📱 Power saving modeOn . Android It can automatically turn off the access point after 5-10 minutes of no activity.

A critical detail: if your phone supports Wi-Fi 6 (802.11ax) and your computer's adapter only supports Wi-Fi 4 (802.11n), the connection may be intermittent or fail to establish at all. In this case, force compatibility mode on your phone (usually in the hotspot settings, there's an option called "Maximum Speed" or "Wi-Fi Standard").

Is tethering enabled?|Is the password correct?|Is the network hidden?|Are there any MAC address restrictions?|Is power saving disabled?-->

2. Diagnosing computer problems

If your phone is distributing the internet (for example, other devices are connecting to it), but your computer stubbornly ignores the network, the problem lies with it. Start with Wi-Fi adapter checks:

On Windows 10/11:

  1. Click Win + X → select "Device Manager".
  2. Expand the "Network adapters" branch.
  3. Find the device with the names Wi-Fi, Wireless or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377).
  4. If the ⚠️ icon is lit next to the adapter, right-click → "Update driver".

On macOS Open System Preferences → Network → select Wi-Fi in the left menu. If the status is "Not connected," try:

  • 🔄 Restart the Wi-Fi module: disable and re-enable the adapter in the settings.
  • 🗑️ Delete a network: Tap "More" → find your phone's network in the list → delete it, then reconnect.

On Linux (Ubuntu/Debian) run in terminal:

sudo lshw -C network | grep -A 10 "Wireless"

sudo service network-manager restart

General recommendations for all OS:

  • 🔌 Restart your computerIt's trivial, but it often helps—especially if the adapter "froze" after the previous connection.
  • 🔍 Check the frequency rangeModern phones can distribute Wi-Fi in the range 5 GHz, and the old adapters only work on 2.4 GHzIn your phone's hotspot settings, select "2.4 GHz only."
  • 🛡️ Disable VPN/firewallPrograms like Kaspersky, Avast or NordVPN may block new connections.

3. IP address and DHCP conflicts

One of the most common reasons for failures is IP address conflict or incorrect operation DHCP servers on the phone. Symptoms:

  • The computer connects to the network, but the internet does not work ("No network access").
  • An exclamation mark appears on the Wi-Fi icon in the tray.
  • When diagnosing, Windows writes: "The network settings saved on this computer do not meet the requirements of this network."

How to fix:

🔹 Reset network settings on your computer:

  • On Windows: Start → Settings → Network & Internet → Status → Network reset.
  • On macOS: delete the file /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist (make a backup copy first!).
  • On Linux: do it sudo nmcli networking off && sudo nmcli networking on.

🔹 Manual IP configuration (if DHCP does not provide an address):

  1. On Windows: Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Right click on Wi-Fi → "Properties" → "Internet Protocol Version 4 (TCP/IPv4)".
  3. Select "Use the following IP address" and enter:
    IP: 192.168.43.100
    

    Mask: 255.255.255.0

    Gateway: 192.168.43.1

    DNS: 8.8.8.8 (or 1.1.1.1)

🔹 Checking DHCP on the phone:

On some firmware (for example, ColorOS on Oppo/Realme) there is an option "IP Settings". Make sure "DHCP" is selected, not "Static IP".

Symptom Probable cause Solution
There is a connection, but no internet DHCP does not provide a gateway/DNS Enter DNS manually (8.8.8.8)
Limited Connection IP conflict with another device Change the IP manually (for example, to 192.168.43.200)
Constant connection breaks Incompatibility of Wi-Fi standards Switch the access point to 2.4 GHz
"Unable to connect to the network" Incorrect password or security type Reset password, select WPA2-PSK

4. Problems with Wi-Fi adapter drivers

Outdated or corrupted drivers are a common reason why a computer can't connect to a phone's network. This is especially true for:

  • 🖥️ Desktop PCs with external Wi-Fi adapters (e.g. TP-Link TL-WN725N).
  • 💻 Laptops with adapters Realtek (RTL8188/RTL8723 series).
  • 🐧 Linux systems that often require proprietary drivers.

How to update a driver on Windows:

  1. Open device Manager → find your Wi-Fi adapter.
  2. Right-click → "Update driver" → "Search automatically".
  3. If Windows says that the driver is up to date, download it manually from the manufacturer's website (for example, for Intel AX200 - With intel.ru).

For Realtek adapters:

These drivers are known to be buggy. If the problem persists after updating, try:

  1. Uninstall the current driver via device Manager (right-click → "Remove device").
  2. Download the driver from the manufacturer's website laptop (not from the Realtek website!) For example, for ASUS - With asus.com.
  3. Install the driver in compatibility mode (right-click on the installer → "Properties" → "Compatibility" → Windows 8).

On Linux:

For adapters Broadcom or Mediatek You may need to install proprietary drivers. For example, on Ubuntu:

sudo apt update

sudo apt install firmware-b43-installer # for Broadcom

sudo modprobe -r b43 && sudo modprobe b43

Checking the adapter operation:

If the driver is installed, but the network is still not visible, run the following in the Windows command line:

netsh wlan show drivers

Pay attention to the line Hosted Network Support. If there "No", your adapter can't connect to ad-hoc networks (created by phones). The solution is to use a USB cable or Bluetooth to share the internet.

What should I do if Device Manager doesn't show my Wi-Fi adapter?

If the adapter is not displayed at all, the problem may be hardware:

1. For laptops: Check if the adapter is disabled by a hardware switch (on some models Lenovo or HP there is a physical Wi-Fi button).

2. For PC: Make sure the adapter is connected to USB 2.0 (some models do not work with USB 3.0).

3. For all devices: Try connecting the adapter to a different port or computer to rule out damage.

5. Features of operating systems

Each operating system has its own pitfalls when connecting to a phone's hotspot. Let's take a closer look at them.

🔹 Windows 10/11:

  • 🔄 Forget the networkClick on your phone's network in the Wi-Fi list → "Forget." Then reconnect.
  • 🛡️ Firewall. Temporarily disable it: Start → Settings → Update & Security → Windows Security → Firewall & Network Protection.
  • 📡 Airplane mode. Make sure it is turned off (sometimes it turns on by accident after Fn + F2).

🔹 macOS (Ventura/Monterey/Sonoma):

  • 🔒 Private Wi-Fi AddressOn iPhones with iOS 14+, this feature can block connections. Disable it: Settings → Wi-Fi → (i) next to network → Private address (off).
  • 🔄 Reset SMCFor a MacBook with a removable battery: Turn off the laptop, remove the battery, and then hold down the power button for 10 seconds. For models with a non-removable battery: Shift + Control + Option + Power button (hold for 10 sec).

🔹 Linux (Ubuntu/Fedora/Arch):

  • 🐧 NetworkManager. Restart the service: sudo systemctl restart NetworkManager.
  • 📡 Power saving mode. Disable it for Wi-Fi: sudo iwconfig wlan0 power off (replace wlan0 to your interface).
  • 🔧 Lack of firmware. Check the logs: dmesg | grep firmwareIf there are errors, install missing packages (eg. firmware-iwlwifi for Intel).

🔹 Android-x86 (on PC):

If you use Android as the main OS on the computer (for example, through PrimeOS or Bliss OS), check:

  • 🔄 Access point settings: Some Android-x86 builds do not support Wi-Fi sharing.
  • 📱 Adapter compatibility: Many USB Wi-Fi adapters do not have drivers for Android.
netsh int tcp set global autotuninglevel=restricted

After rebooting, the speed should return to normal.-->

6. Problems on the mobile operator's side

Sometimes it's not the phone or the computer that's to blame, but mobile operatorThis is especially true if:

  • The distribution used to work, but now it has stopped.
  • The phone shows the "No Internet" icon in the hotspot status.
  • When connecting a computer, the error "Limited connection" appears.

What to check:

  • 📵 Blocking distributionSome operators (eg. Tele2 or Yota) modem functionality is limited on certain plans. Check the terms in your personal account.
  • 📶 Coverage areaIf the signal is weak (1-2 bars), the phone may not be able to handle the distribution. Try switching to 3G instead of 4G/LTE.
  • 🔄 APN settingsIncorrect internet access parameters may block distribution. For MTS, Beeline, Megaphone standard settings:

    Operator APN name Authentication type
    MTS internet.mts.ru No
    Beeline internet.beeline.ru No
    Megaphone internet No
    Tele2 internet.tele2.ru No

How to reset APN:

On Android:

Settings → Mobile network → Access point names (APN) → (⋮) → Reset to defaults

On iPhone:

Settings → Cellular → Data Options → Cellular Data Network → Reset Settings
⚠️ Attention: If you use eSIM or a corporate SIM card, internet tethering may be blocked at the operator level. In this case, please contact support—sometimes you need to activate the "Modem/Tetering" option via a USSD command (e.g., *111*181# for Beeline).

7. Alternative methods of distributing the Internet

If the Wi-Fi connection still doesn't work, try these alternative methods:

🔹 USB cable (tethering):

  • 📱 On Android: Settings → Connections → Mobile hotspot and tethering → USB tethering.
  • 🍎 On iPhone: connect the cable → in the "Modem mode" menu, select "USB only".
  • 💻 You may need to install a driver on your computer (for example, Apple Mobile Device USB Driver for iPhone).

🔹 Bluetooth:

Less stable, but works if other methods are not available:

  1. Turn on Bluetooth on your phone and computer.
  2. Pair your devices.
  3. Activate "Bluetooth modem" on your phone (on Android — in the access point settings).

🔹 Reverse tethering:

If your computer has internet access (for example, via Ethernet), and your phone needs network access, you can share the internet from PC to phone:

  • On Windows: Use Connectify or the built-in "Mobile Hotspot" function.
  • On Linux: sudo apt install dnsmasq hostapd → configure hostapd.conf.

Comparison of methods:

Method Speed Stability Phone power consumption
Wi-Fi High (up to 100 Mbps) Average (depending on interference) High
USB Very high (up to 500 Mbps) High Low (charging phone)
Bluetooth Low (up to 3 Mbps) Low (frequent breaks) Average
⚠️ Attention: When connected via USB Windows You may receive the error "USB device not recognized." In this case, try:

1. Connect the cable to another port (preferably USB 2.0).

2. Install the driver manually via device Manager (select "Update driver" → "Browse my computer" → "Select from list" → "Modem devices").

3. Disable fast charging in the phone settings (on some Samsung (This interferes with USB tethering.)

8. Advanced solutions for experienced users

If all the previous methods didn't work, try these technique:

🔹 Changing the adapter operating mode (Windows):

Some adapters (eg. Realtek RTL8821CE) do not work well in the mode 802.11nTo force it to turn on 802.11g:

  1. Open device Manager → Wi-Fi adapter properties → "Advanced" tab.
  2. Find the parameter "Wireless Mode" or "802.11n Wireless Mode".
  3. Set value "802.11b/g" or "Legacy".

🔹 Setting MTU (Maximum Transmission Unit):

If the connection is established, but the pages do not load, the problem may be in the wrong MTUThe optimal value for mobile networks is 1400To change it on Windows:

netsh interface ipv4 set subinterface "Unnamed network" mtu=1400 store=persistent

(Replace "Unnamed Network" with the name of your connection.)

🔹 Disabling IPv6:

Some mobile operators don't support IPv6 in modem mode. To disable it on your computer:

  • On Windows: in the properties of the Wi-Fi adapter, uncheck the box Internet Protocol Version 6 (TCP/IPv6).
  • On Linux: add in /etc/sysctl.conf lines:
    net.ipv6.conf.all.disable_ipv6=1
    

    net.ipv6.conf.default.disable_ipv6=1

    Then do sudo sysctl -p.

🔹 Resetting the TCP/IP stack (Windows):

If after connecting to the phone's access point the computer does not receive an IP address or displays the error "The network adapter does not have valid IP configuration parameters", do the following:

netsh int ip reset

netsh winsock reset

ipconfig /flushdns

Then restart your computer.

🔹 Using third-party utilities:

If built-in tools don't help, try:

  • 🖥️ Connectify Hotspot (Windows) - allows you to flexibly configure connections.
  • 🐧 create_ap (Linux) - A script for creating an access point with support for older hardware.
  • 📱 PDANet+ (Android/iOS) — bypasses carrier restrictions on data sharing.
How to check if your antivirus is blocking your connection?

1. Temporarily disable your antivirus (for example, Kaspersky, ESET NOD32).

2. Try connecting to your phone's hotspot.

3. If the connection is successful, add the network to the firewall exceptions:

- IN Kaspersky: "Settings" → "Protection" → "Firewall" → "Configure application rules" → add svchost.exe in exceptions.

- IN Windows Defender: "Windows Security" → "Firewall" → "Allow an app through firewall" → find "Internet Connection Sharing" and allow it.

FAQ: Frequently Asked Questions

🔍 Why does my computer see my phone's network but not connect?

This is a typical incompatibility problem. security protocols or IP settings. Try:

  1. Change the security type on your phone WPA3 on WPA2-PSK.
  2. Manually enter the IP on the computer (for example, 192.168.43.100).
  3. Disable the "Battery Optimization" feature on your phone for the "Settings" or "Tethering" app.

If it doesn't help,