Hi LD Lissandra
The paging file plays a critical role here, since Hyper‑V relies on it to temporarily store VM memory when transitioning to a saved state.
As a rule of thumb, the paging file should be at least the size of the largest VM’s memory allocation, plus additional overhead for host operations. On dense virtualization nodes, many admins size the paging file to match total physical RAM or slightly above, ensuring enough space to capture multiple VM states at once. You can calculate requirements by reviewing the sum of active VM memory and factoring in 10–20% extra for host processes.
To adjust allocations, go to System Properties > Advanced > Performance Settings > Advanced > Virtual Memory and configure the paging file on a volume with sufficient free space. It’s best to place the paging file on a fast local disk rather than the system drive if space is constrained. Set both the initial and maximum size to the calculated requirement so the file doesn’t need to expand dynamically during shutdown.
After configuration, test an automated shutdown to confirm that VMs transition smoothly into saved state. Monitoring Event Viewer for Hyper‑V‑VMMS logs will also help validate that paging file adjustments resolved the issue.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason.