Couldn t create a new partition windows 10

Frustrating! Don't worry, I'm here to help you troubleshoot the issue. Here are some steps to help you create a new partition in Windows 10:

Method 1: Using Disk Management

  1. Press the Windows key + R to open the Run dialog box.
  2. Type diskmgmt.msc and press Enter to open Disk Management.
  3. In the Disk Management window, you should see a list of disks and partitions.
  4. Right-click on the disk you want to create a new partition on and select "New Simple Volume".
  5. Follow the wizard to create a new partition. You'll need to assign a drive letter and format the partition.

Method 2: Using DiskPart

  1. Open the Command Prompt as an administrator. To do this, right-click on the Start button and select "Command Prompt (Admin)".
  2. Type diskpart and press Enter to open the DiskPart utility.
  3. Type list disk and press Enter to list all disks on your system.
  4. Type select disk <disk_number> and press Enter, replacing <disk_number> with the number of the disk you want to create a new partition on.
  5. Type clean and press Enter to clean the disk.
  6. Type create partition primary and press Enter to create a new primary partition.
  7. Type assign and press Enter to assign a drive letter to the new partition.
  8. Type format and press Enter to format the new partition.

Troubleshooting tips

I hope these steps help you create a new partition in Windows 10!