How to RAID External Hard Drives on Windows 11

It's a cost-effective solution even for regular users

by Kazim Ali Alvi
Kazim Ali Alvi
Kazim Ali Alvi
Author
Kazim has always been fond of technology, be it scrolling through the settings on his iPhone, Android device, or Windows. And at times, unscrewing the device to take... read more
Reviewed by Alex Serban
Alex Serban
Alex Serban
Windows Server & Networking Expert
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server... read more
Affiliate Disclosure
  • RAID was a popular choice earlier amongst administrators, and it still finds wide application.
  • Windows 11, like the previous iteration, allows users to RAID external hard drives.
  • Read this guide to find out the various ways you can RAID hard drives.
learn how to raid external hard drives in Windows 11

RAID, or Redundant Arrays of Independent Disks, is a data storage technology where multiple external drives are combined into one. It was widely employed when large hard disks were expensive, but many still prefer the approach to RAID external drives.

There are several levels of RAID, each meant for a specific purpose. Remember, regular users don’t have to get into the intricacies, and a simple setup of RAID 0 or RAID 1 should work fine.

Reasons to consider raiding external drives:

  • Improved performance of PC
  • Easy to configure and cheaper than available alternatives
  • Faster reading and writing of data
  • An effective backup solution due to mirroring

How do I RAID external drives on Windows 11?

Before you RAID external hard drives, here are a few prerequisites to be aware of:

  • Two external drives for RAID 0 and RAID 1, three for RAID 5, and 4 hard drives for RAID 10. The drives should be unformatted and of the same make (preferably), size, and speed. 
  • RAID clears all existing data, so make sure you back up the drive beforehand. 

Once you have it all ready, choose any of the methods to set up RAID systems.

How we test, review and rate?

We have worked for the past 6 months on building a new review system on how we produce content. Using it, we have subsequently redone most of our articles to provide actual hands-on expertise on the guides we made.

For more details you can read how we test, review, and rate at WindowsReport.

1. Via Settings

  1. Press Windows + I to open Settings, and click on Storage on the right in the System tab.storage
  2. Expand Advanced storage settings and click on Storage Spaces.storage spaces to raid external hard drives
  3. Click the Add button next to Add a new Storage pool.add
  4. Enter a name for the storage pool in the text field, select the desired disks from the list, and click on Create.create
  5. Type a name for the storage space, enter the desired size (it can be greater than the size of disks, but we recommend against it), and choose a Resiliency type from the following:
    • Simple (no resiliency)
    • One-way mirror
    • Two-way mirror (preferred due to data loss protection)
    • Parity (preferred)
  6. Once done, click on Create.storage space
  7. Enter a label name, choose the drive letter and file system, then click on Format. You could check the Advanced options to configure more settings.format to raid external hard drives
  8. Once done, the RAID setup will be accessible from File Explorer.raid setup
  9. Also, you can reconfigure or optimize the storage pool from the Storage Spaces settings.

That’s how you can connect multiple external hard drives together with RAID and use them for data storage with advanced protection measures. Remember, it’s best to keep the RAID options simple or go with the default choice for an error-free experience.

2. From Control Panel

  1. Press Windows + S to open Search, type Control Panel in the text field, and then click on the relevant search result.
  2. Click on System and Security.system and security
  3. Click on Storage Spaces.storage space
  4. Now, click Create a new pool and storage space.
  5. Click Yes in the UAC prompt.
  6. Tick the checkboxes for the disk you want to add to the storage pool, and then click Create pool.create pool to raid external hard drives
  7. Now, enter a name, choose the drive letter and file system, select a Resiliency type (preferably Two-way mirror), configure the pool size, and click the Create storage space button.create storage space
  8. The created Storage Space will now be listed under the dedicated section in the Control Panel and File Explorer. You can modify the settings, rename the pool, add drives, or delete the storage space here.raid

That’s how you can set up a RAID array with 2 external hard drives. Remember, it only works for RAID 0 and RAID 1. The other more advanced types require a higher number of drives.

3. Through Command Prompt

Note icon NOTE
The process requires converting the disk to Dynamic, creating a RAID setup, and, lastly, formatting it. For simplification, we have broken down the process into sections. But we recommend going with the Settings or Control Panel for easier setup.

3.1 Convert to dynamic

  1. Press Windows + R to open Run, type cmd, and hit Ctrl + Shift + Enter.cmd
  2. Click Yes in the UAC prompt.
  3. Paste the following command and then hit Enter to launch the Diskpart utility: diskpart
  4. Run the following command: list disklist disk
  5. Now, execute these commands to convert the disks you want to add to the RAID system to a dynamic type while replacing X with the number assigned to the disk: select disk X convert dynamic
  6. Repeat it for all such disks.

3.2 RAID external hard drives

  1. Run this command to select the first disk while replacing X with the disk number: select disk Xselect disk
  2. Next, execute this command to create a RAID volume (for more disks, list them, too, in the command): create volume RAID disk 1,2,3

3.3 Format the external drives

  1. Run the following command to identify the number assigned to the RAID volume: list volumelist volume to raid external hard drives
  2. Execute this command while replacing X with the assigned number: select volume X
  3. Next, run this command to format and then assign a label: format fs=NTFS label=Storage Volumeformat volume
  4. Lastly, run this command to assign a drive letter of your choice (replace X): assign letter= X

You can easily RAID external drives in Windows 11 via the Command Prompt or Windows PowerShell, but with these commands, it will be a RAID 0 level. To set up another level, you will need to run a bunch of additional commands.

Remember, Diskpart is an advanced tool and helps eliminate any errors encountered earlier. 

4. Use a third-party software

If the built-in methods sound too complex or you don’t want to RAID external hard drives in Windows 11 manually, go with a reliable RAID software

These are easy to use and have built-in mechanisms to optimize the drives and protect against data loss. Go with one, and you won’t regret the decision!

RAID levels – understanding your options

There are several RAID Levels, each categorized under Standard, Nested, and Non-standard. The Standard RAID category was the first to be released and find extensive use even today. It comprises:

  • RAID 0: Best performance but minimum protection.
  • RAID 1: Data storage is duplicated, increased read performance.
  • RAID 2: Employs striping but has gone obsolete over the years.
  • RAID 3: One drive is used to store parity information and also employs striping.
  • RAID 4: Employs large stripes and eliminates I/O overlapping
  • RAID 5: Minimum three disks, preferably five. Allows the RAID array to function if one drive fails. 

The Nested RAID levels are a combination of standard levels, for instance, RAID 10 (RAID 1 + RAID 0).

Remember, you don’t necessarily need external drives for the process. You can RAID 1 external hard drive by creating virtual drives on it!

Besides, if you encounter any issues, download the RAID controller driver for seamless performance. 

For any queries or to share how RAID benefits your setup, drop a comment below.

This article covers:Topics: