• Home
  • MAC
  • Virtual Machines
    • VMware
    • VirtualBox
  • Windows
  • Linux
  • Downloads
    • ISO Files
      • Open Mamba ISO
      • AnduinOS ISO
      • Windows 7 ISO
      • Windows 11 ISO
    • macOS DMG
    • macOS ISO
    • macOS VMDK
    • VMware Workstation Pro
    • macOS Unlocker
    • DirectX 12
    • MSI Afterburner
    • Hyper-V Server 2019
  • Others
    • Android
    • Discord
    • iOS
    • Internet
GEEKrar
  • Home
  • MAC
  • Virtual Machines
    • VMware
    • VirtualBox
  • Windows
  • Linux
  • Downloads
    • ISO Files
      • Open Mamba ISO
      • AnduinOS ISO
      • Windows 7 ISO
      • Windows 11 ISO
    • macOS DMG
    • macOS ISO
    • macOS VMDK
    • VMware Workstation Pro
    • macOS Unlocker
    • DirectX 12
    • MSI Afterburner
    • Hyper-V Server 2019
  • Others
    • Android
    • Discord
    • iOS
    • Internet
No Result
View All Result
  • Home
  • MAC
  • Virtual Machines
    • VMware
    • VirtualBox
  • Windows
  • Linux
  • Downloads
    • ISO Files
      • Open Mamba ISO
      • AnduinOS ISO
      • Windows 7 ISO
      • Windows 11 ISO
    • macOS DMG
    • macOS ISO
    • macOS VMDK
    • VMware Workstation Pro
    • macOS Unlocker
    • DirectX 12
    • MSI Afterburner
    • Hyper-V Server 2019
  • Others
    • Android
    • Discord
    • iOS
    • Internet
No Result
View All Result
GEEKrar
No Result
View All Result
Home Internet

Hyper-V Delete Checkpoint: Why and How to Remove Hyper-V Checkpoints Correctly

Ruby Singh by Ruby Singh
December 11, 2024
in Internet
0
Hyper-V Delete Checkpoint: Why and How to Remove Hyper-V Checkpoints Correctly
272
SHARES
3.9k
VIEWS
Share on TwitterShare on Facebook

The reason to delete Hyper-V checkpoints created either automatically by schedule or manually on demand may be different. The careful and attentive management of Hyper-V checkpoints enables you to optimize the use of storage space and, consequently, improve the IT infrastructure’s cost-efficiency. Plus, you might need to do a cleanup after a checkpoint fails.

This post will remind you what a Hyper-V checkpoint is and explain why it’s not recommended to use checkpoints as backups. Then, we will show how to delete a Hyper-V checkpoint when you need that.

Table of Contents

  • What is a Hyper-V Checkpoint?
  • How Hyper-V Checkpoints Are Used
  • Can I Use Hyper-V Automatic Checkpoints as Backups?
  • Why Delete a Hyper-V Checkpoint
    • How to clean up when a Hyper-V checkpoint operation failed
  • Conclusion

What is a Hyper-V Checkpoint?

Checkpoints are point-in-time copies of virtual machines. A checkpoint represents a “frozen” state of a virtual machine (VM), including the apps, objects, and other data. Whenever necessary, you can roll back a VM to the state of the saved checkpoint, canceling the changes done after the checkpoint was saved. If you’re new to virtualization, you can think of Hyper-V checkpoints similar to system restore points in any Windows OS. Also, a checkpoint in Microsoft Hyper-V is the same as a snapshot in VMware virtualization software.

How Hyper-V Checkpoints Are Used

Whenever necessary, you can roll back a VM to the state of the saved Hyper-V checkpoint. It enables you to restore the VM’s data after, for example, a failed OS or software update. You can also use that VM as a sandbox test environment with the known conditions.

Whenever you install an update for an application or an OS, an updated version is probably not working correctly. To avoid possible issues in the organization’s production environment, run a test VM, and set a checkpoint with the default conditions close to your central server VMs. Then, install updates on a test VM before applying the same changes to the production infrastructure.

If a failure occurs to the test VM after the update, you have the space to investigate the reason for an issue. After the cause is found, you can roll back the state of a VM to the known Hyper-V checkpoint, tweak the test environment and try installing the update again. This procedure can be repeated as often as required to get a VM to a stable working condition with the necessary updates installed. At the same time, your production machines continue working correctly. Install an update to production when you’re sure it won’t render the IT environment inoperable.

Can I Use Hyper-V Automatic Checkpoints as Backups?

Some users treat Hyper-V checkpoints as backups because of their ability to “remember” the state of a VM and to roll back to the saved VM configuration at any moment. Users think that snapshots are enough to keep their VM data; however, considering a Hyper-V checkpoint as a backup is incorrect.

Hyper-V checkpoints can help you restore the VM functionality and data after the internal software or guest OS failure, and nothing more. A checkpoint won’t be effective when a loss affects, for example, a VM’s virtual disk, hypervisor, partitions, physical disks, or other hardware. And here’s why:

  • Every VM checkpoint relies on the structure of virtual disks to function correctly. It means that any disruption happening above the level of a VM renders all of that VM’s checkpoints unusable. On the contrary, a real backup does not rely on virtual disks or production environments, nor does a data backup affect VM performance while stored.
  • Unlike backups, checkpoints can slow down the entire Hyper-V host. The longer your Hyper-V checkpoints live, the more storage space they consume. The overload of checkpoints can cause storage overflow and result in global disruptions. Backup data can be deduplicated and compressed to minimize storage space consumption.
  • How many checkpoints can be created for a single VM? The maximum number of checkpoints for one Hyper-V VM is only 50. Even if you try using them as backups, you might want more flexibility for different disaster cases and recovery purposes. 

You need a specialized solution and strategy to protect your Microsoft Hyper-V VM data reliably. For example, consider using the NAKIVO’s Hyper-V backup solution, which can help you automate and orchestrate data backup and recovery processes efficiently.

Why Delete a Hyper-V Checkpoint

Hyper-V admins rarely need to keep dozens of checkpoints. Regarding the use of checkpoints for testing, acceptance, or development purposes but not on production infrastructures, two to four checkpoints per VM are enough.

  • With two close Hyper-V checkpoints available, you have a reserve VM state for a rollback if the latest checkpoint fails.
  • One or two additional checkpoints can be used for more testing or development flexibility while consuming adequate storage space. 

By removing Hyper-V checkpoints, you can get more free space on your host storage. If you are using specialized multifunctional backup software, your checkpoint storing policies can be adjusted to save storage space and performance. After the VM data has been backed up, you can directly restore a full VM or individual files from an appropriate backup.

How to Delete a Hyper-V Checkpoint

In Hyper-V, .avhdx files are checkpoint storages. You can find those storage files and the .vhdx virtual machine files in one location. Whenever a checkpoint is deleted, Hyper-V merges the .vhdx and .avhdx files. Therefore, deleting a checkpoint correctly does not lead to data loss. When the Hyper-V checkpoint merge procedure is finished, the .avhdx file is removed from the disk.

Note: do not delete an .avhdx file directly. Otherwise, you can cause a checkpoint tree failure.

To delete a Hyper-V checkpoint:

  1. Open the Hyper-V Manager.
  2. Choose the virtual machine you need to delete a checkpoint for.
  3. Find the Checkpoints tab.
  4. Right-click the required checkpoint and hit Delete Checkpoint.
  5. If asked about the action confirmation, ensure the checkpoint is correct and hit Delete once again.

Tip: If you need to delete all subsequent checkpoints, right-click the earliest checkpoint that should be deleted, and hit Delete Checkpoint Subtree.

How to clean up when a Hyper-V checkpoint operation failed

After a failed checkpoint operation, use the PowerShell to delete the backup checkpoint:

  1. Open the Windows PowerShell ISE as administrator.
  2. Get the recovery checkpoint exact name with the command Get-VMSnapshot. Provide the VMName when prompted.
  3. Run the command Get-VM -Name <VMName> | Get-VMSnapShot -Name <CheckpointName> | Remove-VMSnapshot.
  4. Verify that the recovery checkpoint is successfully deleted with the command Get-VMSnapshot.
Deleting a recovery checkpoint from the Windows PowerShell ISE

Conclusion

A Hyper-V checkpoint is a point-in-time copy of a VM. Checkpoints are comfortable rollback instruments to use for testing, development or acceptance purposes. At the same time, checkpoints rely on virtual disks to function properly and should not be used as backups. Any disruption happening above the level of a VM means checkpoints are unusable and cannot prevent data loss. To guarantee data and infrastructure resilience, your best choice is a specialized backup software solution, such as NAKIVO Backup & Replication.

Proper management and timely deletion of Hyper-V checkpoints enable you to save storage space and, therefore, improve the cost efficiency of your IT environment. Correct deletion is required to keep checkpoint trees operable. You can delete checkpoints with the Hyper-V Manager for properly functioning checkpoints, or with the Windows PowerShell ISE when checkpoint operations fail.

Previous Post

How to Summarize Audio Recordings on Mac with Apple Intelligence

Next Post

How to Remove Supervision from iPhone

Ruby Singh

Ruby Singh

Next Post

How to Remove Supervision from iPhone

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result

Recent Articles

  • Why Some Security Teams Are Looking Beyond VDI for Safe Remote Access
  • Specialized IT Solutions for Architecture Companies: Why Your Firm Needs Them
  • How to Stop Medical Bills From Piling Up After a Car Accident
  • Download Tiny10 ISO for Windows 10 (Complete Guide)
  • Download VMware Workstation Pro 25H2 (Windows | Linux): Direct Downloads
  • Download macOS Unlocker for VMware Workstation Pro 25H2 | Old Versions Available
  • Download Tiny11 25H2 ISO for Windows 11: Older Verions Available
  • How to Enable Intel VT-x or AMD-V On BIOS or UEFI Firmware
  • How to Dual Boot macOS Catalina & Windows 10 on PC
  • How to Install VMware Tools on Kali Linux
Facebook Twitter Youtube

Browse by Category

  • Android (16)
  • Discord (4)
  • Downloads (17)
  • Featured (8)
  • Internet (160)
  • iOS (17)
  • Linux (10)
  • Mac (153)
  • Virtual Machine (31)
  • VirtualBox (81)
  • VMware (67)
  • Windows (82)

Downloads

Download macOS DMG
Download macOS ISO
Download macOS VMDK
Download Windows ISO

GEEKrar

We are a team of skilled writers, editors and tech enthusiasts that help you how to get tech into work, pros and cons, explain hows and whys, hacks, and fixes of new modern tech.

© 2026 geekRAR.com

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie settingsACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT
No Result
View All Result

© 2026 geekRAR.com

Go to mobile version