Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

How to create a Recovery Partition in Microsoft Windows 10/11

Posted on 23/05/202411/08/2026 Matthew By Matthew No Comments on How to create a Recovery Partition in Microsoft Windows 10/11
  1. Home
  2. Windows
  3. How to create a Recovery Partition in Microsoft Windows 10/11
How to create a Recovery Partition in Microsoft Windows

When troubleshooting system boot issues, having a recovery partition can be a lifesaver. It serves as a safety net, allowing you to restore your system to a previous state in case of critical errors or system failures. Please see How to reset folder view settings on File Explorer for Windows 11 and 10, Change the default start page for File Explorer on Windows 11, and How to Remove Frequently Used Folders from Quick Access in Windows 11.

While Windows 10/11 offers built-in recovery options, creating a dedicated recovery partition can provide additional peace of mind and streamline the recovery process. It typically includes utilities for system recovery, such as system restore points, recovery images, and diagnostic tools.

By creating a recovery partition, you ensure that these critical resources are readily accessible, even if your operating system becomes corrupted or unbootable. In this guide, we’ll explore the step-by-step process of creating a recovery partition in Microsoft Windows 10/11.

Please see these related guides: KB5034439 Windows Update Error: Resize WinRE Partition, and Fix “Getting Windows Ready” Don’t turn off your computer stuck on Windows, Fix 0x800f0831 Error when installing Windows update.

Preparing for Partition Creation:

Before creating a recovery partition, it’s crucial to take some preparatory steps to ensure a smooth process. Firstly, ensure that you have sufficient free space at least 250 MB on your hard drive to allocate for the recovery partition, see how to Extend the Windows RE Partition.

Typically, a recovery partition requires a few gigabytes of space, depending on the size of your operating system and the additional tools you wish to include. Additionally, back up any important data on your system to prevent loss in case of unforeseen complications during the partition creation process.

Please, see Fix long path names to files on SQL Server installation media error, how to Shrink and Compact Virtual Hard Disks in Hyper-V, and how to Install Windows Server 2025 via iDRAC Virtual Media or PXE.

Creating a Recovery Partition in Windows

Now that you’ve prepared your system for partition creation, it’s time to dive into the actual process. Follow these steps to create a recovery partition in Windows 10/11:

Press the Windows key + X on your keyboard to open the Power User menu. Select “Disk Management” from the list of options to launch the Disk Management utility.

Open disk management
Open disk management

Here are some related articles: How to create a dual-boot setup on Windows 11, What are System Partition and Boot Partition in Windows?, and How to create a BitLocker System Partition [Part 2].

Shrink Volume

In Disk Management, locate the partition from which you want to shrink the volume to allocate space for the recovery partition.

Right-click on the partition and select “Shrink Volume” from the context menu.

Select shrink volume
Select shrink volume

Enter the amount of space you want to shrink from the partition to create unallocated space for the recovery partition, and then click on “Shrink.”

Shrink volume
Shrink volume

See How to extend System Drive Partition on Windows, and how to fix “Failure 5456: Unable to determine destination disk, partition, and/or drive, see BDD Log“.

Create Simple Volume

After shrinking the volume, you should see unallocated space on your hard drive. Right-click on the unallocated space and select “New Simple Volume” from the context menu.

Click New Simple Volume
Click New Simple Volume

In the New Simple Volume Wizard, specify the size for the partition and click “Next.”

Specify partition size
Specify partition size

Optionally, you can assign a drive letter or mount point for easy access.

Assign drive letter
Assign drive letter

Optionally, you can give the partition a descriptive name to identify it as the recovery partition.

Name partition
Name partition

Click ‘Finish’ to complete the process.

Click finish
Click finish to create partition

Move Recovery Image to Recovery Partition

Before moving the recovery image to the newly created partition, we need to first disable the Windows Recovery Environment (WINRE) if it is already enabled. Follow the steps below to do this:

Run the command prompt as administrator.

Open Command Prompt
Open Command Prompt

To confirm if Windows RE is enabled, type the following command and press Enter:

reagentc /info
Windows RE info
Windows RE info

To disable Windows RE, type the following command and press Enter:

reagentc /disable
Windows RE disabled
Windows RE disabled

We will need to assign an ID to the created partition before we move the WinRE to the partition. Type the following command and press Enter after each command.

diskpart
list disk
select disk 0
Diskpart command
Diskpart command

List Partition

List the partitions in the selected disk.

list partition

From the listed partition, select the newly created partition. Change the “6” in the below command to your partition number.

select partition 6
Select disk partition
Select disk partition

View Partition

To view the current partition ID, enter the following command.

detail partition
Partition ID
Partition ID

To change the partition ID, enter the following command.

for MBR partition:
set id=27
for gpt partition:
set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
Set new partition ID
Set new partition ID

Leave diskpart using the following command.

exit

Now, when we re-enable the WinRE, it will look for the new partition ID we set and move the recovery image there. To do this, use the following command.

reagentc /enable
Enabled WinRE
Enabled WinRE

Verifying the Recovery Partition:

After creating the recovery partition, it’s essential to verify that it functions correctly and contains the necessary system files and tools. You can do this by accessing the partition through File Explorer and checking for the presence of recovery-related files and folders.

Additionally, you can test the recovery process by booting into the recovery environment and attempting to restore your system from the recovery partition.

Also, see how to Enable and use Sudo in Windows 11, How to fix error “Microsoft Outlook cannot sign or encrypt this message” when sending email? and how to Fix the application was unable to start correctly (0xc0000135) error.

Conclusion:

In conclusion, creating a recovery partition in Windows 10/11 is a proactive step towards safeguarding your system against potential disasters. By following the steps outlined in this guide, you can create a dedicated space on your hard drive for storing essential system recovery tools and files.

I hope you found this article on how to create a recovery partition in Microsoft Windows 10/11 useful . Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Could not connect to virtual machine try to connect again Hyper-V
Next Post: How to Enable and use Sudo in Windows 11

Related Posts

  • Performancewin10
    How Performance Monitor works in Windows 10 Windows
  • original 1
    DISM “Failed to open image” CWimImageInfo Mount(hr:0x8007000d): Fix Error DISM WIM Provider Windows
  • Windows 10 1903 update 1
    view or change programs that run on startup on Windows Windows
  • Featured image Unblock Microsoft Store
    How to Unblock Microsoft Store on Windows 11 Windows
  • change default apps windows 10 1
    Fresh Start, Clean Install and PC Reset: How to perform a Fresh Start installation of Windows 10 Windows
  • DC Name
    Install and configure Active Directory Domain Services on Windows Server Windows

More Related Articles

Performancewin10 How Performance Monitor works in Windows 10 Windows
original 1 DISM “Failed to open image” CWimImageInfo Mount(hr:0x8007000d): Fix Error DISM WIM Provider Windows
Windows 10 1903 update 1 view or change programs that run on startup on Windows Windows
Featured image Unblock Microsoft Store How to Unblock Microsoft Store on Windows 11 Windows
change default apps windows 10 1 Fresh Start, Clean Install and PC Reset: How to perform a Fresh Start installation of Windows 10 Windows
DC Name Install and configure Active Directory Domain Services on Windows Server Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • aptira ansible 1
    The module ping was not found in configured module paths, core modules are missing Configuration Management Tool
  • Install SQL Server Management Studio 21 on Windows Server
    Install SQL Server Management Studio 21 on Windows Server Oracle/MSSQL/MySQL
  • ansible logo600 591x296 1 1
    Ansible error: Server unreachable, ssl: auth method ssl requires a password Configuration Management Tool
  • Different Class IP Address
    Classes of IP Address: Understanding IP Address Classification Network | Monitoring
  • AGMP Replacement
    AGMP extended support ends April 2026: Find alternative solution Windows Server
  • Check Virtualization
    Enable Virtualization in BIOS: Determine if the Intel VT-x or AMD-V Virtualization Technology is enabled in BIOS Virtualization
  • encrypt your Data with Trellix Data Encryption
    How to encrypt your system with Trellix Data Encryption Security | Vulnerability Scans and Assessment
  • centos feature
    How to change the system time zone under RedHat and CentOS Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,779 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.