# Hotplug Memory Reporting Mismatch in Windows Guest OS

## Problem

* When configuring Hotplug memory in a VM, the memory reported inside the Windows VM shows the maximum hotplug range instead of the configured hotplug memory value.
* Example: With Hotplug RAM = 8 GB and Max Hotplug RAM = 64 GB, the Windows VM reports 64 GB instead of 8 GB.

## Environment

* Private Cloud Director Virtualization - v2025.4 and Higher
* Self-Hosted Private Cloud Director Virtualization - v2025.4 and Higher

## Cause

This is a reporting mismatch inside Windows guests when the configured Hotplug RAM is less than the Max Hotplug RAM.

* The VM is presented with the maximum hotplug range, which Windows reports as total memory.
* Actual usable memory remains aligned to the configured hotplug value but may not be correctly displayed in Windows Resource Manager.

## Workaround

* In some cases, performing a VM reboot may help the guest OS reflect the correct usable memory.
* If the issue persists, a practical workaround is to configure the VM with *Hotplug RAM = Max Hotplug RAM* so that Windows reports the expected value.

## Additional Information

This behavior is currently under review by the engineering team, and the enhancement is planned to be available in future releases of PCD under **PCD-2855**.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pcd/generic/hotplug-memory-reporting-mismatch-in-windows-guest-os.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
