Local Area Network via Wi-Fi: How to Connect Devices Without Internet Access

Local area network via Wi-Fi It allows you to connect computers, smartphones, printers, and other gadgets into a single system without internet access. This is convenient for sharing files, collaborating on documents, or playing online games. But how do you properly set up such a network so that devices can "see" each other?

Many users mistakenly believe that creating a local network is as simple as connecting to a single router. In reality, additional network configuration, protocol verification, and sometimes even manual IP address assignment are required. In this article, we'll cover all the methods—from a simple connection via a home router to creating a ad-hoc networks between two devices directly.

We'll pay special attention to common errors: why devices aren't showing up on the network, how to fix folder access issues, and what to do if the data transfer speed is too slow. All instructions are relevant for Windows 10/11, macOS And Android latest versions.

1. Methods for creating a local network via Wi-Fi

There are three main methods for setting up a local Wi-Fi network. The choice depends on the number of devices, their types, and your needs:

  • 📶 Through a home router — the most reliable method for 3+ devices. All devices connect to a single access point, and the router manages the traffic.
  • 🔄 Ad-hoc network (Peer-to-peer) – a direct connection between two devices without a router. Suitable for temporary file sharing.
  • 🖥️ Access Point Mode — when one device (for example, a laptop or smartphone) distributes Wi-Fi to others.

Each method has its limitations. For example, ad-hoc networks are not supported on iPhone and some models Android-devices. And access point mode can limit data transfer speed to 50-70% of the maximum.

📊 Which local network method do you need?
Via a router
Direct connection (ad-hoc)
Access point mode
I haven't decided yet

For most home use, the first option—via a router—is optimal. It provides a stable connection and allows for an unlimited number of devices. The other options are useful when a router is not readily available.

2. Setting up a local network via a router

This is the most universal method. You will need any modern router that supports 802.11n/ac/ax (almost all models after 2015). Basic steps:

  1. Connect all devices to the same Wi-Fi network (name and password must match).
  2. Make sure the protocol is enabled on your router. DHCP (automatic assignment of IP addresses).
  3. Set up file and folder sharing on each device.

Most routers already have it enabled. DHCP by default. You can check this in the device's web interface (usually at 192.168.0.1 or 192.168.1.1>) in the section LAN or Local area network.

Log in to the router control panel (using the login/password from the sticker)

Find the "Local Area Network" or "LAN" section

Make sure the DHCP server is enabled

Check the range of IP addresses being distributed (usually 192.168.x.100-200)

Save settings and reboot the router-->

If after connecting the devices do not see each other, check the firewall settings (Firewall) on each of them. Antiviruses and built-in protections often block local traffic.

3. Creating an ad-hoc network (direct connection)

This method allows you to connect two devices directly, without a router. It is suitable for laptops, PCs with Wi-Fi adapters, and some Android-smartphones. On Windows the setup looks like this:

Open Command line as administrator and run:

netsh wlan set hostednetwork mode=allow ssid="MyAdHoc" key="12345678" keyUsage=persistent

Then start the network with the command:

netsh wlan start hostednetwork

On the second device, connect to the created network MyAdHoc with a password 12345678Please note: in ad-hoc In networks, data transfer speeds are usually lower than through a router due to the lack of traffic optimization.

How is ad-hoc different from regular Wi-Fi?

In ad-hoc networks, devices connect directly, without an intermediary (router). This simplifies setup but limits the number of connected devices to 2-3. Standard Wi-Fi via a router supports up to 254 devices and provides better stability.

For macOS And Linux creation process ad-hoc networks are more complex and require the use of a terminal. Android This functionality is often missing without root rights.

4. Setting up file sharing

Even if the devices are connected to the same network, they will not be able to exchange files without additional settings. Windows follow these steps:

  • 📁 Open Control Panel → Network and Internet → Network and Sharing Center.
  • 🔧 Select "Change advanced sharing settings."
  • 🔄 Turn on network discovery and file sharing for the current profile.
  • 🔐 Disable password protection if all devices are trusted.

On macOS go to System Preferences → Sharing and turn on the "File Sharing" option. Android For file sharing, it is easier to use specialized applications, for example, Feem or LocalSend.

To check the network functionality, open Conductor (on Windows) or Finder (on Mac) and go to the "Network" section. All devices connected to the local network should be displayed there.

5. Checking and troubleshooting

If your local network is not working, first check the basic settings:

ProblemPossible causeSolution
The devices don't see each otherThe SMB protocol is disabledEnable SMB 1.0 in "Turn Windows features on or off"
No access to foldersIncorrect access rightsSet permissions for "Everyone" or specific users
Low transmission speedWi-Fi channel interferenceChange the channel in the router settings to 1, 6, or 11 (for 2.4 GHz)
Constant disconnectionsWeak Wi-Fi signalReduce the distance or use a repeater

For diagnostics use the command ping in the command line. For example, to check the connection with the device via IP 192.168.1.100, execute:

ping 192.168.1.100 -t

If pings don't work (The specified node is unavailable), the problem is at the network level. If there are pings but no access to folders, the problem is in the sharing settings.

6. Local Wi-Fi network security

A local Wi-Fi network is vulnerable to external attacks unless precautions are taken:

  • 🔒 Use WPA3 (or at least WPA2) to encrypt traffic. WEP and open networks are not allowed.
  • 🛡️ Turn it off WPS in the router settings - this protocol has critical vulnerabilities.
  • 📡 Hide SSID network if only your devices connect to it.
  • 🔄 Update your router firmware regularly (every 3-6 months).

Important: If you transfer sensitive data (documents, passwords, financial information) over your local network, use additional encryption. For example, zip password-protected files before transferring them or set up a VPN server on one of your devices.

To restrict access to shared folders, set up separate accounts with passwords. Windows this is done through Control Panel → Computer Management → Local Users and Groups.

⚠️ Warning: Do not use simple passwords like 12345678 or qwerty For Wi-Fi networks. Attackers can connect to your local network and intercept traffic even if they don't have internet access.

7. Optimizing data transfer speed

The speed of file exchange in a local Wi-Fi network depends on several factors:

  • 📶 Wi-Fi standard: 802.11ac (Wi-Fi 5) provides up to 1.3 Gbps, 802.11ax (Wi-Fi 6) - up to 9.6 Gbps under ideal conditions.
  • 📡 Frequency: 5 GHz is faster than 2.4 GHz, but has a smaller coverage area.
  • 💻 Hardware limitations: Hard drives (HDD) slow down the transmission more than SSD.
  • 🔧 Protocol: SMB 3.0 faster SMB 1.0, but requires device support.

For maximum speed:

  1. Connect both devices to the 5 GHz network (if the router is dual-band).
  2. Use gigabit ports if you transfer files between PCs via cable.
  3. Disable power saving mode for your Wi-Fi adapter in Device Manager.

Actual file transfer speeds over Wi-Fi rarely exceed 30-50 MB/s (240-400 Mbps) due to protocol overhead. For comparison: over a cable Gigabit Ethernet You can get up to 110-120 MB/s.

8. Alternative ways to share files

If you are unable to set up a local network, consider alternative options:

  • 📱 File transfer apps: LocalSend, Snapdrop, Feem (work via local network or direct connection).
  • 🔌 Cable connection: For Android and PC can be used USB-OTG cable with mode MTP.
  • ☁️ Cloud services: Google Drive, Dropbox or Yandex Disk (suitable if there is internet, but synchronization is required).
  • 💿 Flash drives: An old but reliable method for large files (videos, disk images).

Apps like LocalSend are often easier to set up than manually configuring network access. They automatically detect devices on the same network and allow file transfers without any additional configuration.

⚠️ Please note: When using cloud services to transfer files, please remember that data is temporarily stored on third-party servers. For sensitive information, it is better to use local methods.

For regular exchange of large amounts of data (for example, backups), it's better to set up a full-fledged local network. Alternative methods are convenient for one-time tasks.

FAQ: Frequently Asked Questions

Is it possible to create a local network between an iPhone and a Windows PC?

No, iPhone does not support ad-hoc network and cannot connect to computers as network devices. The alternative is to use applications like LocalSend or cloud services. It's easier to use for file transfer AirDrop (if you have Mac) or cable Lightning-USB.

Why is Wi-Fi transmission speed lower than cable?

Wi-Fi spends some bandwidth on overhead (encryption, error checking, packet retransmission). Speed ​​is also affected by interference from other networks, distance to the router, and hardware limitations of the adapters. Cable connection (Ethernet) is free of these problems and will always be faster, all other things being equal.

How can I make sure that devices on a local network can see each other all the time?

Set up static IP addresses for each device in your network range (e.g. 192.168.1.100, 192.168.1.101 etc.). This can be done in the network adapter settings or through binding MAC addresses to the IP in the router (DHCP Reservation). Also, make sure that all devices are in the same workgroup (WORKGROUP For Windows, local For macOS).

Is it possible to play over a local network via Wi-Fi?

Yes, but with some caveats. Modern games require a stable connection with a ping < 50 ms. Wi-Fi can only provide this under ideal conditions: a router with support Wi-Fi 6, 5 GHz frequency, minimum distance between devices. For shooters (CS2, Valorant) it is better to use a cable connection. For turn-based strategies (Civilization) or Minecraft Wi-Fi will do.

What should I do if my router isn't assigning IP addresses (the "No network access" error appears)?

The problem is usually in the disconnected DHCP-server. Go to your router settings and check if it's enabled in the section LAN or DHCPIf it's enabled, but IP addresses aren't being distributed, try:

  1. Reboot the router (turn off the power for 30 seconds).
  2. Reset the router to factory settings (button Reset).
  3. Set up a static IP on the device manually (e.g. 192.168.1.100 with a mask 255.255.255.0 and a gateway 192.168.1.1).

If the problem persists, it may be faulty. DHCP- router server - the device will need to be replaced.