You have turned on modem mode on iPhone, but the laptop stubbornly refuses to connect to the access point? The situation is familiar to many: the Wi-Fi indicator on the laptop is blinking, but the connection is not established. The problem may lie in the settings iOS, and in the configuration of the laptop operating system - Windows 10/11 or macOS. In this article we will analyze all possible reasons, from trivial ones (for example, you forgot to turn on data transfer) to technical ones (IP address conflict or MAC address blocking).

Feature Apple-devices is that they often “find fault” with connection parameters. For example, An iPhone can block a laptop from connecting if it has previously connected to another access point with the same SSID but different security settings. Or the problem lies in the Wi-Fi adapter drivers on the laptop, which have not been updated for years. We have collected checklists for diagnostics, a protocol compatibility table and step-by-step instructions - from simple to complex.

1. Check basic settings on iPhone

Before digging deep into the laptop settings, make sure that the problem is not on the side iPhone. Users often miss obvious points:

  • 📶 Is data transfer enabled? Without mobile Internet, the hotspot will distribute an “empty” network. Check in Settings → Cellular → Data.
  • 🔄 Is modem mode activated? Go to Settings → Modem mode and turn on the slider Allow others.
  • 🔒 Has your password changed? After update iOS Sometimes the security settings of the access point are reset. Try connecting again by entering your password manually.
  • 📱 No traffic restrictions? In some tariffs, operators block Internet distribution. Check in your mobile operator account.

If everything is turned on, but the laptop still does not see the network, try restart iPhone. Sometimes resetting network settings helps: Settings → General → Transfer or reset iPhone → Reset → Reset network settings. Attention: After this, you will have to re-enter passwords for all Wi-Fi networks.

📊 What iPhone do you have?
  • iPhone 15/15 Pro
  • iPhone 14/14 Pro
  • iPhone 13/13 Pro
  • iPhone SE (2nd or 3rd generation)
  • Other

2. Problems on the laptop side: Windows vs macOS

Laptops running Windows And macOS may behave differently when connected to a hotspot iPhone. Let's look at typical scenarios:

For Windows 10/11:

  • 🖥️ The Wi-Fi adapter driver is out of date. Open Device Manager (keys Win + X), find Network adapters and update the driver for your Wi-Fi module.
  • 🔌 The WLAN AutoConfig service is disabled. Click Win + R, enter services.msc, find a service WLAN auto-configuration and turn it on.
  • 🛡️ A firewall or antivirus is blocking the connection. Temporarily disable protection and try connecting again.

For macOS:

  • 🍎 Conflict with previous connections. Remove the hotspot network in System Settings → Network → Wi-Fi → Advanced and connect again.
  • 🔄 Resetting the Wi-Fi module. Turn off Wi-Fi, then Terminal run the command:
    sudo ifconfig en0 down && sudo ifconfig en0 up

    (you will need to enter the administrator password).

☑️ Laptop diagnostics before connection

Done: 0 / 4

3. Conflicts of IP addresses and network settings

One of the most insidious reasons is IP address conflict. iPhone by default distributes addresses in the range 172.20.10.0/28, but if a static IP from the same range is manually registered on the laptop, connection will be impossible. Check settings:

On Windows:

  1. Open Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Right click on Wi-Fi, select Properties → IP version 4 (TCP/IPv4).
  3. Make sure it's selected Obtain an IP address automatically.

On macOS:

  1. Go to System settings → Network → Wi-Fi → Advanced → TCP/IP.
  2. Check what's in the field IPv4 setup selected Use DHCP.

If the problem persists, try manually setting DNS. For example, use public DNS from Google: 8.8.8.8 And 8.8.4.4.

How to find out the current IP address of an iPhone hotspot?

Connect to the access point from another device (for example, a tablet), open the network information on it - the gateway IP will be indicated there (usually 172.20.10.1).

4. Problems with security protocols and encryption

iPhone uses a security protocol WPA3 for an access point, but older laptops (especially with Windows 7 or older Wi-Fi adapters) may not support it. In this case, the connection will be interrupted during the authentication phase.

Solutions:

  • 🔐 Change security type on WPA2/WPA3 or WPA2 only in the hotspot settings (if such an option is available in your version iOS).
  • 📡 Update the Wi-Fi adapter firmware on a laptop. To do this, download the latest version from the manufacturer’s website (for example, Intel, Broadcom, Qualcomm).
  • 🔄 Try connecting manuallyby specifying the SSID and password via netsh (for Windows):
    netsh wlan connect name="Имя_точки" ssid="Имя_точки"
Security protocol iPhone support Compatible with older laptops Recommendation
WPA3 Yes (default) No (requires updated adapter) Disable if laptop is older than 2018
WPA2/WPA3 Yes (since iOS 14) Partially Best option for most devices
WPA2 only Yes (manual) Yes Use if WPA3 is not supported
💡

If the laptop connects to the access point, but the Internet does not work, check the setting APN in Settings → Cellular → Data options → Cellular data network on iPhone. Sometimes operators require special APNs for Internet distribution.

5. Hardware limitations and operator features

Not all tariff plans of mobile operators allow Internet sharing (tetring). For example, MTS, Beeline or Tele2 may block this function in basic tariffs. Check:

  • 📞 Tariff conditions. Go to the operator’s personal account or call support (for example, *111# for MTS).
  • 🌐 Regional restrictions. When roaming, Internet distribution may be disabled by default.
  • 📶 Signal quality. If the signal level is weak (1-2 bars), iPhone can automatically turn off distribution to save battery.

Also worth considering hardware limitations:

  • 🔋 Low battery. If the charge iPhone below 20%, distribution may be turned off.
  • 📡 Overheating When working in modem mode for a long time iPhone may limit performance, leading to connection dropouts.
💡

If, after connecting to a hotspot, the Internet works for 1-2 minutes and then turns off, the problem is most likely in the operator’s tariff or traffic limits. Check SMS notifications about internet consumption.

6. Alternative connection methods

If Wi-Fi stubbornly doesn't work, try alternative methods:

  • 🔌 USB connection. Connect iPhone and laptop cable Lightning/USB-C, turn on Modem mode and select USB only. This often solves problems with unstable Wi-Fi.
  • 📶 Bluetooth. Turn on Bluetooth on both devices, then in settings iPhone select Modem mode → Bluetooth. The speed will be lower, but the stability will be higher.
  • 🔄 Different frequency range. In the hotspot settings (Settings → Tethering mode → Wi-Fi password) try changing the range from 2.4 GHz on 5 GHz or vice versa.

For Windows can also be used mobile hotspot via USB:

  1. Connect iPhone via USB.
  2. Go to Settings → Network and Internet → Mobile hotspot.
  3. Select USB as a source 共享.
⚠️ Attention: When connected via USB iPhone may discharge quickly. Use the original cable and power adapter to avoid overheating.

7. Diagnostics using tools

If standard methods do not help, use diagnostic tools:

On Windows:

  • 🛠️ Team ping. Connect to the hotspot and Command line do:
    ping 172.20.10.1

    If the packets do not arrive, the problem is on the side iPhone or drivers.

  • 📊 Event log. Open Event View → Windows Logs → System and find errors related to WLAN-AutoConfig.

On macOS:

  • 🔍 Wi-Fi diagnostics. Clamp Option (Alt) and click on the Wi-Fi icon in the menu bar - extended information about the network will open.
  • 📡 Console. Run Console (via Spotlight) and find logs with the keyword awdl or Wi-Fi.

For in-depth diagnostics on Windows you can use the utility Wireshark, but it requires advanced skills. It's easier to use the built-in network troubleshooting:

  1. Open Settings → Network and Internet → Status → Network troubleshooting.
  2. Select Wi-Fi and follow the wizard's instructions.

FAQ: Frequently asked questions about connecting to an iPhone hotspot

❓ Why does the laptop connect to the access point, but the Internet does not work?

This is a typical problem if:

  • iPhone does not transmit data (check Settings → Cellular → Data).
  • VPN or proxy is enabled on the laptop (disable them).
  • The operator blocks tetring (check the tariff).

Solution: Try connecting via USB or reboot both devices.

❓ Is it possible to share the Internet from an iPhone without a password?

No, iOS requires you to set a password for the access point. However, you can:

  • Use a simple password (for example, 12345678).
  • Connect via Bluetooth (no password required, but slower speed).
❓ Why is iPhone not shown in the list of available networks on my laptop?

Possible reasons:

  • Modem mode is not enabled on iPhone.
  • The Wi-Fi adapter on the laptop is disabled (check Fn + Wi-Fi key).
  • iPhone in mode On the plane (even if Wi-Fi is turned on separately, distribution may not work).

Solution: Restart modem mode on iPhone (turn the slider off and on Allow others).

❓ How to increase Internet speed via iPhone hotspot?

Speed depends on:

  • Cellular network signal quality (check the number of antenna divisions).
  • Frequency range (5 GHz faster, but shorter range).
  • Battery charge (low battery iPhone limits performance).

Tip: connect iPhone to charge and switch to range 5 GHz (if the laptop supports it).

❓ Is it possible to distribute Internet from iPhone to several devices at the same time?

Yes, iPhone supports connection up to 5 devices simultaneously (depending on model and version iOS). However:

  • The speed will be shared between all devices.
  • When connected via Bluetooth Only one device is possible.

If you can't connect, try disconnecting unnecessary devices.