Deprecated vs Depreciated

One thing that often annoys me, particularly in my line of work in IT is the frequent muddling-up of the words deprecated and depreciated.

According to Wiktionary

Depreciate

Verb

  1. (intransitive) To reduce in value over time.
  2. (transitive) To belittle

Deprecate

Verb

  1. (formal) to express disapproval of.
  2. (computing) to recommend against use of.
  3. (archaic) to pray against.

So when a module or feature of a computer program is outdated and has been replaced by a new one, it is deprecated.

  1. its depreciated too…

    The value has gone down (caused by release of new software/hardware).
    Its depreciated, so i deprecate it.

Leave a Comment