Share via

Restore Deleted VM

LIM Danny 0 Reputation points
2026-02-09T06:58:08.89+00:00

Hi,

I have accidentally deleted my VM. Can you please help to restore it back.

This is very urgent.

Sorry for the trouble caused.

Danny

Azure Virtual Machines
Azure Virtual Machines

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

0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Salamat Shah 100 Reputation points MVP
    2026-02-09T08:53:26.71+00:00

    Dear @LIM Danny First, please verify whether Azure Backup was enabled for the virtual machine.

    If it was enabled, check whether you were using the default backup policy or a custom one. Under the default policy, Azure Backup retains soft deleted VM backup data for 14 days, allowing you to easily restore the VM within that window.

    Additionally, if any snapshots were created for the VM’s disks, you can also restore the VM from those snapshots.


  2. Ankit Yadav 12,205 Reputation points Microsoft External Staff Moderator
    2026-02-09T07:43:01.3266667+00:00

    Hey @LIM Danny

    I completely understand your concern regarding the situation; however, if the virtual machine (VM) along with its associated disk has been deleted, the possibility of recovery is strictly dependent on whether if you have any backup mechanisms in place, such as disk snapshots or recovery points, prior to VM deletion. These backups serve as the only means to restore the VM and its data.

    As shared by Sanjuna Guhanathan as well, can you please check if the OS disk or Snapshot of the disk or backup of the VM still exist?


  3. Sanjuna Guhanathan 0 Reputation points
    2026-02-09T07:28:55.2766667+00:00

    When a virtual machine is deleted in Azure, recovery depends on how it was configured before deletion.

    Please check the following options:

    1. Check if the OS Disk Still Exists

    When a VM is deleted, sometimes the OS disk is not deleted (if “Delete disk with VM” was not selected).

    Go to: Azure Portal → Disks

    If the OS disk is still available:

    Click on the disk

    Select Create VM

    Follow the wizard to recreate the VM using that existing disk

    This is the fastest recovery method.

    2.Check Backup (If Azure Backup Was Enabled)

    If Azure Backup was configured:

    Go to Recovery Services Vault

    Select Backup Items → Azure Virtual Machine

    Choose the VM

    Click Restore VM

    You can restore to:

    Original location

    New VM

    New resource group

    3.Check Resource Locks or Activity Log

    If unsure about deletion:

    Go to Activity Log

    Filter by Operation: Delete Virtual Machine

    Confirm who deleted it and when

    4.If Both VM and Disk Are Deleted

    If:

    OS disk was deleted

    No backup was configured

    Unfortunately, Azure does not provide automatic recovery once the disk is permanently deleted.

    In that case, restoration is not possible unless:

    You have snapshots

    You have backup outside Azure

    • You have Infrastructure as Code (ARM/Bicep/Terraform) to redeploy

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.