Local Area Network via Wi-Fi: Setting Up Between a PC and Laptop

Creating a local area network (LAN) between a desktop computer and a laptop is one of the most practical tasks for home users, allowing them to instantly exchange large files without the need for external drives. The modern Windows ecosystem and wireless standards make it possible to set up such data exchange in a matter of minutes, provided you know the correct steps. The key requirement is that both devices are on the same network, which is most often achieved by connecting to the same Wi-Fi router.

Many users still resort to USB flash drives or cloud storage services, which have speed or free storage limitations, while a direct local network connection is limited only by the bandwidth of your hardware. Properly configuring sharing settings and network profiles eliminates the need for third-party software. In this article, we'll cover all setup steps in detail, from basic checks to troubleshooting common device visibility issues.

It's important to understand that the security of your local network directly depends on your router and operating system settings. An incorrectly configured network profile can make your files accessible to strangers if you're in a public place, so we'll pay special attention to security settings. The key is to assign static IP addresses to both devices or reserve them in the router's DHCP server to ensure connection stability.

Basic equipment preparation and connection check

Before attempting complex operating system configurations, it's important to ensure the physical and logical integrity of the connection. Both devices—the desktop PC and the laptop—must be connected to the same router. This can be a wired connection via Ethernet for one device and wireless Wi-Fi for the other, or both devices can use Wi-Fi. However, a mixed connection often provides better stability and speed.

Make sure both computers have up-to-date network adapter drivers installed. An outdated or default Windows driver may cause intermittent connection drops or the device may not be detectable on the network. To check the current connection status, open a command prompt by entering cmd in the Start menu and run the command ipconfig.

In the list that appears, find the line "IPv4 Address." The first three numbers of this address should match for both devices (e.g., 192.168.1.XX), indicating they are on the same subnet. If the addresses begin with 169.254, this means the device was unable to obtain an IP address from the router, and the connection was not established.

  • 📡 Check the Wi-Fi indicators on the router and laptop - they should be lit or blinking.
  • 🔌 Make sure the Ethernet cable is securely inserted into the connectors until you hear a click.
  • 📶 Make sure both devices are connected to the same frequency (2.4 GHz or 5 GHz) if your router is broadcasting different SSIDs.

⚠️ Attention: If your router distributes two different networks (guest and main), devices connected to different SSIDs may not see each other due to client port isolation.

📊 How are your devices connected to the router?
Both via Wi-Fi
Both via cable
PC via cable, laptop via Wi-Fi
PC via Wi-Fi, laptop via cable

Setting up a network profile and discovery in Windows

By default, the Windows operating system treats new connections as public, automatically hiding the computer from other devices for security reasons. To create a local network, change the network profile to "Private" on both computers. This will allow the system to open ports for incoming connections and make the device visible to neighboring computers.

To change your profile, go to the Settings menu using the keyboard shortcut Win + I, then select "Network and Internet." The interface may differ depending on your Windows version, but the basics remain the same: find an active connection (Wi-Fi or Ethernet) and toggle the switch to "Private." This will allow your computer to be discovered by other users.

Next, you need to enable discovery features. Open Control Panel, go to Network and Sharing Center, and select Change advanced sharing settings. Here, you should enable network discovery and file and printer sharing for the current network profile. It's also recommended to disable password-protected access if you completely trust all devices on your home network, although for maximum security, it's best to leave it enabled and use the same credentials.

☑️ Check network settings

Completed: 0 / 4

After applying the settings, the system may require a reboot or confirmation of the network status change. If you use third-party antivirus software or firewalls, they may block these changes, so make sure they are configured to allow access to local networks.

Organizing shared access to folders and files

Once the network infrastructure is configured, you need to determine which resources will be available for sharing. Windows doesn't immediately grant access to your entire hard drive; you must explicitly specify the folders you want to share. Select the folder whose files you want to see on the other device and right-click it.

In the context menu, select "Properties" and go to the "Sharing" tab. Click the "Advanced" button and select the "Share this folder" checkbox. In the "Share name" field, you can leave the default name or specify a more descriptive name that will be displayed on the network.

Setting access permissions is a critical step. Click "Permissions" to determine what network users can do with your files. By default, it's usually set to "Read," which allows others to copy files to their own devices but not modify or delete them on your computer.

  • 📂 For full control, select the "Everyone" group and check the "Full Control," "Change," and "Read" boxes.
  • 🔒 For secure sharing, leave the file as "Read only" to prevent accidental deletion of data.
  • 👥 If you need to limit the number of people, add a specific user from the list of accounts instead of the "Everyone" group.

⚠️ Attention: Granting "Full Control" to the "Everyone" group means that anyone who connects to your Wi-Fi network and has access to your local network will be able to delete or modify files in this folder.

Don't forget to also check the "Security" tab in the folder's properties. Sometimes NTFS file system permissions can block access, even if the sharing settings allow everything. Make sure the "Everyone" user or group has read and execute permissions in the group permissions list.

Connecting to a network resource and mapping disks

Once a folder is shared on one computer (for example, a desktop PC), you need to access it from another device (a laptop). The easiest way is to open File Explorer and go to the "Network" section in the left navigation panel. If the settings are correct, you will see the name of the first computer in the list of available devices.

When attempting to access a shared folder, the system may prompt you for credentials. It's important to enter the login and password of the account logged in on the computer where the folder is located (the resource owner), not the one connecting from. If the same logins and passwords are used on both computers, login may occur automatically.

For easy access to network files, we recommend mapping the network folder as a separate drive. This will allow you to work with remote files as if they were on your local D: or E: drive. In File Explorer, right-click "This PC" and select "Map network drive."

\\192.168.1.10\SharedFolder

In the window that opens, select the drive letter and enter the path to the resource in the format \\ComputerName\FolderName or \\IP Address\FolderNameUsing an IP address is often more reliable, as computer names may not be resolved by the DNS service on the local network.

Table of common problems and solutions

Despite its apparent simplicity, the setup process can encounter technical obstacles. Below is a table listing the most common errors and troubleshooting steps, which will help you quickly diagnose the problem without delving into system logs.

Problem Probable cause Solution method
The computer is not visible on the network Network profile "Public" Change the profile to "Private" in the network settings
Password prompt upon login Password protection is enabled Disable password protection in Network and Sharing Center
Access Error 0x80070035 The SMB service is not running. Enable SMB 1.0 support in Windows components
Slow copy speed Wi-Fi interference or old standard Switch to 5 GHz or use a cable

The SMB (Server Message Block) service deserves special attention. In newer versions of Windows, support for the older SMBv1 protocol is disabled by default for security reasons. If you're trying to connect a modern PC to a very old device or NAS, you may need to manually enable the "SMB 1.0/CIFS Client" feature using the "Turn Windows features on or off" menu.

It's also worth checking if Windows services are running. Click Win + R, enter services.msc and make sure that the Function Discovery Resource Publishing, Discovery Library Host, and Print Spooler services (even if there are no printers, the service affects the network) are running in automatic mode.

How to reset network settings in Windows?

If all else fails, open Command Prompt as administrator and enter the command: netsh winsock reset. Then, restart your computer. This will reset your network settings to factory defaults.

Optimizing connection speed and stability

Data transfer speed in a local network directly depends on the quality of the wireless signal and the standards supported by the equipment. If your router supports the standard Wi-Fi 6 (802.11ax) or at least Wi-Fi 5 (802.11ac), and the adapters on computers comply with these standards, the speed can reach hundreds of megabits per second, which is comparable to a wired gigabit connection.

However, if one of the data exchange participants uses an older 802.11n adapter or is in a poor reception area, the overall transfer speed will drop to the level of the slowest device. For large data transfers (4K movies, disk backups), it is highly recommended to use the 5 GHz frequency band, which is less congested and provides higher throughput.

For a desktop PC that's not moved around the apartment, an Ethernet cable remains the ideal solution. Even if the router is in another room, running a cable or using PowerLine technology (transmitting data through electrical wiring) will provide a significantly more stable connection than any Wi-Fi connection, even the most powerful.

  • 🚀 Use channels 149-165 in the 5GHz band for maximum speed.
  • 📉 Avoid using channels 1, 6, 11 in the 2.4 GHz range if they are congested by neighbors.
  • 🔌 Update your router firmware to the latest version to fix protocol errors.

⚠️ Attention: Router interfaces and Windows settings menus may vary depending on the firmware version and operating system update. If you don't find the item described, look for a similar option in the "Security" or "Local Network" sections.

Additional features and media management

The network you create provides access not only to files but also to multimedia functions. Windows allows you to stream content to other DLNA-enabled devices, such as Smart TVs or gaming consoles. By enabling "Media Streaming" in your network settings, you can play a movie on your laptop and display it on a TV in another room.

Furthermore, a local network allows for the use of specialized remote control software. Programs like TeamViewer or AnyDesk operate over the internet, but they can run faster and without lag over a local network, allowing you to administer one computer from another. This is especially useful if the system unit is located in a closet or far from the monitor.

For advanced users, setting up a network opens up the possibility of setting up a home server. On a shared PC, you can deploy a web server, file storage, or even a game server accessible to all devices in the apartment. The main thing is to remember basic security measures and avoid opening router ports to the external network unless necessary.

How do I turn off folder sharing if I no longer need it?

To remove access, go back to the folder properties, then to the "Sharing" tab. Click "Advanced" and uncheck "Share this folder." After applying the changes, the folder will become inaccessible to other network users, although the settings on your computer will remain unchanged.

Is it possible to create a network without a router, directly between a PC and a laptop?

Yes, this is possible using Wi-Fi Direct technology or by directly connecting computers with a twisted pair cable (either a crossover cable or a modern auto-MDI/X cable). However, setting up such a connection is more complicated, requires manually assigning static IP addresses, and is less stable than using a router as a central hub.

Why does speed drop when copying many small files?

The SMB protocol incurs processing overhead for each individual file. When transferring thousands of small documents (photos, Word documents), the bulk of the time is spent not on the data transfer itself, but on service confirmation requests. To speed up the process, it's best to pre-pack such files into a single archive (ZIP/RAR).

Is it safe to keep sharing enabled all the time?

If you use a strong Wi-Fi password (WPA2/WPA3) and a complex Windows account password, the risk is minimal. However, if you frequently connect to public networks, it's best to disable