Windows 11/10 includes a feature known as Memory Compression. It makes better use of available memory on all systems by reducing physical memory utilization. Furthermore, it improves the speed of writing to and reading from disk when this feature is enabled on your computer.
Memory compression helps improve the overall user experience; however, additional CPU resources may be required during compressing and decompressing the data in RAM, which may slow CPU processing on some systems.
Memory Compression is faster than a traditional paging file, but it uses more CPU resources. If you notice your PC is slow, you should try enabling and disabling Memory Compression.
Topics Covered
How to View Amount of Compressed Memory in Windows 11/10?
Open the Task Manager by pressing
How to See if Memory Compression is Enabled or Disabled?
To view if Memory Compression is enabled or disabled on your Windows 11/10, do the following:-
Step 1. First, open Windows PowerShell with elevated rights.
Step 2. Then, on the prompt of Windows PowerShell, type the following and hit
Get-MMAgent
Beside the MemoryCompression filed, you can see True for enabled or False for disabled.
How to Turn on Memory Compression in Windows 11/10?
Memory compression feature may help low-end systems with few system memory. It compresses the system’s memory by reducing the number of read/write requests and frees up RAM without enacting traditional paging.
To enable the Memory Compression in Windows 11/10, do the following steps:-
Step 1. First, open Windows PowerShell with elevated rights.
Step 2. Then, on the prompt of Windows PowerShell, type the following and hit
Enable-MMAgent -mc
Step 3. Reboot your computer to apply the changes.
How to Turn off Memory Compression in Windows 11/10?
To disable Memory Compression in Windows 11/10, do the following recommended steps:-
Step 1. First, open Windows PowerShell with elevated rights.
Step 2. Then, on the prompt of Windows PowerShell, type the following and hit
Disable-MMAgent -mc
Step 3. Finally, restart your computer to apply the changes.