How to transfer files from laptop to laptop wirelessly via Wi-Fi

Transferring data between two computers may seem like an archaic task in the age of ubiquitous cloud storage, but situations where it is necessary local exchange Problems with large amounts of information arise regularly. This could be transferring a photo archive weighing hundreds of gigabytes, moving to a new computer, or quickly sharing a project folder within the office without using external drives. Modern technologies make it possible to organize this process as efficiently as possible, using only the built-in capabilities of the operating system and a wireless network.

The main advantage of this method is that there's no need to find a USB flash drive or run an Ethernet cable across the room. Local network transfer speeds often significantly exceed the capabilities of standard USB 2.0, and modern Wi-Fi standards ensure a stable connection. In this article, we'll explore proven methods that work on Windows 10 and 11, as well as consider alternative solutions for unusual situations.

It's important to understand that for this to work, both laptops must be on the same local network, meaning they must be connected to the same router. If you plan to transfer sensitive data, ensure your Wi-Fi network is protected with a strong password, as the local network may be visible to other devices by default. Below are step-by-step instructions to help you set up data exchange in minutes.

Preparing the network infrastructure and checking the connection

Before setting up sharing, you need to ensure that the operating system correctly identifies your network environment. Windows may classify a new connection as "Public" by default, which automatically hides your computer from detection by other devices for security reasons. You'll need to change this profile to "Private" or "Home" to allow discovery.

Do this through the menu Settings → Network & Internet → Properties Active connection. Here, select the "Private" network type. After this, the system will allow incoming connections and make your laptop visible to your neighbor via Wi-Fi. Without this step, any further manipulation of folders will be useless, as the computers simply won't "see" each other in the network environment.

It's also worth checking the IP addresses of the devices. Although DHCP typically assigns addresses automatically in home networks, understanding the addressing principles will aid in troubleshooting. Both devices should have IP addresses in the same subnet, for example, 192.168.1.X, where X is the device's unique number. If the addresses begin with different numbers (for example, 192.168.0.X and 192.168.1.X), communication between them is impossible without a complex routing setup.

⚠️ Caution: When connecting to public Wi-Fi networks in cafes or airports, changing the profile to "Private" may make your laptop vulnerable to attacks. Use this method only on trusted home or corporate networks.

  • 📡 Make sure both laptops are connected to the same Wi-Fi access point.
  • 🔒 Make sure the network profile type is set to "Private network".
  • 🖥️ Make sure network discovery is allowed in your firewall settings.
  • 🔋 Disable power saving mode on your Wi-Fi adapter to prevent connection drops during transfer.
📊 How much data do you most often transfer between devices?
Up to 1 GB (documents)
1-10 GB (photo/video)
10-100 GB (archives/games)
Over 100 GB (backups)

Setting up folder sharing in Windows

The most native and reliable way to transfer files is to use the built-in SMB (Server Message Block) mechanism. It allows you to share any folder on one laptop and make it accessible from another. To start, create the folder you plan to use for sharing or select an existing one. Right-click it and select "Properties," then go to the "Sharing" tab.

In the window that opens, click "Advanced Settings" and check the box next to "Share this folder." You can also configure permissions here: allow read and write access or read-only access. For full functionality, so you can not only retrieve files but also upload them to the remote laptop, you need to grant modify permissions. Click "Permissions" and ensure the appropriate checkboxes are selected for the "Everyone" group or a specific user.

The next important step is to disable password protection if you're on a fully trusted home network. This will simplify the connection, as the system won't ask for a login and password every time you access a resource. Go to Control Panel → Network and Sharing Center → Change advanced sharing settingsUnder "All Networks," find the "Password-protected sharing" option and select "Turn off password-protected sharing."

☑️ Check access settings

Completed: 0 / 1

Once the settings are applied, the folder will be available in the network neighborhood. To find it on the second laptop, open File Explorer, go to the Network section, and find the name of the first computer. If the name is not displayed, you can enter the IP address of the first laptop in the File Explorer address bar using the following format: \\192.168.1.XXThis is guaranteed to open a list of available resources if the network settings are correct.

Using Nearby Share

For Windows 10 and 11 users, there's a more modern and visually appealing alternative to Bluetooth called Nearby Share. This feature uses a combination of Bluetooth for discovery and Wi-Fi Direct for fast file transfers. It's ideal for quickly sending documents, photos, or links without setting up shared folders.

To activate the feature, go to Settings → System → General Features (or "Nearby Share" in newer versions). Make sure the toggle is enabled and select "Everyone Around You" or "My Devices" as the visibility. It's important that Bluetooth is enabled on both laptops, as it's used for the initial handshake and discovery of the receiving device.

The transfer process is extremely simple: select a file in File Explorer, click the "Share" button on the top panel or via the context menu. The system will scan the air and offer a list of available devices. After selecting the target laptop, a notification about the incoming file will appear on its screen. The user must confirm receipt, after which the direct transfer will begin over Wi-Fi.

Parameter Shared folder (SMB) Exchange with the environment Cloud services
Speed High (depending on the router) Medium/High Depends on the Internet
Setting up It takes time Minimum Account required
Work without the Internet Yes (local network) Yes No
File size No restrictions Limited by the system Limited by tariff
Why isn't device discovery working?

The problem often lies in Windows services. Ensure that the "Function Discovery Provider," "Function Discovery Host Mapper," and "Discovery Resource Publisher" services are running and in automatic mode. Third-party antivirus software may also block discovery packets.

Alternative methods: FTP server and specialized software

If the standard Windows tools seem cumbersome or unstable, you can use third-party solutions. One of the most effective methods is deploying a temporary FTP server. This doesn't require complex server software; a simple utility like FileZilla Server or even built-in IIS tools is sufficient, although lightweight, portable programs are better suited for a one-time task.

Another popular option is to use cross-platform file transfer software such as Send Anywhere or FeemThese programs create their own direct connection between devices, often bypassing standard Windows restrictions. They generate a 6-digit key or QR code that must be entered on the receiving device. This eliminates the need to fiddle with IP addresses and access rights.

For advanced users, running an HTTP server via Python is a great solution. If Python is installed on your computer, simply open a command prompt in the folder containing the files and enter the command python -m http.serverThis will instantly create a web server accessible via a local IP address. On the second laptop, simply open the browser and enter the address http://192.168.1.X:8000.

python -m http.server 8000

This method is especially convenient if you need to quickly transfer files to a device running a different operating system, such as Linux or macOS, where Windows network share settings may be unclear. The browser is versatile and will access the file system like a regular website, allowing you to download data with a click.

⚠️ Important: When using third-party software or running servers, ensure the appropriate ports are open in your firewall (usually 8000 for Python, 21 for FTP). Without these ports, incoming connections will be blocked by the security system.

  • 🚀 Use a Python server to quickly distribute files without installing any software.
  • 📱 Programs like Send Anywhere are convenient for one-time transfers between different operating systems.
  • 🛡️ FTP servers provide full control over access rights and logging.
  • 🌐 The web interface allows you to receive files even from tablets and smartphones.

Diagnosing problems and troubleshooting connection errors

Despite the simplicity of the concept, in practice, users often encounter computers that can't see each other. The most common cause is different network profiles. If one laptop considers the network "Home" and the other "Public," Windows may be blocking discovery protocols. Check the network status on both devices and adjust them accordingly.

The second common culprit is antivirus software. Third-party firewalls (Kaspersky, ESET, Avast) often have their own network protection modules that override Windows settings. Try temporarily disabling your antivirus's firewall or adding your local subnet to the trusted list. If files start transferring after this, configure an exception in your firewall rules.

It is also worth paying attention to Windows services. Service Workstation And Server must be running. If they are stopped manually or set to automatic, network sharing will not work. You can check this via services.mscType "Services" in the search box, find the listed services, and make sure their status is "Running" and their startup type is "Automatic."

In some cases, resetting network settings can help. Windows 10 and 11 have a built-in "Network Reset" feature that deletes all saved Wi-Fi passwords and reinstalls network adapters. This is a drastic but often effective solution if the system has accumulated TCP/IP stack configuration errors.

Speed ​​comparison and selection of the optimal method

The choice of transfer method directly impacts the time it takes to complete the operation. Standard SMB (shared folders) typically provides the best speed, as it utilizes the full potential of your Wi-Fi channel without the overhead of encryption or intermediate servers. However, it requires some setup, which is worth it for regular use.

The "Nearby Sharing" method is convenient due to its startup speed, but can be slower when transferring thousands of small files due to the specifics of the discovery protocol. Cloud storage services (Google Drive, OneDrive) are slower than both local methods, as speed is limited by the ISP's bandwidth and server load, not the Wi-Fi router's speed.

For transferring huge amounts of data (hundreds of GB), it's critical to use the 5 GHz band if your router and laptops support it. On the 2.4 GHz band, actual speeds rarely exceed 3-5 MB/s, while 5 GHz can reach 20-40 MB/s and higher. The difference in transfer time for 100 GB can be several hours versus tens of minutes.

⚠️ Note: Settings interfaces and menu item names may vary slightly depending on your Windows version (Home, Pro, Enterprise) and system updates. If you can't find the option, try searching for it in your system settings.

Frequently Asked Questions (FAQ)

Is it possible to transfer files if there is no internet access but there is a Wi-Fi router?

Yes, you can. Internet access is not required for a local network to function. The main thing is that the router is turned on and both laptops are connected to its Wi-Fi network. In this case, the router simply acts as a switch, connecting the devices together.

Why does the speed drop to zero and then increase again when copying?

This is normal behavior for the SMB protocol when transferring many small files. The system takes time to open and close each file. For large video files, the speed should be stable. Speed ​​may also fluctuate due to interference in the Wi-Fi channel.

Is it safe to keep public access open all the time?

On a home network with a strong Wi-Fi password, yes. However, if you frequently connect to public networks, it's best to disable "File and Printer Sharing" in the "Public Network" profile or use the default "Public" profile.

How to transfer files between Windows and macOS via Wi-Fi?

On a Mac, go to System Preferences → General → Sharing and enable "File Sharing." On Windows, enter smb://Mac-IP-Address in the address bar of File Explorer. You'll need to enter your Mac username and password.

What is the fastest method to transfer 500GB of data?

The fastest connection is via an Ethernet cable (twisted pair). If using Wi-Fi only, creating a shared folder (SMB) on the 5 GHz band will provide the maximum throughput available wirelessly.