Disk space issues

Duc, Pham Phu 20 Reputation points
2026-02-04T03:30:02.4166667+00:00

STTMailboxCapacity on DPM (GB)Number total recovery points on DPMPhysical capacity on the server (GB)1E19DB018.288,7912.630,002E19DB021.000,781679,003E19DB031.742,521787,004E19DB045.092,041766,005E19DB058.386,672750,006E19DB061.590,851886,00Why is there such a large difference between the physical capacity on the server and the capacity recorded on DPM?

Moved from: System Center Operation Manager

Windows for business | Windows Server | Storage high availability | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Q&A Assist
    2026-02-04T03:30:13.87+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The large difference between the physical capacity on the server and the capacity recorded on DPM can be attributed to several factors:

    1. Data Retention Policies: DPM maintains multiple recovery points for data protection, and the total number of recovery points can significantly affect the reported capacity. If the retention policy is set to keep many recovery points, it can lead to a higher recorded capacity in DPM compared to the actual physical space used.
    2. Database Size: The size of the DPM database (DPMDB) can grow over time due to the accumulation of metadata and recovery point information. If the DPM database is bloated, it may not accurately reflect the physical capacity used on the server.
    3. Disk Usage and Fragmentation: The physical capacity may also be affected by how the disks are configured and utilized. If there is fragmentation or inefficient disk usage, the physical capacity may appear larger than what is recorded in DPM.
    4. Configuration Differences: Differences in how DPM calculates used space versus how the operating system reports physical disk space can also contribute to discrepancies. DPM may have specific configurations that affect its reporting.

    To address these issues, consider reviewing the DPM database size, checking the retention policies, and ensuring that the disk configurations are optimized for performance and capacity management.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Chen Tran 6,655 Reputation points Independent Advisor
    2026-02-04T04:32:52.5333333+00:00

    Hello Duc,

    Thank you for posting question on Microsoft Windows Forum!

    Based on your query for the reason of why there is such a large difference between the physical capacity on the server and the capacity recorded on DPM.

    Well! The plausible explanation to that is the large difference between the physical capacity on the server and the capacity recorded on DPM (Data Protection Manager) comes down to how each system measures and reports storage. For Physical capacity on the server (GB). This is the raw disk space available on the storage hardware (e.g., total size of the disks/volumes). Whereas, for Capacity recorded on DPM (GB). DPM does not measure raw disk space. Instead, it tracks the logical size of the protected data sources (like mailbox databases) and the recovery points it maintains.

    DPM uses a technology called Volume Shadow Copy Service (VSS) to create recovery points. Every time a change is made to the database, DPM does not just record the change; it allocates space in the storage pool to keep the old version of that data. If your Exchange databases have high churn (lots of emails arriving, being deleted, or moved), the "Physical Capacity" grows to accommodate the history of those changes.

    On the other hand, DPM often stores recovery points using block-level incremental backups. This means only changed blocks are stored after the initial replica. As a result, the logical mailbox size reported by DPM can be much smaller than the actual physical disk usage on the server, because DPM avoids duplicating unchanged data.

    In short, the server’s physical capacity is the total raw disk space, while DPM’s recorded capacity reflects only the logical mailbox data plus recovery points, optimized with compression and incremental storage. That is why DPM shows much smaller numbers compared to the server’s physical capacity.

    Hope the above information is helpful! If it is. Free feel to hit "Accepted" for benefitting others in community having the same query too.


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.