Many users mistakenly believe that tethering from a smartphone requires an active mobile data plan or a SIM card. In fact, modern operating systems, whether Android or iOS, allow you to create a full-fledged Wi-Fi hotspot even when data is disabled or a SIM card is missing. This creates a local wireless network, ideal for transferring files, managing media, or configuring routers when a cable connection is impossible or inconvenient.
Using this technology opens up exciting possibilities for gadget owners. You can create a bridge between your phone and laptop to quickly transfer photos and videos without using a single megabyte of data. Moreover, this method is often a lifesaver when you need to update system files or device firmware via a local server, but the Ethernet cable is lost or unavailable.
In this article, we'll take a detailed look at the technical aspects of creating a local network without internet access. You'll learn about the nuances of protocol operation in access point mode, the specifics of setting up Windows and Android, and how to avoid common mistakes when connecting devices. Local area network — is a powerful tool that is often ignored by ordinary users, although it is built into every modern smartphone.
How a local access point works without traffic
When you activate the tethering mode on your smartphone, the device switches its Wi-Fi module to a special operating mode known as SoftAP (Software Access Point). In this state, the phone stops searching for external networks and becomes a signal emitter, creating a local area around itself. A computer or laptop connecting to this network receives an IP address from the phone, and a direct digital connection is established between them.
The key point is that establishing such a connection does not require routing packets to the external network. The phone's operating system simply ignores internet access requests if mobile data is disabled, but data exchange within the created cell continues at full speed. This allows for high transfer rates, limited only by the capabilities of your devices' Wi-Fi modules and the standard. 802.11ac or newer.
It's important to understand the difference between client mode and access point mode. In normal mode, the phone connects to the router, but in access point mode, it becomes the router itself. This fundamentally changes the network card's operating logic. This is why some older laptop models may be wary of such networks, marking them as "No Internet Access," but local data transfer functionality remains unaffected.
⚠️ Note: When creating a hotspot without internet access, Windows may automatically switch to another active connection (such as Ethernet), if one is available. Make sure you're testing the Wi-Fi connection for local tasks.
It's also worth noting the impact of frequency range. Modern phones often offer a choice between 2.4 GHz and 5 GHz. For transmitting large amounts of data over short distances, it's preferable to use 5 GHz band, as it provides higher throughput and is less susceptible to interference from neighboring networks and household appliances.
Setting up a hotspot on Android without mobile internet
The process of activating the modem mode on devices running Android The process may vary slightly depending on the operating system version and the manufacturer's shell (Samsung One UI, Xiaomi MIUI, stock Android). However, the general steps remain the same for all current versions. The first step is to go to your device's settings.
Find the section usually called "Connections," "Network & Internet," or simply "Wireless & Networks." Within this menu, look for "Access point & tethering" or "Tethering & Personal Hotspot." Clicking on it will take you to the configuration menu. It's important not to simply turn on the toggle switch, but to first access the access point settings.
In the access point settings, make sure the network name (SSID) and password are set. Pay special attention to the frequency range. If your laptop supports the standard Wi-Fi 5 or Wi-Fi 6, it makes sense to force 5 GHz for maximum file copy speed. After adjusting the settings, you can activate the enable slider.
☑️ Check Android settings
Now that the hotspot is running, your phone may display a notification stating "Mobile data is off" or "Connected devices: 0." This is a normal system response. The main thing is that the hotspot icon is visible in the notification shade. The device is now visible to external devices.
⚠️ Note: On some Xiaomi and Huawei models, mobile data may be automatically enabled when you enable hotspot. You will need to manually disable data in the Quick Settings after activating tethering.
Connecting a Windows laptop to a local network
Once the smartphone is set up, we move on to the computer. In the operating system Windows 10 or Windows 11 The connection process is standard. Click the Wi-Fi icon in the lower-right corner of the screen (in the tray) or open "Settings" from the Start menu.
In the list of available networks, find the name you set on your phone. Tap "Connect" and enter the password. The system may warn you that "No Internet Access" and ask if you want to stay connected. You must confirm this action by agreeing to use the network.
Windows will automatically assign the network profile the "Public" or "Private" type. For local file transfers, it's safer and more appropriate to select the "Private" network type. This will open the necessary ports for discovery by other computers on the network and simplify data exchange using standard OS tools.
You can check the connection by looking at the Wi-Fi icon: it should show the signal strength, but without the globe icon (internet access). Now the devices are on the same subnet. You can try pinging the phone or start sharing files.
What should I do if Windows says "Can't connect to this network"?
Often, the problem stems from incompatible encryption standards. Try changing the security type from WPA3 to WPA2 Personal in your phone's hotspot settings. Resetting your laptop's network settings with the command netsh winsock reset in the command prompt as administrator also helps.
File transfer and device management methods
The most common use case for such a network is transferring multimedia or documents. Since cloud services (Google Drive, Yandex.Disk) require internet access, we'll use local protocols. The easiest way is to use the built-in Windows "Nearby Sharing" feature or create a shared folder.
To do this, create a folder on your computer, right-click it, select "Properties" → "Sharing" tab → "Sharing." Add the user "Everyone" with read and write permissions. Now, to access this folder from your phone, you'll need a file manager with SMB support, such as Solid Explorer or CX File Explorer.
In your phone's file manager, select "New Connection" → "LAN" or "SMB." Your phone will automatically find your computer on the local network (by IP address). Enter your Windows account login and password. Once connected, you'll have full access to your PC's file system at the speed of your Wi-Fi module.
- 📂 SMB (Server Message Block) — a standard protocol for Windows that provides native folder integration.
- 🌐 HTTP server — you can run it on your phone (via apps like WiFi File Transfer), then the files will be accessible through the browser on your laptop using their IP address.
- ⚡ FTP — a fast transfer protocol, often used by advanced users to manage the file system.
An alternative option is to use specialized software like Total Commander with LAN or program plugin Resilio Sync (in local synchronization mode), which can work without the Internet, finding each other by local IP.
Using the network to configure routers and IP cameras
A local network created by a phone often becomes a lifesaver for system administrators and enthusiasts. Imagine this: you need to configure a new router that doesn't have WAN access, or an IP camera that requires changing its IP address via the web interface. A laptop without an Ethernet port is a common occurrence in the field.
By enabling the hotspot on your phone and connecting your laptop to it, you can assign a static IP address from the same subnet as the device you're configuring (e.g., a router) to your computer's network card. This will allow you to access its web interface (192.168.0.1 or similar) and perform the initial configuration.
This method is also useful for updating the firmware of smart devices that experience issues when updating via the cloud. You can download the firmware file to your laptop, share the folder, and specify the path to the file on the local network through the device's interface. This eliminates the risk of download interruptions due to unstable mobile internet.
| Parameter | Value for PC (Example) | Meaning for the Device | Description |
|---|---|---|---|
| IP address | 192.168.43.100 | 192.168.43.1 | The addresses must be in the same subnet. |
| Subnet mask | 255.255.255.0 | 255.255.255.0 | Standard mask for home networks |
| Gateway | 192.168.43.1 | 192.168.43.1 | Phone address (access point) |
| DNS | Not required | Not required | Without the Internet, DNS is not needed. |
Solving common problems and limitations
Despite its simplicity, users may encounter a number of limitations. The most common is that Windows may block the computer's visibility on the network. This can be resolved by changing the network profile to "Private" and enabling network discovery in the Network and Sharing Center.
Another issue is speed. If your phone is old or has a weak Wi-Fi module, copying speeds may be slow (3-5 MB/s). In this case, using a USB cable to connect your phone to the PC and enabling "USB tethering" mode helps. This also functions as a local network, but with much greater stability and data transfer speeds.
It's also worth keeping power consumption in mind. Hotspot mode puts a heavy load on the smartphone's processor and communication module, leading to rapid battery drain and increased heat. For long data transfer sessions or hardware setup, highly recommended keep your phone connected to the charger.
⚠️ Note: Settings interfaces may vary depending on the version of Android (10, 11, 12, 13+) and iOS. If you don't find the described options, search your phone's settings and enter "Modem" or "Hotwireless."
Sometimes your computer's antivirus software may block incoming connections to a new network. If folders won't open, temporarily disable your firewall or add your local network to the trusted list. This is a common issue when working with corporate laptops, where security policies are stricter.
Is it possible to share Wi-Fi from an iPhone to a laptop without a SIM card?
Yes, iPhone allows you to enable Personal Hotspot even without a SIM card installed or with cellular data turned off. However, unlike Android, iOS may require you to activate Personal Hotspot with a SIM card at least once to configure the necessary network settings. After that, the phone will create a local network for file transfers via iTunes (Finder) or third-party apps.
Why does my laptop say "Connected, no internet access"?
This is normal behavior. Since mobile data is disabled, Windows sees that the gateway is blocking traffic to the external network. This isn't an error, but a statement of fact. The local network is fully functional, and you can transfer files; the main thing is to ignore the system warning.
What is the maximum transmission speed in such a network?
Speed depends on the Wi-Fi standard. At 2.4 GHz, the actual speed will be around 20-30 MB/s. At 5 GHz, with support for modern standards (AC/AX), speeds can reach 50-80 MB/s and higher, comparable to fast USB 2.0. This is enough for watching 4K video directly from a laptop drive on your phone.
Is it safe to transmit passwords over such a network?
Yes, the connection is protected by the WPA2/WPA3 encryption protocol, which you set up when creating the hotspot. Data doesn't go over the open internet; it circulates only between your phone and laptop. It's virtually impossible for someone else to intercept it without knowing the Wi-Fi network password.