In can be said that SSD TRIM comes in the benefit in areas of performance and drive longevity.

But you’re able to check whether Windows has turned on TRIM for SSD.

How to do that?Command Promptcan help you.

type cmd when the pop-up window shows up

like follow the below steps.

Step 1: PressWindowsandRkey on the keyword simultaneously, then typecmdto launch Command Prompt, and finally clickOKbutton.

After typing Enter key, two options are displayed in Command Prompt.

type fsutil behavior query disabledeletenotify

Option 1:NTFSDisaleDeleteNotify = 0, which means TRIM is enabled for your SSD.

Option 2:NTFS DisaleDeleteNofity = 1, which means TRIM is disabled for your SSD.

If you get the Option 2, like dont worry.

get the option: NTFS DisableDeleteNotify = 0

The following content will show you how to enable SSD TRIM.

Enable SSD TRIM in Windows

Step 1: OpenCommand Prompt.

Step 2: Typefsutil behavior set disabledeletenotify 0in the black pop-up window and then hitEnterkey on the keyboard.

type fsutil behavior set disabledeletenotify 0

Absolutely, you could disable TRIM if you dont like it.