Can I Turn Off Memory Compression Windows 10

In Windows 10, Microsoft introduced a new feature to their operating system knows as Memory Compression. These give your physical memory or RAM more usability room by making use of available system memory and reducing physical memory utilization. It is enabled by default in Windows.

It overall improve the user experience by improving the reading and writing speed from the disk, giving you a more snappy feeling while using the computer. If you have an underperforming CPU then it can make your processing time slower as it uses CPU resources to compress and decompress the data in RAM.

Memory Compression is important because it reduces the size of data before writing it to RAM giving your computer the ability to store more files in the physical memory than before, reducing the need of page files and no paging means a faster system. But the question is can I turn off Memory Compression Windows 10?

What Is Page File

To understand how memory compression works we need to understand what Page Files are.

Windows stores system files in secondary store which is generally your local drive. It contains all the information is not needed by the RAM right away. These system files are your Page Files. These files serve as a secondary physical memory or RAM because when your physical memory is full is store data in these Page Files.

Without page file you will see that your computer run slower and is frequently crashing. This is because your data is overflowing and your physical memory does not have enough storage to store all that data. This is where the Page Files came into use reducing the overflow as well as the load of physical memory.

How to Check If Memory Compression is Enabled or Disabled

Step 1: Open Start Menu and click on Search box/

Step 2: Type powershell and press Enter.

Step 3: Right-Click on PowerShell and select Run as administrator.

Step 4: After opening PowerShell with admin rights type the following and press Enter.

Get – MMAgent

Step 5: Check whether the MemoryCompression value is True or False. If the value says True then its Enabled and if the value says False them its Disabled.

How to View Amount of Memory Compression

Step 1: On Start menu Right-Click and select Task Manager.

Step 2: Now go to Performance Tab and click Memory.

Step 3: Under In Use (Compression) you will find your Memory Compression Amount.

Turn Off Memory Compression

Step 1: Open PowerShell with administrative privileges. Use the steps mentioned above.

Step 2: Type the following command and press Enter button.

Disable-MMAgent –mc

Step 3: Restart your computer.

Step 4: Open PowerShell with admin rights and type the following command to see if the memory compression is disabled and press Enter.

Get-MMAgent

Step 5: If the value of the MemoryCompression says False then it is disabled.

Turn On Memory Compression

Step 1: Start PowerShell with elevated rights. Follow the steps above.

Step 2: Type the command followed by Enter

Enable-MMAgent –mc

Step 3: Restart your computer.

Step 4: Again open PowerShell with elevated rights and type the following command and press Enter.

Get-MMAgent

Step 5: If the value of MemoryCompression says True then it is enabled.

Memory Compression is an important feature provided by Microsoft. It helps low end system with weak hardware or low system memory to work faster and make the system smooth by reducing the workload of physical memory. On the other hand if you have a system with high system memory and feel like memory compression is not doing anything and is also using your processing power of CPU then you can easily turn it off. We have answered your question on can I turn off Memory Compression Windows 10.

Samir Prakash Author