Connecting two or more laptops to a single local network via Wi-Fi is one of the basic, yet extremely useful, features of the Windows operating system. This connection allows you to instantly transfer large files, play online games, or even share peripherals without having to find a flash drive or cable. Modern Microsoft technologies, such as DirectX and built-in sharing tools make this process as simple as possible, once you know where the right switches are.
Unlike a wired connection, where everything works out of the box, a wireless local area network requires careful configuration of security profiles and firewall rules. Users often encounter a situation where computers see the router but are unable to see each other in the network environment. Windows 10 And Windows 11 have multiple layers of protection that, by default, block external connections, considering them potentially dangerous. This is why the standard connection procedure is often interrupted at the stage where permission to discover must be confirmed.
In this guide, we'll cover every step of creating a stable connection: from choosing the right network type to forwarding ports for specific tasks. You'll learn how to set up shared folders so data isn't lost, and how to fix errors if the system displays "You don't have access rights."
Checking hardware compatibility and preparation
Before moving on to software settings, you need to make sure your devices are physically capable of supporting a direct connection or working on the same local network. In 90% of cases, there are no problems, as almost all modern laptops are equipped with modules. Wi-Fi 5 or Wi-Fi 6However, if you plan to connect very old models (for example, those released before 2010), it is worth checking the standard support. 802.11n or higher.
It's crucial that both devices are within range of the same router. If you want to connect laptops directly, without a router (Ad-Hoc mode), the wireless adapters must support the technology. Wi-Fi DirectThis is almost always the case these days, but drivers must be installed correctly. A lack of up-to-date drivers is the most common reason why a computer simply doesn't recognize other devices.
⚠️ Note: If one laptop is connected to the router via cable (LAN) and the other via Wi-Fi only, they may end up on different subnets unless the router is configured to bridge these segments. For optimal performance, both devices must use the same connection type or be on the same VLAN.
It's also worth checking whether the wireless module itself is enabled. On some laptop models, especially business-class ones, Lenovo or HP, there is a physical switch or key combination (often Fn + F2 or Fn + F12), which completely disables the radio module. In this case, software network configuration will be impossible until you activate it (hardware).
Setting the network profile type in Windows
The most important step, often overlooked, is choosing a network profile. When you first connect to Wi-Fi, Windows asks, "Do you want this computer to be discovered?" If you answer "No" or skip this step, the system assigns the network the "Public" profile. In this mode, firewall Blocks all incoming connections, hiding your laptop from others.
To connect your laptops, you need to change the profile to "Private Network." This signals the system that you're in a trusted environment (home or office) and allows data exchange. Without this step, you can see other devices, but they won't respond to your requests.
The process of changing the profile in Windows 10 And Windows 11 The visuals are slightly different, but the logic remains the same. In Windows 10, you need to click on the network name in the tray or in the settings, while in Windows 11, the interface has become more minimalistic. The main thing is to do it on both laptops.
After changing your profile, the system may ask you to confirm whether to enable file and printer sharing. Be sure to accept this request. This will create the necessary exceptions in the firewall rules for the protocols. SMB (Server Message Block), which are responsible for file transfer.
Creating a local network and sharing
Once the profiles are configured, you need to enable discovery. Windows hides computers on the network by default for security, so we need to explicitly enable their visibility. This is done through the Network and Sharing Control Panel, where you'll find advanced sharing options.
You'll need to enable two key features: "Network Discovery" and "File and Printer Sharing." It's also recommended to enable "Let Windows manage HomeGroup connections," if available in your OS version. This will simplify automatic access permissions configuration.
☑️ Sharing setup checklist
The "Password-protected sharing" setting deserves special attention. If you're at home and want to make access as easy as possible, you can disable this feature. Then anyone connected to your Wi-Fi will be able to access your shared folders without entering a username or password. In an office environment or in crowded areas password protection It's better to leave it on.
To access the settings, follow the path Control Panel → Network and Internet → Network and Sharing Center → Change advanced sharing settingsHere you'll see lists for the "Private" and "Guest or Public" profiles. Make sure all switches in the active (private) network are set to "On."
Forwarding folders and setting access rights
Simply enabling network sharing isn't enough—you need to tell the system exactly which resources you're willing to share with other users. By default, Windows doesn't even allow access to its own system folders. You need to select a directory, right-click it, and select Properties.
In the window that opens, go to the "Access" tab and click "Advanced." Check the "Share this folder" box. Below, you can configure permissions: whether to allow other users to only read files or also modify and delete them. For collaboration, it's best to grant full permissions; for sharing media files, grant read-only permissions.
| Access type | Description | Recommended use |
|---|---|---|
| Reading | The user can only open and copy files. | Distribution of films, music, documents |
| Change | The user can edit and delete files | Collaborating on projects |
| Full access | Full control over the folder, including changing permissions | Administration, server folders |
It's important to remember the "Security" tab in the folder properties. Even if you enabled sharing in the previous window, NTFS system permissions may block access. Make sure the entry appears in the list of groups and users. All (or Everyone) with the corresponding rights.
⚠️ Warning: Sharing system folders (such as the root of the C: drive) creates a massive security hole. Never share entire system directories; create separate folders for data exchange.
Connecting via IP address and command line
Sometimes automatic discovery fails due to driver or router settings. In this case, the most reliable way to connect laptops is to directly enter the IP address. This bypasses discovery services and directly accesses the remote computer's file system.
First, you need to find out the IP address of the target laptop. On the computer you want to connect to, open a command prompt (press Win + R, enter cmd and press Enter). In the black window, enter the command ipconfig and find the line "IPv4 address". It usually looks like this 192.168.1.XX or 192.168.0.XX.
C:\Users\User> ipconfigEthernet adapter Ethernet:
IPv4 address.........: 192.168.1.45
Subnet mask.........: 255.255.255.0
Default gateway: 192.168.1.1
Now on the second laptop, press Win + R and in the input field enter the address in the format \\192.168.1.45 (use backslashes). If everything is configured correctly, a File Explorer window will open displaying all shared folders on the remote computer. This method is more stable than searching via the "Network" option.
If the system asks for a login and password, enter the user credentials. Togo The computer you're connecting to (not the one you're currently using). If the target PC doesn't have a password and you're unable to log in, you'll need to either create a password for the account or disable the password requirement in your security policies.
Organizing a home network and multimedia
Connecting laptops is often necessary not only for transferring documents, but also for creating a media server. Windows can stream video and music to other devices on the network using the protocol DLNAThis allows, for example, to start a movie on one laptop and play it on a TV or a second laptop in another room.
To enable this feature, type "Media Streaming Settings" into Windows Search. In the window that opens, click "Turn on Media Streaming." The system will display a list of devices on the network. You can allow access for all devices or select specific models (e.g., Sony Bravia or Samsung Smart TV).
Once this option is enabled, your "Videos," "Music," and "Pictures" folders become accessible to other devices. You don't need to set up complex FTP servers or use third-party software like FileZilla, if you just need quick access to media content.
How do I hide a computer from the network list but still allow IP access?
In the Windows registry, you can change the Hidden parameter in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters branch, setting the value to 1. This will hide the computer from the general list, but direct access by IP address will remain.
Using built-in Windows networking tools is a balance between convenience and security. For home use, the default settings are sufficient. However, if you're transmitting sensitive data, always use encryption or create separate accounts with limited privileges.
Why can't the second laptop see the first one, even though it shares the same Wi-Fi?
Most often, the problem lies in the "Public" network profile, which blocks detection. Also, check that the "Function Discovery Provider Host" service is enabled in the Services section (services.msc). Sometimes, antivirus software can block local connections, interpreting them as an external attack.
How to transfer files faster than Wi-Fi?
Wi-Fi speed is limited by range and interference. For maximum speed, use an Ethernet cable (twisted pair), connecting laptops directly or through a switch. Gigabit wired network speeds (1000 Mbps) are significantly faster than most Wi-Fi adapters in real-world conditions.
Is it possible to connect laptops with different operating systems (Windows and macOS)?
Yes, this is possible. On a Mac, you need to enable "File Sharing" in System Preferences and select the SMB protocol. When connecting from Windows, use the Mac's IP address. However, access rights and folder visibility are more complex to configure than in a single Windows-Windows environment.