Close Menu
    What's Hot

    Fix Apple Intelligence Not Working in a macOS VM (VMware/UTM) on Windows 11/10 Host

    January 6, 2026

    Top Hamachi Alternatives for Virtual LAN Gaming in 2026

    January 1, 2026

    250+ Funny Facebook Status/Quotes/Posts in 2026 – Free AI Creator

    December 29, 2025
    Facebook X (Twitter) YouTube LinkedIn
    Facebook X (Twitter) YouTube LinkedIn
    SysprobsSysprobs
    • Tech Guides
      • Windows
        • Windows 11
        • Windows 10
        • Windows Servers
      • Virtualization
        • VirtualBox
        • VMware
        • Hyper-V
        • Server Virtualization
        • VirtualBox Images
      • PC
        • Linux
        • macOS
        • Hackintosh
        • MS Office
      • Pro IT Tips
        • Internet
        • MS Exchange
        • Fintech
    • Reviews
      • Gadgets
        • Android
        • iPhone
    • Security & Privacy
      • IT Security
    • Trading Gear
      • Laptops
    SysprobsSysprobs
    Home»Virtualization»Hyper-V»Hyper-V Cannot Delete Checkpoint When Delete Option Not Available

    Hyper-V Cannot Delete Checkpoint When Delete Option Not Available

    DineshBy DineshUpdated:September 7, 2022
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Recently I experienced a strange issue regarding snapshots in Hyper-V. I had to remove a snapshot (Checkpoint) of a particular VM, but I could not find the delete option. In this guide, you can find out how to delete snapshots in Hyper-V when the delete option is unavailable in GUI.

    I’m sure this checkpoint was created by the third-party backup tool. Usually, it should have been deleted by the same VM backup tool once the backup is succeeded. Even if it misses the first attempt, it should happen in the next run. But, in this case, the checkpoint was there.

    Somehow I needed to remove it because it prevented me from modifying any settings of the particular VM configurations.  For example, when there is a checkpoint, we can’t edit most settings, such as adding a new hard disk or extending the space of the existing disk.

    How To Delete Snapshot in Hyper-V

    How to Delete Hyper-V Checkpoint When the Delete Option is Not Available

    Here are the major steps you need to try. One method will surely work to delete the snapshot/checkpoint in Hyper-V that doesn’t have the option in the menu.

    • Refresh the Hyper-V host from the manager – it could bring back the delete option in the menu.
    • Close the Hyper-V manager and open it again.
    • Select the snapshot/checkpoint and press the Delete key on the keyboard.
    • Execute the delete command by PowerShell

    Let’s see the details instructions below:

    Difference in GUI

    Usually, the delete option should appear as below. That is the usual way to delete a snapshot.

    Checkpoint With Delete Option

    Here is the screenshot of when the delete option is unavailable to remove a checkpoint in Hyper-V.

    Hyper-v cannot delete checkpoint

    My Hyper-V setup runs with five node Windows 2012 R2 data centre cluster.

    What to Do when Checkpoint Delete Option is Not Available

    If you experience this issue, it can be fixed in several ways. Try the below steps first.

    1) In Hyper-V manager, select the host server and refresh. It may restore the server connection and any missing options.

    Refresh The Hyper V

    2) Close the Hyper-V manager console, wait and reopen again. This is basically to reset/refresh the connection.

    3) If none of the above steps brings back the delete option in GUI, select the checkpoint and press the Delete key on the keyboard. It doesn’t matter whether you see the delete option or not, press the delete key.

    Delete Key For Checkpoints

    You will get the confirmation dialogue box below if the command passes successfully.

    Delete Confirmation

    Press Yes to delete the snapshot. That is how I fixed this issue.

    Try PowerShell to Delete Checkpoints in Hyper-V

    If the above GUI steps do not work, we have the final and reliable option with Powershell.

    In a cluster environment with administrative privilege, you can run the below Powershell command from any server.

    We need to identify the owner of the VM while executing the command. Since we call the owner node with the -ComputerName key, it should work from any server.

    Get-VMSnapshot -ComputerName <Name-of-Computer> -VMName <Name-of-VM> | Remove-VMSnapshot

    Before executing the delete command, you can view the snapshots of a particular VM by the below command.

    Get-VMSnapshot -ComputerName <Name-of-Computer> -VMName <Name-of-VM>

    Powershell Command

    In this example, hvsrv3 is the Hyper-V host of the VM, which has a snapshot that I want to delete.

    Now execute the remove command as below.

    Removed Snapshot By PowerShell

    Remember, we have not mentioned the snapshot name in any commands. We called the VM and Hyper-V server name only.

    You can try a similar command from the virtual machine’s host; in that case, we do not need to mention the server name.

    Get-VMSnapshot -VMName “sql2012srv” | Remove-VMSnapshot 

    Once the command succeeded in GUI or Powershell, you can see the merge progress for the particular VM.

    Merge In Progress

    Depending on the snapshot size and how busy is your Hyper-V host, it may take some time to merge with the original virtual hard disk.

    Now you should be able to modify the virtual machine configuration, or any other settings stopped due to the existence of a checkpoint that doesn’t have the delete option in Hyper-V.

    hyper-v server virtualization
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Dinesh
    • Website

    Dinesh is the founder of Sysprobs and written more than 400 articles. Enthusiast in Microsoft and cloud technologies with more than 15 years of IT experience.

    Related Posts

    Best Free Virtual Machine Software in 2024 – Start Your New Career

    January 15, 2024

    Benefits of Using a Virtual Dedicated Server

    September 8, 2023

    Vinchin Backup & Recovery 7.0: What’s New?

    March 1, 2023

    7 Major Disadvantages of Server Virtualization

    February 28, 2023

    Virtualization: How to Choose it and Know the Difference.

    January 20, 2023

    How to Do P2V Hyper-V or Azure, Convert Virtual Machine from VMware

    September 21, 2022

    Comments are closed.

    Top Posts

    Network Stack BIOS – What is it, and Should I enable it?

    December 15, 2025

    250+ Funny Facebook Status/Quotes/Posts in 2026 – Free AI Creator

    December 29, 2025

    How to Install and Use Outlook for Ubuntu 24.04 LTS/24.10

    December 10, 2025
    Don't Miss

    Fix Apple Intelligence Not Working in a macOS VM (VMware/UTM) on Windows 11/10 Host

    January 6, 2026

    Apple Intelligence not showing up (or refusing to enable) inside a macOS VM is usually…

    Top Hamachi Alternatives for Virtual LAN Gaming in 2026

    January 1, 2026

    250+ Funny Facebook Status/Quotes/Posts in 2026 – Free AI Creator

    December 29, 2025

    Context Engineering vs Prompt Engineering: The Battle You Didn’t Know Was Happening

    December 29, 2025
    Stay In Touch
    • Facebook
    • YouTube
    • Twitter
    • LinkedIn
    Latest Posts

    Fix Apple Intelligence Not Working in a macOS VM (VMware/UTM) on Windows 11/10 Host

    January 6, 2026

    Top Hamachi Alternatives for Virtual LAN Gaming in 2026

    January 1, 2026

    250+ Funny Facebook Status/Quotes/Posts in 2026 – Free AI Creator

    December 29, 2025
    INFORMATION
    • About
    • Contact Us
    • Privacy Policy
    ABOUT

    Established in 2007, Sysprobs is a trusted resource for IT professionals and System Administrators. We bridge the gap between enterprise infrastructure and the future of fintech security. From Windows virtualization to Blockchain node management, we provide technical guides for the modern digital economy.

    POPULAR SECTION

    WINDOWS 11
    WINDOWS 10
    VIRTUALIZATION
    IT SECURITY
    PRO IT TIPS

     

    Sysprobs
    Facebook X (Twitter) YouTube LinkedIn
    • Home
    • Windows
    • Cloud
    • Security & Privacy
    © 2026 SYSPROBS: System Security & Fintech Solutions. Protected by Cloudflare.

    Type above and press Enter to search. Press Esc to cancel.