Check TRIM On Windows 7

If Windows starts to slow down and the system is using a SSD then check TRIM is running.

Short explanation: TRIM is a command which allows the flash chips to delete data stored on them.

Long version: TRIM clears the chips and it’s run periodically by the OS. If a chip is not empty then a SSD must read the chip, add more files to it and then overwrite the memory of the chip. The fuller the chip, the longer it takes to read, add and write back. TRIM is a command which clears out chips of files that have been deleted and therefore reducing the amount of data is held on the SSD memory and speeding up writes.

Run the following command in command line (Start > Run and type cmd and press OK button.) fsutil behavior query DisableDeleteNotify if it returns 0 then it is enabled. If it says 1 then it has been disabled (double negative / negative logic).

To enable fsutil behavior set DisableDeleteNotify 0

Make Sure TRIM Is Enabled for Your Solid State Drive in Windows 7 for Better Performance

About Danny

I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog. Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise. Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school. View all posts by Danny → This entry was posted in Windows and tagged , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *.

All comments must go through an approval and anti-spam process before appearing on the website. Please be patience and do not re-submit your comment if it does not appear.

This site uses Akismet to reduce spam. Learn how your comment data is processed.