Control-Alt-Delete
- For a list of keyboard shortcuts see Table of keyboard shortcuts

Control-Alt-Delete (often abbreviated to Ctrl-Alt-Del) is a computer keyboard command on PC compatible systems that can be used to reboot the computer, and summon the task manager or Windows Security in more recent versions of the Microsoft Windows operating system. It is invoked by pressing the Delete key while holding the Control and Alt keys. It forces a soft reboot, brings up the process manager (on Windows, BeOS, and KDE-based Linuxes) or a jump to ROM monitor. These keys are sometimes referred to in computer manuals as interrupt keys, since they are often used to interrupt the operation of a malfunctioning program.
It is jocularly called the three-finger salute, the one- and two-finger salutes being euphemistic names for rude hand gestures. Other humorous synonyms include the "Vulcan nerve pinch" or "Romulan death grip" from the original Star Trek TV series.
This keyboard combination was implemented by David Bradley, a designer of the original IBM PC. Bradley originally designed Control-Alt-Escape to trigger a soft reboot, but he found it was too easy to bump the left side of the keyboard and reboot the computer accidentally. He switched the key combination to Control-Alt-Delete, a combination that was impossible to press with just one hand (this is not true of later keyboards, such as the 102-key PC/AT keyboard or the Maltron keyboard). More advanced operating systems use its status as a "reserved" combination for various purposes, but often retain the ability to trigger a soft reboot in certain configurations or circumstances. Bradley is also known for his good-natured jab at Bill Gates, at that time the CEO of Microsoft, and also the creator of many of Microsoft's programs: "I may have invented Control-Alt-Delete, but Bill Gates made it famous". He afterwards (unconvincingly) elaborated that it was famous due to Windows NT logon procedures ("Press Ctrl-Alt-Del to begin").
DOS and all real mode systems
On a PC running DOS or a system that runs in real mode, this keystroke combination is recognized by the keyboard handling code in the BIOS and treated as the CPU's NMI signal, which, except for rare exceptions, invokes a soft reboot.
Windows
DOS-based Windows
Under Windows 3.0 and earlier (and Windows 3.1 running in Standard mode), Control-Alt-Delete simply rebooted the computer as in MS-DOS. In Windows 3.1 running in 386 Enhanced mode, Windows 95, Windows 98, and Windows Me, this keystroke combination is recognised by the Windows keyboard device driver. According to the value of the LocalReboot option in the [386Enh] section of system.ini, Windows performs one of several actions in response:
- If LocalReboot=Off it performs a soft reboot.
- If LocalReboot=On:
- Windows 3.1 presents a blue screen to the user inviting them to press Enter to end a task that has stopped responding to the system (if such a task exists) or press Control-Alt-Delete again to perform a soft reboot.
- Windows 95, Windows 98, and Windows Me, temporarily halts the entire system, and presents a window which lists currently running processes, and can be used to notify them that they should end, or, when they don't respond, kill them. The user can press Control-Alt-Delete again to perform a soft reboot.
Killing tasks/processes is useful, for instance, if a program has entered an infinite loop. Theoretically, the system's other processes should continue normally—in practice, using this key combination to terminate a program/process in Windows 3.1 can result in resources and memory being leaked. As such, it is strongly recommended that, following a process kill in these versions of Windows, any work should be saved in any other applications and Windows should be restarted. Such damage is much less likely in newer versions of DOS-based Windows because of resource tracking.
In Windows 9x, pressing the combination a second time if the process listing has not appeared would display a blue screen from which the user can reboot the system by pressing the combination a third time; other times the system restarts on the second Ctrl-Alt-Delete combination. This allows the user to over-ride any "stuck" process, since no user-level program is able to define its own response to the Control-Alt-Delete key combination. However, this functionality does not always work.
Windows NT

In Windows NT, and thus on its successors, including Windows 2000, Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008, this keystroke combination is recognized (as a special system-wide "keyboard hook") by the Winlogon process, which in response instructs GINA to perform one of the following tasks:
- If nobody is logged in, bringing up the login dialog to allow the user to log in. Also used when the computer is locked to bring up the unlock dialog.
- If the computer is configured as a part of a domain or it runs Windows 2000, the combination brings up the "Windows Security" dialog, where the user can lock the computer, change their password, log out, shut the computer down, or invoke the Task Manager. This is the default behavior in Windows Vista and Windows Server 2008, regardless of whether or not the computer is part of a domain. The options presented can be controlled through the use of Group Policy.
- If Windows XP is not connected to a domain...
- and the Welcome Screen and fast user switching are turned on, Ctrl-Alt-Del directly invokes the Task Manager.
- and the Welcome Screen and fast user switching are turned off, Ctrl-Alt-Del will open the Windows Security Dialog, as described above.
Windows NT is designed so that, unless security is already compromised in some other way, only the WinLogon process, a trusted system process, can receive notification of this keystroke combination. This is because the kernel remembers the Process ID of the WinLogon process, and allows only that process to receive the notification. This keystroke combination is thus called the Secure Attention Sequence. A user pressing Control-Alt-Delete can be sure that it is the operating system (specifically the WinLogon process), rather than a third party program, that is responding to the key combination, and that it is therefore safe to enter a password. It was chosen as the secure attention key in Windows (instead of, for example, the System Request key), because on the PC platform no program could reasonably expect to redefine this keystroke combination for its own purposes.[1]
It is also a reliable method for bringing up the Task Manager (in Windows Server 2003 and older). All other keystroke combinations could potentially be exclusively tied up by a process that is stuck, but a user process is not able to intercept the Control-Alt-Delete sequence. It can be however disabled by Windows Group Policies. Ctrl+Shift+Esc also brings up the task manager in all Windows NT versions starting with NT 4.0, even if pressing Ctrl+Alt+Del is set to bring up the Windows Security dialog.
As a side effect, users who do not have physical access to the computer's power supply and power/reset switches can be denied the ability to shut down or restart the computer, where previously (on MS-DOS and other variants of Windows) they could always use Control-Alt-Delete. However, as both the Task Manager and Windows Security have options for shutting down the computer, this operation can still be executed unless the entire system (including the WinLogon process) is unresponsive. Also, it is sometimes impossible to access and/or see the Task Manager after a full-screen application has frozen, although the Windows Security dialog, which is on a separate "secure desktop" almost always appears.
OS/2
In OS/2, this keystroke combination is recognised by the OS/2 keyboard device driver, which notifies the session manager process. The normal session manager process in OS/2 versions 2.0 and later is the parent Workplace Shell process, which displays the "The system is rebooting" window and triggers a soft reboot. If it is pressed twice in succession OS/2 triggers an immediate soft reboot, without waiting for the session manager process.
In both cases, the system flushes the page cache, cleanly unmounts all disc volumes, but does not cleanly shut down any running programs (and thus does not save any unsaved documents, or the current arrangements of the objects on the Workplace Shell desktop or in any of its open folders).
Linux
In Linux, this keystroke combination is recognised by the keyboard device driver in the kernel. In the absence of more specific instructions, which will usually only be during system initialisation, the kernel directly initiates a soft reboot in response. More commonly, the kernel will send a signal to the init process, which will perform an administrator-configured task, such as running a script, or displaying an "end current session" box in KDE.
In many Linux distributions, init is configured to switch run levels and to perform a soft reboot in response to the signal. Thus it provides a mechanism for a person with physical access to the keyboard to perform system shut down (a task that requires superuser rights to initiate programmatically). However, Linux systems can be configured to ignore the keystroke combination. The setting is usually in the inittab(5) configuration file under the keyword "ca".
See also Raising Skinny Elephants Is Utterly Boring - A mnemonic for remembering the Linux safe reboot for Linux crashes
Mac OS
In Mac OS X and older Mac Operating Systems, Ctrl-Command-Power will instantly hard-reboot the system. To close a program (with Force Quit), the user can just type Command-Option-Esc.
On 1980s Apple microcomputers (such as the Apple II or the Apple III), if a user initiated the Control-Open Apple-Reset key function, the computer would initiate a soft boot.
Effect on various computers
Platform | Key combo | Function |
---|---|---|
Acorn Machines (pre-1987) | Break | Processor reset, although confusingly always referred to as soft reset. Hold down Ctrl as well for so-called hard reset (reinitializes various settings); hold down Shift to boot from disk (or not to, if disk is the default). |
Acorn and post-Acorn RISC OS machines. | Reset button | Processor reset, although confusingly always referred to as soft reset. Hold down Ctrl as well for so-called hard reset (reinitializes various settings); hold down Shift to boot from disk (or not to, if disk is the default). Hold down various other keys to restore CMOS settings to safe configurations. |
Ctrl + Break | Perform a soft reboot. | |
Amiga | Ctrl + Left Amiga (or Commodore) + Right Amiga | Reboot the machine |
Amstrad CPC 464 and CPC6128 | Ctrl + Shift + Esc | Reset (cold) |
Amstrad PCW | Shift + Extra + Exit | Reset (cold) |
IBM PC under DOS | Ctrl + Alt + Del | Perform a soft reboot |
IBM PC under Windows 3.x shell | Ctrl + Alt + Del | Close unresponsive applications or (if pressed twice) perform a soft reboot |
IBM PC under Microsoft Windows (95, 98, and Me) | Ctrl + Alt + Del | Bring up simplistic task manager (actually "Close Program" dialog) or (if pressed twice) perform a soft reboot |
IBM PC under Windows NT-based OS (NT, 2000, XP, 2003 and Vista) | Ctrl + Shift + Esc | Bring up the Windows Task Manager |
Ctrl + Alt + Del | Also known as the Secure Attention Sequence; bring up the logins screen (when pressed in login screen), or the "Windows security" dialog or (configurable on Windows 2000 and later) the Windows Task Manager (when logged in) | |
IBM PC under OS/2 | Ctrl + Esc | Bring up the Window List (unblocking the synchronous input queue) |
Ctrl + Alt + Del | Perform a soft reboot | |
Ctrl + Alt + NumLock (twice) | Halt the system and begin a system dump to floppy disk | |
IBM PC under Linux | Ctrl + Alt + Del | Signal the init process (usually configured to soft reboot) |
Alt + SysRq + function key | Depending on the function key, performs a certain low-level function. Examples: sync (flush caches), reboot (forced soft reboot), unmount (remount filesystems readonly), etc... | |
IBM PC under other OS | Ctrl + Alt + Del | Often (but not always) configured to reboot |
Sinclair ZX Spectrum | Break | Halted peripheral (cassette tape or printer) operations with the report D BREAK - CONT repeats, or halted BASIC programs with the report L BREAK into program. |
Sun workstation | L1/Stop + A | Enter ROM monitor |
Sun workstation (serial console) | Break | Enter ROM monitor |
Alphas running OpenVMS | Ctrl + P | Enter ROM Serial Console or reboot, depending on setting in SRM |
Apple II family machines | Ctrl + Reset | Enter the monitor or ROM BASIC |
Ctrl + Open Apple + Reset | Reboot the machine | |
Ctrl + Option (Closed Apple) + Reset | Enter BIOS setup, then reboot | |
Ctrl + Option (Closed Apple) + Open Apple + Reset | Self-test, then reboot | |
Ctrl + Open Apple + Escape | (Apple IIGs) Enter the control panel | |
Apple Macintosh computers with power button on keyboard | Command + Power | Enter debugger |
Control + Command + Power (sometimes known as a "Control Flower Power") | Reboot the machine | |
Mac OS (7 and later) | Command + Option + Esc | Force quit applications |
S60 Platform (used on some mobile phones such as Nokia smartphones) | Green + * + 3 (while restarting the phone) | Wipes internal memory and resets the device |
SGI workstation | Left Shift + Left Ctrl + Left Alt + Keypad Divide + F12 | Restart X server (same as Ctrl + Alt + Backspace below) |
Commodore 64 | Run/Stop + Restore | Halt (soft reconfiguration) and return to READY prompt |
Commodore 128 | Reset | Reset to power on state in current mode
Commodore + Reset Reset to C-64 mode. Run/Stop + Reset Reset to ML monitor preserving contents of BASIC memory |
X Window System | Ctrl + Alt + Backspace | Restarts windowing system, logging the user out if using an X display manager, kills X otherwise |
TI-30XIIS | On + Clear | Restarts the calculator and clears RAM |
TI-80, TI-81, TI-82, TI-83, TI-84 | Mode, Alpha, S | Shows ROM version number. [Enter] enters self test mode |
TI-85, TI-86 | 2nd, Mode, Alpha, S | Shows ROM version number. [Enter] enters self test mode |
TI-89 | 2nd + Left Arrow + Right Arrow + On | Restarts the calculator and clears RAM
Esc + On Force Break without restarting RAM |
Voyage 200 | 2nd + Hand + On | Restarts the calculator and clears RAM |
HP-48 | On + C | Restarts RPL, clearing the Stack and PICT, closing IO, and returning to the HOME directory (but not purging the memory) |
On + A + F | As above, but also purges the memory | |
BeOS | Ctrl-Alt-Shift and click an applications entry in the Deskbar | Kills application |
Zenith IBM-PC clones | Ctrl-Alt-Ins | Brings up hardware configuration menu |
Scientific Atlanta Explorer DHCT | Volume Down + Volume Up + Info (on settop box; not remote) | Reboots box (starts up to blue EXPLORER screen) |
Olivetti M20 | Ctrl + Reset | Soft resets the machine |
TI Explorer Lisp Machine | Left-Ctrl Left-Meta Right-Ctrl Right-Meta Abort | Restart the system |
Xfce | Ctrl + Alt + Esc + click on window | Kill application |
Control-Alt-Delete in popular culture
As computers became ubiquitous, so too, has the jargon. Control-Alt-Delete can also mean "dump," or "do away with."[2]
See also
- Raising Skinny Elephants Is Utterly Boring - A mnemonic for remembering the Linux safe reboot for Linux crashes
- Winlogon - The Windows process that detects and responds to Ctrl+Alt+Del
- Secure attention key
- David Bradley, inventor of the Control-Alt-Delete combination for the original IBM PC.
- Parts of this article were originally based on Three-finger salute at FOLDOC, used with permission.
External links
References
- ^ Osterman, Larry (2005-01-24). "Why is Control-Alt-Delete the secure attention sequence (SAS)?". Larry Osterman's WebLog. MSDN Blogs. Retrieved 2007-03-15.
- ^ Wordspy cites the earliest such use as Chris Miksanek's December 18, 1995 Computerworld column titled, "Ctrl-Alt-Delete those holiday trinkets."
General references
- "Windows 3.1 Resource Kit SYSTEM.INI 386ENH Section A-L". Microsoft's KnowledgeBase article 83435.
{{cite web}}
: Unknown parameter|accessmonthday=
ignored (help); Unknown parameter|accessyear=
ignored (|access-date=
suggested) (help) - Linux manual pages for kill(2) and reboot(2).
- Gary S. Terhune (2004-01-11). "Lost Ctrl-Alt-Del function on W98, 2nd". Newsgroup: microsoft.public.win98.gen_discussion. uAIVMjC2DHA.2336@TK2MSFTNGP09.phx.gbl.
{{cite newsgroup}}
: Check date values in:|date=
(help) — a report of the effect ofLocalReboot
in Windows 95 - Geoff Chappell (1998-05-06). "Is this possible?". Newsgroup: comp.os.ms-windows.programmer.vxd. 6iouc1$dgh$2@reader1.reader.news.ozemail.net.
{{cite newsgroup}}
: Check date values in:|date=
(help) — a report of differences inLocalReboot
between Windows 3.x and Windows 95
Esc | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | PrtScn/ SysRq |
Scroll Lock |
Pause/ Break |
|||||||||
![]() |
Insert | Home | PgUp | Num Lock |
∕ | ∗ | − | |||||||||||||||||
Delete | End | PgDn | 7 | 8 | 9 | + | ||||||||||||||||||
4 | 5 | 6 | ||||||||||||||||||||||
↑ | 1 | 2 | 3 | Enter | ||||||||||||||||||||
← | ↓ | → | 0 Ins |
. Del |