Share via

Getting Disk space low error while accessing ERF VDI machine

Barun Singh 0 Reputation points
2026-06-10T08:59:35.5433333+00:00

I am getting low disk error from last 2-3 days while accessing the azure virtual machine. I have deleted all the unwanted files but still getting the same error. Might be error at azure side any further resolution or ETA.

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


3 answers

Sort by: Most helpful
  1. Senthil kumar 655 Reputation points
    2026-06-10T09:16:43.5633333+00:00

    Hi @Barun Singh

    Remove unwanted files from system. at the same time. remove temp files also.

    • press windows + R type %temp% and delete all files from the location.
    • empty recyclebin folder both c and d drive. then restart your VM. check again same alert appear or not.

    Thanks.

    Was this answer helpful?


  2. Barun Singh 0 Reputation points
    2026-06-10T09:05:47.95+00:00

    User's image

    I am getting this error

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-06-10T09:00:04.7533333+00:00

    Low disk space on an Azure Virtual Machine is almost always due to insufficient free space on the OS disk or a data disk, not an Azure platform error.

    Use these steps to resolve it:

    1. Verify which disk is full
      1. In the VM (via RDP), open File Explorer.
      2. Select This PC and check free space on Local disk (C:) and any other drives.
      3. If this is a VM used as a VDI, focus on the OS disk (usually C:). Azure guidance recommends at least ~20 GB free for updates and normal operation.
    2. Free up space inside the VM Use the OS to reclaim space on the OS disk:
      1. Uninstall unused apps.
      2. Delete or archive files that are not needed.
      3. Move large files (downloads, user data) to another disk or storage location.
      If this is a Cloud Services scenario and you see E: or F: full, ensure application data is not written to those drives; instead, use data disks or external storage such as Azure Storage or Azure SQL.
    3. If space cannot be freed sufficiently If, after cleanup, the OS disk still has very little free space and the low disk warning persists:
      • For Azure VMs, extend the OS disk size from the Azure portal, then extend the volume inside Windows.
      • For nested VMs (Hyper‑V inside an Azure VM), ensure the underlying Azure disk hosting the VHD has enough free space; if it is nearly full, resize that Azure disk.
    4. Prevent recurrence
      • Set up Azure Monitor alerts on disk metrics (e.g., percentage used) so that a warning is received before the disk is critically full.
      • Avoid storing application data on OS disks or temporary/application drives (E:, F:) in Cloud Services; use appropriate Azure storage services instead.

    There is no indication from the provided guidance that this type of low disk space error would be caused by an Azure platform issue or that there would be an ETA from Azure; the resolution is to increase or free disk space on the affected disk.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.