How To Enable TRIM on Windows 11. In this article, you will be able to learn what is TRIM, what TRIM does, and how to enable TRIM on Windows 11.
What is TRIM?
TRIM is an essential feature of an SSD. It is designed to keep the SSDs at optimal performance throughout their lifespan. It keeps its performance high and ensures that the drive lasts longer.
What TRIM does?
SSD has made our PCs four times faster. It also has the capability of reviving old computers. SSDs need optimizations. For this, this TRIM was designed to keep its optimal performance. It notifies the SSD on which data blocks are not in use and can be wiped safely to make it writable again.
How To Enable TRIM on Windows 11
Enabling TRIM is simple. It can be done by running some simple commands. To enable TRIM:
1.Type Command Prompt in the search bar.
2.Right-click on the top result.
3.Select the Run as administrator option.
4.Type the following command and press Enter to run it:
fsutil behavior query DisableDeleteNotify
6.If you get the result 0, it means TRIM is already enabled.
7.If it provides 1, then TRIM is disabled.
8.If TRIM is disabled, run Command Prompt as an administrator again.
9.Type the following command and press Enter to run it:
fsutil behavior set DisableDeleteNotify 0
10.Now, TRIM will get enabled on your PC.
11.If you want to disable TRIM, then run the following command instead:
fsutil behavior set DisableDeleteNotify 1