Windows Server 2019 cannot write data despite having insufficient disk space

dylan 40 Reputation points
2024-04-16T16:39:56.9866667+00:00

On my Windows Server 2019 machine, I'm unable to write data to a disk because of insufficient disk space even though Windows says I still have available space. This isn't happening with any other disks and I'm not sure why, or how to fix it. Can someone help?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,157 questions
Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
831 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. xixe 60 Reputation points
    2024-04-18T15:19:37.96+00:00

    It sounds like there might be a few potential issues at play here. Let's troubleshoot this step by step:

    Check Disk Space: First, double-check the available disk space on the problematic disk. You can do this by opening File Explorer, right-clicking on the disk in question, selecting "Properties," and reviewing the available space.

    Check Disk Quotas: Ensure that disk quotas are not enabled on the disk. Disk quotas can restrict the amount of disk space available to users or groups, which might be causing the issue.

    Check File System Permissions: Verify that you have the necessary permissions to write to the disk. Even if there's available disk space, if you don't have write permissions, you won't be able to write data to the disk.

    Check for Errors: Run a disk check to identify any potential errors on the disk. Open Command Prompt as an administrator and run the command chkdsk /f X: (replace "X" with the drive letter of the problematic disk). This will check for and repair any file system errors.

    0 comments No comments

  2. Ian Xue (Shanghai Wicresoft Co., Ltd.) 29,891 Reputation points Microsoft Vendor
    2024-04-25T04:22:14.8+00:00

    Hi dylan,

    Hope you're doing well.

    1. Open cmd as an administrator and run the following command to check disk space:

    diskpart

    list disk

    list volume

    1. Ensure that disk quotas are not enabled on the disk. Disk quotas can restrict the amount of disk space available to users or groups, which might be causing the issue.
    2. Opne "Event Viewer" to check whether any potential on the disk.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments