Azure VM stuck in updating status

matt sanders 0 Reputation points
2025-06-11T12:24:25.22+00:00

Hello, I am new to the VM world. My VM is stuck in updating status and I have tried stopping and starting again, redeploying/reapplying with no luck.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,018 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Nikhil Duserla 7,935 Reputation points Microsoft External Staff Moderator
    2025-06-11T12:37:15.0866667+00:00

    Hello @matt sanders,

    If your VM remains stuck in the "Updating" status, start by restarting it via the Azure Portal or using PowerShell commands to refresh its state. If the problem persists, check for potential disk space issues or try removing specific directories related to the VM's extensions before restarting the agent.

    A Windows VM doesn't start. When you check the screenshots in the Boot diagnostics window, you see that the startup is stuck in the update process.

    Depending on the number of updates that are getting installed or rolled backing, the update process can take a while. Leave the VM in this state for 8 hours. If the VM is still in this state after that period, restart the VM from the Azure portal, and see if it can start normally. If this step doesn't work, try the following solution- https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/troubleshoot-stuck-updating-boot-error?source=recommendations

    I would recommend check the logs and metrics to identify any specific errors or issues that could be causing the VMs to be stuck in an unknown or updating state.

    If you have any further queries, do let us know.

    1 person found this answer helpful.

  2. Blake Turner 15 Reputation points
    2025-06-11T18:26:10.5466667+00:00

    We experienced the same issue earlier this morning. If you're currently using a v6-series VM, try resizing it to a v4 or v5 series instead. That resolved the issue for us, and the machine came back online shortly after the change.

    If this resolved your issue please mark it the correct answer!

    1 person found this answer helpful.

  3. Jose Benjamin Solis Nolasco 3,506 Reputation points
    2025-06-11T12:37:34.09+00:00

    @matt sanders I hope you are doing Well,

    When there are multiple thread updating the same internal resource, the code take a lock to avoid saving conflict, please follow this steps:

    1. Check for any locked resources
      • Go to Resource Group > Locks.
      • Remove any ReadOnly or Delete locks that might be blocking updates.
    2. Activity Log & Notifications
      • In the Azure portal, go to your VM > Activity log.
      • Look for failed operations related to “Update Virtual Machine” or “Write Virtual Machine”.

    Create a support ticket with Microsoft:

    Go to Help + support > New support request in the Azure portal.

    • Choose category: Virtual Machines (IaaS) > Issue type: VM stuck in updating.

    Please try to follow this procedure too https://techcommunity.microsoft.com/discussions/compute/azure-vms-stuck-at-status-unknown-or-updating-solution/3821385

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!

    0 comments No comments

  4. Jean Van Iddekinge 0 Reputation points
    2025-06-12T15:18:02.15+00:00

    Having the same issue with my Azure VM today.

    SKU is Standard D4ds v6 (4 vcpus, 16 GiB memory)

    HAs been suck in updating status for over 4 hours now, I have been using Azure VM's for years and updates take 30 minutes max so this is definitely something up with Azure.


Your answer

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