Use multi-threaded Robocopy feature to speed up file copying on Windows 10

  1. A simple way to delete a folder with a long name on Windows
  2. How to enable Site Isolation security feature on Chrome
  3. Windows 10 KB4056892 emergency update (build 16299.192)

When having to copy a large number of files to another drive, Robocopy can accelerate the process with its multithreaded feature. Let's TipsMake.com refer to how to use multi-threaded Robocopy feature to speed up copying files on Windows 10 in this article!

To copy files to another drive, you often use the standard selection, copy and paste process. Although this process works well, the speed becomes a bottleneck when you try to transfer multiple files and may take a long time.

Instead, many tech-savvy users, using Robocopy (Robust File Copy), the command-line tool built into Windows 10 provides more features to move data to another location faster.

Use multi-threaded Robocopy feature to speed up file copying on Windows 10 Picture 1

A feature that makes Robocopy special (and often overlooked) is a multi-threaded feature that allows you to copy multiple files at once . Instead of copying each file, use the built-in copy feature in File Explorer.

In this tutorial, you will learn how to use the multi-threaded feature on Robocopy to speed up the process of transferring files and folders to other drives on Windows 10.

How to use multi-threaded features with Robocopy

If you are about to copy a large set of files and folders to another drive, use these steps to enable multi-threaded Robocopy to copy data quickly.

1. Open Start .

2. Search Command Prompt , right-click on the result and select Run as administrator .

3. Type the following command to copy files and folders to another drive and press Enter :

robocopy C: sourcefolderpath D: destinationfolderpath / S / E / Z / ZB / R: 5 / W: 5 / TBD / NP / V / MT: 32

For example:

robocopy C: UsersadminDocuments D: UsersadminDocuments / S / E / Z / ZB / R: 5 / W: 5 / TBD / NP / V / MT: 32

In the above command, make sure to change the source and destination paths with your configuration.

Robocopy command issue

Robocopy has a lot of features and in this command displayed, we are using the following switches to copy reliably and quickly.

  1. / S - Copy subdirectories, excluding empty directories.
  2. / E - Copy subdirectories, including empty directories.
  3. / Z - Copy files in restart mode.
  4. / ZB - Using restart mode, if access is denied use backup mode.
  5. / R: 5 - Try again 5 times (you can specify another one, default is 1 million).
  6. / W: 5 - Wait 5 seconds before retrying (you can specify another number, default is 30 seconds).
  7. / TBD - Wait for sharenames To Be Defined (retry error 67).
  8. / NP - No Progress - does not display the copy rate.
  9. / V - Create output, show the skipped files.
  10. / MT: 32 - Make multi-threaded copy with n thread (default is 8).

The most important switch to focus on the above command is / MT , this is the switch that allows Robocopy to copy files in multithreaded mode. If you do not put a number next to the switch / MT , the default number will be 8 , which means that Robocopy will try to copy 8 files simultaneously. However, Robocopy supports 1 to 128 threads .

In this command, we are using 32 threads, but you can set it to a higher number. Note : the larger the number, the more system resources and bandwidth will be used. If you own an old processor, using a large number will affect performance, so be sure to check before executing the command with a large number of threads.

When you have completed these steps, you will notice that the copied files and folders will take less time.

Not only do you have the ability to copy files and folders to external drives or internal drives, this also works to move files over the network.

If you need more help on how Robocopy works, send us a question in the comment section below!

Refer to some more articles:

  1. How to troubleshoot OneDrive after resetting on Windows 10
  2. How to uninstall or upgrade Product key on Windows 10
  3. How to check the Sets feature is enabled on Windows 10 Insider Preview build

Having fun!

4 ★ | 49 Vote

May be interested

  • TeraCopy - Software to accelerate copying, moving dataTeraCopy - Software to accelerate copying, moving data
    teracopy is known as a software that supports users to copy and move data with the fastest speed.
  • A simple way to delete a folder with a long name on WindowsA simple way to delete a folder with a long name on Windows
    this is a situation that is quite common for windows users. this phenomenon is when we copy, cut, move, delete, rename ... or do anything to the directory, data file that has a length in the path that exceeds 255 characters in windows (theoretically on microsoft is 260 characters), the system will display the error as below. so how to delete files and folders with long path names ???
  • How to speed up the process of copying and moving data on USB drivesHow to speed up the process of copying and moving data on USB drives
    the process of copying data to an external storage device will take a long time, even affecting the performance on the computer if you do not know how. in order for the copying of data to achieve the highest performance, readers should follow these steps:
  • How to enable Gallery feature in File Explorer Windows 11How to enable Gallery feature in File Explorer Windows 11
    windows 11's file explorer now has a tabs feature. you can open a new location on the drive in a new tab instead of opening a new file explorer window. switching between multiple file locations is seamless, all thanks to this feature.
  • Tips to help double the speed of copying data on WindowsTips to help double the speed of copying data on Windows
    when you perform a large data copy/move task on windows, the hard drive will have to access it continuously, affecting the performance of the entire system.
  • Enable Multi Window on Android 6.0Enable Multi Window on Android 6.0
    the marshmallow version of android is integrated with some outstanding new features, including multitasking window - multi window mode. although this feature has been built into android source code, there is no option to enable the feature at settings or other sections.
  • How to download files faster with PersepolisHow to download files faster with Persepolis
    when downloading large files, it is worth using a download manager like persepolis. with multi-threaded support, persepolis allows you to download files at the maximum speed that the connection allows.
  • Trick to speed up Start Menu on Windows 10Trick to speed up Start Menu on Windows 10
    the start menu is one of the highlights of the windows 10 operating system. in particular, the start menu on windows 10 has higher customization capabilities than other operating systems. however, many windows 10 users feel uncomfortable with this feature because of the slow boot speed like slugs.
  • How to turn off multi-device sharing on Windows 11How to turn off multi-device sharing on Windows 11
    cross-device sharing is a feature that allows windows 11 users to experience applications easily on different devices. however, for privacy reasons, many people want to turn this feature off.
  • How to extend Clipboard on Chrome with Multi Copy PasteHow to extend Clipboard on Chrome with Multi Copy Paste
    multi copy paste is a utility on chrome browser that supports users to expand the number of copies of data to the clipboard, up to 10 different copying data.