Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Use Multi-threaded Robocopy Feature to Speed Up File Copying on

Understand Use Multi-threaded Robocopy Feature to Speed Up File Copying on with clear explanations, practical examples, and useful tips. This updated guide...

Table of Contents

Use Multi-threaded Robocopy Feature to Speed Up File Copying on is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

  • A simple way to delete a folder with a long name on Windows
  • How to enable Site Isolation security feature on Chrome
  • 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 This guide!

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 example image 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 instance,:

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.

  • / S - Copy subdirectories, excluding empty directories.
  • / E - Copy subdirectories, including empty directories.
  • / Z - Copy files in restart mode.
  • / ZB - Using restart mode, if access is denied use backup mode.
  • / R: 5 - Try again 5 times (you can specify another one, default is 1 million).
  • / W: 5 - Wait 5 seconds before retrying (you can specify another number, default is 30 seconds).
  • / TBD - Wait for sharenames To Be Defined (retry error 67).
  • / NP - No Progress - does not display the copy rate.
  • / V - Create output, show the skipped files.
  • / 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:

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

Having fun!

FAQ

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.

What is Use Multi-threaded Robocopy Feature to Speed Up File Copying on?

A simple way to delete a folder with a long name on Windows How to enable Site Isolation security feature on Chrome Windows 10 KB4056892 emergency update (build 16299.192) When having to copy a large number of files to another drive, Robocopy can accelerate.

Why is Use Multi-threaded Robocopy Feature to Speed Up File Copying on important?

A clear understanding of Use Multi-threaded Robocopy Feature to Speed Up File Copying on helps you make informed decisions, avoid common mistakes, and use the relevant tools or techniques more effectively.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.