Compressing the system’s memory helps reduce the number of read / write requests, resulting in fewer pagefile IO operations and reduced reliance on the disk. Memory compression might help improve user experience overall, however, additional CPU resources may be required during compressing and decompressing the data in RAM which may slow CPU processing on some systems. Windows also use Memory compression to reduce the amount of memory used per process, freeing up RAM space to maintain more applications in RAM without enacting traditional paging. All of these can help systems with low memory footprint. Below is how to enable or disable Memory compression in Windows 11.

How to enable memory compression in Windows 11

As mentioned above, Memory compression may help low-end systems with little system memory. Windows Memory compression feature compresses the system’s memory helps to reduce the number of read / write requests, and frees up RAM space to maintain more applications in RAM without enacting traditional paging. Below is how to see the compressed memory in Windows 11. Open the Task Manager and look under the Performance tab and Memory section to see how much memory is compressed. You may also view your system’s Memory compression status using the PowerShell commands below in Windows Terminal as administrator. You should see similar results as the one below when Memory compression is enabled. If Memory compression is not enabled and the command above returns False, then run the commands below in Windows Terminal as administrator and select the PowerShell tab. Then run the commands below to enable Memory compression. When you’re done, close Windows Terminal and restart your computer to apply the changes.

How to disable memory compression in Windows 11

If Memory compression is enabled and you want to disable it, open Windows Terminal as administrator, then select the PowerShell tab. Then run the commands below. When you run the commands above, you will get similar results as in the screenshot below. That should do it! Conclusion: This post showed you how to enable or disable Memory compression in Windows 11. If you find any error above or have something to add, please use the comment form below.