Set Up Windows 10/11 Storage Spaces (Mirror) to Protect Data on Two Drives

  • Thread Author

Set Up Windows 10/11 Storage Spaces (Mirror) to Protect Data on Two Drives​

Difficulty: Intermediate | Time Required: 30 minutes
Storage Spaces is a built-in Windows 10/11 feature that can combine multiple physical drives into a “pool,” then create a virtual drive (a storage space) on top of it. When you choose Two-way mirror, Windows writes your data to both drives—so if one drive fails, your files are still available on the other.
This tutorial walks you through creating a mirrored Storage Space using two drives to protect your data (similar idea to RAID 1, but managed by Windows).

Prerequisites​

Before you start, make sure you have:
  1. Windows 10 or Windows 11
    • These steps apply to Windows 10 (1903+) and Windows 11. The exact wording in Settings may vary slightly, but the process is the same.
  2. Two physical drives available for Storage Spaces
    • Internal SATA HDD/SSD, or external USB drives can work.
    • Tip: Using two similar-sized drives avoids wasted capacity.
  3. Backups of any important data
    • Storage Spaces setup can require erasing the drives you add to the pool.
  4. Administrator access on the PC

Important warnings (read first)​

  • Warning: When you create a new storage pool, Windows typically needs to format (erase) the drives you select. If those drives contain data you care about, copy it off first.
  • Warning: A mirror protects against one drive failing, but it does not protect against accidental deletion, ransomware, file corruption synced to both drives, theft, or fire. Keep a separate backup.

Step-by-step: Create a Two-Way Mirrored Storage Space (GUI method)​

Step 1) Confirm both drives are connected and visible​

  1. Press Win + X → choose Disk Management.
  2. Verify both drives appear in the lower list.
    • They may show as “Not Initialized” or “Unallocated” if new—this is fine.
  3. If you don’t see a drive:
    • Try a different SATA/USB port/cable.
    • For external drives, avoid unpowered USB hubs.
Note: Storage Spaces can use drives that already have partitions, but you’ll usually be prompted to erase them when adding to a pool.

Step 2) Open Storage Spaces​

Use whichever path you prefer:
Option A (Windows 11 / Windows 10 Settings search):
  1. Press Start and type Storage Spaces.
  2. Open Manage Storage Spaces.
Option B (Control Panel):
  1. Open Control Panel
  2. Go to System and SecurityStorage Spaces

Step 3) Create a new storage pool​

  1. Click Create a new pool and storage space.
  2. Windows will list available drives.
  3. Tick the two drives you want to mirror.
  4. Click Create pool.
Warning: If Windows warns you that the drives will be deleted, stop and double-check you selected the correct disks.

Step 4) Create the mirrored storage space​

After creating the pool, Windows will prompt you to configure the storage space (your new virtual drive):
  1. Name: Choose something clear like MirrorSpace or DataMirror.
  2. Drive letter: Pick a letter you’ll recognize (example: M:).
  3. File system: Choose NTFS (recommended for general Windows use).
    • ReFS may appear in some editions/configurations, but NTFS is the safest, most compatible choice for typical PCs.
  4. Resiliency type: Select Two-way mirror.
    • This writes two copies of your data across the two drives.
  5. Size: Choose the size of your mirrored space.
    • With two drives, usable mirrored capacity is approximately the size of the smallest drive.
    • Example: two 2TB drives → roughly 2TB usable mirrored storage.
  6. Click Create storage space.
Windows will now create a new drive that appears in File Explorer like any other disk.

Step 5) Verify it’s working​

  1. Open File ExplorerThis PC.
  2. Confirm the new drive letter appears.
  3. Copy a few test files to it.
  4. Return to Manage Storage Spaces and confirm:
    • The storage space shows Two-way mirror
    • Both physical drives show as part of the pool
Tip: Rename the drive in File Explorer (right-click → Rename) to something like “Mirrored Data” for clarity.

Step-by-step: Move data to the mirrored space (recommended approach)​

Once the mirrored drive is created, treat it like a “safer” location for important data.

Option 1: Create a dedicated folder structure​

  1. On the new mirrored drive (example M:), create folders like:
    • M:\Documents
    • M:\Photos
    • M:\Projects
  2. Move/copy your important data into these folders.

Option 2: Move known folders (Documents, Pictures, etc.)​

If you want Windows libraries to point to the mirrored drive:
  1. Open File Explorer.
  2. Right-click DocumentsPropertiesLocation tab.
  3. Click Move…
  4. Select a folder on the mirrored drive (example M:\Documents) and confirm.
Repeat for Pictures, Videos, etc. if desired.
Note: If you use OneDrive “Known Folder Move,” decide whether you want OneDrive, Storage Spaces, or both. They solve different problems (cloud sync vs. local drive failure).

Tips, notes, and troubleshooting​

Tip: Use matching drives when possible​

Using two different sizes works, but your mirrored usable space is limited by the smallest drive. For example:
  • 2TB + 1TB drives → about 1TB usable mirrored.

Tip: Prefer internal connections for always-on reliability​

USB drives can work, but external drives are easier to disconnect accidentally and may sleep/power-cycle. If you must use USB:
  • Use the same type of enclosure for both drives
  • Avoid low-quality cables
  • Consider disabling aggressive USB power saving (see below)

Warning: Don’t confuse “mirror” with “backup”​

A mirror helps you stay online during a single-drive failure. It will not save you from:
  • Deleting a file (it deletes on both)
  • Malware encrypting files (it encrypts on both)
  • A power surge killing both drives
  • Theft/fire/flood
Keep a separate backup (external drive disconnected when not in use, or cloud backup).

Troubleshooting: “Some drives can’t be added to the pool”​

Common causes:
  1. Drive contains system/boot partitions
    • You can’t add the drive Windows is booting from.
  2. Drive is using certain removable configurations
    • Some USB flash drives won’t qualify.
  3. Drive has issues
    • Run a health check:
      • Open Command Prompt (Admin) and run:
      • chkdsk X: /scan (replace X with the drive letter if it has one)

Troubleshooting: New mirrored drive is slow​

Mirroring can be slower on writes because Windows writes data twice.
  • Using SSDs improves performance significantly.
  • Ensure you’re not bottlenecked by a slow USB connection (USB 2.0 will hurt).

Troubleshooting: A drive fails—what happens?​

If one drive fails, Storage Spaces usually marks the pool as Degraded, but your data remains accessible.
What to do:
  1. Replace the failed drive with a new one (equal or larger size is best).
  2. Open Manage Storage Spaces.
  3. Look for an option like Add drives or Remove the failed drive.
  4. Add the new drive to the pool and allow Windows to repair/rebuild.
Tip: Don’t ignore a degraded pool. You’re running without redundancy until the repair finishes.

Optional: Reduce USB sleep/power issues (external drives)​

If you’re using external drives and they disconnect:
  1. Open Device Manager
  2. Expand Universal Serial Bus controllers
  3. For each USB Root Hub:
    • Right-click → PropertiesPower Management
    • Uncheck Allow the computer to turn off this device to save power
(Exact options vary by hardware.)

Conclusion​

With a two-way mirrored Storage Space, Windows 10/11 can protect your data against a single drive failure without third-party tools. Once set up, you get a normal drive letter you can use for documents, photos, and projects—while Windows automatically keeps two copies across your two disks. Pair it with a proper backup plan, and you’ll have a strong, practical storage strategy for everyday use.
Key Takeaways:
  • Storage Spaces Two-way mirror keeps two copies of your data across two drives
  • The mirrored space appears as a normal drive letter in File Explorer
  • Mirroring protects against one drive failing, but it is not a full backup
  • If a drive fails, you can replace it and let Windows repair/rebuild the mirror

This tutorial was generated to help WindowsForum.com users get the most out of their Windows experience.
 

Back
Top