LAN file transfer very slow between two PCs


  1. Posts : 13
    Windows 10 Pro
       #1

    LAN file transfer very slow between two PCs


    I'm trying to transfer videos and photos from my old PC to the new but the transfer rate is very slow. I have a gigabit router and both PCs are wired. Sometimes it gets to around 900Mbps then drops down to 50Mbps or even zero. Both PCs are on Windows 10 Pro 1809.

    So far I have tried the following but nothing helps:


    Disable NetBIOS on both PCs
    Disable Auto tuning on both PCs
    Disable Large Send Offload V1/V2 on new PC. Old PC does not have this listed.
    Disable Remote Differential compression on both PCs
    Increase Jumbo packet to maximum on both PCs

    Any other ideas?
      My Computer


  2. Posts : 323
    Windows 10 (2), Win 8.1 (1), Win 7 (1)
       #2

    1. Do both PCs have gigabit ethernet?
    2. What antivirus/antimalware programs do you have installed?
    3. What are you using to copy the files? If you are doing it through File Explorer, that could take a long time. Windows has a little-known built-in Command Prompt copy program called "Robocopy" which is amazingly fast. Depending on how you configure it, you can actually copy multiple files at once. I use it to backup system image files to a secondary device. I can copy 12GB of date in under 3 minutes to my NAS.

    JohnD
      My Computer


  3. Posts : 13
    Windows 10 Pro
    Thread Starter
       #3

    Yes both PCs have gigabit. I'm just using the built in Windows defender antivirus.
    I have a folder that is shared on the new PC and I just drag and drop files and folders into it.
      My Computer


  4. Posts : 323
    Windows 10 (2), Win 8.1 (1), Win 7 (1)
       #4

    Dragging and dropping in File Explorer can be extremely slow. I highly recommend trying Robocopy. It is much faster. Here is a basic command:

    Robocopy /S /MT {source directory} {destination directory}

    This will copy all files and subfolders from the source directory to the destination directory. For instance:

    Robocopy /S /MT D:\dir1\data1 E:\backup\data2

    The /MT option indicates to run it multi-threaded which will be running 8 instances (the default) of Robocopy, copying more than one file at a time. The first file, depending on its size, may be a little slow but it will pick up speed as it goes along.

    NOTE: In my example above, Robocopy will not copy the directory "data1", only its contents. They will end up in "data2". If you wanted the same directory name in the destination, you would have to create it beforehand. So to copy "data1" in the source to a "data1" in the destination, the directory "data1" must have already been created on the destination drive.

    Robocopy /S /MT D:\dir1\data1 E:\backup\data1 ["data1" must exist on the destination drive]

    JohnD
      My Computer


  5. Posts : 13
    Windows 10 Pro
    Thread Starter
       #5

    Ok I'll give this try but I don't understand how Robocopy will know the files/folders are to be copied to another PC on my network?
    For example I have 100GB of videos and photos on drive D: on my old PC and I want to copy them over to drive E: on my new PC over the network. How does it know drive E: is on the other PC.
      My Computer


  6. Posts : 8,111
    windows 10
       #6

    You map a drive on the other PC as drive e or any free drive letter
      My Computer


  7. Posts : 1,680
    X
       #7

    DigitalPixel said:
    I have 100GB of videos/photos on drive D: on my old PC.
    I want to copy them to drive E: on my new PC.
    How does it know drive E: is on the other PC.
    If E: is "mounted" as a share, then Windows knows that E: is on the other PC.
    Programs don't know or care.
      My Computer


  8. Posts : 13
    Windows 10 Pro
    Thread Starter
       #8

    OK I understand. Thanks
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 01:59.
Find Us




Windows 10 Forums