Mar 20, 2026 • Filed to: Take Data Backup • Proven solutions
We all know how important it is to take a timely backup of our data files. Even though there are plenty of new ways to backup content, nothing can compare with the method of taking a backup of the hard disk via command prompt. It can be implemented even after a system crash, as it takes a backup of files via command prompt and not the Windows native interface.
While it is recommended to backup content on the cloud, users can always backup hard drives from the command prompt directly. It is a secure way to backup your content, even when your system doesn't seem to function properly. It might seem a little tedious, but after following some easy steps, it can be done without much trouble. To help our readers do the same, we have come up with this comprehensive guide on how to backup hard drive from command prompt.
| Command Tool | Best Use Case | Complexity Level |
| Xcopy | Standard file/folder duplication to external drives. | Low (Basic) |
| Robocopy | Large scale, resilient mirrors for massive data. | Medium (Advanced) |
| Wbadmin | Full System Image / Bare Metal server recovery. | High (Expert) |
| Notepad.exe | Emergency GUI-based file copying (No typing needed). | Very Low (Beginner) |
Wbadmin is the command-line utility that is majorly used to backup folders, files, system states, etc. on popular Windows versions (like Vista, 2008, 7, 8, 2012, and more). Besides taking a backup of your content, you can also use it to restore your backup afterward. It is a disk-based backup utility tool that is used to create a "bare metal" backup. This means the backup can be used to restore the operating system to the same or any other hardware.

The backup files that are created by the Wbadmin utility are known as virtual hard disks, with the extension of.VHD. Though, it can also accompany some XML files as well. After opening the command prompt, you can simply provide the "Wbadmin /?" command. It will give you the following options:
Now when you are familiar with Wbadmin command-line utility, let's proceed and learn how to back up files from command prompt in two different ways.

Before starting any backup, remember that drive letters in the Recovery Environment (CMD) often change. Your "C:" drive in Windows might appear as "D:" or "E:" in the command prompt.
The Fix: Always run the diskpart then list volume command first. This allows you to verify exactly which letter is assigned to your External USB Drive and your Internal System Drive. Using the wrong letter in an Xcopy or Robocopy command will result in a "File not found" error or, worse, overwriting the wrong disk.
Using Notepad as a file explorer is the safest method for beginners because it eliminates the risk of typing a destructive command. It is essentially using a hidden graphical interface during a system emergency.
In the first technique, we will boot the computer in command prompt to take its backup. As you know, the method can be used to backup content, even when the system is not functioning in the ideal state. Since we would be manually taking the backup, it will let us save selected content to a respective location. To back up files from command prompt, follow these steps:



Robocopy-Robust File Copy, offers more than 80 command-line parameters and switches for users to make a copy of the files for backup. Follow the instruction below to backup hard disk from Command Prompt using Robocopy Command Line:
Step 1. Type cmd in the search box on your Windows screen, or press Windows + R and type cmd in the search bar to start Command Prompt.
Step 2. Type the command Robocopy in this form: robocopy + space + source path + destination path(take the following example for reference to create your own).
robocopy "D:\test" "E:\test 1"
That refers to copying files from D:\test to E:\test 1.

Step 3. Press "Enter" to start the copy process. Then, all your target files and folders will be copied and backed up to the desired destination, which can be any drive including an external disk.

Drive letters often shift in the Recovery Environment. Always use the diskpart followed by list volume command first to confirm if your USB drive is currently assigned to E:, F:, or another letter to prevent backing up to the wrong destination.
| Core Feature | Xcopy Command | Robocopy (Strongly Advised) |
| Resumes on Fail | No (Must restart the entire process) | Yes (Restarts only missing fragments) |
| Multi-threading | Not Supported | Supported (Using /MT switch for speed) |
| Empty Folders | Requires /E switch | Included with /E or /S switches |
| Hidden Files | Requires /H switch | Included by default in most modes |
While the above-stated method can let you directly send the files to USB storage, this is a more time-consuming and extensive process. In this technique, we will back up hard drive from command prompt one step at a time via the xcopy command. Follow the above-mentioned steps to launch a command prompt from the system recovery option. Make sure that your external drive is connected to the system.
Repeat the same for all the files you wish to backup. Since it is a manual process, it might take a while, but it is a foolproof way to yield the desired result. However, there is another trouble-free and surefire way to help you win backup files or hard drives hands down, that is to backup hard drives with Wondershare UBackit.
Backing up the hard disk data is quite easy with the help of Wondershare UBackit. You can select to back up all the files in your C/D/E/F Drive. Automate the backup process and you needn't worry about data loss and data corruption anymore.
Then how can you backup hard drive data with Wondershare UBackit? Take the following steps.
Step 1 Launch Wondershare UBackit
Download UBackit data backup tool and launch it on your computer. Then click Create New, and File Backup to continue.

Step 2 Select Files/Folders from Hard Drive
Select the files you want to backup. If you want to back up the whole hard drive or hard disk, you can choose all the files in your C/D/E/F hard drive. And click Select to continue.

Step 3 Choose Backup Destination
Next, select the Backup Destination where you want to save the backup. And click Select to start the backup process.

Step 4 Evoke The Backup Process
After that, you need to wait a few seconds or minutes to let the process completes. You will receive a notification from the program if backup completes.

Step 4 Set Automatic Backup
You can see 3 options at the bottom of the backup folder. Press on the "Schedule" option, you can start to backup daily, weekly, monthly or non-stop.

If backing up a hard drive with Command Prompt, you have to do it all by yourself every time although it is a safer way compared to Cloud backup. However, we recommend another secure and convenient way - backup files with data backup software. We are sure that UBackit data backup software will come in handy to you on numerous occasions. It will let you backup your files and save your important data in an unforeseen situation.
Can I use Command Prompt to backup a BitLocker encrypted drive?
manage-bde -unlock C: -RecoveryPassword YOUR-KEY. Without unlocking, commands like Xcopy or Robocopy will see the drive as "Access Denied" or "Invalid Media Type."
What is the fastest command for a 1TB hard drive backup?
/MT:32 switch to your command, you allow Windows to copy up to 32 files simultaneously, which significantly reduces the time required for SSD-to-SSD backups in 2026.
Amy Dennis
staff Editor