How to create and configure a local Wi-Fi network without internet access

Creation Wi-Fi networks without internet access — a task that arises more often than you might think. Such a network allows you to share files between devices, play multiplayer games, print to a network printer, or control smart devices within your home or office. The main difference from a regular network is the lack of an external connection to the provider, but all local functions are retained.

Many people mistakenly believe that without the internet, a router becomes useless. In fact, modern routers and operating systems support modes Ad-Hoc (dot-to-dot) and SoftAP (software access point), which allow you to set up an isolated network. In this article, we'll cover all the methods—from router settings to creating a virtual network on a smartphone or laptop.

A local Wi-Fi network without internet access is useful in the following situations:

  • 📁 You need to quickly transfer large files between computers (movies, projects, backups).
  • 🎮 Organize a LAN party in games that do not have an online mode (for example, Minecraft in the local world).
  • 🖨️ Connect multiple devices to a network printer or scanner.
  • 🏠 Control smart bulbs, cameras, or sensors without cloud services.
  • 🔒 Create an isolated network for software or security testing (e.g. for Kali Linux).
📊 Why do you need a local Wi-Fi network?
File transfer
Online games
Printing on a printer
Smart Home
Equipment testing
Other

Method 1: Configuring the router in "Local network only" mode

The most reliable method is to use a regular router with its internet access disabled. Almost all models (from TP-Link to ASUS) support this mode. You don't need to buy special equipment—your existing router is enough.

The instructions are suitable for most routers with firmware DD-WRT, OpenWRT or standard from the manufacturer. Basic steps:

  1. Connect the router to power and log into the admin panel (usually at 192.168.0.1 or 192.168.1.1).
  2. Go to the section Network → WAN and turn off your internet connection (set the type Disabled or Static IP without specifying a gateway).
  3. In the section Wireless mode set up a network name (SSID), password and channel.
  4. Save the settings and reboot the router.

After this, the router will distribute Wi-Fi, but without internet access. All connected devices will be able to "see" each other on the local network. For example, you can access your computer's network drive from your laptop using the protocol. SMB or launch the game by LAN.

Disable WAN connection|Set a unique SSID|Set a password (WPA2/WPA3 recommended)|Select a free channel (e.g. 6 or 11 for 2.4 GHz)|Save and reboot the router

-->

⚠️ Attention: If your router does not have an option to disable WAN, simply do not connect the provider's cable to the port Internet (usually it's highlighted in a different color). The local network will work without it.

Method 2: Virtual Wi-Fi network on Windows (Hosted Network)

If you don't have a router, you can create one software access point directly on your Windows laptop or PC. This is done using the built-in function Hosted Network, which works via the command line. The method is suitable for Windows 7/8/10/11.

Advantages of the method:

  • 💻 No router required – just one computer with a Wi-Fi adapter.
  • 🔄 You can simultaneously connect to another network (for example, via Ethernet) and distribute Wi-Fi.
  • 🔒 All modern safety standards are supported (WPA2-PSK).

Setup instructions:

  1. Open Command Prompt as Administrator (press Win + XTerminal (Administrator)).
  2. Enter the command to create the network:
    netsh wlan set hostednetwork mode=allow ssid="MyLocalWiFi" key="12345678" keyUsage=persistent

    Where MyLocalWiFi — the network name, and 12345678 — password (minimum 8 characters).

  3. Start the network with the command:
    netsh wlan start hostednetwork
  4. Enable connection sharing (if you want the devices to see each other). To do this, go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings, find your primary connection (Ethernet or Wi-Fi), right-click → Properties → Access and turn on the option Allow other network users to use this computer's Internet connection (even if there is no internet, this is necessary for local exchange).

If after starting the network the devices do not see each other, check that the IPv4 protocol is enabled in the connection properties and the correct IP addresses are specified (for example, 192.168.137.1 for the host and 192.168.137.X for clients).

⚠️ Attention: On some laptops (especially with adapters Intel (older than 2018) function Hosted Network may not work due to driver limitations. In this case, use third-party programs like Connectify or mHotspot.

Method 3: Local network on Android without a router

Smartphone on Android (version 6.0 and above) can become a local network access point. This method is convenient for quickly sharing files between your phone and other devices.

How to set up:

  1. Open Settings → Network & Internet → Hotspot & Tethering.
  2. Select Wi-Fi hotspot and set up the network name (SSID) and password.
  3. Turn on the hotspot. Now other devices will be able to connect to it.
  4. To share files, use apps like Feem, Send Anywhere or built-in FTP server (for example, through Solid Explorer).

Limitations of the method:

  • 📵 Devices will not automatically “see” each other on the network (additional applications are required).
  • 🔋 Rapid battery drain (recommended to connect to a charger).
  • 📶 Limited number of connected devices (usually up to 8).

4. Method: Ad-Hoc network between computers (without a router)

Ad-Hoc (from the Latin "for this") is a Wi-Fi mode in which devices connect directly to each other without an intermediary (router). This method is convenient for connecting two laptops or PCs, but is not supported on modern smartphones.

How to set up on Windows:

  1. Open Control Panel → Network and Internet → Network and Sharing Center → Set up a new connection.
  2. Select Setting up a wireless computer-to-computer network (V Windows 10/11 This item may be missing - use the command line, as in method 2).
  3. Set the network name (SSID), security type (WPA2-Personal) and password.
  4. Connect the second device to the created network.

To share files, please enable File and Printer Sharing in the network settings (Settings → Network → Sharing options). After this, you will be able to navigate network paths like \\192.168.X.X in Explorer.

Way Max devices Speed Complexity Energy consumption
Router (local mode) 20+ Up to 1 Gbps (depending on model) Low Low
Hosted Network (Windows) 8-10 Up to 300 Mbps (Wi-Fi 5) Average Average (laptop)
Android hotspot 5-8 Up to 150 Mbps Low High (phone)
Ad-Hoc (computer-to-computer) 2 Up to 100 Mbps High Low

5. Setting up shared folders and printers on a local network

Creating a network is only half the battle. For devices to exchange data, you need to configure public accessLet's consider two scenarios: file sharing and printer connection.

Shared folders on Windows:

  1. Create a folder, right-click on it → Properties → AccessShare.
  2. Select users (eg. All) and set permissions (Reading or Reading and writing).
  3. In the section Security Add the same users and assign permissions.
  4. On another computer, open File Explorer and type in the address bar \\Computer_IP_ADDRESS (For example, \\192.168.1.100).

Network printer:

  • 🖨️ Connect the printer to one of the computers on the network (via USB or Wi-Fi).
  • 📋 Turn on printer sharing (Control Panel → Devices and Printers → Printer Properties → Access).
  • 💻 On other computers, add the printer via Devices and Printers → Add a Printer → Network Printer.
How to find the IP address of a computer on a local network?

Open command prompt and type ipconfig (Windows) or ifconfig (Linux/macOS). Look for the line IPv4 address in the block Wireless LAN adapter or Ethernet adapter. For example, 192.168.1.5.

⚠️ Note: If shared folders do not open, check that the protocol is enabled on both computers. SMB 1.0 (V Windows 10/11 It is disabled by default for security reasons). You can enable it in Control Panel → Programs → Turn Windows features on or off.

6. Problems and solutions when creating a local Wi-Fi network

Even with proper setup, difficulties can arise. Let's look at the most common ones and how to resolve them.

Problem Possible cause Solution
Devices don't see the network Incorrect Wi-Fi channel or hidden SSID Check your router settings (channels 1-11 for 2.4 Hz, 36-165 for 5 Hz). Disable this option. Hide SSID.
No access to shared folders Firewall is blocking SMB or there are no access rights Disable your firewall temporarily or add an exception for File and PrinterCheck the permissions in Properties → Security.
Low transmission speed Interference from other networks or an outdated Wi-Fi standard Switch to a 5 Hz channel (if supported) or change the channel width to 20/40 MHz. Update your Wi-Fi adapter drivers.
Android won't connect to the Hosted Network Incompatibility of safety standards Change the security type to WPA2-PSK (AES) in the team netsh.

If the problem is not resolved, try:

  • 🔄 Restart all devices and the router.
  • 📡 Change the Wi-Fi channel in the router settings (for example, from 6 to 11).
  • 🔧 Update your router firmware or Wi-Fi adapter drivers.
  • 🛡️ Temporarily disable your antivirus (it may block network communication).

7. Local Wi-Fi network security without the Internet

Many people think that a network without internet access is automatically protected from hacking. This isn't true: if an unauthorized device connects to it, it will gain access to all shared resources. Follow these security guidelines:

  • 🔐 Use a complex password (at least 12 characters, with numbers and special characters).
  • 📛 Turn off WPS in the router settings - this protocol is vulnerable to brute-force attacks.
  • 👥 Limit the number of connected devices by MAC addresses (there is an option in the router settings) MAC filtering).
  • 🔄 Change your Wi-Fi password regularly (every 1-2 months).
  • 🛡️ Turn it off UPnP, if it is not needed, this will reduce the risk of exploiting vulnerabilities.

For additional protection, you can create guest network on the router (if supported) and connect devices to it that do not need access to shared resources (for example, smart light bulbs).

⚠️ Warning: If you store confidential data (such as work documents) on your local network, use folder encryption using BitLocker (Windows) or VeraCrypt (cross-platform).

FAQ: Frequently asked questions about local Wi-Fi networks

Is it possible to use 5G (5 GHz) for a local network without the Internet?

Yes, but with some caveats. Most routers and devices support the 5 GHz band, which provides faster speeds and less interference. However:

  • Not all older devices (especially those released before 2015) work in this range.
  • The coverage range of 5 GHz is shorter than that of 2.4 GHz - walls and obstacles weaken the signal more.
  • In mode Ad-Hoc (Computer to Computer) 5GHz may not be supported.

Recommendation: If all devices are modern and located in the same room, use 5 GHz. For larger areas or older devices, it's better to stick with 2.4 GHz.

How to connect smart devices (lamps, cameras) to a local network without the Internet?

Most smart devices (Xiaomi, TP-Link Tapo, Yeelight) require a cloud connection for initial setup, but can run locally after configuration. Algorithm:

  1. Connect your smart device to a router with internet access and configure it using the official app.
  2. Disable the Internet on the router (as described in the first method).
  3. Make sure that the device and smartphone are connected to the same local network.
  4. Use local commands (for example, via Home Assistant or HTTP-API devices).

Example: Light bulbs Yeelight can be controlled via protocol LAN Control even without the Internet, by sending commands like:

http://192.168.1.100/yeelight?cmd={"id":1,"method":"set_power","params":["on"]}
Why doesn't ping work between devices on a local network?

If the devices are connected to the same network but cannot ping, check:

  1. Firewall: On Windows, disable it temporarily or add an exception for ICMP (ping protocol).
  2. Subnet: All devices must have the same IP address And subnet mask. For example, if one device 192.168.1.2/255.255.255.0, and the other one 192.168.0.2/255.255.255.0, they will not see each other.
  3. AP Isolation: The router settings may have client isolation mode enabled (usually called AP Isolation or Client Isolation). Turn it off.

For diagnostics, use the following commands:

ipconfig /all # View IP addresses (Windows)

arp -a # View the ARP table (list of devices on the network)

Is it possible to stream video from a computer to a TV via a local Wi-Fi network?

Yes, there are several ways to do this:

  • DLNA/UPnP: Turn on the media server on your PC (for example, Plex, Kodi or built into Windows Media streaming). On TV, use the app DLNA client (For example, BubbleUPnP For Android TV).
  • Miracast/Wi-Fi Direct: Modern TVs (for example, Samsung or LG) support wireless screen sharing from a PC or smartphone. On Windows, use Win + P → Connect to a wireless display.
  • Local web server: Run a simple HTTP server on your PC (for example, via Python: python -m http.server 8000) and open the video in the TV browser at http://IP_COMPUTER:8000/film.mp4.

For minimal latency, use a wired connection (Ethernet) or Wi-Fi 6 (802.11ax).

How to increase the range of a local Wi-Fi network?

If the signal is weak, try:

  • 📡 Change the channel: In the 2.4 Hz range, channels 1, 6, and 11 do not overlap. Use the app Wi-Fi Analyzer (Android) to find the freest channel.
  • 🔄 Update your router firmware: Manufacturers often optimize antenna performance in new software versions.
  • 🛠️ Use a repeater: Set up the second router in mode Repeater (repeater) or WDS (wireless bridge).
  • 📶 Replace the antennas: On some routers (for example, ASUS RT-AC68U) the antennas are removable - you can install more powerful ones (with a gain of 5-9 dBi).
  • 📍 Positioning the router: Place it in the center of the coverage area, raise it higher (on a cabinet) and avoid obstacles (walls, metal, mirrors).

For larger areas (such as an office), consider using Mesh systems (For example, TP-Link Deco or Google Nest Wi-Fi), which automatically switch devices between access points.