Use multi-threaded Robocopy feature to speed up file copying on Windows 10
- 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 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.
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.
- / 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!
You should read it
- Robocopy command in Windows
- How to exclude files and folders with Robocopy in Windows 10
- 4 ways to write multi-threaded code in Java
- A simple way to delete a folder with a long name on Windows
- Thread command in windows
- 10 helpful assistants for the netizens
- PortSmash - New vulnerability on multi-threaded CPU
- What is Multi TouchPad on laptop?
- How to download files faster with Persepolis
- How to extend Clipboard on Chrome with Multi Copy Paste
- Battalion Multi-Touch CZ-10: Multi-touch technology encroaches on laptops
- 5 Multi-Factor Authentication Vulnerabilities and how to fix them
Maybe you are interested
How to extract and copy text from photos taken on iPhone
How to properly copy and move files on Windows
Copy data from BlueStacks to computer or laptop
How to quickly fix text simplification errors in Word when copying from the internet
How to copy or duplicate an entire sheet in Google Sheets
Former Microsoft director shows off extremely rare copy of the first Windows 95 floppy disk produced