# Create Recovery Partition

#### **<span lang="EN-US">\#1. Create Recovery Partition Manually</span>**

<span lang="EN-US">First, verify there is no recovery partition.</span>

1. <span lang="EN-US">Open Disk Manager by right clicking the start menu, and choosing **`Disk Manager`.**</span>
2. <span lang="EN-US">Verify you don't already have a recovery partition created. They will typically be under 1GB and next to the health status will be labeled **`(Recovery Partition)`**. If there is one created, follow [these](https://wikipedia.mutschlerhome.com/books/windows-walkthroughs/page/delete-recovery-partition "Delete Recovery Partition") instructions to delete the partition.</span>[![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/AiZqalufSzXFQRzI-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/AiZqalufSzXFQRzI-image.png)
3. Open an admin command prompt and enter the following command to verify the recovery partition is disabled. ```powershell
    reagentc /info
    ```
    
    [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/EK1BXgz0uVL7Xat1-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/EK1BXgz0uVL7Xat1-image.png)
    
    <p class="callout info">If the recovery partition is not disabled, run this command to disable it.  
    </p>
    
    ```powershell
    reagentc /disable
    ```
4. Using Disk Manager, choose and shrink the existing Windows partition to create space for the new recovery partition. [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/utXhldoK9LOHJ5j0-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/utXhldoK9LOHJ5j0-image.png)
5. In the **`Shrink`** options, in the "`<strong>Enter the amount of space to shrink in MB:</strong>`" field, enter 1024 and click **`Shrink`**. [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/7LQqLaBs4QYKI1NE-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/7LQqLaBs4QYKI1NE-image.png)
6. Once there is now enough space on the C drive to create a recovery partition, open an admin command prompt and enter. ```powershell
    diskpart
    ```
    
    [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/2hOfk2eqInHSVC1G-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/2hOfk2eqInHSVC1G-image.png)
7. List the disks within diskpart by typing the following command. ```powershell
    list disk
    ```
    
    [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/W8TSW0M9bcNz7Clk-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/W8TSW0M9bcNz7Clk-image.png)
8. Select the disk that you edited the partition for in step 5 using the following command (replace the number with the correct disk). ```powershell
    select disk 0
    ```
    
    [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/k2YM5P3FllW1HONR-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/k2YM5P3FllW1HONR-image.png)
9. List the partitions on the chosen drive so you can select the partition you created in step 5 by using the following command. ```powershell
    list partition
    ```
    
    [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/CIlZucY8MHQcNZrS-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/CIlZucY8MHQcNZrS-image.png)
10. Select the partition you created in step 5 by using the following command. ```powershell
    select partition 3
    ```
    
    [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/GM1Tzbf4OvjRRw5s-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/GM1Tzbf4OvjRRw5s-image.png)
11. Set the partition ID based on the type of disk it is with the following command. For MBR disks:
    
    ```powershell
    set id=27
    ```
    
    For GPT disks:
    
    ```powershell
    set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
    ```
    
    <p class="callout info">The disk will have an asterisk under the Gpt column in the section you listed the disk if it is GPT.</p>
    
    [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/qIwEHOJikPzlCLr7-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/qIwEHOJikPzlCLr7-image.png)
    
    <p class="callout info">For GPT disks, you will also have to set the GPT Attributes using the following command.</p>
    
    ```powershell
    gpt attributes=0x8000000000000001
    ```
12. Exit diskpart and run the following command to enable the recovery partition. ```powershell
    reagentc /enable
    ```
    
    [![image.png](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/scaled-1680-/8P8PQdKNIfX2b9rD-image.png)](https://wikipedia.mutschlerhome.com/uploads/images/gallery/2024-04/8P8PQdKNIfX2b9rD-image.png)
13. After these steps, the PC will need to be rebooted. At this time, reboot the PC.

#### **<span lang="EN-US">\#2. Create/Delete Recovery Partition while Creating Recovery Drive</span>**

<span lang="EN-US">There is another way to help you delete the partition. This trick appears during the process of creating a USB recovery drive.</span>

1. <span lang="EN-US">Click “Search” icon, and enter `<strong>recovery drive</strong>` in the search box, and then select `<strong>Create a recovery drive</strong>`.</span>

[![Create a Recovery Drive](https://www.ubackup.com/screenshot/en/others/create-a-recovery-drive.png)](https://www.ubackup.com/screenshot/en/others/create-a-recovery-drive.png)

<p class="callout info">Depending on your version of Windows, it may be listed as simply "Recovery Drive".</p>

2. <span lang="EN-US">After the recovery drive tool opens, make sure the “**Back up system files to the recovery drive**” is selected, and then select **Next**.</span>

[![Recovery Drive](https://www.ubackup.com/okr/images/create-recovery-partition-on-windows-10-0326i/recovery-drive.png)](https://www.ubackup.com/okr/images/create-recovery-partition-on-windows-10-0326i/recovery-drive.png)

3. <span lang="EN-US">Insert a USB flash drive into your PC that's at least as large as the size indicated on the screen. Select the USB flash drive connected you connected and click “**Next**” to continue.</span>

[![Select USB](https://www.ubackup.com/okr/images/create-recovery-partition-on-windows-10-0326i/select-usb.png)](https://www.ubackup.com/okr/images/create-recovery-partition-on-windows-10-0326i/select-usb.png)

4. <span lang="EN-US">Click “**Create**” to begin creating the recovery drive.</span>

[![Create](https://www.ubackup.com/okr/images/create-recovery-partition-on-windows-10-0326i/create.png)](https://www.ubackup.com/okr/images/create-recovery-partition-on-windows-10-0326i/create.png)

5. <span lang="EN-US">When the process is done, do not select Finish. Select **Delete the recovery partition** to remove the recovery partition from your PC and free up disk space. Then click on **Delete**. This will free up the disk space used to store your recovery image. When the removal is done, select **Finish**.</span>

<p class="callout info"><span lang="EN-US">**Note✍:** Some PCs do not provide an option to delete the recovery partition. If you encounter this situation, it means that your PC does not have a recovery partition that uses additional disk space.</span></p>