Share via

TRIM for SSD drive

Anonymous
2019-12-03T16:38:20+00:00

I have a new Dell desktop PC with WIN 10. It has a hard drive (D:) and a SSD (C:). In the past I have always defragged my hard drive but I understand that I should not optimize/defrag the SSD - that WIN 10 by default uses TRIM to optimize the SSD. I read that TRIM is set as a default in WIN 10 and that it optimizes the SSD once a week. But when I look at the properties for the SSD drive, it shows that it has not been optimized for 14 days.

  1. How do I know that TRIM is working?
  2. If it isn't set as a default, how to I change that?

Thanks.

M Walsh

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. DaveM121 870.9K Reputation points Independent Advisor
    2019-12-03T16:52:57+00:00

    Hi Marian

    Trim does not run once a week, it runs automatically when required and that will not be reflected in that optimize application, take no notice of the report for your SSD in that application . . .

    Click your Start Button, then just type cmd and hit Enter, Command Prompt will open . . .

    Paste this into Command Prompt and hit Enter:

    fsutil behavior query DisableDeleteNotify

    If that command returns a 0 then Trim is activated and working correctly . . ..

    20+ people found this answer helpful.
    0 comments No comments
  2. DaveM121 870.9K Reputation points Independent Advisor
    2019-12-03T20:37:16+00:00

    Hi Marian

    Trust me, once that returned 0, then everything is as it should be . . .

    That setting is counter intuitive, in the registry and many other parts of Windows, 1 is true (enabled) and 0 is false (disabled)

    So, because that setting is Disable . . . that means 2 negatives make a positive, so that can be read as DeleteNotify is enabled - all very confusing . . . basically Disable + 0 = 1, which is enable . . .

    10+ people found this answer helpful.
    0 comments No comments
  3. DaveM121 870.9K Reputation points Independent Advisor
    2019-12-03T21:16:17+00:00

    Hi Marian, glad to help !

    8 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2019-12-03T21:12:15+00:00

    OMG. Amazing but greek to me. Thanks again for confirming that in fact my TRIM is enabled.

    MarianWalsh

    4 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2019-12-03T20:28:38+00:00

    Hi Marian

    Trim does not run once a week, it runs automatically when required and that will not be reflected in that optimize application, take no notice of the report for your SSD in that application . . .

    Click your Start Button, then just type cmd and hit Enter, Command Prompt will open . . .

    Paste this into Command Prompt and hit Enter:

    fsutil behavior query DisableDeleteNotify

    If that command returns a 0 then Trim is activated and working correctly . . ..

    Thanks so much Dave for your reply. After I used command prompt, it gave me the following:

    NTFS DisableDeleteNotify = 0 (Disabled)

    ReFS DisableDeleteNotify = 0 (Disabled)

    So it returned a 0 indicating that TRIM is activated as you said, but why would it then say "Disabled"?

    Thanks again for your expertise.

    MarianWalsh

    3 people found this answer helpful.
    0 comments No comments