You have turned on modem mode on iPhone, but the laptop stubbornly refuses to connect to the distributed Wi-Fi? Or is the connection constantly interrupted, although everything works on other devices? This problem is familiar to many users, especially after updates. iOS or network adapter drivers. In 80% of cases, problems with settings are to blame iPhone, security protocol conflicts or errors in the laptop network adapter.
In this article we will look at all possible reasons - from a banal failure in modem mode to hidden restrictions of the telecom operator, which block the distribution of the Internet. You will receive clear instructions for Windows 10/11, macOS and any models iPhone (from iPhone 6s to iPhone 15 Pro), and also learn how to diagnose the problem in 2 minutes. There is no need to reset the settings to factory settings or take the equipment to a service center - in 95% of cases everything is solved manually.
1. Checking basic settings: what could go wrong
Before you dig deep, make sure the problem isn't a simple bug. Most often, users forget simple things:
- 📶 Modem mode is disabled - check the top panel iPhone (chain icon) or go to
Settings → Modem mode. - 🔒 Password entered incorrectly - even if you are sure that you remember it, try entering it again (sometimes the laptop keyboard replaces the characters).
- 📵 Laptop Wi-Fi adapter is disabled - on Windows it could be a physical button or a combination
Fn + F2/F12(depending on the model). - 🔄 Crash after update - if the problem appeared after the update iOS or drivers, try rebooting both devices.
Pay special attention network name (SSID). Sometimes iPhone assigns a non-standard name to the access point (for example, "iPhone (2)" instead of "iPhone"), and the laptop cannot recognize it. Try renaming the network manually:
- Open
Settings → Modem mode → Wi-Fi name. - Enter a simple name in Latin (for example,
MyiPhoneHotspot). - Save and restart modem mode.
- Windows (Lenovo, HP, Asus, etc.)
- MacBook (Air/Pro)
- Linux laptop
- Other
2. Security protocol conflicts: why the laptop “does not see” the network
One of the most common reasons is incompatibility of encryption protocols. Modern iPhone (starting from iOS 14) are used by default WPA3, whereas older laptops (especially with Windows 7/8) support only WPA2. This results in the network being listed but not being able to connect.
The solution is simple: force install WPA2 on iPhone:
- Go to
Settings → Tethering mode → Wi-Fi password. - Select an option
Maximum compatibility(orWPA2/WPA3on new versions iOS). - Reconnect your laptop.
If this method does not work, check the network adapter settings on your laptop:
- 🖥️ On Windows: open
Control Panel → Network and Sharing Center → Change adapter settings, find your Wi-Fi, right click →Properties → Security. Make sure it's selectedWPA2-Personal. - 🍎 On macOS: go to
System Settings → Network → Wi-Fi → Advancedand check the supported standards.
If your laptop is older than 2015, update your Wi-Fi adapter driver via Device Manager (Windows) or App Store (macOS). This will solve the problem with WPA3 in 70% of cases.
3. Operator restrictions: when the mobile Internet is to blame
Many operators (especially MTS, Beeline, Tele2) block Internet distribution by default or limit its speed. This is done to prevent tariff abuse. For example, if you have an unlimited tariff “for a smartphone”, the operator may prohibit the use modem mode.
How to check:
| Operator | How to find out about blocking | How to unlock |
|---|---|---|
| MTS | Send a USSD request *111*0887# |
Activate the "Modem" option (paid, ~50-100₽/day) |
| Beeline | Dial *110*180# |
Activate "Internet for Devices" in your personal account |
| MegaFon | Check in the application under "Services" | Connect "Modem and router" (free for some tariffs) |
| Tele2 | USSD: *155*1# |
Buy the "Internet for Gadgets" package |
If the operator does not block the distribution, but the Internet still does not work, check APN settings:
- On iPhone go to
Settings → Cellular → Data options → Cellular data network. - Make sure the APN matches the recommended operator (for example, for MTS this is
internet.mts.ru). - Reboot iPhone and try connecting again.
What to do if the operator blocks the distribution and the options cannot be activated?
In this case, you can try to bypass the restriction using a VPN on your iPhone. Install the application (for example, ProtonVPN or Windscribe), turn it on, and then activate tethering mode. The operator will “see” the traffic as normal smartphone traffic, and the blocking may not work correctly. However, this method does not guarantee 100% results and may reduce speed.
4. Problems with drivers and network adapters on a laptop
If iPhone distributes Wi-Fi, but the laptop cannot connect or constantly loses connection, this is the fault network adapter. This is especially true for Windows-laptops with adapters Realtek or Broadcom, which are known for their bugs.
Diagnostics:
- Click
Win + X→Device Manager. - Expand the section
Network adaptersand find your Wi-Fi module (for example,Realtek RTL8821CEorIntel AX200). - If there is an exclamation mark next to the name, the driver is not working correctly.
Solutions:
- 🔄 Update your driver:
- 🗑️ Remove the conflicting driver:
- B
Device Managerremove the adapter. - Restart the laptop - the system will install the driver again.
- B
- ⚡ Roll back to an older version (if the problem appeared after the update):
- In adapter properties, select
Roll back driver.
- In adapter properties, select
Make sure Wi-Fi is physically turned on (button/switch)
Check for driver presence in Device Manager
Update the driver via Windows Update or from the manufacturer's website
Reboot the laptop after changes -->
For macOS driver problems are less common, but if the laptop does not see the network, try:
sudo ifconfig en0 down && sudo ifconfig en0 up
(This command restarts the network interface; you may be required to enter an administrator password.)
5. IP address conflicts and DHCP settings
If the laptop is connected to iPhone, but the Internet does not work (there is an exclamation mark on the Wi-Fi icon), the culprit is IP address conflict or failure DHCP-servers. This happens when iPhone cannot automatically assign the correct IP to the laptop.
How to fix:
On Windows:
- Open
Command line(Win + R→cmd). - Enter:
ipconfig /releaseipconfig /renew - Reconnect to the access point iPhone.
On macOS:
- Go to
System Settings → Network → Wi-Fi → Advanced. - In the section
TCP/IPselectUse DHCP. - Click
OKand restart the connection.
If the problem persists, assign a static IP manually:
- 📌 On Windows:
- In the properties of the Wi-Fi network (
Control Panel → Network and Internet → Network and Sharing Center) selectIP version 4 (TCP/IPv4)→Properties. - Install:
- IP address:
192.168.2.100 - Subnet mask:
255.255.255.0 - Main gateway:
192.168.2.1 - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare)
- IP address:
- In the properties of the Wi-Fi network (
If, after assigning a static IP, the Internet does not work, check whether the selected address conflicts with other devices on the network. For example, if you already have another laptop connected with IP 192.168.2.100, change the last digit (for example, to 192.168.2.101).
6. iOS malfunctions: when the iPhone itself is to blame
Sometimes the problem lies not in the laptop, but in iPhone. Especially if:
- 🔄 The access point turns on, but turns off after a few seconds.
- 📱 On the screen iPhone a notification appears
"No Internet connection", although the mobile network is working. - 🔋 Distribution works only when charging (relevant for older models).
Solutions:
- Resetting network settings:
- Go to
Settings → General → Transfer or reset iPhone → Reset → Reset network settings. - Confirm the action. This will delete all saved Wi-Fi networks and passwords, but will not affect personal data.
- Go to
- Reboot modem mode:
- Turn off modem mode.
- Activate
Airplane modefor 30 seconds, then turn off. - Re-enable modem mode.
- iOS update:
- Check for updates in
Settings → General → Software Update. - If an update is available, install it - this will fix known bugs with Wi-Fi distribution.
- Check for updates in
What to do if your iPhone overheats when using Wi-Fi?
If the body iPhone becomes hot, and the distribution turns off after 5-10 minutes, this may be due to throttling (performance limitation due to overheating). To avoid this:
- Remove the cover.
- Do not use iPhone during distribution (especially for games or videos).
- Connect the charger - this will reduce the load on the battery.
- If the problem persists, check the condition of the battery in
Settings → Battery → Battery status. If wear exceeds 80%, replace the battery.
⚠️ Attention: If the problem persists after resetting the network settings, do not rush to reset iPhone to factory ones. First check if it is turned on low consumption mode (Settings → Battery) - it can block background processes, including Wi-Fi distribution.
7. Antiviruses and firewalls: invisible blockers
Security programs (eg. Kaspersky, Avast, ESET or built-in Windows Defender) sometimes block connections to “untrusted” networks, including access points from smartphones. This happens because iPhone uses dynamic IP addresses, which are perceived by antiviruses as potentially dangerous.
How to check:
- 🛡️ On Windows:
- Open
Control Panel → Windows Firewall → Allow application interaction. - Make sure the permission is set for your network.
- Open
- 🔍 In antivirus:
- Find a section
NetworkorFirewall. - Add a network connection exception iPhone (usually it is enough to disable the protection for 5 minutes for the test).
- Find a section
If the connection works after disabling the antivirus, add the network iPhone to exceptions or configure firewall rules manually. For example, in Kaspersky it's done like this:
- Open the main program window.
- Go to
Settings → Security → Firewall → Packet Rules. - Create a new rule for incoming/outgoing connections to the IP address
192.168.2.1(standard address iPhone in modem mode).
⚠️ Attention: Do not disable the firewall completely - this will make your laptop vulnerable to attacks. Instead, configure a network-only exception iPhone.
8. Alternative connection methods if Wi-Fi does not work
If all attempts to connect via Wi-Fi are unsuccessful, try alternative methods:
- 🔌 USB modem:
- Connect iPhone to laptop via
USB cable. - Turn on
Modem modeand selectUSBas a connection method. - On Windows driver installation may be required Apple Mobile Device Support.
- Connect iPhone to laptop via
- 📶 Bluetooth modem:
- Pair iPhone and laptop
Bluetooth. - On iPhone turn on
Modem mode → Bluetooth. - On a laptop, select connection via
Bluetooth-network
- Pair iPhone and laptop
- 🌐 Cloud services (if you only need access to files):
- Upload the required files to iCloud, Google Drive or Dropbox with iPhone.
- Download them to your laptop via your browser.
A USB connection is usually more stable than Wi-Fi, but has limitations: iPhone will simultaneously charge and distribute the Internet, which can lead to overheating. For long-term operation, use the original cable and power adapter.
If you need internet on your laptop regularly, consider purchasing USB modem (For example, Huawei E3372) or portable router (For example, TP-Link M7350). These devices distribute Wi-Fi more stable and do not depend on charge iPhone.
FAQ: Frequently asked questions
❓ Why does the laptop connect to Wi-Fi from the iPhone, but the Internet does not work?
This is a serious symptom problems with DHCP or operator blocking. First check if the Internet is working properly iPhone (open Safari). If yes, then:
- On a laptop, do
ipconfig /releaseAndipconfig /renew(Windows) or restart the network interface (macOS). - Check whether the operator is blocking the distribution (see section 3).
- Assign a static IP manually (instructions in section 5).
❓ Is it possible to share Wi-Fi from an iPhone without a password?
No, iOS requires you to set a password for the access point. This is a security measure to prevent unauthorized connections. However you can:
- Set a simple password (for example,
12345678). - Use
Bluetooth-connect without a password (but this is less secure).
❓ Why doesn’t iPhone distribute Wi-Fi if VPN is turned on?
Many VPN apps (eg. NordVPN, ExpressVPN) block Internet distribution to avoid traffic leaks. Solutions:
- Disable VPN on iPhone before turning on modem mode.
- In VPN settings, find the option
"Allow local network"or"Split Tunneling"and activate it. - Only use a VPN on your laptop, not on your iPhone.
❓ How to increase Internet speed when distributing from iPhone?
Speed depends on:
- 📶 Mobile network signal — check the coverage level (for example, 4G vs 5G).
- 📱 iPhone models - new models (iPhone 12 and above) support
Wi-Fi 6and distribute the Internet faster. - 🖥️ Laptop adapter - if it is older than 5 years, the maximum speed may be limited
Wi-Fi 4(up to 150 Mbit/s).
To speed up your connection:
- Connect iPhone to charging - this removes performance limitations.
- Turn on
Modem modein settings iPhone and selectMaximum compatibility(this will disableWPA3, but will increase speed). - Use
USB connectioninstead of Wi-Fi - it is more stable and faster.
❓ Is it possible to distribute Wi-Fi from an 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.
- On older models (iPhone 6/7) it is possible to disable distribution when connecting 3+ devices.
- Some operators limit the number of connected gadgets (for example, MTS can block distribution to 2+ devices without additional option).