diff --git a/windows/client-management/mdm/unifiedwritefilter-csp.md b/windows/client-management/mdm/unifiedwritefilter-csp.md
index ae0b5e11c1..582f94bfda 100644
--- a/windows/client-management/mdm/unifiedwritefilter-csp.md
+++ b/windows/client-management/mdm/unifiedwritefilter-csp.md
@@ -48,6 +48,31 @@ Required. The critical threshold size, in megabytes. UWF sends a critical thresh
Supported operations are Get and Replace.
+**CurrentSession/Volume\\SWAPFileSize**
+Required. Read-only CFG_DATATYPE_INTEGER property that contains non-zero (for example, 1) value if volume has overlay file created/used on it.
+
+Future: Contains actual size of the file
+
+**NextSession/Volume\\SWAPFileSize**
+Required. Read/Write CFG_DATATYPE_INTEGER property that contains non-zero (for example, 1) if volume has overlay created/used on it.
+
+Setting the value
+- from zero to non-zero will lead to creation of the swapfile on that volume.
+- from non-zero to zero – not supported
+
+To “move” swapfile to another volume, set the SwapfileSize property on that other volumes CSP note to non-zero.
+
+Currently SwapfileSize should not be relied for determining or controlling the overlay size,
+
+**CurrentSession/MaximumOverlaySize** or
+
+**NextSession/MaximumOverlaySize**
+should be used for that purpose.
+
+> [!NOTE]
+> Only single swapfile is supported in current implementation and creating swapfile on specific volume will disable any other swapfile created on other volumes.
+
+
**CurrentSession/WarningOverlayThreshold**
Required. The warning threshold size, in megabytes. UWF sends a warning threshold notification event when the UWF overlay size reaches or exceeds this value.