Hotfix

Software update released outside the normal update cycle


title: "Hotfix" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["debugging", "software-release", "software-maintenance", "system-administration"] description: "Software update released outside the normal update cycle" topic_path: "technology/software-engineering" source: "https://en.wikipedia.org/wiki/Hotfix" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Software update released outside the normal update cycle ::

A hotfix is a software update that is released outside the normal update cycle or intended to be applied to a live system, often to fix a bug.

Originally, hotfix referred to patching a hot system a production server that is actively serving clients. For development, such a change usually must be designed quickly and outside normal development processes, at relatively high cost and at the expense of other development effort. For the user, a hotfix is relatively risky since it is applied to a server without time for testing it. The risk of applying the hotfix must be weighed against the risk of not applying it. The problem to be fixed might be so critical that inaction is riskier than the potential loss of service.

Over time, the meaning has shifted to an update that is created with urgency or released outside the normal update cycle for the software.

Applying (installing) a hotfix generally involves the same process as any software update. Most modern operating systems and desktop applications can download and apply updates automatically. Network administrators may use software programs to automate and simplify applying updates to the machines they manage.

Use by Microsoft

Microsoft Corporation used the terms hotfix or quick-fix engineering update (QFE) but has stopped in favor of new terminology. Updates are either delivered in the general distribution release (GDR) channel or the limited distribution release (LDR) channel the latter synonymous with QFE. GDR updates receive extensive testing whereas LDR updates are meant to fix a certain problem in a small area and are not released to the general public. GDR updates may be received from the Windows Update service or the Microsoft Download Center but LDR updates must be received via Microsoft Support.

References

References

  1. Bragg, Roberta. (2003). "MCSE Self-Paced Training Kit (Exam 70–298): Designing Security for a Microsoft Windows Server 2003 Network". [[Microsoft Press]].
  2. Mu, Chris. (26 December 2007). "Something about Hotfix". Microsoft.
  3. (16 January 2008). "Description of the contents of Windows XP Service Pack 2 and Windows Server 2003 software update packages (revision 11.1)". Microsoft.
  4. (11 March 2008). "What is the difference between general distribution and limited distribution releases?". Microsoft.
  5. Adams, Paul. (14 May 2009). "GDR, QFE, LDR... WTH?". Microsoft.

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

debuggingsoftware-releasesoftware-maintenancesystem-administration