We couldnt create a new partition error on Windows 10/11

July 2024 · 9 minute read
How to fix the partition error on Windows 10

XINSTALL BY CLICKING THE DOWNLOAD FILE

To fix various PC problems, we recommend Restoro PC Repair Tool:
This software will repair common computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Fix PC issues and remove viruses now in 3 easy steps:
  • Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
  • Click Start Scan to find Windows issues that could be causing PC problems.
  • Click Repair All to fix issues affecting your computer's security and performance
  • Windows 10 is a great operating system, however, the installation process of Windows 10 isn’t always simple.

    A number of users reported the We couldn’t create a new partition error message while installing Windows 10.

    This error can prevent you from installing Windows 10, but fortunately, there are several solutions available.

    How can I fix the new partition error message on Windows 10?

    We couldn’t create a new partition error can appear while trying to install Windows 10. This error can be quite problematic, and speaking of this error, users reported the following issues:

    How do I fix the new partition error in Windows 10 installation?

    1. Use diskpart

  • Start Windows 10 setup using a bootable USB or DVD.
  • If you get the We couldn’t create a new partition error message, close the setup and click the Repair button.
  • Choose Advanced tools and then select Command Prompt.
  • When Command Prompt opens, enter start diskpart.
  • Enter list disk. You should see the list of all hard drives connected to your computer.
  • Find the number that represents your hard drive and enter select disk 0 (we used 0 as an example, so be sure to replace 0 with a number that matches your hard drive).
  • Enter the following lines and press Enter after each line:
    • clean
    • create partition primary
    • active
    • format fs=ntfs quick
    • assign
  • Enter exit in order to close Command Prompt.
  • Start the installation process again.
  • Note: This solution will delete all files on your selected hard drive, so use it on a new computer that doesn’t have any files on it, or only if you have a backup available.

    Before starting this process, make sure that you don’t have any SD Cards connected to your PC.

    2. Make your partition active

  • Start diskpart like we described in the previous solution.
  • Enter list disk.
  • Locate your hard drive and enter select disk 0 (we used disk 0 in our example, so be sure to replace 0 with a number that represents your hard drive).
  • Enter list partition.
  • Locate the partition on which you want to install Windows 10 and enter select partition 4. Remember to replace 4 with a number that matches your partition.
  • Enter active.
  • Type exit and press Enter to exit the Command Prompt.
  • Start the installation process again and check if the problem is resolved.
  • How do I fix the new partition error for Windows 10 USB?

    1. Use a USB 2.0 flash drive

    If you’re installing Windows 10 from a USB drive, you might experience this problem if you’re using a USB 3.0 flash drive.

    According to users, it seems that there are problems with USB 3.0 flash drives, and many users advise using USB 2.0 flash drives when installing Windows 10.

    Alternatively, you can also create Windows 10 bootable DVD and use it instead of a USB flash drive.

    2. Disconnect any additional USB drives

    If you’re planning to install Windows 10 from a USB flash drive you might encounter We couldn’t create a new partition error message if more than one USB drive is connected to your PC.

    In order to avoid this problem, we strongly advise that you disconnect any additional USB drives and leave only your Windows 10 USB flash drive connected.

    3. Reconnect your USB flash drive

    To fix We couldn’t create a new partition error message while installing Windows 10, some users are suggesting that you unplug your USB flash drive.

    When you get the error message, unplug your USB drive and connect it to a different port.

    Check if you’re able to create a new partition. If the process fails, unplug the USB drive again and connect it to the original USB port. Try to create the partition again.

    4. Use a third-party tool

    If you can’t install Windows 10 due to We couldn’t create a new partition error message, you might be able to fix the problem by using a third-party tool.

    If you’re not familiar with command-line tools, you might be able to fix this problem by using  Aomei Partition Assistant.

    This tool is perfect for recovering lost partitions and copying disks. It also offers a friendly user interface so you should be able to easily modify your hard drive and perform the necessary tasks.

    Not only that it will solve your partitioning issue in no time but it also comes with some advanced features like migrating your OS to SSD/HDD, formatting, wiping and erasing disks, and more.

     Get Aomei Partition Assistant

    5. Set your hard drive as the first boot device

    Expert Tip: Some PC issues are hard to tackle, especially when it comes to corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken. We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.
    Click here to download and start repairing.

    When installing a new operating system from a USB flash drive, you are probably going to set that device as a first boot device in BIOS.

    Unfortunately, sometimes it happens that your USB flash drive is mistaken as a hard drive during the Windows 10 installation thus giving you the We couldn’t create a new partition error message.

    In order to fix this issue, you have to set your hard drive as your first boot device from BIOS.

    After you’ve done that, connect your bootable USB flash drive and restart your computer.

    While you computer boots, you’ll have to press F10, F11, or F12 (it might be a different key depending on your motherboard) and select your USB flash drive as a boot device.

    Now, the installation process should work without any issues. Bear in mind that the Boot Menu might not be enabled on your PC by default, so you’ll have to enable it manually from BIOS.

    For detailed instructions on how to do that, check your motherboard manual.

    6. Use Rufus or any other tool to create a bootable USB drive

    According to users, problems with We couldn’t create a new partition error message might be caused by Media Creation Tool.

    Users reported that the problem was fixed by using a third-party tool, such as Rufus, instead of the Media Creation Tool in order to create a bootable USB flash drive.

    7. Convert the partition to the GPT format

  • Start Command Prompt and enter diskpart.
  • Now enter list disk. Locate the hard drive that you want to install Windows 10 to.
  • Now enter select disk X. Replace the X with the number that matches your hard drive. If you have two or more hard drives, it’s crucial that you select the correct drive, so be extra cautious.
  • Type clean into Command Prompt and press Enter. This command will completely remove all files from your hard drive, so be sure to select the correct hard drive and back up your files.
  • Now enter convert gpt and run this command.
  • MBR partitions have certain limitations and they can only work with drives that are less than 2TB in size.

    GPT doesn’t have any of these limitations, it works better with UEFI, so it’s usually a better choice.

    We have to mention that converting the drive from MBR to GPT will remove all your files, so be sure to back up important files before proceeding.

    Diskpart is one of the oldest methods for converting an MBR drive to GPT, even though it’s effective, it will delete all your files.

    Fortunately, Microsoft introduced two new ways to convert MBR to GPT drive without file loss, MBR2GPT, and gptgen.

    Both of these are command-line tools, and if you want to use them, you need to start Command Prompt before booting to Windows 10 and run one of these commands.

    We explained in great detail how to use both these commands in our guide on how to convert MBR to GPT disk, and we strongly advise you to check it out for detailed instructions and more solutions.

    Read more about this topic

    How can I fix the new partition error for Windows 10 SSD?

    Disconnect other hard drives

    Many users reported We couldn’t create a new partition error message while trying to install Windows 10 on a SSD.

    According to users, in order to fix this issue, you’ll have to disconnect all other hard drives and leave only your SSD drive connected.

    Alternatively, you can try disabling all other hard drives except for your SSD from BIOS.

    After you’ve disabled or disconnected all other drives, the SSD should be recognized by the installer.

    Now, all that you have to do is to delete all partitions on your SSD and Windows 10 should install without any problems.

    We couldn’t create a new partition error message can prevent you from installing Windows 10, but as you can see, you can easily fix it by following one of our solutions.

    ncG1vNJzZmivmaOxsMPSq5ypp6Kpe6S7zGiunmWTpMKtsM2tZJyqlZbBpnnAZqWer12lrrPAyK2gqKZf