How to Fix “There Isn’t Enough Space Available on the Disk”

There isn’t enough space available on the disk” usually appears when the system can’t complete installations, data transfers, or partition changes due to insufficient contiguous free space. This happens even if there seems to be available space, often due to unallocated or fragmented space.

There is not Enough Space Available on the Disk

Other causes may include configuration limits or disk errors.

In this article, we will discuss different ways to solve this error.

1. Rescan Disks

Using “Rescan Disks” helps the system detect recent disk changes, like new partitions or unallocated space. This refresh updates the system’s storage view, making new or changed space available without more troubleshooting.

  1. Press Windows Key + X and select Disk Management.
  2. In the menu bar, go to Actions and select Rescan Disks.
  3. Wait for it to complete.
  4. Check if the issue is resolved.

2. Check Current Partitions

Checking your disk’s partitions can show if space is fragmented or unallocated. Identifying these issues allows you to consolidate and reassign space, improving storage use and system performance.

For converting MBR to GPT without data loss, refer to this guide.

3. Extend Volume using Third-Party Software

A third-party tool can extend volumes by using unallocated space, bypassing built-in disk management limits. This reallocates space to fix errors and ensure smooth operations.

  1. Download and install EaseUS Partition Manager from here.
  2. Launch EaseUS Partition Manager.
  3. If needed, shrink a volume: Right-click the partition, select ‘Resize/Move’, adjust size, and click OK.
  4. To extend a partition, right-click it and select ‘Resize/Move’.
  5. Drag the handle to the unallocated space and click OK.
  6. Click ‘Execute 1 Operation’ and then Apply.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Comments

13
    IA
    IT Admin Oct 29, 2020

    Thanks

    ZB
    Zbot1223 May 30, 2021

    still saying not enough space…

    MZ
    Muhammad Zubyan Author Jun 3, 2021

    May I ask how much free space is there left on your C: Drive?

      ZB
      Zbot1223 Jan 12, 2022

      About 100gb, the drive I’m trying to partition is an 8tb HDD that I subdivided so I could run a partition of Linux. After realizing I didn’t like Linux I tried deleting the partition to then just add the space back to the original partition, but every time I try, regardless of the software, it says there’s not enough space.

        AS
        Anuj Sharma May 1, 2022

        did you find a solution ? i am in the exact same boat as you. i ended up allacationg 500 gigs from my 1 tb hdd.

        YA
        YatoEz Aug 25, 2022

        found any solution?

    KD
    King Duck Jan 9, 2022

    I was trying to set up a Stripped Volume (RAID 0) with two 1TB drives. What I did was I first created a simple volume of 10MB on both drives, Then I used the unallocated space and formatted that into my Stripped Volume. I then went into the 10 MB volumes right clicked on Change Drive Letter and Paths for New Volume and Deleted the letters so they don’t pop up on my computer.

    Reply
      AL
      Alpha17x Feb 12, 2022

      This is what worked for me as well. Thank you.

        GP
        Guillaume Plouffe Dec 13, 2022

        worked for me also thank you. I even went with 8mb partition

      MS
      Michael Schaeffers Jun 4, 2022

      This worked for me. Thanks

    CC
    cc Apr 11, 2022

    tnhx

    KU
    Kuzu Sep 1, 2022

    rescanning, etc, not work,
    i tried everything until changed from gpt to mbr, and its work,

    Reply
    SE
    Sergey Dec 27, 2022

    delete partition “recovery point” on disk
    diskpart
    list disk
    select disk #
    list partition
    select partition #
    delete partition override#at your own peril and risk

    Reply