Transfer data between laptops via Wi-Fi in Windows 10

Every user is familiar with the situation of urgently needing to transfer photos, documents, or project folders from one device to another. Often, a USB drive with sufficient capacity is not readily available, and connecting to cloud storage can be slow or impossible due to corporate network limitations. In such cases, a local wireless network becomes a real lifesaver, allowing for a high-speed connection directly between computers.

operating system Windows 10 offers several built-in mechanisms for this task, from classic shared access to more modern direct transfer methods. Understanding how these tools work will not only save you time but also protect your data from accidental external access. In this article, we'll cover all the relevant methods in detail, eliminating the need for third-party software.

Preparing equipment and network for synchronization

The first and most critical condition for successful transfer is that both devices are on the same local network. This means that the laptops must be connected to the same router, either via cable or wirelessly. If you're using public networks in cafes or airports, make sure discovery is enabled, although such networks often have speed limitations for large amounts of data.

The second step is to check your network profile settings. The system must see your network as "Private" and not "Public" to allow file sharing. To do this, go to Settings → Network & Internet → Status and check the active connection properties. In the public profile, the computer is hidden from other devices, blocking the ability to transfer data.

It's also worth making sure that network discovery is enabled on both devices. Without this feature, the computers simply won't "see" each other in the list of available devices, and any further settings will be useless. Check this in the Network and Sharing Center by clicking "Change advanced sharing settings."

Setting up folder sharing in Windows 10

The classic method, which has been effective for decades, is based on creating a shared folder. To activate this feature, select the directory you plan to share, right-click it, and select "Properties." On the "Access" tab, click "Advanced Settings."

In the window that opens, check the box next to "Share this folder." Below, in the "Permissions" section, ensure that the "Everyone" group or a specific user has "Read" or "Full Control" permissions if you plan to not only read but also write files from another computer.

  • 📁 Open the properties of the desired folder via the context menu.
  • 🔓 Go to the "Access" tab and select advanced settings.
  • ✅ Enable sharing and set permissions for the "Everyone" group.
  • 💾 Click “Apply” and “OK” to save the changes.

After completing these steps, the folder will be visible on the network. However, if the system prompts you for a username and password when you try to log in from another laptop, you will need the credentials of the user on whose computer the folder is shared. This is a standard security measure. SMB protocol.

⚠️ Note: If you have different versions of Windows installed on your laptops or use complex passwords, the system may block access. In this case, temporarily disable password protection in the "All Networks" section of the sharing settings, but only if you are confident in the security of your Wi-Fi network.

Using Nearby Sharing

In more recent builds Windows 10 A feature similar to AirDrop in the Apple ecosystem, called Nearby Share, has been introduced. This method allows you to transfer files directly via Bluetooth and Wi-Fi Direct, bypassing the complex setup of a network share. For this feature to work, Bluetooth must be enabled on both laptops.

You can activate the tool from the Start menu by finding "Settings," then "System," and then "Sharing." Here, toggle the "Nearby Sharing" slider to "On" and choose who can see your computer—all nearby devices or just your personal devices.

📊 Which file transfer method do you use most often?
Flash drive/External HDD
Cloud services (Google Drive, Yandex)
Shared folder over network
Messengers (Telegram, WhatsApp)
Other

To send a file, simply right-click it and select "Share" from the menu. The system will begin searching for nearby devices. Once the second laptop's name appears in the list, click it, and a notification will pop up on the receiving end asking if they want to save it.

This method is ideal for quickly transferring a few documents or photos, but can be less stable when transferring hundreds of gigabytes of data due to the way it works. Bluetooth protocol when initiating a connection.

Transferring data via the Photos app and OneDrive

Although the question concerns Wi-Fi transfer without internet access, the hybrid method, which is often the easiest for users already integrated into the Microsoft ecosystem, should not be ignored. The Photos app in Windows 10 can sync your photo library via the OneDrive cloud using a local connection if syncing is configured.

If there's no internet connection at all, you can use the import feature. Connect the first laptop as a network device, and on the second laptop, in the Photos app, select "Import" → "From Network Location." The system will automatically find available media files in the shared folder on the first computer.

Parameter Shared folder (SMB) Exchange with the environment OneDrive (Online)
Speed High (depending on the router) Average Depends on the provider's tariff
Difficulty of setup Average Low Low
Required Internet Not required Not required Required
Better for Big data Separate files Constant synchronization

Using built-in apps is convenient because they automatically sort files by date and album upon import, eliminating the need for manual sorting after copying. However, for system files or executable programs .exe This method is not suitable.

Solving visibility and access issues

A common problem is when computers are connected to the same network but cannot see each other. In 90% of cases, this is due to the discovery service. Click Win + R, enter services.msc and find the Function Discovery Resource Publishing service. Make sure it's running and the startup type is set to Automatic.

Another important aspect is the Windows Firewall. It may block incoming connections, deeming them suspicious. Go to the firewall settings and ensure that the "File and Printer Sharing" rules are enabled for the private network.

☑️ Connection diagnostics

Completed: 0 / 5

If all else fails, try entering the primary computer's IP address directly into the address bar of File Explorer on the second laptop. You can find the address using the command ipconfig in the command line. Enter it in the format \\192.168.1.XXThis often gets around network name issues.

Alternative methods: FTP server and specialized software

For advanced users who find standard Windows tools too cumbersome, deploying a simple FTP server is a great solution. Windows 10 has a built-in IIS component, but it's easier to use lightweight utilities like FileZilla Server or even Python's built-in functionality, if you have it installed.

By running the server on one laptop, you can connect to it from any other device using a browser or File Explorer. This gives you complete control over access rights and allows you to transfer files from any device, including smartphones and tablets, expanding the capabilities of your local network.

Using the Command Line for a Fast Server

If you have Python installed, open the folder containing the files in the console and enter the command "python -m http.server 8000". The files are now accessible at IP address:8000 from any device on the network.

There are also programs like ShareIt or SnapDrop (operates through a browser) that create a temporary access point. They are convenient because they are cross-platform, but require additional software installation, which is not always desirable on corporate or private machines.

Security precautions for wireless transmission

Wi-Fi data transfer, even within your home, carries certain risks unless the network is protected by strong encryption. Make sure your router uses the standard. WPA2 or WPA3Older WEP protocols are easily cracked, allowing packets to be intercepted.

After copying large amounts of data, it's recommended to disable shared access to folders if they are no longer needed on the network. Constantly open shared folders are a favorite target for ransomware viruses that spread across local networks.

⚠️ Note: Windows 10 settings interfaces may vary slightly depending on the build version (21H2, 22H2, etc.). If you can't find a menu item, use the settings search or enter the control command directly.

Keep in mind that Wi-Fi transfer speeds are always slower than cable transfers due to encryption overhead and potential interference. Always back up critical data to external storage.

Frequently Asked Questions (FAQ)

Why is file transfer so slow even though my router is new?

Speed ​​may be limited by the 2.4 GHz band, which is susceptible to interference from microwave ovens and neighboring networks. Also, make sure your antivirus software doesn't scan every transferred file in real time, which significantly reduces throughput.

Is it possible to transfer files if one laptop has Windows 7 and the other has Windows 10?

Yes, it is possible, but on Windows 7 you need to enable SMB 1.0 support (although this is not secure) or configure the shared folder with guest access rights, since the security protocols in Windows 10 are stricter by default.

Is internet access required for Nearby Sharing to work?

No, the internet is not required. The feature uses local Wi-Fi and Bluetooth to discover and transfer data directly between devices. However, the initial setup and driver installation may require an internet connection.

How do I find out my laptop's IP address for connection?

Open command prompt (cmd) and enter the command ipconfigFind the "IPv4 Address" line in the section for your wireless adapter. It usually looks like 192.168.xx.