How to Create a Recovery Partition in Windows 10 & 11 Fast

Learn how to create a recovery partition for system backup and restore. Includes how to create a Windows 11 recovery partition, resize drives, and troubleshoot common errors. Perfect for beginners and advanced users alike.

By Delores    Updated on June 2, 2026

How to Create A Recovery Partition on Windows 11?

 

Create a "Recovery" partition using DiskPart during a clean installation of Windows?

Hi! So basically, the title says it all. I'm about to install Windows 11 on my new laptop, and I like to control the sizes of my partitions, so I usually do the setup myself when it comes to that using DiskPart.

What I want to create is:

Part 0 - EFI

Part 1 - MSR

Part 2 - C:\

Part 3: D:\

Part 4: Recovery

I can do the first 3, but I don't know how to create a "Recovery" partition that Windows creates automatically.

Any ideas how to do that using Diskpart?

- Question from reddit.com

A recovery partition is a dedicated slice of your hard drive that holds repair tools, command prompts, and system images. When Windows gets in trouble, it lets you troubleshoot, reset, or reinstall everything without hunting for a DVD or flash drive.

When you boot into it (usually by pressing F11 or Shift + Restart), you get access to Startup Repair, System Restore, Command Prompt, and even a full reset option. It doesn't need the main Windows installation to function. That means if your C: drive gets corrupted, the recovery partition can still launch and fix things.

So, how to create a recovery partition is quite an emergency for all of us who built our own rig, upgraded from an older OS, or accidentally deleted that hidden partition. We'll walk through how to create a recovery partition on both Windows 10 and 11 easily.

Why You Need a Recovery Partition on Windows 10 and 11

There are multiple reasons to create a recovery partition:

  • You can fix a corrupted boot file, failed update, or nasty driver crash, etc., with a recovery partition. Or you might get a black screen, no bootable device, etc.
  • The recovery partition lives right on your main hard drive, so it’s always there at hand.
  • It gives you one-click access to Startup Repair, System Restore, Command Prompt, and reset options.
  • It saves you from hunting for installation media or reinstalling Windows from scratch.

So, it’s necessary to create a recovery partition regardless of the situation.

How to Create a Recovery Partition Using Built-in Windows Tools

There are two ways for you to create a recovery partition in Windows 10 or 11.

Way 1. Create A Recovery Partition (No USB Needed)

This builds the recovery partition directly on your boot drive.

Step 1 - Shrink Your C: Drive

1. Right-click the Start button and select Disk Management.

2. Right-click your C: drive and choose Shrink Volume.

3. Enter the amount (8,000 MB (8GB) for Windows 10, 16,000 MB (16GB) for Windows 11) to shrink.

4. Click Shrink. You'll see Unallocated space.

Step 2 - Create the Recovery Partition

1. Right-click the Unallocated space > New Simple Volume.

2. Click Next, assign a temporary drive letter (e.g., R:).

3. Format as NTFS and click Next > Finish.

Step 3 - Copy Recovery Files

1. Open File Explorer and go to C:\Windows\System32\Recovery.

2. If you see a folder named WinRE, copy the entire folder to your new partition (e.g., R:\Recovery\WindowsRE).

Tip: If the folder is missing, you first need to generate it: Open Command Prompt as Administrator. Type reagentc /info to check status. If WinRE is enabled, run reagentc /disable, then reagentc /enable to regenerate files.

Step 4 - Register the New Recovery Partition

1. Open Command Prompt as Administrator.

2. Type the following (replace R: with your new partition's letter):

reagentc /setreimage /path R:\Recovery\WindowsRE

3. Then type:

reagentc /enable

4. Run reagentc /info again to confirm the new path is active.

Step 5 - Hide the Partition (Optional but Recommended)

1. Back in Disk Management, right-click the new recovery partition.

2. Select Change Drive Letter and Paths > Remove (click Yes). The partition will disappear from File Explorer but remain accessible to Windows during boot.

3. If your PC uses GPT disk style (most modern PCs), you should also set the correct partition type. In Command Prompt (Admin), run diskpart, then list disk, select disk X, list partition, select partition Y, then set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac.

Way 2. Create A Recovery Partition via Recovery Drive Creator

Windows has a feature called the “Recovery Drive Creator”. It’s been around since Windows 8, and it works like a charm on both 10 and 11.

Here’s how to make a recovery partition in Windows 10/11:

1. Type “Create a recovery drive” into the Windows search bar. Click the result.

2. When the tool opens, check the box that says “Back up system files to the recovery drive” to copy the files needed to reinstall Windows.

3. Click Next. Wait while Windows prepares the files.

4. Insert a USB flash drive (at least 16GB for Windows 11, 8GB for Windows 10).

5. Select the USB drive and click Next > Create.

To turn this into an internal recovery partition: After creating the USB drive, copy all files from the USB to a new partition on your hard drive (see Method 2 for partition creation). Then use Reagentc to point Windows to that partition.

How to Test Your Recovery Partition

How to check if your Recovery Partition has been created successfully? Try this:

1. Please input cmd in the Windows search box and run it as administrator.

2. Type reagentc info and hit Enter to check if WinRE is enabled.

3. If the WinRE status is enabled, it means that your recovery partition has been created successfully. If you run the reganetc /enable while it’s disabled, you probably encounter the errors: The Windows RE image was not found, Could not find the recovery environment if your recovery partition is missing.

Besides, you can try this to test:

Hold Shift and click Restart. After reboot, go to Troubleshoot > Advanced Options. If you see Startup Repair, Command Prompt, and System Restore, your recovery partition works perfectly.

Troubleshoot Common Errors When Creating a Recovery Partition

Not Enough Unallocated Space

You tried to shrink your C: drive, but Windows says “not enough space”. This happens because of unmovable files (like the pagefile or hibernation file).

Solution: disable hibernation (powercfg -h off) and temporarily reduce your pagefile size. Then shrink, create your recovery partition, and re-enable everything.

Recovery Partition Not Recognized After System Reboot

You built the partition, ran reagentc, but after a reboot, Windows ignores it. Check two things: First, ensure the partition type is set to “Recovery” (using DiskPart’s set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac for GPT disks).

Second, verify that the recovery image files aren’t corrupted. Run sfc /scannow from an admin command prompt.

FAQs About Creating a Recovery Partition

How to create a recovery partition without a USB drive?

A: Use the manual Disk Management method. Shrink your C: drive, create a new partition, copy the recovery files from an existing Windows installation (located in C:\Windows\System32\Recovery), then use the reagentc command to point Windows to that partition. No USB needed.

Can I create a recovery partition after installing Windows?

A: Yes, absolutely. You can do it anytime. Just follow the manual steps above. The only requirement is having enough unallocated space on your boot drive. If your disk is full, delete old restore points or move personal files to an external drive first.

How much space do I need for a recovery partition in Windows 11?

A: At least 16GB. Windows 11’s recovery image is larger due to additional drivers, language packs, and security updates. If you plan to include system backups or multiple restore points, go with 20GB to 25GB.

Will creating a recovery partition erase my files?

A: No, shrinking your C: drive and creating a new partition does not delete personal files. However, any operation involving partitions carries a tiny risk. Always back up important data (or use MyRecover) before starting.

How to create a healthy recovery partition in Windows 10 if the built-in tool only sees USB drives?

A: Use the manual method: create an internal partition, copy recovery files from C:\Windows\System32\Recovery, and register it with reagentc /setreimage. That gives you an OEM-style healthy partition.

What’s the difference between a recovery partition and a system image?

A: A recovery partition holds repair tools. A system image is a full snapshot of your C: drive (apps, files, OS). Use both: the recovery partition helps you restore the system image. For most users, a recovery partition plus regular file backups is plenty.

Fast Recover Lost Files on Windows 11/10

If your files are deleted or missing on your computer after recovery partition creation, how can you easily recover lost files? First, check them in the Recycle Bin or the backups. Or, you have to use a Windows data recovery software, MyRecover. This tool specializes in pulling data from lost, deleted, or formatted partitions. Even if your computer refuses to boot.

Here is how to recover deleted files from a Windows 11 computer using MyRecover:

1. Download and install MyRecover on a different drive (never on the drive you’re trying to recover from).

2. Launch MyRecover, click Deleted Files Recovery, hover over the drive where your deleted files were located, and hit Scan.

3. MyRecover will run a quick scan by default. Or you can try a deep scan. The time depends on the drive size.

4. Preview and select your files, and hit Recover.

5. Choose a safe location to keep them safe.

Notes:✎...
You can double-click images, documents, or other files to preview before recovery, saving time and disk space. 
Save them to an external USB drive or a different internal partition. 
You can also recover files from a formatted SSD, hard drive, SD card, corrupted partition, etc. 
Upgrading to MyRecover Technician allows you to enjoy more powerful features, like recovering unlimited files, recovering from unlimited computers, etc.
MyRecover
  • Recover Deleted Files Easily with Simple Clicks
  • 1000+ File Formats Supported
  • Support HDD, SSD, External Hard Drive, USB Drive, SD Card, etc.
  • Quickly Find Files Using File Types, Name, Size, etc.
  • Preview Files Before Recovering
  • Recover Unlimited Data
Delores · Editor
Delores is one of MyRecover's senior editors. She is knowledgeable in data recovery for phones and PCs as well as other solutions for data preservation. She enjoys assisting readers with issues related to disaster recovery and data corruption. She enjoys traveling, shopping, and other lovely pursuits.