How to create a local network via WiFi on Windows 10 without a router

Needing to quickly connect multiple computers into a single network without a router or switch is more common than you might think. This could be a team collaboration in the field, a temporary office on a construction site, or simply a house party where gigabytes of data need to be transferred between laptops. Luckily, the operating system Windows 10 has built-in functionality that allows you to turn one computer into an access point and server for other devices.

The technology we will be talking about is called Ad-Hoc or "computer-to-computer network." Unlike a traditional infrastructure, where all devices connect to a central node, here one PC acts as a coordinator. It assigns IP addresses and routes traffic, creating a fully-fledged local environment for file sharing, cooperative gaming, or network printers.

It's important to understand that implementing this setup doesn't require any cables or additional hardware. All you need is a built-in WiFi adapter, which is found in almost every modern laptop. We'll cover the process in detail, from host configuration to resource availability.

Hardware and software requirements

Before you begin setup, you need to make sure your hardware and software are ready to use. The primary requirement is a working wireless adapter capable of operating in access point mode. Most modern chipsets from Intel, Realtek or Qualcomm Atheros support this feature by default.

However, there are some nuances with drivers. If the adapter manufacturer has blocked this feature at the firmware or driver level, creating a network will not work. In such cases, it's worth checking for updates on the laptop manufacturer's website. Also, make sure all connected devices have the latest versions installed. Windows 10, as security protocols and detection methods may differ in older versions.

⚠️ Note: When creating a local network without a router, data transfer speed will be limited by the host's WiFi adapter bandwidth. If you require maximum speed for working with large databases, consider using a Gigabit Ethernet cable to connect the two PCs.

For stable operation, it's recommended that all computers be located within the same signal coverage area. Concrete or metal walls can significantly reduce connection speed, especially if you're using the 2.4 GHz band, which is more susceptible to interference from household appliances.

Also, check your adapter's power settings. The system may try to save power by turning off the WiFi module when idle, which can lead to connection drops. To avoid this, set the power plan to high performance.

Setting up a host: creating an access point

The first step is to turn one of your computers into a server. This PC will be called the host. It must have internet access (if clients are planning to connect to the network) or simply serve as the center of a local cluster. In Windows 10, this process is significantly simplified compared to previous versions of the OS.

Open the Start menu and go to Settings → Network & Internet → Mobile HotspotThis is where the adapter's main mode switch is located. You need to select the internet connection source, if available, or leave the default settings to create an isolated network.

☑️ Check before launching a hotspot

Completed: 0 / 4

Set a network name (SSID) and password. Use a strong password, even if the network is temporary, to prevent unauthorized access to your data. Encryption standard WPA2-Personal is the optimal choice for balancing compatibility and security.

After you enable the "Allow connection to use my internet connection..." switch, the system will automatically start the virtual adapter service. A new adapter named "Local Area Connection" will appear in the list of network connections, along with a number that will be responsible for broadcasting the signal.

If the standard interface doesn't work or crashes, you can use the command line. Launch Terminal as administrator and enter the command to check for hosted network support:

netsh wlan show drivers

In the output, look for the line "Hosted Network Support." If it says "Yes," your adapter is ready to use. If it says "No," you'll need to update your drivers or replace your adapter.

Connecting client devices to the network

Once the host is running, the remaining computers act as clients. Connecting them is no different from connecting to a regular home router. On the client device, open the list of available WiFi networks.

Find the network you created using the specified name (SSID). Click "Connect" and enter the password you set on the host. The system will attempt to obtain an IP address automatically. On a properly configured network, this happens in a matter of seconds.

  • 📡 Make sure that network discovery mode is enabled on the client PC.
  • 🔒 When you first connect, Windows will ask you about the network type - select "Private."
  • 🔄 If the connection fails, try forgetting the network and connecting again.

It's important to note that the "Private" status is critical. If you select "Public," the system will block most file sharing and device discovery features for security purposes. This is the default behavior of the Windows Firewall.

Once successfully connected, you'll see a WiFi icon with signal strength. A logical connection between devices is now established, but for the local network to function properly, you'll need to configure sharing rules.

Setting up sharing and discovery

Simply connecting computers to a network isn't enough—they need to be able to "see" each other and exchange data. To do this, use the Network and Sharing Center. Access it by right-clicking the network icon in the system tray.

In the left pane of the window, select "Change advanced sharing settings." This is where you'll find the key settings for your network profile (Private). The following features need to be enabled:

  • ✅ Enable network discovery.
  • ✅ Enable file and printer sharing.
  • ✅ Allow Windows to manage HomeGroup connections.

It's also recommended to enable the "Turn off password-protected sharing" option if you're in a trusted environment and want to simplify access without having to enter your credentials each time. However, be aware of the risks: this option allows anyone who connects to your WiFi network to access your folders.

Parameter Recommended value Impact on safety
Network discovery Included Average (online visibility)
File sharing Included High (data access)
Password protection Disabled (for trusted) Critical (entry barrier)
Access to printers Included (if required) Average (resource usage)

After making changes, be sure to click "Save Changes." The system will apply the new firewall rules and update network policies. The computers should now appear in Network Neighborhood.

Checking connections and diagnosing problems

The most reliable way to ensure that the network is working correctly is to use a utility pingOpen a command prompt on the client device and enter the host's IP address. You can find the host's IP address by running ipconfig in the command line on the server PC.

ping 192.168.137.1

If you see the response "Response from... time <1ms," then the physical and data link layers are working properly. If you see "Timeout exceeded," the problem lies in your firewall settings or network profile.

📊 What type of ping error do you encounter most often?
Timeout exceeded
The specified node is unavailable
Transmission failure
There are no errors, everything works.

A common issue is that your antivirus software blocks ICMP requests. In this case, try temporarily disabling protection or adding an exception rule for your private network. Also, ensure that the SSDP Discovery and Discovery Resource Publishing services are running.

If computer names don't appear in Network Neighborhood, but ping works, try accessing resources directly by IP address. In File Explorer, enter \\192.168.137.1 (substituting the current IP). This will help you determine whether the SMB protocol is running over your connection.

⚠️ Note: Windows settings interfaces may be updated by Microsoft. If you can't find the menu item, try searching for it in Settings or consult the Help for the latest version of the operating system.

File sharing and resource usage

Once the network is configured and tested, it's time to put it to practical use. You can share any folder, making it accessible to all network users. To do this, right-click the folder, select "Properties" → "Sharing" tab → "Advanced Settings."

Check the "Share this folder" box and set the required permissions (read, write, modify). Now you can open this folder from any computer on the network by entering the path in the File Explorer address bar.

Secrets of Transfer Speed

For maximum transfer speeds for large files, ensure both adapters are operating in the 5 GHz band, if possible. Also, disabling encryption (not recommended) or using less resource-intensive algorithms can slightly improve throughput, but will reduce security.

In addition to files, you can share a printer over such a network. Connect the printer to the host or any PC on the network, open "Devices and Printers," right-click the device, and select "Printer properties" → "Sharing" tab → "Share this printer."

This allows you to create a fully functional office printer without purchasing network hardware. Client machines will find the printer automatically when network discovery is enabled.

Local WiFi network security

Setting up a network without a router carries certain risks. Since one computer becomes the gateway, its security becomes critical. Ensure the host computer has all the latest Windows security updates.

Use complex passwords for your WiFi network. Simple combinations like "12345678" can be cracked in seconds. It's also not recommended to leave your WiFi network open without a password if you're in a public place or office with a large number of people.

  • 🔐 Change your network access passwords regularly.
  • 🚫 Turn off the hotspot when not in use.
  • 👁️ Monitor the list of connected devices in the hotspot settings.

If you use this scheme regularly, it makes sense to create a separate user account on the host with limited privileges specifically for network access. This will minimize damage in the event of a network compromise.

Frequently Asked Questions (FAQ)

Is it possible to distribute Internet through such a network?

Yes, if the host has a second active interface (e.g., Ethernet or 4G modem), you can enable the "Allow other network users to connect through this internet connection" option in the connection properties. This will allow clients to access the external network.

Why is file transfer speed very slow?

Speed ​​depends on the WiFi standard (b/g/n/ac), the distance between devices, and interference. The host processor load also plays a role, as it handles encryption and traffic routing.

How many devices can be connected simultaneously?

Officially, Windows 10 allows you to connect up to eight devices to a mobile hotspot. Using third-party software or manual configuration via the command line can sometimes bypass this limit, but stability will be reduced.

Does this work on Windows 7 or 8?

The operating principle is similar, but the settings interface differs. In Windows 7, for example, the function is called "Set up a new connection or network" → "Set up a wireless ad hoc network."

Do you need a static IP?

In mobile hotspot mode, Windows automatically assigns addresses via DHCP. Manually assigning IP addresses is usually unnecessary unless you're setting up a complex network topology with multiple segments.